Load Testing API, REST: Config.Get
Returns the specified config.
To get the list of all available configs, make a List request.
HTTP request
GET https://loadtesting.api.cloud.yandex.net/loadtesting/api/v1/configs/{configId}
Path parameters
Field |
Description |
configId |
string Required field. ID of the config to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"yamlString": "string",
"name": "string",
"createdAt": "string",
"createdBy": "string"
}
Test config.
Field |
Description |
id |
string ID of the test config. Generated at creation time. |
folderId |
string ID of the folder that the config belongs to. |
yamlString |
string Config content in YAML format. |
name |
string Name of the config. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
createdBy |
string UA or SA that created the config. |