System Stats
Retrieve high-level operational metrics across all tenants and devices in the HxTP cluster.
Get Global Statsâ
Returns counts of active tenants, total provisioned devices, and current system status.
Endpointâ
GET /api/v1/admin/stats
Authenticationâ
Requires x-hxtp-admin-key in the header.
Responseâ
{
"tenants_count": 42,
"total_devices": 1250,
"status": "BETA_OPERATIONAL",
"uptime_seconds": 86400
}
info
This endpoint is primarily used by the Hestia Console to display cluster health.