Notification
The Notification structure describes a notification that can be reported by the appliance task
Properties
string
id
Required
The notification id.
resolution
Optional
The resolution message, if any. Only set for warnings and errors.
string as date-time
time
Optional
The time the notification was raised/found. Only if the time information is available.
JSON Example
{
"id": "string",
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}