Validate Replication Group Content
Select
SaaS
Customer Managed
Validate virtual machines inside replication group
- application/json
Request Body
client object
replicationGroup object
vm object[]
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
vm object[]
{
"vm": [
{
"GUID": "string",
"name": "string",
"vmGroup": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
}
}
]
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
POST /v4/replicationgroup/content/validate
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationGroup/Content/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"client": {
"id": 0,
"name": "string"
},
"replicationGroup": {
"id": 0,
"name": "string"
},
"vm": [
{
"GUID": "string",
"name": "string"
}
]
}'