UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 724 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getClientMatchInfoDescription = void 0; /** * Parameters for getClientMatchInfo operation */ exports.getClientMatchInfoDescription = [ { displayName: 'Serial', name: 'serial', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['ap'], domain: ['monitoring'], operation: ['getClientMatchInfo'], }, }, description: 'Serial Number of AP to get client match information for. Note: This is an undocumented API that may not be available on all clusters or APs.', }, ];