Request URL

POST https://api.dotcom-monitor.com/config_api_v1/StressTest/{id}/Run

Start a test and change its status to RUN.

Header Parameters

Content-Type: application/json

Path Parameters

Field Type Required Description
id

string

true

The unique id of a load test. Refer to StressHistory_Seq_ID to select an id.
Example Post body
{
"UserName":"username",
"EmailNotification":"username@gmail.com"
}

Body Parameters

Field Type Required Description

UserName

string

false

Optional: Provide a username to run the test.
Example:
"UserName":"user1"

EmailNotification

string

false

Optional: Provide an email address to send a notification upon test completion.
Example:
"EmailNotification":"user1@gmail.com"

Success Response

Example response
{
 "Success": true,
 "Result": 1299
}