Esx.Settings.Hosts.Configuration.SettingCompliance
The Esx.Settings.Hosts.Configuration.SettingCompliance schema contains properties that describe a drift in an ESXi host setting. This structure describes a change in configuration value(set) or addition of configuration or deletion of configuration. When used to describe addition or deletion of a setting, if the setting is an instance in an array without an instance ID, the whole instance object is populated in target or current, respectively. When used to describe a drift in primitive type, current and target values are populated when applicable.
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.
{
"path": "string",
"display_path": [
"string"
],
"current": "string",
"target": "string",
"type": "string",
"reference_current": "string",
"reference_target": "string"
}
Full path to the setting within 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.
A list of the display names for components of the value provided by Esx.Settings.Hosts.Configuration.SettingCompliance.path property.
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 the display names cannot be computed.
Value of setting 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 is no host value to report.
Value of setting 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 is no value in the desired document to report.
The data type of the property in document pointed by {#path}.
Possible values:
- PRIMITIVE: The property in drift is of primitive data type.
- OBJECT: The property in drift is of type object.
- ARRAY_OF_OBJECTS: The property in drift is of array of object data type.
- REFERENCE: The drift is in reference configuration.
- ARRAY_OF_PRIMITIVES: The property in drift is of array of primitive data type.
For more information see: Esx.Settings.Hosts.Configuration.SettingCompliance.Type.
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 the data type of the property is not available in the drift provided by the ESXi host.
Value of the reference configuration on the ESXi host encoded as JSON.
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 host does not have reference configuration.
Value of the reference configuration in the desired state encoded as JSON.
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 desired state does not have reference configuration.