UNPKG

n8n-nodes-arubacentral

Version:

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

22 lines (21 loc) 632 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getArchivedDevicesDescription = void 0; const devices_common_1 = require("./devices.common"); exports.getArchivedDevicesDescription = [ { displayName: 'Options', name: 'options', type: 'collection', placeholder: 'Add Option', displayOptions: { show: { domain: ['inventory'], resource: ['devices'], operation: ['getArchivedDevices'], }, }, default: {}, options: devices_common_1.paginationOptions, }, ];