Getting information about a connector
Written by
Updated at April 14, 2025
Management console
CLI
API
- In the management console
, select the folder containing the connector. - Select Serverless Integrations.
- In the left-hand panel, click
EventRouter and select the 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 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 for viewing information about a connector:
yc serverless eventrouter connector get --help
-
Get a list of connectors:
yc serverless eventrouter connector list
Result:
+----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ | 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.