ProtectionGroupInfo
Detailed information about a protection group.
{
"id": "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",
"total_vms": 0,
"replication_type": "string",
"recovery_status": "string",
"status": "string",
"array_pair": "string",
"domain_id": "string"
}
An ID of the protection group.
The name of the protected site.
The name of the recovery site.
protected_vc_guid
recovery_vc_guid
The name of the plan.
The description of the plan.
The location where the protection group is placed.
The name of the location where the plan is placed.
total_vms
Underlying replication type of the protection group:
- UNKNOWN - Unknown replication.
- ABR - Array-based replication.
- HBR - Host-based replication replication.
- VVOL - VVOL-based replication.
Describes the recovery status of a protection group
- UNKNOWN - Recovery status could not be determined
- CLEANUP - Cleanup recovery is in progress
- PARTIALLY_RECOVERED - Some of the group's VMs have been successfully failed over, while others have not.
- READY - Protection group is ready for recovery
- RECOVERY_COMPLETE - Recovery of the protection group has completed
- RECOVERY_IN_PROGRESS - Recovery of the protection group is in progress
- REPROTECT_IN_PROGRESS - Reprotect of the protection group is in progress
- PARTIALLY_REPROTECTED - Some of the group's VMs have been successfully reprotected, while others have not.
- TEST_COMPLETE - Test recovery of the protection group has completed
- TEST_IN_PROGRESS - Test recovery of the protection group is in progress
The protection group status.
Related array pair if this is ABR protection group.
The current fault domain if the group replicationType
is vVols.