Request URL

GET https://api.dotcom-monitor.com/config_api_v1/StressTest

Return the list of available load tests.

Success Response

Example response
[{"StressHistory_Seq_ID":374,"Name":"Stress test scenario for \"3mco\" device","HistoryStatus":"Failed"},

{"StressHistory_Seq_ID":375,"Name":"Stress test scenario for \"Test dynparams\" device","HistoryStatus":"Temporary"}, …..]
Field Type Description

StressHistory_Seq_ID

int32

The unique identifier for a load test. Use as a test ID in subsequent requests.
Example:
"StressHistory_Seq_ID": 546
Name string A load test name as it appears in LoadView.

Example:
"Name":"Test scenario for \"My Test\" device"
 HistoryStatus  string Type of statuses:

  • Undefined
  • Temporary
  • CheckInProcess
  • CheckFails
  • OrderCheck
  • Saved
  • New – the test scenario configuration was completed
  • Initializing
  • Starting – Load Injectors are starting
  • Started
  • PreparingJobs
  • WaitStart
  • InProcess – the test is in progress
  • DownloadingData
  • OrderSoftCancel
  • OrderCancel
  • CancelInProcess
  • Finished
  • Failed
  • Canceled
  • Fatal – a fatal error occurred
Example:
"HistoryStatus":"Started"