Esx.Settings.Depots.Online.DeleteResult

Esx.Settings.Depots.Online.DeleteResult
Esx.Settings.Depots.Online.DeleteResult

The Esx.Settings.Depots.Online.DeleteResult schema contains a field that lists all the errors encountered after starting the task of DELETE /esx/settings/depots/online/{depot} 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 DELETE /esx/settings/depots/online/{depot} operation.

This property was added in vSphere API 7.0.3.0.

If missing or null, no notification is returned.