UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInfoDescription = void 0; /** * Parameters for getInfo operation */ exports.getInfoDescription = [ { displayName: 'Serial', name: 'serial', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['mobilitycontroller'], domain: ['monitoring'], operation: ['getInfo'], }, }, description: 'Serial number of mobility controller to be queried', }, ];