UNPKG

n8n-nodes-arubacentral

Version:

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

23 lines (21 loc) 465 B
import { INodeProperties } from 'n8n-workflow'; /** * Parameters for getNetwork_name operation */ export const getNetwork_nameDescription: INodeProperties[] = [ { 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', }, ];