Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Load Testing
  • Getting started
    • All guides
    • Creating a test agent
    • Configuring test agent security groups
    • Configuring test target security groups
    • Creating a test with data from a bucket
    • Exporting test reports
    • Collecting user requests using Dispatcher
    • Creating and configuring a regression dashboard
    • Checking regression metrics for exceeded thresholds
    • Saving test artifacts to Object Storage
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes

In this article:

  • Getting a list of operations
  • Getting detailed information about an operation
  1. Step-by-step guides
  2. Viewing operations with resources

Viewing operations with Load Testing resources

Written by
Yandex Cloud
Updated at May 13, 2025
  • Getting a list of operations
  • Getting detailed information about an operation

All actions with Load Testing resources are logged as a list of operations. Each operation gets its own unique ID.

Getting a list of operations

Management console
  1. In the management console, open the folder where you want to view operations.
  2. In the list of services, select Load Testing.
  3. 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

  1. Get a list of operations for the resource.

  2. Copy the operation ID.

  3. Get detailed information about the operation:

    CLI
    API

    If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

    The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. 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.

See also

  • Working with operations

Was the article helpful?

Previous
Saving test artifacts to Object Storage
Next
All tutorials
Yandex project
© 2025 Yandex.Cloud LLC