Get stress group config
documentedReturn stress group information for the specified GroupID.
GET /config_api_v1/GroupStressTest/{GroupID}/configLoadViewno 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/login" \
-X POST \
-H "Content-Type: application/json" \
-d '{"UID":"{{$webapi_uid}}"}' \
-c ".dotcom_mntr_cookies.txt" && \
npx -y keychains@latest curl -b ".dotcom_mntr_cookies.txt" -c ".dotcom_mntr_cookies.txt" \
"https://api.dotcom-monitor.com/config_api_v1/GroupStressTest/{{$GroupID}}/config" \
-H "Accept: application/json"