Skip to Content

Status

Get Status

GET /api/status

Get status information of the server and installed services.

Response

{ "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 } } ] }
Last updated on