NamespaceManagementSoftwareClustersMessage

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


Properties

details Required

Details about the message.


severity Required

The Clusters.Message.Severity 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

{
	"details": {
		"args": [
			"string"
		],
		"default_message": "string",
		"id": "string"
	},
	"severity": "INFO"
}

Feedback

Was this page helpful?