Push Network Configuration
Push Network Configuration for the entities of the topology.
Path Parameters
- topologyId string required
ID of the Topology
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorString stringerrorCode integer
{
"error": {
"errorString": "string",
"errorCode": 0
}
}
{
"error": {
"errorString": "Push Network Configuration submitted successfully for Network Topology [TestTopology].",
"errorCode": 0
}
}
Loading...