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

Getting information about a connector

Written by
Yandex Cloud
Updated at May 5, 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 yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder 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
Data Streams
© 2025 Direct Cursus Technology L.L.C.