n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 672 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSwitchStackPortDetailsDescription = void 0;
/**
* Parameters for getSwitchStackPortDetails operation
*/
exports.getSwitchStackPortDetailsDescription = [
{
displayName: 'Stack ID',
name: 'stack_id',
type: 'string',
required: true,
default: '',
description: 'Stack ID of the switch stack to get port details for',
displayOptions: {
show: {
operation: ['getSwitchStackPortDetails'],
resource: ['switch'],
domain: ['monitoring'],
},
},
},
];