Skip to main content

Perform Replicate Now for multiple Vm's

Select

SaaS
Customer Managed

Request Body

List of replicationId

  • replicationIds int32[]

    List of replication Ids

Responses

OK

Response Headers
  • header-0 string

Schema
  • jobIds int64[]

    Returns list of job Ids

POST /v4/replicationmonitor/replicatenow    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"replicationIds": [
0
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/ReplicateNow' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"replicationIds": [
0
]
}'