n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
22 lines (21 loc) • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.archiveDevicesDescription = void 0;
exports.archiveDevicesDescription = [
{
displayName: 'Serial Numbers',
name: 'serials',
type: 'string',
required: true,
default: '',
placeholder: 'ABC1234567,DEF7890123',
description: 'Comma-separated list of serial numbers to archive',
displayOptions: {
show: {
domain: ['inventory'],
resource: ['devices'],
operation: ['archiveDevices'],
},
},
},
];