Data Object - EventDatabaseHealthData

Class
VMware.Hv.EventDatabaseHealthData
Property of
EventDatabaseHealthInfo
Since
Horizon View 6.0

Data Object Description

The health of a configured database connection.

Data Object Properties

Properties

Name Type Description
serverNamexsd:string

The name of the database server.
portxsd:int

The port of the database server
databaseTypexsd:string

The type of the database.
  • This property will be one of:
    Value Description
    "ORACLE"An Oracle database
    "SQLSERVER"A SQL server database.
    "UNDEFINED"An undefined database type.
userNamexsd:string

The username used to connect to the database
databaseNamexsd:string

The name of the database.
tablePrefixxsd:string

The prefix of tables within the database.
statexsd:string

The state of the database connection.
  • This property will be one of:
    Value Description
    "CONNECTED"The connection is connected to the database.
    "CONNECTING"The connection is connecting to the database.
    "DISCONNECTED"The connection is disconnected from the database.
    "RECONNECTING"The connection is reconnecting to the database.
    "ERROR"There is an error with the database connection.
errorxsd:string

Any error with the database connection.
  • This property need not be set.