< Back

Get-vRNIDataSource

Sat Jan 18, 2020 10:08 pm

NAME Get-vRNIDataSource



SYNOPSIS

Retrieve datasource information





SYNTAX

Get-vRNIDataSource [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

Datasources within vRealize Network Insight provide the data shown in

the UI. The vRNI Collectors periodically polls the datasources as the

source of truth. Typically you have a vCenter, NSX Manager and physical

switches as the datasource.





PARAMETERS

-Connection <PSObject>

vRNI Connection object



Required? false

Position? 1

Default value $defaultvRNIConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRNIDataSource



Retrieves the details of all datasource types.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRNIDataSource -DataSourceType nsxv



Retrieves the defaults of all NSX Managers added to vRNI as a datasource.











RELATED LINKS