NamespacesInstancesMessage

The Instances.Message structure contains the information about the object configuration.


Properties

details Optional

Details about the message. If unset, message details are not required for taking actions.


severity Required

The Instances.Message.MessageSeverity enumerated type represents the severity of the message.
INFO : Informational message. This may be accompanied by vCenter event.
WARNING : Warning message. This may be accompanied by vCenter event.
ERROR : Error message. This is accompanied by vCenter event and/or alarm.

Possible values are: INFOWARNINGERROR

JSON Example

{
	"severity": "INFO"
}

Feedback

Was this page helpful?