Getting connector info
- In the management console
, select the folder containing the connector. - Go to Serverless Integrations.
- In the left-hand panel, click
EventRouter and select a bus. - In the left-hand panel, click
Connectors and select the connector in question. - The Overview page will show detailed information about the connector.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.
-
See the description of the CLI command for viewing connector info:
yc serverless eventrouter connector get --help -
Get a list of connectors:
yc serverless eventrouter connector listResult:
+----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ | ID | NAME | BUS ID | FOLDER ID | STATUS | DELETION PROTECTION | +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ | f66g4h59ih2g******** | connector-my-ydb-flow | f66qn4p7uk6p******** | b1g681qpemb4******** | STOPPED | true | | f66g6jcnc5no******** | yds-via-cli | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false | | f66jfhcg1u71******** | mq-via-terraform | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false | +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ -
Get detailed information about your connector by specifying its name or ID:
yc serverless eventrouter connector get <connector_ID>Result:
id: f66b9arad2ui******** bus_id: f669a9niloj3******** folder_id: b1gk6obg9bqf******** cloud_id: b1gia87mbaom******** created_at: "2025-02-23T14:01:46.256658Z" name: my-connector source: message_queue: queue_arn: yrn:yc:ymq:ru-central1:b1gk6obg9bqf********:my-queue service_account_id: ajeis9398lmk******** visibility_timeout: 43200s batch_size: "10" polling_timeout: 10s status: RUNNING
To get detailed information about a connector, use the get REST API method for the Connector resource or the ConnectorService/Get gRPC API call.