Get test failover VMs list
Select
SaaS
Customer Managed
API to get test failover machines for failover group
Path Parameters
- failoverGroupId int32 required
Id of the failover group
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
virtualMachines object[]
{
"virtualMachines": [
{
"name": "string",
"state": "STOPPED",
"ipAddress": "string",
"operatingSystem": "string",
"creator": {
"id": 0,
"GUID": "string",
"name": "string"
},
"expirationTime": 0
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/failovergroups/:failovergroupid/testfailovermachines
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/TestFailoverMachines' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'