ProtectionGroupInfo

ProtectionGroupInfo
ProtectionGroupInfo

Detailed information about a protection group.

JSON Example
{
    "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"
}
string
id
Optional

An ID of the protection group.

string
protected_site_name
Optional

The name of the protected site.

string
recovery_site_name
Optional

The name of the recovery site.

string As uuid As uuid
protected_vc_guid
Optional

protected_vc_guid

string As uuid As uuid
recovery_vc_guid
Optional

recovery_vc_guid

string
name
Optional

The name of the plan.

string
description
Optional

The description of the plan.

string
location
Optional

The location where the protection group is placed.

string
location_name
Optional

The name of the location where the plan is placed.

integer As int32 As int32
total_vms
Optional

total_vms

string
replication_type
Optional

Underlying replication type of the protection group:

  • UNKNOWN - Unknown replication.
  • ABR - Array-based replication.
  • HBR - Host-based replication replication.
  • VVOL - VVOL-based replication.

Possible values are : UNKNOWN, ABR, HBR, VVOL,
string
recovery_status
Optional

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
Possible values are : UNKNOWN, CLEANUP, PARTIALLY_RECOVERED, READY, RECOVERY_COMPLETE, RECOVERY_IN_PROGRESS, REPROTECT_IN_PROGRESS, PARTIALLY_REPROTECTED, TEST_COMPLETE, TEST_IN_PROGRESS,
string
status
Optional

The protection group status.

Possible values are : UNKNOWN, OK, NOT_CONFIGURED, CONFIGURING_PROTECTION, REMOVING_PROTECTION, RESTORING_PLACEHOLDERS, OPERATIONS_IN_PROGRESS, TESTING, TEST_COMPLETE, CLEANING_UP, RECOVERING, PARTIALLY_RECOVERED, RECOVERED, REPROTECTING, PARTIALLY_REPROTECTED, READY, LOADING,
string
array_pair
Optional

Related array pair if this is ABR protection group.

string
domain_id
Optional

The current fault domain if the group replicationType is vVols.