run_speed_test
Initiates an on-demand WAN speed test on the site gateway to measure internet performance, returning a handle to monitor completion.
Instructions
Start an on-demand WAN speed test from the site gateway.
Mutating/long-running operation: it triggers a test against the speed-test endpoint and returns a handle or immediate result; poll get_speed_test_status for completion. Use get_speed_test_status to read the latest result without starting a new test.
Args: site: Site to query. Defaults to "default". device: Optional console/device name to target a specific UniFi console; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to query. Defaults to "default". | default |
| device | No | Optional console/device name to target a specific UniFi console; omit to use the default. |