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.
You can specify filters in terms of entities. An entity consists of either a client ID or a client ID prefix.
Flags
Value | Type | Description |
---|---|---|
|
strings |
Type for any matching (names or default), where type is |
|
strings |
Type for default matching, where type is |
|
string |
Output format. Possible values: |
|
- |
Help for describe. |
|
strings |
The |
|
- |
Specifies whether matches are strict. If |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |
Examples
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>.