DatastoreGroupInfoDrResponseList
DatastoreGroupInfoDrResponseList
List of entities about: Information about a datastore group. Available for Array-Based Replication protection groups.
JSON Example
{
"list": [
{
"id": "string",
"array_pair": "string",
"datastores": [
{
"id": "string",
"name": "string",
"issue_type": "string",
"conflict_protection_group": "string",
"conflict_protection_group_name": "string",
"capacity_details": {
"total_capacity": 0,
"used_space": 0
}
}
],
"vm_infos": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"datastores": [
"string"
],
"protection_status": "string",
"protection_issues": [
{
"type": "string",
"datastore_name": "string",
"device_id": 0,
"disk_key": 0,
"datastore": "string"
}
]
}
],
"potential_vm_to_add_infos": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"datastores": [
"string"
],
"protection_status": "string",
"protection_issues": [
{
"type": "string",
"datastore_name": "string",
"device_id": 0,
"disk_key": 0,
"datastore": "string"
}
]
}
],
"rdm_keys": [
{
"id": "string",
"name": "string",
"issue_type": "string"
}
],
"status": "string",
"protection_groups": [
"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"
}
}
}
}