n8n-nodes-akips
v1.3.2
Published
n8n community node for AKIPS network monitoring and performance management system integration
Maintainers
Readme
n8n-nodes-akips
This is an n8n community node for AKIPS Network Monitoring and Performance Management System.
n8n is a fair-code licensed workflow automation platform.
AKIPS is a network monitoring and performance management solution that provides comprehensive network visibility and analytics.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- In n8n, go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-akipsin the Enter npm package name field - Click Install
Manual Installation
To get started locally, install the dependencies:
npm installOperations
The AKIPS node supports the following resources and operations:
Devices
- Get All: Retrieve all devices
- Get: Get a specific device by name or IP
- Get Unreachable: List all unreachable devices
Groups
- Get Membership: Get device group memberships
- Set Membership: Set device group membership
Events
- Get All: Retrieve network events with optional filtering
Series
- Get: Get time-series performance data
- Get Aggregate: Get aggregated counter values
Credentials
You'll need to set up AKIPS API credentials:
- AKIPS URL: The URL of your AKIPS instance (e.g.,
https://akips.example.com) - Username: API username (e.g.,
api-rofor read-only access) - Password: API password
- Ignore SSL Issues: Whether to connect even if SSL certificate validation is not possible
Compatibility
Tested with AKIPS API versions compatible with the AKIPS API Guide.
Resources
Development
Build
npm run buildVerify
npm run verifyLint
npm run lintLicense
MIT
