List Air Marshal scan results from a network
GET {{baseUrl}}/networks/:networkId/wireless/airMarshal
List Air Marshal scan results from a network
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
t0 | string | The beginning of the timespan for the data. The maximum lookback period is 31 days from today. | |
timespan | string | The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 7 days. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"ssid":"linksys","bssids":[{"bssid":"00:11:22:33:44:55","contained":false,"detectedBy":[{"device":"Q234-ABCD-5678","rssi":17}]}],"channels":[36,40],"firstSeen":1518365681,"lastSeen":1526087474,"wiredMacs":["00:11:22:33:44:55"],"wiredVlans":[0,108],"wiredLastSeen":1526087474}]