v1
latestOpenAPI 3.0.02026-07-243339471.1 MBAccess Points
Get an Access Point details
This API retrieves detailed information about a specific access point linked to a particular site. It provides access point-related details such as MAC address, name, status, radios, ports, modem, and WLANs based on the access point's serial number associated with the site.
get/network-monitoring/v1/aps/{serial-number}
Path parameters
serial-numberstring const required
The device serial number.
Example:AP00000001
Serial number of an access point device.
Response
Object containing information about the access point, such as MAC address, name, status, radios, ports, modem, and WLANs.
Example response
{
"serialNumber": "AP00000001",
"siteId": "24833497",
"macAddress": "11:22:33:44:55:66",
"deviceName": "ap_1",
"ipv4": "198.51.100.42",
"ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"model": "AP-275",
"firmwareVersion": "8.5.2.0_59123",
"status": "ONLINE",
"lastSeenAt": null,
"uptimeInMillis": 1702794777,
"lastRebootReason": "AP_RELOAD",
"manufacturer": "Aruba",
"negotiatedPower": "802.3at",
"role": "Conductor",
"deployment": "Standalone",
"bandSelection": "Dual band",
"publicIpv4": "172.51.100.42",
"countryCode": "US",
"mode": "Client Access",
"defaultGateway": "104.38.250.23 (DHCP)",
"subnetMask": "255.255.255.0",
"meshRole": "Portal",
"currentUplinkInUse": "Ethernet",
"notes": "Located in Building A, Floor 2",
"apStats": {
"cpuUtilization": 25.5,
"memoryUtilization": 45.2,
"clientCount": 20
},
"radios": [
{
"macAddress": "11:22:33:44:66:60",
"band": "5 GHz",
"status": "UP",
"radioNumber": 0,
"mode": "Client Access",
"antenna": "Internal",
"spatialStream": "3x3:3",
"bandwidth": "40 MHz",
"channel": "36+",
"power": 13,
"radioType": "802.11ax",
"radioStats": {
"channelUtilization": 35.5,
"noiseFloor": -95
}
}
],
"ports": [
{
"macAddress": "11:22:33:44:55:66",
"name": "eth0",
"portIndex": 0,
"status": "UP",
"vlanMode": "Trunk",
"allowedVlan": "all",
"nativeVlan": "1",
"accessVlan": "1",
"speed": "5 Gbps",
"duplex": "Auto",
"connector": "RJ45"
}
],
"modem": {
"manufacturer": "Aruba",
"simState": "SIM_READY",
"status": "DISCONNECTED",
"state": "DISCONNECTED",
"model": "MDM-USB-LTE/R8F34A",
"imei": "869710031619392",
"imsi": "405861081571487",
"iccid": "89918610400322214587",
"firmwareVersion": "EM12GPAR01A20M4G",
"accessTechnology": "TDD LTE",
"bandwidth": "20 MHz",
"band": "TDD B40"
},
"wlans": [
{
"wlanName": "wlan1",
"securityLevel": "Captive Portal",
"security": "Open",
"band": "5 GHz",
"status": "ENABLED",
"vlan": "11"
}
],
"id": "AP00000001",
"type": "network-monitoring/access-point-monitoring"
}