< Back
Get-vRNIProblem
Post
NAME Get-vRNIProblem
SYNOPSIS
Get open problems from vRealize Network Insight.
SYNTAX
Get-vRNIProblem [-Limit <Int32>] [-StartTime <Int32>] [-EndTime <Int32>] [-Connection <PSObject>]
[<CommonParameters>]
DESCRIPTION
vRNI checks for problems in your environment and displays or alerts you
about these problems. These problems can have multiple causes; for example
latency issues with NSX Controllers, a configuration issue on the VDS, etc.
In the end you're supposed to solve these problems and have no open ones.
PARAMETERS
-Limit <Int32>
Limit the amount of records returned
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-StartTime <Int32>
The epoch timestamp of when to start looking up records
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-EndTime <Int32>
The epoch timestamp of when to stop looking up records
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
vRNI Connection object
Required? false
Position? named
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-vRNIProblem
Get a list of all open problems
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNIProblem | Where {$_.severity -eq "CRITICAL"}
Get a list of all open problems which have the CRITICAL severity (and are
probably important to solve quickly)
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRNIProblem -StartTime ([DateTimeOffset]::Now.ToUnixTimeSeconds()-600) -EndTime
([DateTimeOffset]::Now.ToUnixTimeSeconds())
Get all problems that have been open in the last 10 minutes.
RELATED LINKS
SYNOPSIS
Get open problems from vRealize Network Insight.
SYNTAX
Get-vRNIProblem [-Limit <Int32>] [-StartTime <Int32>] [-EndTime <Int32>] [-Connection <PSObject>]
[<CommonParameters>]
DESCRIPTION
vRNI checks for problems in your environment and displays or alerts you
about these problems. These problems can have multiple causes; for example
latency issues with NSX Controllers, a configuration issue on the VDS, etc.
In the end you're supposed to solve these problems and have no open ones.
PARAMETERS
-Limit <Int32>
Limit the amount of records returned
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-StartTime <Int32>
The epoch timestamp of when to start looking up records
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-EndTime <Int32>
The epoch timestamp of when to stop looking up records
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
vRNI Connection object
Required? false
Position? named
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-vRNIProblem
Get a list of all open problems
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNIProblem | Where {$_.severity -eq "CRITICAL"}
Get a list of all open problems which have the CRITICAL severity (and are
probably important to solve quickly)
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRNIProblem -StartTime ([DateTimeOffset]::Now.ToUnixTimeSeconds()-600) -EndTime
([DateTimeOffset]::Now.ToUnixTimeSeconds())
Get all problems that have been open in the last 10 minutes.
RELATED LINKS