[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

ProtectionGroupInfo

Detailed information about a protection group.


Properties

string
array_pair Optional

Related array pair if this is ABR protection group.


string
description Optional

The description of the plan.


string
domain_id Optional

The current fault domain if the group replicationType is vVols.


string
id Optional

An ID of the protection group.


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.


string
name Optional

The name of the plan.


string
protected_site_name Optional

The name of the protected site.


string as uuid
protected_vc_guid Optional

string
recovery_site_name Optional

The name of the recovery site.


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: UNKNOWNCLEANUPPARTIALLY_RECOVEREDREADYRECOVERY_COMPLETERECOVERY_IN_PROGRESSREPROTECT_IN_PROGRESSPARTIALLY_REPROTECTEDTEST_COMPLETETEST_IN_PROGRESS


string as uuid
recovery_vc_guid Optional

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: UNKNOWNABRHBRVVOL


string
status Optional

The protection group status.

Possible values are: UNKNOWNOKNOT_CONFIGUREDCONFIGURING_PROTECTIONREMOVING_PROTECTIONRESTORING_PLACEHOLDERSOPERATIONS_IN_PROGRESSTESTINGTEST_COMPLETECLEANING_UPRECOVERINGPARTIALLY_RECOVEREDRECOVEREDREPROTECTINGPARTIALLY_REPROTECTEDREADYLOADING


integer as int32
total_vms Optional

JSON Example

{
	"array_pair": "string",
	"description": "string",
	"domain_id": "string",
	"id": "string",
	"location": "string",
	"location_name": "string",
	"name": "string",
	"protected_site_name": "string",
	"protected_vc_guid": "string",
	"recovery_site_name": "string",
	"recovery_status": "UNKNOWN",
	"recovery_vc_guid": "string",
	"replication_type": "UNKNOWN",
	"status": "UNKNOWN",
	"total_vms": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ProtectionGroupInfoDrResponseList
Used By

ProtectionGroupInfoDrResponseEntity

Feedback

Was this page helpful?