openwisp_list_devices
List registered network devices in OpenWISP Controller and filter by group, status, backend, organization, or search by name, MAC, IP, or model.
Instructions
[Category: Devices & Controller] List registered network devices (OpenWrt routers, access points, switches) in OpenWISP Controller. (HTTP GET /api/v1/controller/device/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| group | No | Filter by device group ID | |
| search | No | Search by device name, MAC address, IP, or model | |
| status | No | Configuration status filter (e.g. modified, applied, error) | |
| backend | No | Configuration backend filter (e.g. netjsonconfig.OpenWrt) | |
| template | No | Filter by configuration template ID | |
| with_geo | No | Filter devices that have a location object | |
| page_size | No | Page size | |
| organization | No | Organization ID filter | |
| geo_is_estimated | No | Filter devices with estimated geo location | |
| organization_slug | No | Organization slug filter |