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
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • 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 Cloud Router
    • All guides
    • Getting information about a routing instance
    • Getting a list of operations in a routing instance
    • Create a routing instance
    • Editing routing instance parameters
    • Updating the list of IP prefixes in a routing instance
    • Deleting IP prefixes from a routing instance
    • Adding a private connection to a routing instance
    • Deleting a private connection from a routing instance
    • Deleting a routing instance
    • Cloud Interconnect tutorials
    • All use cases
    • On-prem without redundancy and 1 VPC
    • On-prem without redundancy and multiple VPCs
    • On-prem with redundancy and 1 VPC
    • On-prem with redundancy and multiple VPCs
    • Two separate RIs without on-prem redundancy
    • Even redistribution of on-prem traffic (Active-Active)
    • Prioritizing on-prem traffic based on direction (Active-Standby)
    • On-prem (PRC) connection redundancy via a VPN gateway
    • Prioritizing a static VPC route over routes from PRC
    • Even traffic distribution for route 0.0.0.0/0
    • Prioritizing traffic by direction for route 0.0.0.0/0
    • VPC Stithcing. Connectivity for two cloud networks
    • VPC Stitching. Connectivity for two cloud networks and on-prem
  • Access management
  • Release notes
  1. Step-by-step guides
  2. Getting a list of operations in a routing instance

Getting a list of operations in a routing instance

Written by
Yandex Cloud
Updated at June 10, 2025

Warning

To request access to this function, contact support.

Note

You need the cloud-router.viewer role for this operation.

CLI
  1. See the description of the CLI command to get a list of operations in a routing instance (RI):

    yc cloudrouter routing-instance list-operations --help
    
  2. Get a list of operations in the routing instance:

    yc cloudrouter routing-instance list-operations cca5e**********vie8c
    

    Result:

    +----------------------+---------------------+----------------------+---------------------+---------+---------------------------+
    |          ID          |     CREATED AT      |      CREATED BY      |     MODIFIED AT     | STATUS  |       DESCRIPTION         |
    +----------------------+---------------------+----------------------+---------------------+---------+---------------------------+
    | al49a**********ft8lq | 2025-03-23 07:34:27 | bfbud**********v7dfn | 2025-03-23 07:52:59 | DONE    | routing instance add      |
    |                      |                     |                      |                     |         | private connection        |
    | al4f3**********koifj | 2025-03-19 13:35:56 | bfbud**********v7dfn | 2025-03-19 15:24:58 | DONE    | routing instance create   |
    +----------------------+---------------------+----------------------+---------------------+---------+---------------------------+
    

    Where:

    • ID: ID of operation in progress or completed operation.
    • CREATED AT: Date and time the operation was created.
    • CREATED BY: ID of the user who created the operation.
    • MODIFIED AT: Date and time the operation was last modified at.
    • STATUS: Current operation status (RUNNING: in progress, DONE: completed).
    • DESCRIPTION: Description of the command type performed in the operation.
  3. If you need more details about the operation, get them by its ID:

yc operation get al49a**********ft8lq

Was the article helpful?

Previous
Getting information about a routing instance
Next
Create a routing instance
© 2025 Direct Cursus Technology L.L.C.