Getting a list of operations with a virtual router
Written by
Updated at August 21, 2026
Note
You need the cloud-router.viewer role for this operation.
Management console
CLI
- In the management console
, select the folder containing the virtual router. - Navigate
to Cloud Router. - Select the virtual router.
- Navigate to the Operations tab. Optionally, filter the operations by their ID or status.
-
See the description of the CLI command to get a list of virtual router operations:
yc cloudrouter routing-instance list-operations --help -
Get a list of operations for a virtual router:
yc cloudrouter routing-instance list-operations cca5e**********vie8cResult:
+----------------------+---------------------+----------------------+---------------------+---------+---------------------------+ | 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.
-
If you need additional information about the operation, get it by its ID:
yc operation get al49a**********ft8lq