Skip to main content

Enable the replication pairs in the Replication Group

Select

SaaS
Customer Managed

Enable the replication pairs in the Replication Group

Request Body
  • replicationGroupIdNames object[]
  • id int32
  • name string
  • taskIdNames object[]
  • id int32
  • name string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/replicationgroup/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"replicationGroupIdNames": [
{
"id": 0,
"name": "string"
}
],
"taskIdNames": [
{
"id": 0,
"name": "string"
}
]
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Enable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"replicationGroupIdNames": [
{
"id": 0,
"name": "string"
}
],
"taskIdNames": [
{
"id": 0,
"name": "string"
}
]
}'