Invoke ADCAddIcalatencyprofile - j81blog/J81.ADCToolkit GitHub Wiki
Add Ica configuration Object.
Invoke-ADCAddIcalatencyprofile [-Name] <String> [[-L7latencymonitoring] <String>]
[[-L7latencythresholdfactor] <Double>] [[-L7latencywaittime] <Double>] [[-L7latencynotifyinterval] <Double>]
[[-L7latencymaxnotifycount] <Double>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for Profile for Latency monitoring resource.
Invoke-ADCAddIcalatencyprofile -name <string>
An example how to add icalatencyprofile configuration Object(s).
Name for the ICA latencyprofile. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the ICA latency profile is added.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseEnable/Disable L7 Latency monitoring for L7 latency notifications. Possible values = ENABLED, DISABLED
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: DISABLED
Accept pipeline input: False
Accept wildcard characters: FalseL7 Latency threshold factor. This is the factor by which the active latency should be greater than the minimum observed value to determine that the latency is high and may need to be reported.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: 4
Accept pipeline input: False
Accept wildcard characters: FalseL7 Latency Wait time. This is the time for which the Citrix ADC waits after the threshold is exceeded before it sends out a Notification to the Insight Center.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: 20
Accept pipeline input: False
Accept wildcard characters: FalseL7 Latency Notify Interval. This is the interval at which the Citrix ADC sends out notifications to the Insight Center after the wait time has passed.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: 20
Accept pipeline input: False
Accept wildcard characters: FalseL7 Latency Max notify Count. This is the upper limit on the number of notifications sent to the Insight Center within an interval where the Latency is above the threshold.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: 5
Accept pipeline input: False
Accept wildcard characters: FalseReturn details about the created icalatencyprofile item.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCAddIcalatencyprofile Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ica/icalatencyprofile/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.