Backup Networks between two entities
Select
SaaS
Customer Managed
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
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- D I Ps between two client groups
- D I Ps between two clients
Schema
ArchPipeLineList object[]
{
"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
}
}
]
}
GET /v2/commserv/datainterfacepairs
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Commserv/DataInterfacePairs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'