UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDeviceGroupDescription = void 0; /** * Parameters for getDeviceGroup operation */ exports.getDeviceGroupDescription = [ { displayName: 'Device Serial', name: 'deviceSerial', type: 'string', required: true, default: '', description: 'Serial number of the device', displayOptions: { show: { operation: ['getDeviceGroup'], resource: ['devices'], domain: ['configuration'], }, }, }, ];