This PowervRNI example script adds all the applications listed in a CSV file, for quick and bulk adding a lot of applications at once. This example needs PowervRNI, on which more info can be found here: https://powervrni.github.io/docs/getting-started Example CSV: Application;Tier;Security...
application-bulk-import.ps1
This vRealize Network Insight Python SDK example script saves all network flows that match the search query used in the code. Make sure to update the filter string variable into a search that's valid for your environment. Currently, it'll export internet flows coming from the vCenter...
flows_exporter.py
This PowervRNI example script gets a list of IPs with their respective bandwidth usage. This can be useful for billing purposes, where bandwidth utilization needs to be charged. This example needs PowervRNI, on which more info can be found here: https://powervrni.github.io/docs/getting-started ...
get-bandwidth-usage-per-ip.ps1
This vRealize Network Insight Python SDK example script adds all data sources that are listed in the CSV you specify. This script requires the vRNI Python SDK, which is available here: https://github.com/vmware/network-insight-sdk-python Example CSV: DataSourceType,IP,fqdn,Username...
datasource_addition.py
This vRealize Network Insight Python SDK example script saves all available applications in vRNI to a YAML file, and can restore this backup file to another vRNI instance. This script requires the vRNI Python SDK, which is available here: https://github.com/vmware/network-insight-sdk-python #...
application_backups.py
vRealize Network Insight Cloud - Guide to deploy vRNIC Proxy (Collector) on VMC SDDC using PowerShell Script. Pre-requisites: * PowerShell version is 6.1 or above. * Connectivity to Internet from where PowerShell script will be executed * Connectivity to VMC SDDC vCenter Private IP over HTTPS...
deploy_ova_on_vmc_sddc.ps1
This sample requests the CMDB items from iTop and imports the applications that are created inside iTop, into Network Insight application constructs. It requires the PowervRNI module to be installed, as it uses it to connect to the Network Insight API. More info on PowervRNI, here: ...
snippet.ps1
This script uses an input CSV (example: datasource-bulk-import.csv) to add multiple vRealize Network Insight Data Sources. Modify datasource-bulk-import.csv to contain your own data sources (vCenters, NSX, switches, firewalls) and run this script with the param -DatasourcesCSV to your CSV. It...
PowervRNI---Bulk-import-of-data-sources-master.zip