DeveloperAPI ReferenceAdminDashboard
/api/admin/dashboard
Response Body
application/json
curl -X GET "https://example.com/api/admin/dashboard"{
"server": {
"version": "string",
"uptime": 0,
"memoryUsage": {
"rss": 0,
"heapUsed": 0,
"heapTotal": 0,
"external": 0,
"arrayBuffers": 0
},
"platform": "string",
"nodeVersion": "string"
},
"counts": {
"libraries": 0,
"items": 0,
"users": 0
},
"plugins": {
"total": 0,
"running": 0,
"errored": 0,
"restarting": 0
},
"streaming": {
"transcodeSessions": 0,
"activeSessions": 0,
"wsClients": 0
},
"jobs": {
"running": 0,
"pending": 0
},
"scheduler": [
{
"name": "string",
"interval": 0,
"lastRun": "string"
}
]
}