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 MetaData Hub
  • About Yandex MetaData Hub
    • Getting started
      • Viewing a connection
      • Creating a connection
      • Editing a connection
      • Configuring connection access permissions
      • Deleting a connection
      • Getting operation details
      • Canceling an operation
    • Service roles for access management
    • CLI reference
    • Terraform reference
  • Access management
  • Quotas and limits
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • Getting a list of operations for a specific connection
  • Getting information about a specific operation
  1. Connection Manager
  2. Step-by-step guides
  3. Getting operation details

Getting operation details

Written by
Yandex Cloud
Updated at October 24, 2025
  • Getting a list of operations for a specific connection
  • Getting information about a specific operation

Getting a list of operations for a specific connectionGetting a list of operations for a specific connection

Management console
CLI
API
  1. In the management console, select a folder.

  2. Select Yandex MetaData Hub.

  3. In the left-hand panel, select Connection manager and click the name of the connection you need.

  4. In the left-hand panel, select Operations.

    In the list of operations, you can view all the operations for the selected connection since its creation:

    • Create: Connection created.
    • Update: Connection updated.
    • Delete: Connection deleted.
    • Set access bindings: Connection user roles assigned.
    • Update access bindings: Connection user roles updated.

    You can also view the technical operations:

    • Bump version: Secret version for MDB connections updated.
    • Update references: Connection references updated.
    • Update version references: Updated the connection version references used when creating or deleting an MDB cluster backup.
    • Delete version: Connection version deleted after removing the most recent MDB cluster backup.

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.

To get information about completed operations for a specific connection:

  1. See the description of the CLI command for getting information about completed operations:

    yc metadata-hub connection-manager connection list-operations --help
    
  2. Get information about completed operations by running this command:

    yc metadata-hub connection-manager connection list-operations <connection_ID>
    

    You can get the connection ID with the list of connections in the folder.

To get information about operations performed for a specific Connection Manager connection, use the Connection.ListOperations REST API method or the ConnectionService.ListOperations gRPC API method and provide the connection ID in the request.

You can get the connection ID with the list of connections in the folder.

Getting information about a specific operationGetting information about a specific operation

API

To get information about a specific connection, use the Operation.Get REST API method or the OperationService.Get gRPC API call and provide the operation ID in the request.

You can get the operation ID from the connection operation list.

Was the article helpful?

Previous
Deleting a connection
Next
Canceling an operation
© 2025 Direct Cursus Technology L.L.C.