Esx.Settings.Clusters.Software.Reports.LastCheckResult.CheckStatus
The Esx.Settings.Clusters.Software.Reports.LastCheckResult.CheckStatus schema contains properties that describe a check result.
This schema was added in vSphere API 7.0.0.0.
{
"check": {
"check": "string",
"name": "Vapi.Std.LocalizableMessage Object",
"description": "Vapi.Std.LocalizableMessage Object"
},
"status": "string",
"issues": [
"Vapi.Std.LocalizableMessage Object"
],
"check_issues": [
{
"description": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object"
}
]
}
Information about this check.
This property was added in vSphere API 7.0.0.0.
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.Clusters.Software.Reports.LastCheckResult.Status.
This property was added in vSphere API 7.0.0.0.
The issues encountered while running this check.
Note: This property will be deprecated in the future release. Clients are recommended to use {#member checkIssues} field.
This property was added in vSphere API 7.0.0.0.
List of Esx.Settings.Clusters.Software.Reports.LastCheckResult.CheckIssues that the check reported.
This property was added in vSphere API 9.1.0.0.
If not set, the service is still using the {#member issues}.