Get list of replication groups
Select
SaaS
Customer Managed
Get all replication groups
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
replicationGroups object[]
List of all replication groups
id int32id of the replication group. Either taskId or id is available in the list
taskId int32taskid of the replication group. Either taskId or id is available in the list
name stringReplication group name
source object
id int32name stringdestination object
id int32name stringtype stringPossible 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 stringPossible values: [
PERIODIC
,CONTINOUS
,LIVE_SYNC
,LIVE_SYNC_DIRECT
,LIVE_SYNC_IO
,NOT_APPLICABLE
]Replication group type
state stringPossible values: [
ENABLED
,DISABLED
,NOT_APPLICABLE
]State of replication group
{
"replicationGroups": [
{
"id": 0,
"taskId": 0,
"name": "string",
"source": {
"id": 0,
"name": "string"
},
"destination": {
"id": 0,
"name": "string"
},
"type": "VIRTUAL_MACHINE",
"replicationGroupType": "PERIODIC",
"state": "ENABLED"
}
]
}
Requested details not found
Loading...