Getting a list of trunk operations
Written by
Updated at June 24, 2026
Note
You need the cic.viewer role to run this operation.
Management console
CLI
- In the management console
, click or in the top panel and select the folder. - Navigate to Cloud Interconnect.
- In the left-hand panel, select
Trunk connections and in the list of trunks that opens, click the one you need. - In the trunk info window that opens, select
Operations in the left-hand menu to view a list of operations with the selected trunk.
-
See the description of the CLI command to get a list of trunk operations:
yc cic trunk-connection list-operations --help -
Get a list of trunk operations:
yc cic trunk-connection list-operations cf3dcodot14p********Result:
+----------------------+---------------------+----------------------+---------------------+---------+--------------+ | ID | CREATED AT | CREATED BY | MODIFIED AT | STATUS | DESCRIPTION | +----------------------+---------------------+----------------------+---------------------+---------+--------------+ | bd6a0267a1vf******** | 2025-03-24 15:24:15 | ajeol2afu1js******** | 2025-03-24 15:24:15 | RUNNING | trunk update | | | | | | | | | bd6rbsr1gaj9******** | 2025-03-24 08:53:16 | ajeol2afu1js******** | 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.
-
If you need additional information about the operation, get it by its ID:
yc operation get bd6rbsr1gaj9********