TagvRealize Network Insight

vRealize Network Insight Cookbook Now Available!

I’m very excited to announce that the vRealize Network Insight Cookbook is now available! After one year of research and writing, 51.142 words, 280 pages, and 107 draft versions later, this has been the most rewarding challenge of my career, and I hope you like the result.

NOTE: Due to 2020 being 2020, all royalty proceeds will go to the Red Cross, NAACP, and ACLU. Learn about Network Insight, while also doing something good.

Expect a lot of technical information. The why, how, and what of Network Insight gets a turn, but it’s mostly a technical … Read more

PowervRNI 1.8 Release Notes

PowervRNI 1.8 is now available on the PowerShellGallery! This is a minor release; a few fixes, and 2 additions. Here are the full release notes:

  • Fix adding timestamp to flows
  • Fix adding ServiceNow datasources
  • Fix cosmetic warning when using Get-vRNIDataSource without parameters.
  • Add Dell OS10 switches as a Data Source type
  • Add Get-vRNIEntityNames to get entity info on multiple entity ids at once.

A few more details:

Dell OS10 Support

You can now use dellos10switch as a value for the DataSourceType parameter, in order to add these types of switches as a data source with New-vRNIDataSource, or retrieving … Read more

Adding 100 Switches to vRealize Network Insight in 20 minutes

Adding a bunch of data sources to vRealize Network Insight can be tedious, especially when the number of data sources goes into the 100s. This is one of the reasons why PowervRNI exists, and it’s been helping organizations to add their entire network infrastructure to Network Insight in 1 go.

There’s an example script in the PowervRNI GitHub repository called datasource-bulk-import.ps1, that allows you to add data sources of all types in bulk. To make getting started a little easier, I’ve recorded a video that focuses on adding 100 Cisco Nexus 5K switches to Network Insight in roughly 20 … Read more

PowervRNI 1.7: What’s New?

Version 1.7 of PowervRNI was released yesterday, and this post covers what’s new in this version. If you’re not familiar with PowervRNI, it is a PowerShell module that you can use to manage vRealize Network Insight. From adding data sources & applications, to retrieve data from it, such a network flows, PowervRNI covers most of the public API endpoints of Network Insight.

What’s New?

A bunch! First off, it has been updated to support the new data sources and API calls that have been added in Network Insight 5.0. Second, I’ve added a few backlog items. I’ll … Read more

Deploying vRealize Network Insight via Ovftool

vRealize Network Insight used to have OVA properties that you could use to configure its network settings and desired login credentials, but since version 3.8, they changed the setup procedure to include the setup utility. Meaning you would have to log in to the console and configure it that way.

If you’re deploying Network Insight once and then start using, this is not much of an issue. But, there are people (like me) that deploy on a regular basis. That’s where logging into the console each time becomes a hassle, as it takes longer and it is more steps than … Read more

vRealize Network Insight 4.1 – What’s New – API Edition

While I have all new features and awesomeness of the new version of vRealize Network Insight; 4.1, covered in my official VMware blog post (still can’t believe I get to post there 😀 ), I thought I’d also cover what’s new in the API. As it’s quite a lot!

With Network Insight 4.1, the API version was updated to 1.1.1.

New Data Source Types

All the new data sources in 4.1 have also been made available in the API and all missing data sources from the 4.0 have also been added. This means you can add and otherwise manipulate F5 … Read more

Postman Collection for vRealize Network Insight APIs

When developing automation and using APIs, Postman is a very welcome tool. I use it to test out API calls and to make sure I format the calls correctly, before translating it to the code of whatever I’m working on.

Postman Collections are a library of API calls and all their available options for easy and quick access to every call you often use.

vRNI API

I’ve been using a half-baked Postman Collection for the API calls I’ve been doing to Network Insight, in order to develop PowervRNI and other things. It wasn’t complete by a long shot.

Earlier this … Read more

© 2024 Lostdomain

Theme by Anders NorénUp ↑