UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 626 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deleteSerialDescription = void 0; /** * Parameters for deleteSerial operation */ exports.deleteSerialDescription = [ { displayName: 'Serial', name: 'serial', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['mobilitycontroller'], domain: ['monitoring'], operation: ['deleteSerial'], }, }, description: 'Serial Number of Mobility Controller to be deleted', }, ];