Configure Backup Networks
Select
Add backup networks between two clients or two client groups or a combination of them.
Add , Update and Delete Backup networks using this API. Go through the Examples for more details.
Visit Get Host interface list API request to retrieve the interfaces for a particular client.
Note: Backup Networks and DIPs are used interchangeably.
- application/json
Request Body
- operationType integer required
3 for create/update, 2 for Delete
ArchPipeLineList object[] required
Backup Networks pair
destGroupId integer requiredDestination ClientGroup ID. 0 if destination is a client
srcGroupId integer requiredSource ClientGroup ID. 0 if the source entity is a client
isActive integer required1 to activate and 0 to inactivate
client2 object required
Destination entity interface details
name string requiredInterface of the destination client/clientgroup
id integer requiredClient ID of the destination. 0 if the destination entity is client group
client1 object required
Source Entity interface details
name string requiredInterface of the source client/clientgroup
id integer requiredID of the source client. 0 if source entity is a client group
- 200
OK
- application/json
- Schema
- Example (from schema)
- Add Backup Networks
Schema
- warningCode integer
- errorMessage string
- errorCode integer
- warningMessage string
{
"warningCode": 0,
"errorMessage": "string",
"errorCode": 0,
"warningMessage": "string"
}
{
"warningCode": 0,
"errorMessage": "Successful",
"errorCode": 0,
"warningMessage": ""
}