Aruba Central Next Gen icon

Aruba Central Next Gen

Consume Aruba Central Next Gen API

Actions82

Overview

This node interacts with the Aruba Central Next Gen API to retrieve monitoring data related to gateway devices. Specifically, the "Get Gateway Interface Throughput Trend" operation fetches throughput trend data for a specified interface port on a gateway device over a given time range.

Use cases include:

  • Monitoring network performance by analyzing traffic throughput trends on specific gateway ports.
  • Troubleshooting bandwidth issues or verifying network capacity planning.
  • Integrating gateway throughput metrics into broader network monitoring workflows.

For example, a network administrator can use this node to automatically pull hourly throughput data from a gateway's port and visualize it in a dashboard or trigger alerts if throughput exceeds thresholds.

Properties

Name Meaning
Debug Mode Whether to enable detailed debug logs for troubleshooting (true/false).
Domain API domain to interact with:
- Monitoring: Monitor devices, clients, and sites
- Configuration: Configure devices, groups, and profiles
Serial Number Gateway serial number identifying the target device (string).
Port Number Gateway port number for which to retrieve interface throughput trend data (string).
Time Range Optional timestamp range for data retrieval (defaults to last 3 hours):
- Start Time (ISO 8601 datetime)
- End Time (ISO 8601 datetime)

Output

The node outputs JSON data representing the throughput trend of the specified gateway interface port over the requested time range. The structure typically includes timestamps and corresponding throughput values (e.g., bytes per second or packets per second), allowing users to analyze how traffic changes over time.

If binary data were involved (not indicated here), it would represent raw files or media, but this node focuses on JSON metric data.

Dependencies

  • Requires an active connection to Aruba Central Next Gen API via an API authentication token configured in n8n credentials.
  • Network access to Aruba Central endpoints.
  • Proper permissions to query gateway monitoring data.

Troubleshooting

  • Common Issues:

    • Invalid or missing serial number or port number will cause the API call to fail.
    • Incorrect time range format or start time after end time may result in errors or empty data.
    • Network connectivity issues or expired API tokens will prevent successful data retrieval.
  • Error Messages:

    • "Unknown error in node execution": Generic catch-all; check debug logs if enabled.
    • Authentication failures: Verify API credentials and permissions.
    • Data not found or empty response: Confirm that the gateway serial number and port exist and have monitoring data for the specified time range.

Enabling Debug Mode helps surface detailed logs to diagnose issues.

Links and References

Discussion