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