Skip to main content

Get list of replication groups

Select

SaaS
Customer Managed

Get all replication groups

Responses

Success


Schema
  • replicationGroups object[]

    List of all replication groups

  • id int32

    id of the replication group. Either taskId or id is available in the list

  • taskId int32

    taskid of the replication group. Either taskId or id is available in the list

  • name string

    Replication group name

  • source object
  • id int32
  • name string
  • destination object
  • id int32
  • name string
  • type string

    Possible values: [VIRTUAL_MACHINE, VM_HOT_SITE, VM_WARM_SITE, ORACLE, FILE_SYSTEM, BIG_DATA, SQL_SERVER, OBJECT_STORAGE, SAP_HANA, NOT_APPLICABLE]

    The application type of replication group

  • replicationGroupType string

    Possible values: [PERIODIC, CONTINOUS, LIVE_SYNC, LIVE_SYNC_DIRECT, LIVE_SYNC_IO, NOT_APPLICABLE]

    Replication group type

  • state string

    Possible values: [ENABLED, DISABLED, NOT_APPLICABLE]

    State of replication group

GET /v4/replicationgroup    

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/ReplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'