RecoveryPlanInfoDrResponseList
RecoveryPlanInfoDrResponseList
List of entities about: Detailed information about a recovery plan.
JSON Example
{
"list": [
{
"id": "string",
"status": "string",
"protected_site_name": "string",
"recovery_site_name": "string",
"protected_vc_guid": "string",
"recovery_vc_guid": "string",
"name": "string",
"description": "string",
"location": "string",
"location_name": "string",
"progress": 0,
"is_running": false
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}