Quotas
List quotas
List client quotas. Use filter parameters to narrow results by entity type and filter criteria.
get/v1/quotas
Query parameters
filter.entity_type'ENTITY_TYPE_CLIENT_ID' | 'ENTITY_TYPE_CLIENT_ID_PREFIX' | 'ENTITY_TYPE_USER' | 'ENTITY_TYPE_IP'
The type of entity to filter by. If unspecified, all entities will be returned.
- ENTITY_TYPE_USER: Not supported in Redpanda
- ENTITY_TYPE_IP: Not supported in Redpanda
filter.entity_namestring
Filter by entity name. If unspecified will return all entities for specified entity type.
filter.match_defaultboolean
If true, the entity_name will match the default entity (e.g., default client-id).
page_sizeinteger
Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
Response
OK