list

Display a list of Apache Pulsar objects.

Use this command to display a list of specified objects from the Apache Pulsar cluster to which you are connected.

Note: As shown in the examples, the path can either be absolute or relative to the current directory.

Synopsis

list <ListCommandArg> [ListCommandArg Options]

list bookies

list bookies
List bookies

list brokers

list brokers <Cluster> [dynamic-config]
List all Apache Brokers in the cluster to which you are currently connected.

list clusters

list clusters
List the existing clusters.
Example:
/instance1/cluster1> list clusters

list connections

list connections
List all current connections. This command also displays the current health status of the listed servers.

list failure-domains

list failure-domains [<Cluster>]
List the existing failure domains for a cluster.

list namespace-isolation-policies

list namespace-isolation-policies [<Cluster>]
List all namespace isolation policies of a specified cluster.

list namespaces

list namespaces [<Tenant>]
List the namespaces for a specified tenant.

list permissions

list permissions [<Topic>]
List the permissions on a specified topic.

list resource-groups

list resource-groups [<Cluster>]
List the resource groups on a specified cluster.

list subscriptions

list subscriptions [<Topic>]
List all subscriptions to a specified topic.

list tenants

list tenants [<Cluster>]
List the tenants in a cluster.
Examples:
/> list tenants /instance1/cluster1
/instance1> list tenants cluster1

list topics

list topics <Namespace>
List specified topics.

See Also

create, delete