Getting a list of operations for a private connection
Written by
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
-
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 cca59**********dvjirResult:
+----------------------+---------------------+----------------------+---------------------+---------+---------------------------+ | ID | CREATED AT | CREATED BY | MODIFIED AT | STATUS | DESCRIPTION | +----------------------+---------------------+----------------------+---------------------+---------+---------------------------+ | cca59**********dvjir | 2025-03-24 10:50:43 | bfbud**********v7dfn | 2025-03-24 11:18:15 | DONE | private connection update | | | | | | | | | cca59**********dvjir | 2025-03-24 10:18:32 | bfbud**********v7dfn | 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 more details about the operation, get them by its ID:
yc operation get cca59**********dvjir