Skip to main content

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.