n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
24 lines (23 loc) • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getNetwork_nameDescription = void 0;
/**
* Parameters for getNetwork_name operation
*/
exports.getNetwork_nameDescription = [
{
displayName: 'Network_name',
name: 'network_name',
type: 'string',
required: true,
default: '',
displayOptions: {
show: {
resource: ['network'],
domain: ['monitoring'],
operation: ['getNetwork_name'],
},
},
description: 'Name of the network to be queried',
},
];