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",
"StartingEmail":"username@gmail.com"
}

Body Parameters

Field Type Required Description

UserName

string

true

This field must contain a username to run the test.
Example:
"UserName":"user1"

StartingEmail

string

false

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

Success Response

Example response
200 OK