Push Network Configuration on Entity
This API can be used to push the network configuration to the servers and server groups.
- application/json
Request Body
entity object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
entityResponse object[]
{
"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": ""
}
]
}
POST /pushnetworkconfiguration
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/PushNetworkConfiguration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": [
{
"clientId": 0,
"clientGroupId": 0
}
]
}'