Thank you, I saw the neighbors option but I only ran it at level 1.
Original Message:
Sent: Apr 04, 2023 04:30 PM
From: Alvin Castro
Subject: Get ARP table using REST API Aruba-CX
Hello miker,
All ARP neighbors are listed in the Neighbors table for AOS-CX switches, so you can receive an equivalent with a GET call to
/rest/v10.10/system/vrfs/*/neighbors
Additionally, you can add depth levels if you want even more detailed info of the neighbors in the response:
/rest/v10.10/system/vrfs/*/neighbors?depth=2
Original Message:
Sent: Apr 04, 2023 04:23 PM
From: miker
Subject: Get ARP table using REST API Aruba-CX
Hello,
Is there a way to get the ARP table for an Aruba OS-CX 8400 using the REST API? Basically the equivalent of "show arp all-vrfs".