NamespaceManagementSupervisorServicesClusterSupervisorServicesMessage

The ClusterSupervisorServices.Message structure contains the information about the Supervisor Service configuration on a vSphere Supervisor.


Properties

details Optional

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


severity Required

The ClusterSupervisorServices.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?