UNPKG

n8n-nodes-arubacentral

Version:

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

39 lines (38 loc) 993 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInsightsNetworkDescription = void 0; /** * Parameters for getInsightsNetwork operation */ exports.getInsightsNetworkDescription = [ { displayName: 'From', name: 'from', type: 'dateTime', required: true, default: '', description: 'Start time for data retrieval', displayOptions: { show: { operation: ['getInsightsNetwork'], resource: ['insights'], domain: ['aiops'], }, }, }, { displayName: 'To', name: 'to', type: 'dateTime', required: true, default: '', description: 'End time for data retrieval', displayOptions: { show: { operation: ['getInsightsNetwork'], resource: ['insights'], domain: ['aiops'], }, }, }, ];