n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSwarmDescription = void 0;
/**
* Parameters for the getSwarm operation
*/
exports.getSwarmDescription = [
{
displayName: 'Swarm ID',
name: 'swarmId',
type: 'string',
required: true,
default: '',
description: 'The ID of the swarm to retrieve',
displayOptions: {
show: {
operation: ['getSwarm'],
resource: ['swarm'],
domain: ['firmware'],
},
},
},
];