Settings_Clusters_Configuration_SettingCompliance

Settings_Clusters_Configuration_SettingCompliance
Settings_Clusters_Configuration_SettingCompliance

The SettingCompliance structure contains fields that describe a drift in an ESXi host setting. This structure is used to describe either a change in configuration value(set) or addition of configuration or deletion of configuration. When used to describe addition or deletion of a setting, only the path is set. When used to describe a set operation, current and target values are set only if drift is in a property that is of primitive type.

JSON Example
{
    "path": "string",
    "current": "string",
    "target": "string"
}
string
path
Required

Full path to the setting within the desired document.

string
current
Optional

Value of setting on the ESXi host. This field is unset if there is no host value to report or if setting is of complex type.

string
target
Optional

Value of setting in the desired document. This field is unset if there is no value in the desired document to report or if setting is of complex type.