Get Event Database Monitor
Returns monitoring information related to Event database of the environment.
Request
URI
GET
https://{api_host}//localhost/rest/monitor/event-database
COPY
Responses
200
OK
Returns
EventDatabaseMonitorInfo
of type(s)
*/*
{
"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.
Possible values are :
CONNECTED,
CONNECTING,
DISCONNECTED,
RECONNECTING,
ERROR,
NOT_CONFIGURED,
401
User is not authenticated
Operation doesn't return any data structure
Monitor Operations
GET
Get Event Database Monitor
GET
List AD Domain Monitors
GET
List Connection Server Monitors
GET
List Farm Monitors
GET
List Gateway Monitors
GET
List Pod Monitors
GET
List RDS Server Monitors
GET
List SAML Authenticator Monitors
GET
List True SSO Monitor Infos
GET
List View Composer Monitors
GET
List Virtual Center Monitors