get_device_detail
Fetch device details by MAC address, normalizing any format. Returns full AP data or summary rows depending on auth.
Instructions
Get the richest available detail for one device by MAC address (any common separator - colon, hyphen, Cisco-dotted, or bare - is accepted and normalized).
Legacy auth: full detail (ssidOverrides, lanPortSettings, ledSetting, ...) for AP/EAP devices via /eaps/{MAC}; other device types fall back to their grid/devices summary row (no richer verified endpoint yet - see README). Open API auth: the matching (reduced-field) row from the device list.
The normalized fields (see list_devices) are included, plus the
complete raw response under raw so nothing the controller
returned is lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | ||
| site_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||