Push Network Configuration on Entity
Customer Managed
This API is Applicable only for Customer Managed Environment
This API can be used to push the network configuration to the servers and server groups.
- application/json
Request Body
entity object[]
clientId int64Client ID whose configuration has to be pushed
clientGroupId int64Client Group ID to push network configuration
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringentityResponse object[]
errorString stringwarningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"entityResponse": [
{
"errorString": "string",
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"entityResponse": [
{
"errorString": "",
"warningCode": 0,
"errorCode": 0,
"warningMessage": ""
}
]
}
Loading...