Perform Replicate Now for multiple Vm's
Select
SaaS
Customer Managed
- application/json
Request Body
List of replicationId
- replicationIds int32[]
List of replication Ids
Responses
- 200
- 400
- 404
- 500
OK
Response Headers
header-0 string
- application/json
- Schema
- Example (from schema)
Schema
- jobIds int64[]
Returns list of job Ids
{
"jobIds": [
0
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...