v18

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-0569400504.8 KB
Quotas

Get global quotas

Get the cluster-wide resource quota configuration, together with the current utilization it is measured against. The configuration is the same on every peer, but the reported utilization is for the node serving this request only - memory and disk are node-local, so query each peer to see where the whole cluster stands.

get/quotas

Response

successful operation

timenumber float

Time spent to process this request

statusstring

Example response

{
  "time": 0.002,
  "status": "ok"
}