n8n-nodes-arubacentralnextgen
Version:
n8n community node for Aruba Central NextGen API integration with modern monitoring and management capabilities
16 lines (15 loc) • 745 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
/**
* Scope Management Configuration Operations
* Unified resource for managing Sites, Site Collections, Device Groups, Device Collections, and Hierarchy
* API Reference: https://developer.arubanetworks.com/new-central-config/reference
*
* This resource consolidates all scope-related operations:
* - Sites: Physical locations in the network
* - Site Collections: Logical groupings of sites
* - Device Groups: Groupings of devices for configuration management
* - Device Collections: Collections of devices
* - Hierarchy: Scope hierarchy information
*/
export declare const scopeManagementOperations: INodeProperties;
export declare const scopeManagementFields: INodeProperties[];