Backend + database load averages and database resource utilization
GET /api/system/load-averages
Authenticated. Returns 1m / 5m / 15m load averages for both the dhcp-processor host and the ClickHouse database host, plus additional database metrics: memory usage, CPU frequency, active queries / merges, disk read/write rates, disk used %, free/total bytes, uptime.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Load average snapshot
Combined backend (dhcp-processor host) + database (ClickHouse host) load
averages and database resource utilization. Returned by
GET /api/system/load-averages.
object
Linux-style 1m / 5m / 15m load averages for the dhcp-processor host.
object
ClickHouse host load averages and resource utilization, sourced from
system.asynchronous_metrics, system.metrics, and system.disks.
object
Authentication is required or the supplied token is invalid.
Standardised error envelope per RFC 7807. Many existing endpoints still
return an older shape (e.g. {"error": "..."}). This schema documents the
target shape; legacy endpoints will be migrated in Phase 70. Per D-21 the
spec describes current behaviour without enforcing the migration here.
object
A URI reference that identifies the problem type.
A short human-readable summary of the problem.
The HTTP status code generated by the origin server.
A human-readable explanation specific to this occurrence.
A URI reference that identifies the specific occurrence.
Legacy error message field. Will be removed once handlers are migrated.
Legacy per-field error details. Will be removed once handlers are migrated.
object
The request id middleware-assigned identifier for tracing.
Internal server error
Standardised error envelope per RFC 7807. Many existing endpoints still
return an older shape (e.g. {"error": "..."}). This schema documents the
target shape; legacy endpoints will be migrated in Phase 70. Per D-21 the
spec describes current behaviour without enforcing the migration here.
object
A URI reference that identifies the problem type.
A short human-readable summary of the problem.
The HTTP status code generated by the origin server.
A human-readable explanation specific to this occurrence.
A URI reference that identifies the specific occurrence.
Legacy error message field. Will be removed once handlers are migrated.
Legacy per-field error details. Will be removed once handlers are migrated.
object
The request id middleware-assigned identifier for tracing.