Esx.Settings.Clusters.Configuration.ComplianceInfo

Esx.Settings.Clusters.Configuration.ComplianceInfo
Esx.Settings.Clusters.Configuration.ComplianceInfo

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

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "sets": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string",
            "error": {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        }
    ],
    "adds": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string",
            "error": {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        }
    ],
    "deletes": [
        {
            "path": "string",
            "display_path": [
                "string"
            ],
            "current": "string",
            "target": "string",
            "type": "string",
            "reference_current": "string",
            "reference_target": "string",
            "error": {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        }
    ]
}
sets
Optional

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

This property was added in vSphere API 8.0.1.0.

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.Clusters.Configuration.SettingCompliance. Each describing a configuration that is present in the desired document but absent on the ESXi host or cluster solution.

This property was added in vSphere API 8.0.1.0.

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.Clusters.Configuration.SettingCompliance. Each describing a configuration that is present on the ESXi host or cluster solution but absent in the desired document.

This property was added in vSphere API 8.0.1.0.

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