Esx.Settings.Clusters.Enablement.Software.CheckResult
Esx.Settings.Clusters.Enablement.Software.CheckResult
The Esx.Settings.Clusters.Enablement.Software.CheckResult schema contains information that describes the results of the checks.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"notifications": {
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
]
}
}
}
object
notifications
Required
Notifications containing check results grouped by Esx.Settings.Clusters.Enablement.Software.CheckType type.
This property was added in vSphere API 7.0.0.0.