Skip to main content

Test Failover - VM Group Level

Select

SaaS
Customer Managed

This operation triggers a Test Failover job and returns a Job ID in the response.

Path Parameters
  • VMGroupID string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /v2/vsa/vmgroup/:vmgroupid/testfailover    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
VMGroupID — path required
Accept — header required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vmGroup/:VMGroupID/testfailover' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'