Get value for a Global Parameter
This operation returns values for specified global parameters.
- application/json
Request Body required
- globalParamsRequestList string[]
List of comma separated global params
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
globalParamsResultList object[]
name stringGlobal Param Name
value stringValue of the global parameter
{
"globalParamsResultList": [
{
"name": "string",
"value": "string"
}
]
}
{
"globalParamsResultList": [
{
"name": "AppMgrThreadIdleTimeout",
"value": "7200"
},
{
"name": "CI_STATE_FAILED",
"value": "2,16,1016,2016"
},
{
"name": "CI_STATE_SKIPPED",
"value": "17"
}
]
}
Loading...