Esx.Settings.Hosts.Configuration.ComplianceInfo

Esx.Settings.Hosts.Configuration.ComplianceInfo
Esx.Settings.Hosts.Configuration.ComplianceInfo

The Esx.Settings.Hosts.Configuration.ComplianceInfo schema contains properties that describe the configuration drift between the desired document and the configurations on the ESXi host.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

List of configuration drifts represented by Esx.Settings.Hosts.Configuration.SettingCompliance. Each describing a configuration whose value on ESXi host is different to that in the desired document

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This field is missing or null if there are no drifts to report in this category.

adds
Optional

List of configuration drifts represented by Esx.Settings.Hosts.Configuration.SettingCompliance. Each describing a configuration that is present in the desired document but absent on the ESXi host.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This field is missing or null if there are no drifts to report in this category.

deletes
Optional

List of configuration drifts represented by Esx.Settings.Hosts.Configuration.SettingCompliance. Each describing a configuration that is present on the ESXi host but absent in the desired document.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This field is missing or null if there are no drifts to report in this category.