Esx.Settings.Hosts.Software.CheckStatus

Esx.Settings.Hosts.Software.CheckStatus
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.

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.
  • 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.

check_issues
Optional

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}.