Request URL

GET https://api.dotcom-monitor.com/config_api_v1/StressTest/{source_test_id}/Clone

Clone an existing load test to create a new test using the settings of an existing one.

Path Parameters

Field Type Required Description

source_test_id

string

true

The unique id of a load test you want to clone. Refer to StressHistory_Seq_ID to select an id of a source test that you want to use as a basis for a new test.

Success Response

Example response
[{"StressTest_ID": 55}]
Field Type Description

StressTest_ID

int32

Unique identifier for a newly created load test.
Example:
"StressTest_ID": 55