DeploymentNotification

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 for warnings and errors.


string as date-time
time Optional

The time the notification was raised/found. Only set if the time information is available.

JSON Example

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

Feedback

Was this page helpful?