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.

Authentication

api-keystring
API Key authentication via header

Response

successful operation
usageobject or anyOptional
timedoubleOptional
Time spent to process this request
statusstringOptional
resultobjectOptional

Quota configuration in effect, and how close each peer is to it.

The configuration is cluster-wide; the utilization is not. usage is the node that served the request, and peers is what every peer that answered reports about itself — memory and disk are node-local, so one peer being under its limit says nothing about the others.