Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
  • Comparison with other Yandex Cloud services
    • All guides
        • Getting a list of connectors
        • Getting connector info
    • Viewing operations with service resources
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. EventRouter
  3. Getting connector info
  4. Getting connector info

Getting information about a connector

Written by
Yandex Cloud
Updated at June 9, 2025
Management console
CLI
API
  1. In the management console, select the folder containing the connector.
  2. Select Serverless Integrations.
  3. In the left-hand panel, click EventRouter and select the bus.
  4. In the left-hand panel, click Connectors and select the connector in question.
  5. The Overview page will show detailed information about the connector.

If you do not have the Yandex Cloud CLI installed yet, install and initialize it.

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

  1. See the description of the CLI command for viewing information about a connector:

    yc serverless eventrouter connector get --help
    
  2. 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               |
    +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+
    
  3. 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.

Was the article helpful?

Previous
Getting a list of connectors
Next
Timer
© 2025 Direct Cursus Technology L.L.C.