wireless-list-bydevice
Retrieve wireless BSSID status information for each device in your organization. Filter by network, serial, or BSSID to focus on specific devices.
Instructions
List status information of all BSSIDs in your organization. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| networkIds | No | Optional parameter to filter the result set by the included set of network IDs | |
| serials | No | A list of serial numbers. The returned devices will be filtered to only include these serials. | |
| bssids | No | A list of BSSIDs. The returned devices will be filtered to only include these BSSIDs. | |
| hideDisabled | No | If true, the returned devices will not include disabled SSIDs. (default: true) | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 500. Default is 100. | |
| startingAfter | No | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parame | |
| endingBefore | No | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This paramete | |
| fields | No | Return only these top-level fields; omit for all. Available: items, meta. |