Get Failover Groups
Select
SaaS
Customer Managed
This operation returns a list of Failover groups.
Query Parameters
- advanced boolean
- operationType int32 required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get list of Failover Groups / Failover Groups?advanced=false&operation Type=16
Schema
vApp object[]
description stringisVirtualLab booleanoperationType integervAppEntity object
vAppId integervAppName stringclientList object[]
clientName stringbackupsetId integerclientId integerGUID stringbackupsetName string_type_ integerentityId integer
{
"vApp": [
{
"description": "string",
"isVirtualLab": true,
"operationType": 0,
"vAppEntity": {
"vAppId": 0,
"vAppName": "string"
},
"clientList": [
{
"clientName": "string",
"backupsetId": 0,
"clientId": 0,
"GUID": "string",
"backupsetName": "string",
"_type_": 0,
"entityId": 0
}
]
}
]
}
{
"vApp": [
{
"description": "string",
"isVirtualLab": true,
"operationType": 0,
"vAppEntity": {
"vAppId": 0,
"vAppName": "string"
},
"clientList": [
{
"clientName": "string",
"backupsetId": 0,
"clientId": 0,
"GUID": "string",
"backupsetName": "string",
"_type_": 0,
"entityId": 0
}
]
}
]
}
Loading...