StatisticsDetail

StatisticsDetail
StatisticsDetail

Summary information about the VMware Live Cyber Recovery region. Note that data is periodically computed.

JSON Example
{
    "region_name": "string",
    "statistics_report": {
        "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"
            }
        ]
    }
}
string
region_name
Optional

The name of the AWS region.

statistics_report
Optional

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

Returned By