Invoke ADCAddStreamidentifier - j81blog/J81.ADCToolkit GitHub Wiki
Add Stream configuration Object.
Invoke-ADCAddStreamidentifier [-Name] <String> [-Selectorname] <String> [[-Interval] <Double>]
[[-Samplecount] <Double>] [[-Sort] <String>] [[-Snmptrap] <String>] [[-Appflowlog] <String>]
[[-Trackackonlypackets] <String>] [[-Tracktransactions] <String>] [[-Maxtransactionthreshold] <Double>]
[[-Mintransactionthreshold] <Double>] [[-Acceptancethreshold] <String>] [[-Breachthreshold] <Double>]
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for identifier resource.
Invoke-ADCAddStreamidentifier -name <string> -selectorname <string>
An example how to add streamidentifier configuration Object(s).
The name of stream identifier.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseName of the selector to use with the stream identifier.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseNumber of minutes of data to use when calculating session statistics (number of requests, bandwidth, and response times). The interval is a moving window that keeps the most recently collected data. Older data is discarded at regular intervals.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: 1
Accept pipeline input: False
Accept wildcard characters: FalseSize of the sample from which to select a request for evaluation. The smaller the sample count, the more accurate is the statistical data. To evaluate all requests, set the sample count to 1. However, such a low setting can result in excessive consumption of memory and processing resources.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: 1
Accept pipeline input: False
Accept wildcard characters: FalseSort stored records by the specified statistics column, in descending order. Performed during data collection, the sorting enables real-time data evaluation through Citrix ADC policies (for example, compression and caching policies) that use functions such as IS_TOP(n). Possible values = REQUESTS, CONNECTIONS, RESPTIME, BANDWIDTH, RESPTIME_BREACHES, NONE
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: REQUESTS
Accept pipeline input: False
Accept wildcard characters: FalseEnable/disable SNMP trap for stream identifier. Possible values = ENABLED, DISABLED
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: DISABLED
Accept pipeline input: False
Accept wildcard characters: FalseEnable/disable Appflow logging for stream identifier. Possible values = ENABLED, DISABLED
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: DISABLED
Accept pipeline input: False
Accept wildcard characters: FalseTrack ack only packets as well. This setting is applicable only when packet rate limiting is being used. Possible values = ENABLED, DISABLED
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: DISABLED
Accept pipeline input: False
Accept wildcard characters: FalseTrack transactions exceeding configured threshold. Transaction tracking can be enabled for following metric: ResponseTime. By default transaction tracking is disabled. Possible values = RESPTIME, NONE
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: NONE
Accept pipeline input: False
Accept wildcard characters: FalseMaximum per transcation value of metric. Metric to be tracked is specified by tracktransactions attribute.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseMinimum per transcation value of metric. Metric to be tracked is specified by tracktransactions attribute.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseNon-Breaching transactions to Total transactions threshold expressed in percent. Maximum of 6 decimal places is supported.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value: 0.000000
Accept pipeline input: False
Accept wildcard characters: FalseBreaching transactions threshold calculated over interval.
Type: Double
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseReturn details about the created streamidentifier 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-ADCAddStreamidentifier Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/stream/streamidentifier/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.