run_load_test
Dispatch a load test onto the cloud load pool.
Request
POST /api/v1/ops/projects/{project}/load/{loadTest}/runParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"siteUrl": "https://staging.example.com"}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/load/31/run"testvibe load run "Checkout under load" --waitResponse
{ "runId": 215, "featureId": 31 }Errors
HTTP
When
Last updated
Was this helpful?
