Viewing operations with Cloud Backup resources
The system logs all actions with Cloud Backup resources as a list of operations. Each operation gets an ID.
Getting a list of operations
To view operations with all the resources, select
Getting operation details
-
Get the list of operations for the resource.
-
Copy the operation ID.
-
Get the operation details:
CLIAPIIf you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the
yc config set folder-id <folder_ID>command. You can also specify a different folder for any command using--folder-nameor--folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.Run this command:
yc operation get <operation_ID>Result:
id: cdg4g6c4jlak******** description: apply policy created_at: "2024-05-14T15:24:23.800129Z" created_by: aje9k8luj4qf******** modified_at: "2024-05-14T15:24:23.800129Z" done: true metadata: '@type': type.googleapis.com/yandex.cloud.backup.v1.ApplyPolicyMetadata response: '@type': type.googleapis.com/google.protobuf.Empty value: {}Use the OperationService/Get gRPC API call.