Getting a list of operations for a private connection
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
Private connections. In the list of private connections that opens, select the connection at hand. - In the connection info window that opens, select
Operations in the left-hand menu to view a list of operations with the selected private connection.
-
See the description of the CLI command to get a list of private connection operations:
yc cic private-connection list-operations --help -
Getting a list of operations for a private connection:
yc cic private-connection list-operations cf3r5ke20fo0********Result:
+----------------------+---------------------+----------------------+---------------------+---------+---------------------------+ | ID | CREATED AT | CREATED BY | MODIFIED AT | STATUS | DESCRIPTION | +----------------------+---------------------+----------------------+---------------------+---------+---------------------------+ | bd6kg6j1ni92******** | 2025-03-24 10:50:43 | ajeol2afu1js******** | 2025-03-24 11:18:15 | DONE | private connection update | | | | | | | | | bd6i7jqgtaq1******** | 2025-03-24 10:18:32 | ajeol2afu1js******** | 2025-03-24 10:39:32 | DONE | private connection 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 bd6i7jqgtaq1********