Esx.Settings.Notifications

Esx.Settings.Notifications
Esx.Settings.Notifications

The Esx.Settings.Notifications schema contains info/warning/error messages that can be reported by the task.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "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
        }
    ]
}
info
Optional

Info notification messages reported.

This property was added in vSphere API 7.0.0.0.

Only set if an info was reported by the task.

warnings
Optional

Warning notification messages reported.

This property was added in vSphere API 7.0.0.0.

Only set if an warning was reported by the task.

errors
Optional

Error notification messages reported.

This property was added in vSphere API 7.0.0.0.

Only set if an error was reported by the task.