Notification

The Notification structure describes a notification that can be reported by the appliance task


Properties

string
id Required

The notification id.


message Required

The notification message.


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"
	}
}
Returned By

Messages Health

Feedback

Was this page helpful?