RecoveryPlanReport

RecoveryPlanReport
RecoveryPlanReport

The specification describing the recovery plan statistics of recoverable VMs count and plan health.

JSON Example
{
    "id": "string",
    "health_level": "string",
    "recovery_ready_vms_count": 0
}
string
id
Optional

Recovery plan unique identifier.

health_level
Optional

The health of a specific entity.

  • HEALTH_UNKNOWN: The health level is unknown.
  • HEALTH_OK: There are no known problems.
  • HEALTH_NOT_APPLICABLE: The health level is not applicable.
  • HEALTH_WARNING: There issues that may require attention.
  • HEALTH_CRITICAL: The protection group is failing to work as intended.

Possible values are : HEALTH_UNKNOWN, HEALTH_OK, HEALTH_NOT_APPLICABLE, HEALTH_WARNING, HEALTH_CRITICAL,
integer As int32 As int32
recovery_ready_vms_count
Optional

The count of the recoverable VMs.

Property Of