Settings_Clusters_Configuration_HostCompliance

Settings_Clusters_Configuration_HostCompliance
Settings_Clusters_Configuration_HostCompliance

The HostCompliance structure contains fields that describe compliance information for the ESXi host on which the Check Compliance operation completed successfully.

JSON Example
{
    "status": "string",
    "compliance_info": {
        "sets": [
            {
                "path": "string",
                "current": "string",
                "target": "string"
            }
        ],
        "adds": [
            {
                "path": "string",
                "current": "string",
                "target": "string"
            }
        ],
        "deletes": [
            {
                "path": "string",
                "current": "string",
                "target": "string"
            }
        ]
    }
}
status
Required

This ComplianceStatus enumerated type represents the compliance status of desired configuration on the ESXi host.
COMPLIANT : ESXi host is in compliance with Desired configuration.
NON_COMPLIANT : ESXi host is not in compliance with Desired configuration.

compliance_info
Optional

The ComplianceInfo structure contains fields that describe the configuration drift between the desired document and the configurations on the ESXi host.