UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

24 lines (23 loc) 613 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBandwidth_usageDescription = void 0; /** * Parameters for getBandwidth_usage operation */ exports.getBandwidth_usageDescription = [ { displayName: 'Network', name: 'network', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['network'], domain: ['monitoring'], operation: ['getBandwidth_usage'], }, }, description: 'Filter by network name', }, ];