esx settings internal summary: compliance result
The
compliance_result
structure contains information to describe the complaince result of the cluster.Representation:
{
"incompatible_hosts" : [
"obj-103",
"obj-103"
],
"non_compliant_hosts" : [
"obj-103",
"obj-103"
],
"compliant_hosts" : [
"obj-103",
"obj-103"
],
"scan_time" : "2015-01-01T22:13:05.651Z",
"unavailable_hosts" : [
"obj-103",
"obj-103"
],
"status" : "COMPLIANT"
}
"incompatible_hosts" : [
"obj-103",
"obj-103"
],
"non_compliant_hosts" : [
"obj-103",
"obj-103"
],
"compliant_hosts" : [
"obj-103",
"obj-103"
],
"scan_time" : "2015-01-01T22:13:05.651Z",
"unavailable_hosts" : [
"obj-103",
"obj-103"
],
"status" : "COMPLIANT"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
status | string | Overall compliance state of the host. Contains the possible different status of compliance with respect to target version. Value is one of: COMPLIANT: Target version is same as current version. NON_COMPLIANT: Target version is greater than current version. INCOMPATIBLE: Target state cannot be applied due to conflict or missing dependencies or the target state is lesser than the current version. UNAVAILABLE: Drift check failed due to unknown error or check hasn't happened yet and results are not available. |
scan_time | date_time | Scan completion time. |
compliant_hosts | string[] | Identifiers of compliant hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem . |
non_compliant_hosts | string[] | Identifiers of non-compliant hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem . |
incompatible_hosts | string[] | Identifiers of incompatible hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem . |
unavailable_hosts | string[] | Identifiers of unavailable hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem . |