Get Recovery Plan Batch Details
Get details for one or more requested recovery plans.
The cloud file system containing the recovery plans of interest.
{
"recovery_plans": [
"string"
]
}
The IDs of the recovery plans of interest. All results are returned in a single request, so the number of provided recovery plans should be bounded.
OK. The request succeeded.
{
"recovery_plan_details": [
{
"id": "string",
"name": "string",
"status": "string",
"state": "string",
"vcenter_name": "string",
"protection_groups": [
{
"id": "string",
"name": "string"
}
],
"protected_site_id": "string",
"recovery_site_id": "string",
"compliance_results": [
{
"check_type": "string",
"compliance_status": "string",
"status_details": "string",
"status_since": 0
}
],
"plan_enabled": false,
"ransomware_recovery_enabled": false
}
]
}
The array of recovery plan details.
Bad request. The server could not understand the request.
Unauthorized. The client has not authenticated.
Forbidden. The client is not authorized.
Not found. The server cannot find the specified resource.
VMware Live Cyber Recovery-specific error.
An error unique to VMware Live Cyber Recovery was encountered while attempting to satisfy the request. See the returned object for details on the error.
"Error Object"
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/vcdr/v1/cloud-file-systems/{cloud_file_system_id}/recovery-plans-batch