@n8n-dev/n8n-nodes-vmware-vrni
v1.0.1
Published
VRealize Network Insight API Reference
Maintainers
Readme
@n8n-dev/n8n-nodes-vmware-vrni
Stop writing vmware-vrni API integrations by hand.
Every time you connect n8n to vmware-vrni, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to vmware-vrni took 5 minutes, not half a day?
This node gives you 8+ resources out of the box: Authentication, Data Sources, Entities, Search, Infrastructure, and 3 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-vmware-vrniOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-vmware-vrni - Click Install
Quick Start
- Install the node (above)
- Add credentials: vmware-vrni API → paste your API key
- Drag the vmware-vrni node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
| Resource | Operations | |----------|------------| | Authentication | Delete an auth token, Post create an auth token | | Data Sources | Get list arista switch data sources, Post create an arista switch data source, Delete an arista switch data source, Get show arista switch data source details, Put update an arista switch data source, Post disable an arista switch data source, Post enable an arista switch data source, Get show snmp config for arista switch data source, Put update snmp config for arista switch data source, Get list brocade switch data sources, Post create a brocade switch data source, Delete a brocade switch data source, Get show brocade switch data source details, Put update a brocade switch data source, Post disable a brocade switch data source, Post enable a brocade switch data source, Get show snmp config for brocade switch data source, Put update snmp config for brocade switch data source, Get list checkpoint firewall data sources, Post create a checkpoint firewall, Delete a checkpoint firewall data source, Get show checkpoint firewall data source details, Put update a checkpoint firewall data source, Post disable a checkpoint firewall data source, Post enable a checkpoint firewall data source, Get list cisco switch data sources, Post create a cisco switch data source, Delete a cisco switch data source, Get show cisco switch data source details, Put update a cisco switch data source, Post disable a cisco switch data source, Post enable a cisco switch data source, Get show snmp config for cisco switch data source, Put update snmp config for cisco switch data source, Get list dell switch data sources, Post create a dell switch data source, Delete a dell switch data source, Get show dell switch data source details, Put update a dell switch data source, Post disable a dell switch data source, Post enable a dell switch data source, Get show snmp config for dell switch data source, Put update snmp config for dell switch data source, Get list hp oneview manager data sources, Post create a hp oneview manager data source, Delete a hp oneview data source, Get show hp oneview data source details, Put update a hp oneview data source, Post disable a hp oneview data source, Post enable a hp oneview data source, Get list hpvc manager data sources, Post create a hpvc manager data source, Delete a hpvc manager data source, Get show hpvc data source details, Put update a hpvc manager data source, Post disable a hpvc manager data source, Post enable a hpvc manager data source, Get list juniper switch data sources, Post add a juniper switch as data source, Delete a juniper switch data source, Get show juniper switch data source details, Put update a juniper switch data source, Post disable a juniper switch data source, Post enable a juniper switch data source, Get show snmp config for juniper switch data source, Put update snmp config for a juniper switch data source, Get list nsxv manager data sources, Post create a nsxv manager data source, Delete a nsxv manager data source, Get show nsxv manager data source details, Put update a nsxv manager data source, Get show nsx controllercluster details, Put update nsx controllercluster details, Post disable a nsxv manager data source, Post enable a nsxv manager data source, Get list panorama firewall data sources, Post create panorama firewall data source, Delete a panorama firewall data source, Get show panorama firewall data source details, Put update a panorama firewall data source, Post disable a panorama firewall data source, Post enable a panorama firewall data source, Get list ucs manager data sources, Post create an ucs manager data source, Delete an ucs manager data source, Get show ucs manager data source details, Put update an ucs manager data source, Post disable an ucs manager data source, Post enable an ucs manager data source, Get show snmp config for ucs fabric interconnects, Put update snmp config for ucs fabric interconnects, Get list vcenter data sources, Post create a vcenter data source, Delete a vcenter data source, Get show vcenter data source details, Put update a vcenter data source, Post disable a vcenter data source, Post enable a vcenter data source | | Entities | Get list clusters, Get show cluster details, Get list datastores, Get show datastore details, Get list distributed virtual portgroups, Get show distributed virtual portgroup details, Get list distributed virtual switches, Get show distributed virtual switch details, Get list firewall rules, Get show firewall rule details, Get list firewalls, Get show firewall details, Get list flows, Get show flow details, Get list folders, Get show folder details, Get list hosts, Get show host details, Get list ip sets, Get show ip set details, Get list layer2 networks, Get show layer2 network details, Post get names for entities, Get name of an entity, Get list nsx managers, Get show nsx manager details, Get list problems, Get show problem details, Get list security groups, Get show security group details, Get list security tags, Get show security tag details, Get list service groups, Get show service group details, Get list services, Get show service details, Get list vcenter datacenters, Get show vcenter datacenter details, Get list vcenter managers, Get show vcenter manager details, Get list vmknics, Get show vmknic details, Get list vms, Get show vm details, Get list vnics, Get show vnic details | | Search | Post search entities | | Infrastructure | Get list nodes, Get show node details | | Applications | Get list applications, Post create an application, Delete an application, Get show application details, Get list tiers of an application, Post create tier in application, Delete tier, Get show tier details, Get show tier details | | Microsegmentation | Post get logical recommended rules, Post export recommended rules for nsxv | | Info | Get show version info |
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from vmware-vrni docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official vmware-vrni OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official vmware-vrni OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the vmware-vrni API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
