NamespaceManagement_Supervisors_SupervisorServices_Message
The SupervisorServices.Message structure contains the information about the Supervisor Service on a Supervisor, it could be compatibility information, service status information, etc.
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
The SupervisorServices.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.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.