v1
latestOpenAPI 3.0.02026-07-243339471.1 MBAccess Points
Get a list of Access Point WLANs
This API endpoint retrieves a list of WLANs associated to an access point. Each WLAN in the returned list includes WLAN name and security type.
get/network-monitoring/v1/aps/{serial-number}/wlans
Path parameters
serial-numberstring const required
The device serial number.
Example:AP00000001
Serial number of an access point device.
Response
List of WLANs of an access point, along with their details.
Example response
{
"items": [
{
"wlanName": "wlan1",
"securityLevel": "Personal",
"security": "Enhanced Open",
"band": "2.4 GHz, 5 GHz",
"status": "ENABLED",
"vlan": "1",
"id": "AP00000001/wlans/wlan1",
"type": "network-monitoring/access-point-monitoring"
}
],
"count": 1,
"total": 1
}