Request URL

GET https://api.dotcom-monitor.com/config_api_v1/GroupStressTest

Return the list of the currently available stress groups.

Success Response

Example response
[
    {
        "GroupID": 19424,
        "StressIDs": [
            19424,
            19425
        ]
    },
    {
        "GroupID": 19434,
        "StressIDs": [
            19434,
            19438
        ]
    },
    {
        "GroupID": 32546,
        "StressIDs": [
            44893,
            32546,
            39776
        ]
    }
]
Field Type Description

GroupID

int32

The unique identifier for a group of load tests.
StressIDs array of int The array of IDs of the stress tests included in the group.