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 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-arubacx

v1.17.0

Published

n8n community node for Aruba CX Switch REST API integration with comprehensive system management, interface configuration, CLI commands, firmware management, LLDP neighbor discovery, ACL management, configuration backup/restore, and network operations

Readme

n8n-nodes-arubacx

This is an n8n community node for integrating with Aruba CX switches via the REST API.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

System Domain

VLANs

  • List: Get all VLANs from the switch
  • Get: Get a specific VLAN by ID
  • Create: Create a new VLAN
  • Update: Update an existing VLAN
  • Delete: Delete a VLAN

Interfaces

  • List: Get all interfaces from the switch
  • Get: Get a specific interface by ID (e.g., 1/1/1, lag1)
  • Update: Update interface configuration (description, admin state, VLAN settings, IP addresses)

System

  • Get Info: Get system information (hostname, platform, software version, etc.)

CLI

  • Execute Command: Execute troubleshooting CLI show commands (e.g., "show vlan", "show interface")
  • List Allowed Commands: Get a list of CLI commands allowed by the API

Firmware

  • Get Version: Get the current firmware version information
  • Get Update Status: Monitor firmware update progress and status
  • Update from URL: Update firmware from a remote HTTP/HTTPS server

Credentials

This node requires Aruba CX API credentials with the following information:

  • Host: IP address or hostname of the Aruba CX switch
  • Username: API username
  • Password: API password
  • API Version: REST API version (e.g., v10.10, v10.13, v10.14)
  • Ignore SSL Issues: Option to bypass SSL certificate validation

Compatibility

  • Tested with n8n version 1.0+
  • Compatible with Aruba CX switches running AOS-CX 10.04+
  • Supports API versions: v10.04, v10.10, v10.13, v10.14

Resources

Features

  • Comprehensive VLAN Management: Create, read, update, and delete VLANs
  • Interface Configuration: List and configure physical and logical interfaces
  • System Information: Retrieve switch system information and status
  • CLI Command Execution: Execute troubleshooting show commands directly on the switch
  • Firmware Management: Check versions, monitor updates, and deploy firmware remotely
  • Flexible Filtering: Support for depth, selector, and attribute filters
  • Error Handling: Robust error handling with fallback endpoint support
  • AI-Compatible: Field naming designed for AI model integration
  • Security: CLI execution restricted to safe "show" commands only

Version history

1.2.0

  • Added Firmware management
    • Get current firmware version
    • Monitor firmware update status
    • Update firmware from remote HTTP/HTTPS server
    • Support for primary/secondary image partitions
    • VRF-aware firmware downloads

1.1.0

  • Added CLI command execution
    • Execute troubleshooting show commands
    • List allowed CLI commands
    • Security: Restricted to show commands only
    • Base64 decoded output for readability

1.0.0

  • Initial release
  • VLAN management (list, get, create, update, delete)
  • Interface management (list, get, update)
  • System information retrieval
  • System domain support with multiple resources

License

MIT