GetRecoveryPlanBatchDetailsResponse
GetRecoveryPlanBatchDetailsResponse
Recovery plan details for multiple recovery plans.
JSON Example
{
"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
}
]
}