NamespaceManagementSoftwareClustersMessage
The Clusters.Message structure contains the information about the object configuration.
Properties
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: INFO , WARNING , ERROR
JSON Example
{
"details": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"severity": "INFO"
}