Request URL

GET https://api.dotcom-monitor.com/config_api_v1/GroupStressTest/{GroupID}/config

Returns the stress group info by its id.

Path Parameters

Field Type Required Description
GroupID

string

true

The unique identifier for a group of load tests.

Success Response

Example response
[
    {
        "StressID": 19424,
        "ScenarioName": "https://www.cnn.com/ Stress Test 1",
        "DeviceName": "https://www.cnn.com/",
        "ContextParametersRowFrom": 0,
        "ContextParametersRowTo": 0,
        "ContextParametersUsingType": "None"
    },
    {
        "StressID": 19425,
        "ScenarioName": "https://www.nytimes.com/ Stress Test 2",
        "DeviceName": "https://www.nytimes.com/",
        "ContextParametersRowFrom": 1,
        "ContextParametersRowTo": 5,
        "ContextParametersUsingType": "NonUnique"
    }
]
Field Type Description

StressID

int32

The unique identifier for a test that is included in the group.
ScenarioName string The name of the stress test scenario created for the related test.
ContextParametersRowFrom int32 The value that specifies the first row in the range of the rows (from the Data CSV file) that will be used in the test.
ContextParametersRowTo int32 The value that specifies the last row in the range of the rows (from the Data CSV file) that will be used in the test.
ContextParametersUsingType  string The value of the Row Use field, which specifies how the value rows from the CSV file will be accessed in the test.

See also Load Testing with Unique Users: Configuring Usage of Value Rows in CSV File

Possible Values:

  • None
  • NonUnique
  • UniquePerUser
  • UniquePerSession