Esx.Settings.Clusters.Software.Reports.LastCheckResult.CheckResult
The Esx.Settings.Clusters.Software.Reports.LastCheckResult.CheckResult schema contains properties that describe aggregated status of all checks performed.
This schema was added in vSphere API 7.0.0.0.
{
"status": "string",
"start_time": "string",
"end_time": "string",
"commit": "string",
"host_info": {
"host_info": {
"name": "string",
"is_vsan_witness": false
}
},
"entity_results": [
{
"type": "string",
"cluster": "string",
"host": "string",
"status": "string",
"check_statuses": [
{
"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"
}
]
}
]
}
]
}
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.
For more information see: Esx.Settings.Clusters.Software.Reports.LastCheckResult.Status.
This property was added in vSphere API 7.0.0.0.
Time when the operation started.
This property was added in vSphere API 7.0.0.0.
Time when the operation completed.
This property was added in vSphere API 7.0.0.0.
The identifier of the commit on which checks have been run.
This property was added in vSphere API 7.0.0.0.
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.
Information about the hosts in this cluster for which checks have been requested to be run.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.
List of Esx.Settings.Clusters.Software.Reports.LastCheckResult.EntityCheckResult for all entities for which checks have been run.
This property was added in vSphere API 7.0.0.0.