Skip to main content

Get Failover groups

Select

SaaS
Customer Managed

This end point return the list of failover groups

Responses

OK


Schema
  • failoverGroups object[]

    List of failover groups

  • failoverGroups object[]
  • id int32

    Failover group ID

  • name string

    Failover group name

  • source string

    Possible values: [ARRAY_REPLICATION_TEST_FAILOVER, ARRAY_REPLICATION_FAILOVER, REPLICATION, BACKUP]

    Failover group type

  • numberOfVirtualMachines int32

    The number of VM pairs of failover groups

GET /v4/failovergroups    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'