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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Load Testing
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Create
        • Get
        • List
        • Delete
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetConfigRequest
  • config.Config
  1. API reference
  2. gRPC
  3. Config
  4. Get

Load Testing API, gRPC: ConfigService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetConfigRequest
  • config.Config

Returns the specified config.

To get the list of all available configs, make a List request.

gRPC requestgRPC request

rpc Get (GetConfigRequest) returns (config.Config)

GetConfigRequestGetConfigRequest

{
  "config_id": "string"
}

Field

Description

config_id

string

ID of the config to return.

config.Configconfig.Config

{
  "id": "string",
  "folder_id": "string",
  "yaml_string": "string",
  "name": "string",
  "created_at": "google.protobuf.Timestamp",
  "created_by": "string"
}

Test config.

Field

Description

id

string

ID of the test config. Generated at creation time.

folder_id

string

ID of the folder that the config belongs to.

yaml_string

string

Config content in YAML format.

name

string

Name of the config.

created_at

google.protobuf.Timestamp

Creation timestamp.

created_by

string

UA or SA that created the config.

Was the article helpful?

Previous
Create
Next
List
© 2025 Direct Cursus Technology L.L.C.