UNPKG

n8n-nodes-arubacentralnextgen

Version:

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

11 lines (10 loc) 476 B
import type { INodeProperties } from 'n8n-workflow'; /** * Security Domain Descriptions * Manage Firewall, Port Security, and MAC Authentication profiles * API Reference: https://developer.arubanetworks.com/new-central-config/reference */ export declare const firewallOperations: INodeProperties; export declare const portSecurityOperations: INodeProperties; export declare const macAuthOperations: INodeProperties; export declare const securityFields: INodeProperties[];