UNPKG

n8n-nodes-arubacentral

Version:

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

27 lines (26 loc) 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHealthDescription = void 0; exports.getHealthDescription = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { domain: ['keymanagement'], resource: ['health'], }, }, options: [ { name: 'Get Health Status', value: 'getHealth', description: 'Check the health status of the Key Management Service', action: 'Get health status', }, ], default: 'getHealth', }, ];