n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
74 lines (73 loc) • 2.49 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBandwidth_usageDescription = void 0;
/**
* Parameters for getBandwidth_usage operation
*/
exports.getBandwidth_usageDescription = [
{
displayName: 'Additional Fields',
name: 'additionalFields',
type: 'collection',
placeholder: 'Add Field',
default: {},
displayOptions: {
show: {
resource: ['ap'],
domain: ['monitoring'],
operation: ['getBandwidth_usage'],
},
},
options: [
{
displayName: 'Serial',
name: 'serial',
type: 'string',
default: '',
description: 'Filter by AP serial',
},
{
displayName: 'Cluster_id',
name: 'cluster_id',
type: 'string',
default: '',
description: 'Filter by Mobility Controller serial number',
},
{
displayName: 'Interval',
name: 'interval',
type: 'string',
default: '',
description: 'Filter by interval (5minutes or 1hour or 1day or 1week).',
},
{
displayName: 'Band',
name: 'band',
type: 'string',
default: '',
description: 'Filter by band (2.4, 5 or 6). Valid only when serial parameter is specified.',
},
{
displayName: 'Radio_number',
name: 'radio_number',
type: 'number',
default: 0,
description: 'Filter by radio_number (0, 1 or 2). Valid only when serial parameter is specified.',
},
{
displayName: 'Ethernet_interface_index',
name: 'ethernet_interface_index',
type: 'number',
default: 0,
description: 'Filter by ethernet interface index. Valid only when serial parameter is specified. Valid range is 0-3.',
},
{
displayName: 'Network',
name: 'network',
type: 'string',
default: '',
description: 'Filter by network name. Valid only when serial parameter is specified.',
},
],
},
];