Esx.Settings.Hosts.Software.CheckStatus
The Esx.Settings.Hosts.Software.CheckStatus schema contains properties that describe a check result.
This schema was added in vSphere API 8.0.0.1.
{
"check": {
"check": "string",
"name": "Vapi.Std.LocalizableMessage Object",
"description": "Vapi.Std.LocalizableMessage Object",
"originator": "string"
},
"status": "string",
"check_issues": [
{
"description": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object"
}
]
}
Information about this check.
This property was added in vSphere API 8.0.0.1.
The status of this check.
Possible values:
- OK: The check indicates a success.
- WARNING: The check indicates a warning.
- TIMEOUT: The check did not return in a timely manner.
- ERROR: The check indicates an error.
- RETRY: The check failed because of an intermittent error, for example a service is overloaded. The client can choose to retry the health check before considering the check as failed.
For more information see: Esx.Settings.Hosts.Software.Status.
This property was added in vSphere API 8.0.0.1.
List of Esx.Settings.Hosts.Software.CheckIssues that the check reported.
This property was added in vSphere API 8.0.0.1.
If not set, the service is still using the {#member issues}.