LcmNotification

The Notification structure describes a notification that can be reported by the appliance task, which can be of type info, warning or errors.


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

Feedback

Was this page helpful?