rpk cluster quotas describe
Describe client quotas.
This command describes client quotas that match the provided filtering criteria.
Running the command without filters returns all client quotas. Use the
--strict flag for strict matching, which means that the only quotas returned
exactly match the filters.
Filters can be provided in terms of entities. An entity consists of either a client ID or a client ID prefix.
Examples
This section provides examples of how to use rpk cluster quotas describe.
Describe all client quotas.
rpk cluster quotas describe
Describe all client quota with client ID <foo>.
rpk cluster quotas describe --name client-id=<foo>
Describe client quotas for a given client ID prefix <bar>..
rpk cluster quotas describe --name client-id=<bar>.
Flags
| Value | Type | Description |
|---|---|---|
|
stringSlice |
Entity type for any matching (names or default). Valid type values: |
|
stringSlice |
Entity type for default matching. Valid type values: |
|
stringSlice |
Entity type and name pair for exact name matching. Valid type values: |
|
bool |
Use strict matching: exclude entities with unspecified entity types. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |