Esx.Settings.Hosts.Software.Reports.LastCheckResult.EntityCheckResult
The Esx.Settings.Hosts.Software.Reports.LastCheckResult.EntityCheckResult schema contains properties that describe aggregated status of all checks performed on a specific entity.
This schema was added in vSphere API 8.0.0.1.
{
"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"
}
]
}
]
}
The entity type for which these checks are being run.
Possible values:
- HOST: Entity type Host
For more information see: Esx.Settings.Hosts.Software.Reports.LastCheckResult.EntityCheckResult.EntityType.
This property was added in vSphere API 8.0.0.1.
If the entity type is HOST then the host identifier for which the checks have been run.
This property was added in vSphere API 8.0.0.1.
This property is optional and it is only relevant when the value of type is Esx.Settings.Hosts.Software.Reports.LastCheckResult.EntityCheckResult.EntityType.HOST.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.
Aggregated status from all checks performed on this entity.
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.
List of Esx.Settings.Hosts.Software.Reports.LastCheckResult.CheckStatus for all checks performed.
This property was added in vSphere API 8.0.0.1.