UNPKG

n8n-nodes-arubacentralnextgen

Version:

n8n community node for Aruba Central NextGen API integration with modern monitoring and management capabilities

10 lines (9 loc) 504 B
import type { INodeProperties } from 'n8n-workflow'; /** * VLANs & Networks Configuration Operations * Unified resource for managing all VLAN and network-related configurations * Includes: VRRP Global, VRRP Interface, MVRP, Smartlink, STP, Layer2 VLAN, VLAN Range, Loop Protect, Named VLAN * API Reference: https://developer.arubanetworks.com/new-central-config/reference */ export declare const vlansNetworksOperations: INodeProperties; export declare const vlansNetworksFields: INodeProperties[];