ProtectionGroupVmInfoDrResponseList
ProtectionGroupVmInfoDrResponseList
List of entities about: Details about a VM and its protection settings within a protection group.
JSON Example
{
"list": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"protection_info": {
"recovery_folder": {
"id": "string",
"name": "string"
},
"recovery_resource_pool": {
"id": "string",
"name": "string"
},
"recovery_host": {
"id": "string",
"name": "string"
},
"recovery_networks": [
{
"id": "string",
"name": "string",
"type": "string"
}
],
"vmotion_eligible": false
},
"protection_status_details": {
"status": "string",
"errors": [
"string"
]
},
"vvol_replication_group_data": [
{
"fault_domain_id": "string",
"device_group_id": "string",
"name": "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"
}
}
}
}