Hi Joshua,
I think, it is better to open an issue on TAC
------------------------------
PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...
PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)
PowerArubaCL: Powershell Module to use Aruba Central
PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..
ACEP / ACMX #107 / ACDX #1281
------------------------------
Original Message:
Sent: Jan 23, 2026 04:45 PM
From: Joshua Pardridge
Subject: New Central API /network-monitoring/v1alpha2/aps Endpoint Not Working Properly
Hello,
I am working on possibly upgrading some of our integrations to use the "New Central" API. Following the docs, I found the endpoint /network-monitoring/v1alpha2/aps to get an overall status of our AP's. I've noticed that when using this endpoint, some AP's are missing but when I use the v1alpha1 endpoint which the docs say is deprecated, the AP appears.
An example is https://us2.api.central.arubanetworks.com/network-monitoring/v1alpha1/aps?search=PHQ6KD52JN outputs:
{
"next": null,
"total": 1,
"count": 1,
"items": [
{
"macAddress": "74:9e:75:c5:5c:48",
"firmwareVersion": "8.10.0.14_90752",
"lastSeenAt": "2026-01-08T20:26:14.839Z",
"model": "AP-515",
"uptimeInMillis": 0,
"serialNumber": "PHQ6KD52JN",
"softwareVersion": "8.10.0.14_90752",
"deviceName": "wllin010302",
"deviceFunction": "-",
"ipv4": "10.100.30.99",
"ipv6": "",
"buildingId": "",
"clusterId": "1ac9ad480104a386ca328cb4ce3857a504a3c02a51e8dd2e1e",
"siteName": "LIN01",
"status": "OFFLINE",
"notes": null,
"type": "network-monitoring/access-point-monitoring",
"role": "Conductor",
"id": "PHQ6KD52JN",
"deployment": "Cluster",
"floorId": "",
"partNumber": "Q9H63A",
"clusterName": "LIN01-VC",
"siteId": "45951133141790720"
}
]
}
While https://us2.api.central.arubanetworks.com/network-monitoring/v1alpha2/aps?search=PHQ6KD52JN outputs:
{
"next": null,
"total": 0,
"count": 0,
"items": []
}
Any guidance would be helpful.
-------------------------------------------