UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCxSwitchNeighborInfoDescription = void 0; /** * Parameters for getCxSwitchNeighborInfo operation */ exports.getCxSwitchNeighborInfoDescription = [ { displayName: 'Serial', name: 'serial', type: 'string', required: true, default: '', description: 'Serial number of the CX switch to get LLDP neighbor info for', displayOptions: { show: { operation: ['getCxSwitchNeighborInfo'], resource: ['switch'], domain: ['monitoring'], }, }, }, ];