n8n-nodes-arubacentralnextgen
Version:
n8n community node for Aruba Central NextGen API integration with modern monitoring and management capabilities
10 lines (9 loc) • 417 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
/**
* Network Services Domain Descriptions
* Manage DHCP and QoS profiles via the New Central Config API
* API Reference: https://developer.arubanetworks.com/new-central-config/reference
*/
export declare const dhcpOperations: INodeProperties;
export declare const qosOperations: INodeProperties;
export declare const networkServicesFields: INodeProperties[];