Viewing operations with the service's resources
Written by
Updated at October 17, 2024
All actions with Load Testing resources are logged as a list of operations. Each operation is assigned a unique ID.
Getting a list of operations
Management console
- In the management console
, open the folder where you want to view operations. - In the list of services, select Load Testing.
- In the left-hand panel, select Operations.
In the list that opens, you will also see operations with the resources that were deleted.
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: ff67zb1214j6******** description: Create Job created_at: "2024-02-01T09:07:33.271288Z" created_by: ajego134p5h1******** modified_at: "2024-02-01T09:07:33.398853Z" done: true metadata: '@type': type.googleapis.com/google.protobuf.Empty value: {} response: '@type': type.googleapis.com/google.protobuf.Empty value: {}
Use the get REST API method or the OperationService/Get gRPC API call.