I use Aruba Central to manage access points for several customers. Some customers can’t be monitored by PRTG over snmp, because I don’t have a vpn connection to these customers. I would like to monitor those customers over API.
Is it possible to monitor access point in PRTG over Aruba Central API?
I already tried to get some information’s from Aruba central using the documentation in Aruba central -> maintenance -> API gateway.
I tried to create several queries, but always got no output. For example:
https://app1-apigw.central.arubanetworks.com/monitoring/v1/aps?label=test3&access_token=token
Output:
In another discussion I found the following query, this was the first giving an output:
https://app1-apigw.central.arubanetworks.com/device_inventory/v2/devices?sku_type=iap&access_token=token
Output:
A list of all access point, which aren't assigned to a customer.
My goal is to get a list of all ap of a specific customer.
Can somebody please help me?