Esx.Settings.Hosts.Software.Reports.LastCheckResult.CheckStatus
Esx.Settings.Hosts.Software.Reports.LastCheckResult.CheckStatus
The Esx.Settings.Hosts.Software.Reports.LastCheckResult.CheckStatus schema contains properties that describe a check result.
This schema was added in vSphere API 8.0.0.1.
JSON Example
{
"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"
}
]
}
check
Required
Information about this check.
This property was added in vSphere API 8.0.0.1.
string
status
Required
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.
For more information see: Esx.Settings.Hosts.Software.Reports.LastCheckResult.Status.
This property was added in vSphere API 8.0.0.1.
check_issues
Optional
The issues encountered while running this check.
This property was added in vSphere API 8.0.0.1.