Recover vApp
POST https://{{cluster}}v2/data-protect/recoveries
https://{{clusterIP}}/irisservices/api/v1/public/restore/recover
Request Body
{"name"=>"Restore-Newman-VCD-vApps-{{currentTimeStamp}}", "snapshotEnvironment"=>"kVMware", "vmwareParams"=>{"objects"=>[{"snapshotId"=>"{{restorevAppSnapshotId}}", "protectionGroupId"=>"{{restorevAppJobId}}"}], "recoveryAction"=>"RecoverVApps", "recoverVAppParams"=>{"targetEnvironment"=>"kVMware", "vmwareTargetParams"=>{"recoveryTargetConfig"=>{"recoverToNewSource"=>false, "originalSourceConfig"=>{"networkConfig"=>{"detachNetwork"=>true, "disableNetwork"=>true}}}, "renameRecoveredVmsParams"=>{"prefix"=>"newman-", "suffix"=>"{{vmSuffix}}"}, "renameRecoveredVAppsParams"=>{"prefix"=>"newman-", "suffix"=>"{{vAppSuffix}}"}, "recoveryProcessType"=>"InstantRecovery", "powerOnVms"=>true, "continueOnError"=>false}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Accept | string |