List all Kafka instances
List all Kafka instances.
This command will provide a high level view of all Kafka instances. The fields displayed are: ID, Name, Owner, Status, Cloud Provider, Region. Use the describe command to view all fields for a specific instance.
The instances are displayed by default in a table, but can also be displayed as JSON or YAML.
rhoas kafka list [flags]
# list all Kafka instances using the default (plain) output format $ rhoas kafka list # list all Kafka instances using JSON as the output format $ rhoas kafka list -o json
-h, --help help for list
--limit int Limit of items that should be returned from server (default 100)
-o, --output string Output format of the results. Choose from ["plain" "json" "yml" "yaml"] (default "plain")
--page int Page that should be returned from server
-
rhoas kafka - Create, view, use and manage your Kafka instances