getRFScanResult
Retrieve the most recent RF scan results for a specified access point, including neighboring networks, channel utilization, interference levels, and RSSI data. Use triggerRfScan first to initiate a new scan.
Instructions
[DEPRECATED] Get the last RF scan results for an access point. This endpoint is marked deprecated in the Omada OpenAPI spec. Returns detected neighbouring networks, per-channel utilization, interference levels, and RSSI data. Use triggerRfScan first to initiate a fresh scan; this returns the most recent stored results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apMac | Yes | MAC address of the access point (e.g. "AA-BB-CC-DD-EE-FF"). Use listDevices to find AP MACs. | |
| siteId | No | Site ID to target. If omitted, uses the default site from OMADA_SITE_ID config. Use listSites to discover available site IDs. | |
| customHeaders | No | Optional HTTP headers to include in the Omada API request (e.g. {"X-Custom-Header": "value"}). Rarely needed. |