HealthDatabaseInfo

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


Properties

messages Required

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


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.

Possible values are: UNHEALTHYDEGRADEDHEALTHY

JSON Example

{
	"messages": [
		{
			"message": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			},
			"severity": "ERROR"
		}
	],
	"status": "UNHEALTHY"
}
Returned By

Get Database

Feedback

Was this page helpful?