RecoveryPlanVmInfoDrResponseList
RecoveryPlanVmInfoDrResponseList
List of entities about: Details about a VM within a recovery plan.
JSON Example
{
"list": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"recovery_settings": {
"priority": "string",
"startup_action": "string",
"dependent_vms": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"status": "string",
"priority_group": "string",
"protection_group_name": "string"
}
],
"pre_power_on_steps": "string",
"post_power_on_steps": "string",
"allow_migration": false
},
"status": "string",
"managing_recovery_plan": "string",
"protection_group_name": "string",
"protection_group": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}