UNPKG

n8n-nodes-arubacentralnextgen

Version:

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

11 lines (10 loc) 369 B
import { INodeProperties } from 'n8n-workflow'; /** * Dump Server Operations * Manage Dump Server profiles. * * API Reference: https://developer.arubanetworks.com/new-central-config/reference * Base Path: /network-config/v1alpha1/dump-server */ export declare const dumpServerOperations: INodeProperties; export declare const dumpServerFields: INodeProperties[];