Health_Database_Info

Health_Database_Info
Health_Database_Info

The Database.Info structure contains information about the health of the the database.

JSON Example
{
    "status": "string",
    "messages": [
        {
            "severity": "string",
            "message": {
                "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"
            }
        }
    ]
}
status
Required

The Database.Info.Status enumerated type describes the health of the database.
UNHEALTHY : The database is corrupted and vCenter server functionality will be impacted.
DEGRADED : The database has issues but the impact on vCenter Server is low.
HEALTHY : The database is healthy.

messages
Required

Messages describing any issues with the database, along with their severity.