n8n-nodes-arubacentralnextgen
Version:
n8n community node for Aruba Central NextGen API integration with modern monitoring and management capabilities
14 lines (13 loc) • 650 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
/**
* Interfaces Domain Operations
* Manages ethernet interfaces, port channels, LACP, loopback interfaces, and LLDP
* API Reference: https://developer.arubanetworks.com/new-central-config/reference
* Base Path: /network-config/v1alpha1
*/
export declare const ethernetInterfaceOperations: INodeProperties;
export declare const portChannelOperations: INodeProperties;
export declare const lacpOperations: INodeProperties;
export declare const loopbackOperations: INodeProperties;
export declare const lldpOperations: INodeProperties;
export declare const interfacesFields: INodeProperties[];