Invoke ADCUpdateNshttpparam - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateNshttpparam

SYNOPSIS

Update NS configuration Object.

SYNTAX

Invoke-ADCUpdateNshttpparam [[-Dropinvalreqs] <String>] [[-Markhttp09inval] <String>]
 [[-Markconnreqinval] <String>] [[-Insnssrvrhdr] <String>] [[-Nssrvrhdr] <String>] [[-Logerrresp] <String>]
 [[-Conmultiplex] <String>] [[-Maxreusepool] <Double>] [[-Http2serverside] <String>]
 [[-Ignoreconnectcodingscheme] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for HTTP parameter resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateNshttpparam

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

PARAMETERS

-Dropinvalreqs

Drop invalid HTTP requests or responses. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Markhttp09inval

Mark HTTP/0.9 requests as invalid. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Markconnreqinval

Mark CONNECT requests as invalid. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Insnssrvrhdr

Enable or disable Citrix ADC server header insertion for Citrix ADC generated HTTP responses. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Nssrvrhdr

The server header value to be inserted. If no explicit header is specified then NSBUILD.RELEASE is used as default server header.

Type: String
Parameter Sets: (All)
Aliases:

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

-Logerrresp

Server header value to be inserted. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Conmultiplex

Reuse server connections for requests from more than one client connections. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Maxreusepool

Maximum limit on the number of connections, from the Citrix ADC to a particular server that are kept in the reuse pool. This setting is helpful for optimal memory utilization and for reducing the idle connections to the server just after the peak time.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Http2serverside

Enable/Disable HTTP/2 on server side. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

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

-Ignoreconnectcodingscheme

Ignore Coding scheme in CONNECT request. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 11
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-ADCUpdateNshttpparam Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nshttpparam/ 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** ⚠️