Esx.Settings.Hosts.Software.CheckResult

Esx.Settings.Hosts.Software.CheckResult
Esx.Settings.Hosts.Software.CheckResult

The Esx.Settings.Hosts.Software.CheckResult schema contains properties that describe aggregated status of all checks performed.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "status": "string",
    "start_time": "string",
    "end_time": "string",
    "commit": "string",
    "host_info": {
        "name": "string",
        "is_vsan_witness": false
    },
    "entity_result": {
        "type": "string",
        "host": "string",
        "status": "string",
        "check_statuses": [
            {
                "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"
                    }
                ]
            }
        ]
    }
}
string
status
Required

Aggregated status from all checks performed.

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.

string As date-time As date-time
start_time
Required

Time when the operation started.

This property was added in vSphere API 8.0.0.1.

string As date-time As date-time
end_time
Required

Time when the operation completed.

This property was added in vSphere API 8.0.0.1.

string
commit
Required

The identifier of the commit on which checks have been run.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

host_info
Required

Information about the host for which checks have been requested to be run.

This property was added in vSphere API 8.0.0.1.

entity_result
Required

List of Esx.Settings.Hosts.Software.EntityCheckResult for all entities for which checks have been run.

This property was added in vSphere API 8.0.0.1.