Esx.Settings.Depots.Online.FlushResult

Esx.Settings.Depots.Online.FlushResult
Esx.Settings.Depots.Online.FlushResult

The Esx.Settings.Depots.Online.FlushResult schema contains a field that lists all the errors encountered after starting the task of POST /esx/settings/depots/online/{depot}?action=flush operation.

This schema was added in vSphere API 7.0.3.0.

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

Notifications returned by POST /esx/settings/depots/online/{depot}?action=flush operation.

This property was added in vSphere API 7.0.3.0.

If missing or null, no notification is returned.