Actions82
- Device Actions
- Access Points Actions
- Get All Access Points
- Get Access Point Details
- Get Top APs by Wireless Usage
- Get AP Throughput Trends
- Get AP CPU Utilization
- Get AP Memory Utilization
- Get AP Power Consumption
- Get AP Radio Details
- Get Radio Performance
- Get APs with Performance Issues
- Get AP Port Frame Trends
- Get All Radios
- Get Radio Channel Utilization
- Get Radio Channel Quality
- Get Radio Noise Floor
- Get Radio Transmission Info
- Get AP Port CRC Errors
- Get AP Port Collision Errors
- Get AP Radio Throughput Trend
- Get AP Port Throughput Trend
- Get AP Radios List
- Get AP Ports List
- Get All WLANs
- Get WLAN by Name
- Get AP WLANs List
- Get AP WLAN Throughput Trend
- Get AP Tunnels List
- Get AP Tunnel Details
- Get AP Tunnel Throughput Trend
- Get AP Tunnel Packet Loss Trend
- Get AP Tunnel Jitter Trend
- Get AP Tunnel Latency Trend
- Get AP Tunnel MOS Score Trend
- Get WLAN Throughput Trend
- Client Actions
- Site Actions
- Site Health Actions
- Gateway Actions
- List Gateways
- Gateway Details
- Gateway Cluster Leader Details
- Gateway Cluster VLAN Mismatch Summary
- Gateway Cluster Connectivity Graph
- Gateway VLAN Detail
- List Gateway Cluster Members
- Gateway Tunnel Detail
- List Gateway Wired Interfaces
- List Gateway Cluster Tunnels
- List Gateway VLANs
- List Gateway LAN Tunnels
- List Gateway WAN Interfaces
- Get Gateway CPU Utilization Trend
- Get Gateway Memory Utilization Trend
- Get Gateway LAN Tunnel Throughput Trend
- Get Gateway LAN Tunnel Status Trend
- Get Cluster Capacity Trend
- Get Cluster Member Capacity Trend
- Get Gateway Interface Throughput Trend
- Get Summary of Cluster Tunnel Health
- Get Summary of Cluster Tunnel Status
- Get Summary of Gateway Tunnel Health
- Get Gateway WAN Availability Trend
- Get Gateway VPN Availability Trend
- Get Gateway Port Frames Trend
- Get Gateway Port Frames Errors Trend
- Get Gateway Port Frames Packets Trend
- Get Gateway Tunnel Dropped Packets Trend
- List Gateway WAN Tunnels
- Gateway WAN Tunnel Detail
- Get Summary of Gateway WAN Tunnel Health
- Get Details of Gateway Uplink
- Get Gateway Uplink Throughput Trend
- Get Gateway WAN Compression Trends for Uplink
- List Gateway Uplink Probes
- List Gateway Uplink Performance Trends
- Get Gateway Uplink Modem Stats
- Get WAN Availability Trends of Gateway Uplink
- Get VPN Availability Trends of Gateway Uplink
Overview
This node interacts with the Aruba Central Next Gen API to retrieve health information about sites and their devices. Specifically, for the "Site Health" resource and the "List Sites with Device Health" operation, it fetches a paginated list of sites along with detailed device health data for each site.
This node is beneficial in scenarios where network administrators want to monitor the operational status and health metrics of multiple sites and their associated devices from Aruba Central. It helps in proactive network management by providing insights into device performance and potential issues across sites.
Practical examples:
- Fetching a list of all monitored sites with their device health status to generate reports or dashboards.
- Integrating site and device health data into an internal monitoring system for alerting and troubleshooting.
- Automating periodic health checks of network infrastructure distributed across various locations.
Properties
| Name | Meaning |
|---|---|
| Debug Mode | Whether to enable detailed debug logs for troubleshooting |
| Domain | API domain to interact with; options are: - Monitoring: Monitor devices, clients, and sites - Configuration: Configure devices, groups, and profiles |
| Limit | Number of sites to return per request (maximum 100) |
| Offset | Number of sites to skip before starting to collect the result set |
Output
The node outputs an array of JSON objects representing sites with their device health overview. Each item typically contains:
- Site identification details (e.g., site name, ID)
- Aggregated health status of devices within the site
- Metrics or statuses indicating device health conditions
If binary data were involved, it would be summarized here, but this node focuses on JSON data output related to site and device health.
Dependencies
- Requires an active connection to Aruba Central Next Gen API.
- Needs an API authentication token configured via n8n credentials (an API key credential).
- The node depends on internal helper modules for executing operations and logging, bundled within the node's codebase.
Troubleshooting
- Common issues:
- Authentication failures due to invalid or expired API tokens.
- Exceeding API rate limits when requesting large numbers of sites.
- Incorrect domain selection causing unexpected results or errors.
- Error messages:
- Errors during execution will provide descriptive messages such as "Unknown error in node execution" or specific API error messages.
- Enabling "Debug Mode" can help reveal detailed logs to diagnose issues.
- Resolutions:
- Verify API credentials and renew if necessary.
- Adjust
LimitandOffsetparameters to manage pagination properly. - Ensure the correct
Domainis selected based on the intended operation.