Getting a list of operations in a routing instance
Written by
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
-
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
-
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.
-
If you need more details about the operation, get them by its ID:
yc operation get al49a**********ft8lq