n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getInfoDescription = void 0;
/**
* Parameters for getInfo operation
*/
exports.getInfoDescription = [
{
displayName: 'Swarm_id',
name: 'swarm_id',
type: 'string',
required: true,
default: '',
displayOptions: {
show: {
resource: ['vpn'],
domain: ['monitoring'],
operation: ['getInfo'],
},
},
description: 'Filter by Swarm ID',
},
];