UNPKG

n8n-nodes-arubaclearpass

Version:

n8n community node for Aruba ClearPass API integration with comprehensive identity, policy, and enforcement profile management

7 lines (6 loc) 233 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; /** * Get server version information * GET /server/version */ export declare function getServerVersion(this: IExecuteFunctions): Promise<INodeExecutionData[]>;