Skip to Content

Status

Get Status

GET /api/status

Get status information of the server and installed services.

Response

{ "version": "2.2.0", "lastError": { "date": 0, "text": "" }, "database": { "connected": true, "error": "" }, "qlikConnection": { "connected": true, "error": "" }, "license": { "valid": true, "expires": 1924902000000 }, "currentConnections": 1, "services": [ { "name": "Database Backup Service", "status": "Not Installed", "lastError": { "text": "", "date": 0 } } ], "mail": { "currentQueue": 0, "dailyMaxQueue": 0, "dailyMessages": 0, }, "api": { "requests": { "dailyMax_1": 0, "dailyMax_5": 0, "current_5": 0, }, "db_row_updates": { "dailyMax_1": 0, "dailyMax_5": 0, "current_5": 0, } } }
Last updated on