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
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
Field | Type | Description |
---|---|---|
GroupID |
int32 |
Unique identifier for a newly created group.
|