Invoke ADCUpdateNscqaparam - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateNscqaparam

SYNOPSIS

Update NS configuration Object.

SYNTAX

Invoke-ADCUpdateNscqaparam [[-Harqretxdelay] <Double>] [[-Net1label] <String>] [[-Minrttnet1] <Double>]
 [[-Lr1coeflist] <String>] [[-Lr1probthresh] <Double>] [[-Net1cclscale] <String>] [[-Net1csqscale] <String>]
 [[-Net1logcoef] <String>] [[-Net2label] <String>] [[-Minrttnet2] <Double>] [[-Lr2coeflist] <String>]
 [[-Lr2probthresh] <Double>] [[-Net2cclscale] <String>] [[-Net2csqscale] <String>] [[-Net2logcoef] <String>]
 [[-Net3label] <String>] [[-Minrttnet3] <Double>] [[-Net3cclscale] <String>] [[-Net3csqscale] <String>]
 [[-Net3logcoef] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for cqaparam resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateNscqaparam

An example how to update nscqaparam configuration Object(s).

PARAMETERS

-Harqretxdelay

HARQ retransmission delay (in ms).

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Net1label

Name of the network label.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Minrttnet1

MIN RTT (in ms) for the first network.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Lr1coeflist

coefficients values for Label1.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Lr1probthresh

Probability threshold values for LR model to differentiate between NET1 and reset(NET2 and NET3).

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Net1cclscale

Three congestion level scores limits corresponding to None, Low, Medium.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net1csqscale

Three signal quality level scores limits corresponding to Excellent, Good, Fair.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net1logcoef

Connection quality ranking Log coefficients of network 1.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net2label

Name of the network label 2.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 10
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Minrttnet2

MIN RTT (in ms) for the second network.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 11
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Lr2coeflist

coefficients values for Label 2.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 12
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Lr2probthresh

Probability threshold values for LR model to differentiate between NET2 and NET3.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 13
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Net2cclscale

Three congestion level scores limits corresponding to None, Low, Medium.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 14
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net2csqscale

Three signal quality level scores limits corresponding to Excellent, Good, Fair.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 15
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net2logcoef

Connnection quality ranking Log coefficients of network 2.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 16
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net3label

Name of the network label 3.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 17
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Minrttnet3

MIN RTT (in ms) for the third network.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 18
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Net3cclscale

Three congestion level scores limits corresponding to None, Low, Medium.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 19
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net3csqscale

Three signal quality level scores limits corresponding to Excellent, Good, Fair.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 20
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Net3logcoef

Connection quality ranking Log coefficients of network 3.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 21
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows 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: False

-Confirm

Prompts 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

File Name : Invoke-ADCUpdateNscqaparam Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nscqaparam/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️