n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
22 lines (21 loc) • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.deleteDeviceDescription = void 0;
exports.deleteDeviceDescription = [
{
displayName: 'Serial Number',
name: 'serial',
type: 'string',
required: true,
default: '',
placeholder: 'ABC1234567',
description: 'Serial number of the device to delete',
displayOptions: {
show: {
domain: ['inventory'],
resource: ['devices'],
operation: ['deleteDevice'],
},
},
},
];