Settings_Clusters_Configuration_ComplianceInfo

Settings_Clusters_Configuration_ComplianceInfo
Settings_Clusters_Configuration_ComplianceInfo

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

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

List of configuration drifts represented by SettingCompliance. Each describing a configuration whose value on ESXi host is different to that in the desired document This field is unset if there are no drifts to report in this category.

adds
Optional

List of configuration drifts represented by SettingCompliance. Each describing a configuration that is present in the desired document but absent on the ESXi host. This field is unset if there are no drifts to report in this category.

deletes
Optional

List of configuration drifts represented by SettingCompliance. Each describing a configuration that is present on the ESXi host but absent in the desired document. This field is unset if there are no drifts to report in this category.