Run stress group
documentedStart a group of load tests (StressIds) with optional Settings (e.g., UserName, EmailNotification).
POST /config_api_v1/GroupStressTest/RunLoadViewno implementation yet0 runsNo 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/GroupStressTest/Run" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -d '{"StressIds": [{{$stress_id1}}, {{$stress_id2}}, {{$stress_id3}}], "Settings": {"UserName": "{{$username}}", "EmailNotification": "{{$email}}"}}'