VsanProtectionGroupDataDrResponseList
VsanProtectionGroupDataDrResponseList
List of entities about: vSAN protection group details
JSON Example
{
"list": [
{
"id": "string",
"name": "string",
"description": "string",
"source_cluster": "string",
"target_cluster": "string",
"srm_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"
}
}
}
}