Host System Get Compliance Check Result
The host profile compliance check result.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"profile": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"complianceStatus": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"checkTime": "string",
"failure": [
{
"_typeName": "string",
"failureType": "string",
"message": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"expressionName": "string",
"failureValues": [
{
"_typeName": "string",
"comparisonIdentifier": "string",
"profileInstance": "string",
"hostValue": {
"_typeName": "string"
},
"profileValue": {
"_typeName": "string"
}
}
]
}
]
}
Indicates the compliance status of the entity.
See @link Status
Time at which compliance check was last run on the entity
If complianceStatus is non-compliant, failure will contain additional information about the compliance errors.