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.
{
"sets": [
{
"path": "string",
"current": "string",
"target": "string"
}
],
"adds": [
{
"path": "string",
"current": "string",
"target": "string"
}
],
"deletes": [
{
"path": "string",
"current": "string",
"target": "string"
}
]
}
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.
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.
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.