UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSerialDescription = void 0; /** * Parameters for getSerial operation */ exports.getSerialDescription = [ { displayName: 'Serial', name: 'serial', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['ap'], domain: ['monitoring'], operation: ['getSerial'], }, }, description: 'Serial Number of AP to be queried', }, ];