Viewing operations with the service's resources
Written by
Updated at October 17, 2024
All actions with Cloud Backup resources are logged as a list of operations. Each operation is assigned a unique ID.
Getting a list of operations
Management console
To see all operations with the service's resources, in the left-hand panel, select
Getting detailed information about an operation
-
Get a list of operations for the resource.
-
Copy the ID of the operation.
-
Get detailed information about the operation:
CLIAPIIf you do not have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the
--folder-name
or--folder-id
parameter.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.