UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 626 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deleteSwitchStackDescription = void 0; /** * Parameters for deleteSwitchStack operation */ exports.deleteSwitchStackDescription = [ { displayName: 'Stack ID', name: 'stack_id', type: 'string', required: true, default: '', description: 'Stack ID of the switch stack to delete', displayOptions: { show: { operation: ['deleteSwitchStack'], resource: ['switch'], domain: ['monitoring'], }, }, }, ];