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 Studio
    • 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
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Interconnect
    • All guides
    • Getting information about Cloud Interconnect partners
    • Getting information about Cloud Interconnect points of presence
    • Getting information about trunk links
    • Creating a trunk
    • Updating trunk parameters
    • Getting information about operations in a trunk
    • Deleting a trunk
    • Getting information about private connections
    • Creating a private connection
    • Updating private connection parameters
    • Getting a list of operations for a private connection
    • Updating the list of static routes for a private connection
    • Removing static routes for a private connection
    • Deleting a private connection
    • Getting information about public connections
    • Getting information about a routing instance
    • Overview
    • Operation overview
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • CIC partners
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
  • Pricing policy
  • Access management
  • Release notes
  1. Step-by-step guides
  2. Getting information about operations in a trunk

Getting a list of trunk operations

Written by
Yandex Cloud
Updated at July 3, 2025

Note

You need the cic.viewer role to run this operation.

Warning

To request access to this function, contact support.

CLI
  1. See the description of the CLI command to get a list of trunk operations:

    yc cic trunk-connection list-operations --help
    
  2. Get a list of trunk operations:

    yc cic trunk-connection list-operations cf3td**********nufvr
    

    Result:

    +----------------------+---------------------+----------------------+---------------------+---------+--------------+
    |          ID          |     CREATED AT      |      CREATED BY      |     MODIFIED AT     | STATUS  | DESCRIPTION  |
    +----------------------+---------------------+----------------------+---------------------+---------+--------------+
    | al457**********njn6p | 2025-03-24 15:24:15 | bfbud**********v7dfn | 2025-03-24 15:24:15 | RUNNING | trunk update |
    |                      |                     |                      |                     |         |              |
    | al4cq**********3fdh9 | 2025-03-24 08:53:16 | bfbud**********v7dfn | 2025-03-24 09:13:11 | DONE    | trunk 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 al457**********njn6p

Was the article helpful?

Previous
Updating trunk parameters
Next
Deleting a trunk
© 2025 Direct Cursus Technology L.L.C.