Appliance Health Database Message

Appliance Health Database Message
Appliance Health Database Message

This schema is deprecated as of vSphere API 9.1.0.0.

The Appliance Health Database Message schema contains a database health message along with its severity.

This schema was added in vSphere API 7.0.0.1.

JSON Example
{
    "severity": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
severity
Required

This property is deprecated as of vSphere API 9.1.0.0.

Severity of the message.

For more information see: Appliance Health Database Message Severity.

This property was added in vSphere API 7.0.0.1.

message
Required

This property is deprecated as of vSphere API 9.1.0.0.

Message describing the issue with the database.

This property was added in vSphere API 7.0.0.1.

Deprecated