Skip to main content

Get Failover Group Clientlist

This operation returns the list of VM/u2019s that can be replicated and can be added to a Failover Group

More Details

Query Parameters
  • source int32
  • entityType string

    entityType 3 if the source is a Hypervisor, 2 if the source is Server group

  • entityId string

    entityId id of the source hypervisor or the server group

Responses

OK


Schema
  • source integer
  • client object[]
  • scheduleName string
  • copyPrecedence integer
  • destVendor integer
  • failoverStatus integer
  • supportedOperation integer
  • replicationId integer
  • isVM boolean
  • vendor integer
  • syncStatus integer
  • lastbackuptime object
  • _type_ integer
  • time integer
  • lastSyncTime object
  • _type_ integer
  • time integer
  • backupSet object
  • backupsetId integer
  • backupsetName string
  • applicationId integer
  • destinationClient object
  • clientName string
  • clientId integer
  • _type_ integer
  • destClient object
  • clientName string
  • GUID string
  • _type_ integer
  • client object
  • subclientId integer
  • clientName string
  • instanceId integer
  • clientId integer
  • GUID string
  • _type_ integer
GET /failovergroups/clientlist    

Authorization

type: apiKeyname: Authtokenin: header

Request

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