RegionStatisticsReport

RegionStatisticsReport
RegionStatisticsReport

The specification describing the region health and statistics of protected VMs counts

JSON Example
{
    "protection_health_level": "string",
    "recoverability_health_level": "string",
    "protected_vms_count": 0,
    "recovery_ready_vms_count": 0,
    "ransomware_ready_vms_count": 0,
    "cloud_file_system_reports": [
        {
            "id": "string",
            "health_level": "string",
            "protected_site_reports": [
                {
                    "id": "string",
                    "health_level": "string",
                    "protected_vms_count": 0,
                    "recovery_ready_vms_count": 0,
                    "vcenter_reports": [
                        {
                            "id": "string",
                            "vcenter_name": "string",
                            "protection_health_level": "string",
                            "recoverability_health_level": "string",
                            "protected_vms_count": 0,
                            "recovery_ready_vms_count": 0,
                            "protection_group_reports": [
                                {
                                    "id": "string",
                                    "health_level": "string",
                                    "protected_vms_count": 0
                                }
                            ],
                            "recovery_plan_reports": [
                                {
                                    "id": "string",
                                    "health_level": "string",
                                    "recovery_ready_vms_count": 0
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "recovery_sddc_reports": [
        {
            "id": "string",
            "health_level": "string"
        }
    ]
}
protection_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,
recoverability_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
protected_vms_count
Optional

The count of VMs in active protection groups.

integer As int32 As int32
recovery_ready_vms_count
Optional

The count of VMs that are in recovery plans.

integer As int32 As int32
ransomware_ready_vms_count
Optional

The count of VMs that are in recovery plans with a selection made regarding using or not integrated analysis.

cloud_file_system_reports
Optional

Detailed information about cloud file systems health and protected VMs counts.

recovery_sddc_reports
Optional

Recovery SDDCs health information.

Property Of