EventDatabaseMonitorInfo
EventDatabaseMonitorInfo
Event Database Monitor Information
JSON Example
{
"details": {
"database_name": "HorizonEventDB",
"port": 1433,
"prefix": "view_",
"server_name": "event-db.example.com",
"type": "SQL_SERVER",
"user_name": "sa"
},
"event_count": 10000,
"status": "CONNECTED"
}
integer As int32 As int32
event_count
Optional
Number of events recorded in the database
string
status
Optional
State of the database.
- CONNECTED: Connection Server is connected to the database.
- CONNECTING: Connection Server is connecting to the database.
- DISCONNECTED: Connection Server is disconnected from the database.
- RECONNECTING: Connection Server is reconnecting to the database.
- ERROR: Error in connecting to the database from Connection Server.
- NOT_CONFIGURED: Database is not configured.
- UNKNOWN: Unknown state.
Possible values are : CONNECTED, CONNECTING, DISCONNECTED, RECONNECTING, ERROR, NOT_CONFIGURED, UNKNOWN,