UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

11 lines (10 loc) 335 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; /** * Get VLAN Info of the Switch * * GET /monitoring/v1/switches/{serial}/vlan * * @param this The n8n execution context * @returns Formatted API response */ export declare function getSwitchVlanInfo(this: IExecuteFunctions): Promise<INodeExecutionData[]>;