Get Failover groups
Select
SaaS
Customer Managed
This end point return the list of failover groups
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
failoverGroups object[]
List of failover groups
failoverGroups object[]
id int32Failover group ID
name stringFailover group name
source stringPossible values: [
ARRAY_REPLICATION_TEST_FAILOVER
,ARRAY_REPLICATION_FAILOVER
,REPLICATION
,BACKUP
]Failover group type
numberOfVirtualMachines int32The number of VM pairs of failover groups
{
"failoverGroups": [
{
"failoverGroups": [
{
"id": 0,
"name": "string",
"source": "ARRAY_REPLICATION_TEST_FAILOVER",
"numberOfVirtualMachines": 0
}
]
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...