Start a test and change its status to RUN.
POST URI
/StressTest/{id}/Run
Refer to StressHistory_Seq_ID to select the test ID.
Content Type
Content-Type: application/json
POST Body
{"UserName":"username", "StartingEmail":"username@gmail.com"}
Field | Type | Description | |
---|---|---|---|
UserName |
string |
This field should contain a username to run the test.
Example:
|
|
StartingEmail |
string |
Provide an email address to send a notification upon test completion.
Example:
|
Example of a Successful Response
200 OK