HostsNotification

The Notification structure contains fields to describe any info/warning/error messages that Tasks can raise.


Properties

string
id Required

The notification id.


message Required

The notification message.


resolution Optional

The resolution message, if any. Only set if there is a resolution available for this notification.


string as date-time
time Required

The time the notification was raised/found.

JSON Example

{
	"id": "string",
	"message": {
		"args": [
			"string"
		],
		"default_message": "string",
		"id": "string"
	},
	"time": "string"
}

Feedback

Was this page helpful?