n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
22 lines (21 loc) • 718 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. NOTE: This operation only works on OnPrem deployments. For Cloud deployments, use Monitoring > AP > Delete Serial instead.',
displayOptions: {
show: {
domain: ['inventory'],
resource: ['devices'],
operation: ['deleteDevice'],
},
},
},
];