HealthDatabaseMessage
The Database.Message structure contains a database health message along with its severity.
Properties
severity
Required
Severity of the message.
Possible values are: ERROR , WARNING
JSON Example
{
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"severity": "enum"
}