npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-arubacentral

v1.0.17

Published

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

Readme

n8n-nodes-arubacentral

This is an n8n community node for Aruba Central API integration. It provides comprehensive access to Aruba Central's monitoring, configuration, and management capabilities for network infrastructure.

Aruba Central is a cloud-native network management platform that simplifies operations across campus, branch, and data center environments.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node provides access to all major Aruba Central API domains:

Monitoring

  • Access Points: Monitor AP status, performance, clients, bandwidth usage
  • Clients: Track client connections, usage patterns, mobility
  • Gateways: Monitor gateway performance, tunnels, ports, usage
  • Switches: Monitor switch performance, ports, VLANs, PoE information
  • Networks: Monitor network-wide statistics and bandwidth usage
  • Events: Access system events and alerts
  • Labels: Manage device labeling and categorization
  • Sites: Monitor site-level statistics and performance

Configuration

  • Access Points: Configure AP settings, CLI commands, SSIDs, hostnames
  • Devices: Manage device groups, move devices between groups

Inventory

  • Device Management: Add, remove, archive devices, verify device status

Firmware Management

  • Device Firmware: Check versions, upgrade firmware, manage compliance
  • Swarm Management: Monitor and manage AP swarms
  • Status Tracking: Track firmware upgrade progress and status

AI Operations (AIOps)

  • Connectivity Insights: Monitor global, group, and site connectivity
  • Performance Insights: Track AP, client, gateway, network, site, and switch insights
  • Anomaly Detection: Access detailed insight information and recommendations

Topology

  • Network Topology: Discover network topology, device relationships, VLANs
  • Device Connections: Monitor device connections, uplinks, tunnels

Key Management

  • Security Operations: Manage WPA keys, roaming cache, client roam history

Troubleshooting

  • Command Execution: Run troubleshooting commands on devices
  • Session Management: Manage troubleshooting sessions
  • Backup Operations: Initiate and manage device backups
  • Certificate Management: Handle EST certificate enrollment

RAPIDS (Rogue AP Detection)

  • Rogue Detection: Monitor rogue and interfering access points
  • WIDS Events: Access wireless intrusion detection events
  • Security Monitoring: Track client and infrastructure attacks

Authentication

This node uses OAuth2 authentication with Aruba Central. You'll need:

  1. An Aruba Central account with API access
  2. OAuth2 application credentials (Client ID and Client Secret)
  3. Appropriate API permissions for the operations you want to use

Setting up Authentication

  1. Log into your Aruba Central dashboard
  2. Navigate to Platform Integration > API Gateway
  3. Create a new application or use an existing one
  4. Note the Client ID and Client Secret
  5. Configure the OAuth2 credentials in n8n with these values

Compatibility

  • Requires n8n version 1.0.0 or later
  • Compatible with Aruba Central API v2
  • Supports both cloud and on-premises Aruba Central deployments

Resources

License

MIT License - see LICENSE file for details

Support

This is a community-maintained node. For issues and questions:

Contributing

Contributions are welcome! Please read our contributing guidelines and submit pull requests for any improvements.

Version History

1.0.0

  • Initial release with comprehensive Aruba Central API support
  • All major API domains included: Monitoring, Configuration, Inventory, Firmware, AIOps, Topology, Key Management, Troubleshooting, RAPIDS
  • OAuth2 authentication support
  • Extensive parameter coverage for filtering and pagination
  • Enterprise-grade error handling and logging