vCloud API - POST-EditRecoveryDetails

vCloud API - POST-EditRecoveryDetails

POST /admin/vdc/{vdcId}/action/editRecoveryDetails

Operation:
POST /admin/vdc/{vdcId}/action/editRecoveryDetails
Description:
Edit the recovery capabilities of the specified VDC. The caller can specify the following flags that control all recovery types:
  • isPlannedMigrationEnabled - if true, users can perform planned migration. The source site should be up and running.
  • isFailoverEnabled - if true, users can perform disaster recovery. The source site can be down.
  • isTestFailoverEnabled - if true, users can perform test recovery. The source site should be up and running. Replication continues while the test is running.
Since:
1.0
Input parameters
Consume media type(s):
application/vnd.vmware.hcs.editRecoveryDetailsParams+xml
Input type:
EditRecoveryDetailsParams
Output parameters
TaskType

This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
com.vmware.vcloud.api.rest.schema_v1_5.TaskType
Examples