InfraprofileNotification

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


Properties

message Required

The notification message.


string
notification Required

The notification id. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.infraprofile.notification. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.infraprofile.notification.


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

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

Feedback

Was this page helpful?