Sign in

Stop load for stress group

documented

Stop load emulation for the specified stress group.

GET /config_api_v1/GroupStressTest/{GroupID}/StopLoadLoadViewno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl -c dotcom_cookies.txt "https://api.dotcom-monitor.com/config_api_v1/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"UID": "{{$webapi_uid}}"}' \
&& \
 npx -y keychains@latest curl -b dotcom_cookies.txt "https://api.dotcom-monitor.com/config_api_v1/GroupStressTest/{{$GroupID}}/StopLoad" \
  -X GET \
  -H "Accept: application/json"