confluent kafka mirror list
Description
List mirror topics in a cluster or under a cluster link.
confluent kafka mirror list [flags]
Flags
    --link string            Name of cluster link.
    --mirror-status string   Mirror topic status. Can be one of "active", "failed", "paused", "stopped", or "pending_stopped". If not specified, list all mirror topics.
    --cluster string         Kafka cluster ID.
    --context string         CLI context name.
    --environment string     Environment ID.
-o, --output string          Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples
List all mirror topics in the cluster:
confluent kafka mirror list --cluster lkc-1234
List all active mirror topics under “my-link”:
confluent kafka mirror list --link my-link --mirror-status active
See Also
- confluent kafka mirror - Manage cluster linking mirror topics.