Sign in

Get list of stress groups

documented

Return the list of currently available stress groups (groups of tests).

GET /config_api_v1/GroupStressTestLoadViewno 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 \"https://api.dotcom-monitor.com/config_api_v1/login\" \
  -X POST \
  -H \"Content-Type: application/json\" \
  -d '{\"UID\": \"{{$DOTCOM-MONITOR_WEB_API_UID}}\"}' \
  -c dotcom_cookie.txt && \
npx -y keychains@latest curl \"https://api.dotcom-monitor.com/config_api_v1/GroupStressTest\" \
  -H \"Accept: application/json\" \
  -b dotcom_cookie.txt
Get list of stress groups · Dotcom-Monitor · OpenIntegrations