APIRef_tm_ltm_profile_http2ΒΆ

mgmt/tm/ltm/profile/http2

/tm/ltm/profile

Virtual server HTTP/2 traffic profile configuration

REST Endpoints

Collection URI
/mgmt/tm/ltm/profile/http2
Collection Methods
OPTIONS, GET
Resource URI
/mgmt/tm/ltm/profile/http2/~resource id
Resource Methods
OPTIONS, GET, PUT, PATCH, DELETE, POST
Resource Natural Key
name, partition, subPath

Properties

Name Type Default Value Required Access Description
activationModes string alpn npn optional read/write Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
appService string   optional read/write The application service to which the object belongs.
concurrentStreamsPerConnection integer 10 optional read/write Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
connectionIdleTimeout integer 300 optional read/write Specifies the number of seconds that a connection is idle before the connection is eligible for deletion.
defaultsFrom string   optional read/write Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
description string   optional read/write User defined description.
enforceTlsRequirements string enabled optional read/write  
frameSize integer 2048 optional read/write The size in bytes of the data frames that will be produced by HTTP/2.
headerTableSize integer 4096 optional read/write Specifies what table size will be used for the compression of headers (unused).
insertHeader string disabled optional read/write Specifies whether an HTTP header should be added to the HTTP request to show the request was received via HTTP/2.
insertHeaderName string X-HTTP2-Enabled optional read/write Specifies the name of the header that is added to the HTTP request when insert-header is enabled.
tmPartition string Common optional read/write Displays the administrative partition within which this profile resides.
receiveWindow integer 32 optional read/write Specifies in KB the size of the receive window for HTTP/2 flow-control.
writeSize integer 16384 optional read/write The size in bytes of the SSL records that will be produced by HTTP/2.handled.
Copyright (c) 2016, F5 Networks Inc. All Rights Reserved.

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.