Start Load Test
start_load_testStart a load test against a target. Max 100 concurrent connections, max 5 min duration, 1 test at a time per target, 60s cooldown between tests. Modes: HTTP_FLOOD (autocannon), BROWSER_USERS (Playwright), COMBINED (both). OWNER/ADMIN only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Load test mode | HTTP_FLOOD |
| rampUp | No | Ramp-up time in seconds | |
| duration | No | Test duration in seconds | |
| targetId | Yes | The target ID to load test | |
| targetUrl | No | Override URL (defaults to target URL) | |
| httpMethod | No | HTTP method | |
| concurrency | No | Number of concurrent connections | |
| acknowledgeSharedOrigin | No | Acknowledge blast radius if target shares a server with other monitored sites |