UNPKG

n8n-nodes-arubacentralnextgen

Version:

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

9 lines (8 loc) 380 B
import { INodeProperties } from 'n8n-workflow'; /** * Configuration Health Operations * - Get Active Issues: Returns active configuration issues for a specific device * - Get Config Health Devices: Returns configuration health summary for all devices */ export declare const configHealthOperations: INodeProperties; export declare const configHealthFields: INodeProperties[];