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
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSwitchDetailsDescription = void 0;
/**
* Parameters for getSwitchDetails operation
*/
exports.getSwitchDetailsDescription = [
{
displayName: 'Serial',
name: 'serial',
type: 'string',
required: true,
default: '',
description: 'Serial number of the switch to get details for',
displayOptions: {
show: {
operation: ['getSwitchDetails'],
resource: ['switch'],
domain: ['monitoring'],
},
},
},
];