< Back
Get-vRNINodes
Post
NAME Get-vRNINodes
SYNOPSIS
Retrieve details of the vRealize Network Insight nodes.
SYNTAX
Get-vRNINodes [[-Connection] <PSObject>] [<CommonParameters>]
DESCRIPTION
Nodes within a vRealize Network Insight typically consist of two
node types; collector VMs (or previously know as proxy VMs) and
platform VMs. You can have multiple of each type to support your
deployment and cluster them.
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-vRNINodes
Retrieves information about all available nodes.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNINodes | Where {$_.node_type -eq "PROXY_VM"}
Retrieves information about all available nodes, but filter on the collector VMs.
RELATED LINKS
SYNOPSIS
Retrieve details of the vRealize Network Insight nodes.
SYNTAX
Get-vRNINodes [[-Connection] <PSObject>] [<CommonParameters>]
DESCRIPTION
Nodes within a vRealize Network Insight typically consist of two
node types; collector VMs (or previously know as proxy VMs) and
platform VMs. You can have multiple of each type to support your
deployment and cluster them.
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-vRNINodes
Retrieves information about all available nodes.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNINodes | Where {$_.node_type -eq "PROXY_VM"}
Retrieves information about all available nodes, but filter on the collector VMs.
RELATED LINKS