n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDetailDescription = void 0;
/**
* UI parameters for the getDetail operation
*/
exports.getDetailDescription = [
{
displayName: 'MAC Address',
name: 'macaddr',
type: 'string',
displayOptions: {
show: {
resource: ['client'],
domain: ['monitoring'],
operation: ['getDetail'],
},
},
default: '',
required: true,
description: 'MAC address of the client',
},
];