Esx.Settings.Hosts.Enablement.Software.CheckResult

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

The Esx.Settings.Hosts.Enablement.Software.CheckResult schema contains information that describes the results of the checks.

This schema was added in vSphere API 8.0.0.1.

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.Hosts.Enablement.Software.CheckType type.

This property was added in vSphere API 8.0.0.1.