Request URL

POST https://api.dotcom-monitor.com/config_api_v1/GroupStressTest/Run

Start the group of load tests and change their status to RUN.

Header Parameters

Content-Type: application/json

Post Body

Example Post body
{
"StressIds": [
2573,
2571,
2472],
"Settings": {
"UserName": "username",
"EmailNotification": "user@gmail.com"
}
}

Body Parameters

Field Type Required Description

StressIds

array of int32

true

Contains IDs of the load tests to run simultaneously.

Settings

array of objects

true

Contains parameters to run the group of the specified tests.

UserName

string

true

This field must contain a username to run the tests.

EmailNotification

string

false

Optional: Provide an email address to send a notification upon tests completion.

Success Response

Example response
[
{
"Success": true,
"Result": 3001
}
]
Field Type Description

GroupID

int32

Unique identifier for a newly created group.