HealthDatabaseMessage
The Database.Message structure contains a database health message along with its severity.
Properties
severity
Required
The MessageSeverity enumerated type defines the levels of severity for a message.
ERROR : Error message.
WARNING : Warning message.
Possible values are: ERROR , WARNING
JSON Example
{
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"severity": "ERROR"
}