n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
11 lines (10 loc) • 383 B
TypeScript
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
* Get LLDP Device Neighbor Info for CX Switch Stack
*
* GET /monitoring/v1/cx_switch_stacks/{stack_id}/neighbors
*
* @param this The n8n execution context
* @returns Formatted API response
*/
export declare function getCxSwitchStackNeighborInfo(this: IExecuteFunctions): Promise<INodeExecutionData[]>;