Getting a list of buses
Written by
Updated at April 14, 2025
Management console
CLI
API
- In the management console
, go to the folder where you want to view a list of buses. - Select Serverless Integrations.
- In the left-hand panel, select
EventRouter. The Buses page will display a list of buses.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameters.
-
See the description of the CLI command to view a list of buses:
yc serverless eventrouter bus list --help
-
Get a list of buses:
yc serverless eventrouter bus list
Result:
+----------------------+------------------+----------------------+--------+---------------------+ | ID | NAME | FOLDER ID | STATUS | DELETION PROTECTION | +----------------------+------------------+----------------------+--------+---------------------+ | f6676a9ti657******** | my-new-bus-17 | b1g681qpemb4******** | ACTIVE | false | | f66aevm4ithv******** | my-favourite-bus | b1g681qpemb4******** | ACTIVE | true | | f66m2q222n92******** | my-bus-42 | b1g681qpemb4******** | ACTIVE | false | +----------------------+------------------+----------------------+--------+---------------------+
To view the a list of buses, use the list REST API method for the Bus resource or the BusService/List gRPC API call.