Administrator
- Administrator
- All Products
/api/v2/runtimeEnvironment/<id>/configs/details/<platform>
/api/v2/runtimeEnvironment/<id>/configs/<platform>
Field
| Type
| Description
|
---|---|---|
name
| String
| Property name.
|
value
| String
| Value used for all agents added to the Secure Agent group.
|
isCustom
| Boolean
| Whether the property is a custom property.
|
isSensitive
| Boolean
| Whether the property value is sensitive data that is masked.
|
{ "Data_Integration_Server": [ { "TOMCAT_CFG": [ { "name": "MySQL_JDBC_DRIVER_JARNAME", "value": "mysql-connector-java-8.0.13.jar" }, { "name": "NetworkTimeoutPeriod", "value": "335" } ] }, { "PMRDTM_CFG": [ { "name": "SalesforceConnectionTimeout", "value": "311" }, { "name": "customConfig-DTM-DIX-linux", "value": "custom-new", "isCustom": "true" } ] } ] }
/api/v2/runtimeEnvironment/<id>/configs/<platform>
{ "<Secure Agent service name>": [ { "<Property type 1>": [ { "name": "<property name>", "value": "<property value>" }, { "name": "<property name>", "value": "<property value>" } ] }, { "<Property type 2>": [ { "name": "<property name>", "value": "<property value>" }, { "name": "<property name>", "value": "<property value>" } ] } ] }
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Property name.
|
value
| String
| Yes
| Value to use for all agents added to the Secure Agent group.
To use the system default value, use APP_DEFAULT.
|
isCustom
| Boolean
| -
| Whether the property is a custom property.
Default is False.
|
isSensitive
| Boolean
| -
| Whether the property value is sensitive data that you want to mask.
Default is False.
|
PUT <serverUrl>/api/v2/runtimeEnvironment/00000425000000000004/configs Accept:application/json icSessionId: <icSessionId> { "Data_Integration_Server": [ { "TOMCAT_CFG": [ { "name": "MySQL_JDBC_DRIVER_JARNAME", "value": "mysql-connector-java-8.0.14.jar" }, { "name": "customConfig-Tomcat-DIS-linux", "value": "custom-new", "isCustom": "true" } ] } ] }
/api/v2/runtimeEnvironment/<id>/configs