I need the query or queries to get the following details from the solarwinds API please.
- All Devices
- Solarwinds Device ID
- Device Name
- Device type (Cisco/Arista)
- Device role
- Device Hardware Type
- All interfaces for a specific device
# for each interface entry - # both port-channel/aggregate and physical interfaces
- Solarwinds Interface ID
- SNMP Index
- v4 IP address
- v4 subnet
- v6 IP address
- v6 subnet
- Up/down state
- MAC address
- VlanIDs
- SNMP IDs
- ARP entries
- LLDP neighbors
Thanks in advance