UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

24 lines (23 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLabelDescription = void 0; /** * Parameters for getLabel operation */ exports.getLabelDescription = [ { displayName: 'Label_id', name: 'label_id', type: 'number', required: true, default: 0, displayOptions: { show: { resource: ['label'], domain: ['monitoring'], operation: ['getLabel'], }, }, description: 'Label name', }, ];