UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getApSettingsDescription = void 0; /** * Parameters for getApSettings operation */ exports.getApSettingsDescription = [ { displayName: 'Serial Number', name: 'serialNumber', type: 'string', required: true, default: '', description: 'AP serial number', displayOptions: { show: { operation: ['getApSettings'], resource: ['ap'], domain: ['configuration'], }, }, }, ];