UNPKG

n8n-nodes-arubacentralnextgen

Version:

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

9 lines (8 loc) 352 B
import type { INodeProperties } from 'n8n-workflow'; /** * AP System Profile Configuration Operations * Manage AP system profiles in Aruba Central * API Reference: https://developer.arubanetworks.com/new-central-config/reference */ export declare const apProfileOperations: INodeProperties; export declare const apProfileFields: INodeProperties[];