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.
{
"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 notification messages reported.
This property was added in vSphere API 7.0.0.0.
Only set if an info was reported by the task.
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.
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.