Backup Networks between two entities
Select
This operation returns data interface pairs/Backup Networks configured between two entities.
Use a combination of query parameters between source entity and destination entity where entity is a client or clientgroup.
Query Parameters
- SourceClientGroupId string
ID of the source client group
- DestClientId string
ID of the destination client
- SourceClientId string
ID of the source client
- DestClientGroupId string
ID of the destination client group
- 200
OK
- application/json
- Schema
- Example (from schema)
- D I Ps between two client groups
- D I Ps between two clients
Schema
ArchPipeLineList object[]
Backup Network List
destGroupId integerDestination Client Group ID. 0 if destination is a client
srcGroupId integerID of the source client group. 0 if source is a client
isActive integer0 if the backup networks are not active else 1
destGroupEntity object
Destination client group entity
_type_ integerInternal field
clientGroupName stringName of Destination ClientGroup
destClientEntity object
Destination client entity
clientId integerID of the destination client. 0 if destination is a client group
displayName stringName of the destination client
_type_ integerInternal Field
client2 object
Destination entity details
name stringInterface of the destination
id integerDestination Client ID. 0 if the destination is a client group
client1 object
Source entity details
name stringInterface of the source entity
id integerSource Client ID. 0 if the source is a client group
srcClientEntity object
Source client entity
clientId integerID of the source
displayName stringSource Client DisplayName
_type_ integerInternal Field
srcGroupEntity object
Source Client group entity
_type_ integerInternal Field
clientGroupName stringName of the Source Client group
{
"ArchPipeLineList": [
{
"destGroupId": 0,
"srcGroupId": 0,
"isActive": 0,
"destGroupEntity": {
"_type_": 0,
"clientGroupName": "string"
},
"destClientEntity": {
"clientId": 0,
"displayName": "string",
"_type_": 0
},
"client2": {
"name": "string",
"id": 0
},
"client1": {
"name": "string",
"id": 0
},
"srcClientEntity": {
"clientId": 0,
"displayName": "string",
"_type_": 0
},
"srcGroupEntity": {
"_type_": 0,
"clientGroupName": "string"
}
}
]
}
{
"ArchPipeLineList": [
{
"destGroupId": 9036,
"srcGroupId": 9035,
"isActive": 1,
"destGroupEntity": {
"_type_": 28
},
"destClientEntity": {
"_type_": 3
},
"client2": {
"name": "192.168.100.14/24",
"id": 0
},
"client1": {
"name": "172.16.*",
"id": 0
},
"srcClientEntity": {
"_type_": 3
},
"srcGroupEntity": {
"_type_": 28
}
},
{
"destGroupId": 9036,
"srcGroupId": 9035,
"isActive": 1,
"destGroupEntity": {
"_type_": 28
},
"destClientEntity": {
"_type_": 3
},
"client2": {
"name": "10.*",
"id": 0
},
"client1": {
"name": "*.backup.com",
"id": 0
},
"srcClientEntity": {
"_type_": 3
},
"srcGroupEntity": {
"_type_": 28
}
}
]
}
{
"ArchPipeLineList": [
{
"destGroupId": 0,
"srcGroupId": 0,
"isActive": 1,
"destGroupEntity": {
"_type_": 28
},
"destClientEntity": {
"_type_": 3
},
"client2": {
"name": "172.17.8.212",
"id": 50
},
"client1": {
"name": "1.2.236.195",
"id": 820
},
"srcClientEntity": {
"_type_": 3
},
"srcGroupEntity": {
"_type_": 28
}
}
]
}