Request URL
POST https://api.dotcom-monitor.com/config_api_v1/StressTest/CloneUpdateScript
Create a new Web Application load test with an updated Every Step script by cloning an existing test. You can either modify the source EveryStep script or create a new one from scratch.
Query Parameters
Field | Type | Required | Description |
---|---|---|---|
id |
string |
true |
The unique id of a load test you want to clone and edit. Refer to StressHistory_Seq_ID to select an id of a source test. |
Request Body
LoadView API accepts binary files uploaded with a request body. To upload an EveryStep script along with your request to LoadView:
- Create or edit an EveryStep script using EveryStep Scripting Tool.
- Download the script to your computer and save to a dmuv/dmes file.
- In an API client, select to send the dmuv/dmes file as a binary file in the request body.