APIRef_tm_ltm_profile_fasthttpΒΆ

mgmt/tm/ltm/profile/fasthttp

/tm/ltm/profile

Virtual server Fast HTTP traffic profile configuration

REST Endpoints

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

Properties

Name Type Default Value Required Access Description
appService string   optional read/write The application service to which the object belongs.
clientCloseTimeout integer 5 optional read/write Specifies the number of seconds after which the system closes a client connection, when the system either receives a client FIN packet or sends a FIN packet. This setting overrides the idle timeout setting. The default value is 5.
connpoolIdleTimeoutOverride integer 0 optional read/write Specifies the number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic.The value of this option overrides the idle-timeout value that you specify. The default value is 0 (zero) seconds, which disables the override setting.
connpoolMaxReuse integer 0 optional read/write Specifies the maximum number of times that the system can re-use a current connection. The default value is 0 (zero).
connpoolMaxSize integer 2048 optional read/write Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.
connpoolMinSize integer 4 optional read/write Specifies the minimum number of connections to a load balancing pool. A setting of 0 specifies that there is no minimum. The default value is 10.
connpoolReplenish string enabled optional read/write The default value is enabled. When this option is enabled, the system replenishes the number of connections to a load balancing pool to the number of connections that existed when the server closed the connection to the pool. When disabled, the system replenishes the connection that was closed by the server, only when there are fewer connections to the pool than the number of connections set in the connpool-min-size connections option. Also see the connpool-min-size option.
connpoolStep integer 4 optional read/write Specifies the increment in which the system makes additional connections available, when all available connections are in use. The default value is 4.
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.
forceHttp_10Response string disabled optional read/write Specifies whether to rewrite the HTTP version in the status line of the server to HTTP 1.0 to discourage the client from pipelining or chunking data. The default value is disabled.
hardwareSynCookie string disabled optional read/write *IMPORTANT* This command has been deprecated (as of 13.0.0). Specifies whether or not to use hardware SYN Cookie when cross system limit. The default is disabled.
headerInsert string   optional read/write Specifies a string that the system inserts as a header in an HTTP request. If the header exists already, the system does not replace it.
http_11CloseWorkarounds string disabled optional read/write Enables or disables HTTP 1.1 close workarounds. The default value is disabled.
idleTimeout integer 300 optional read/write Specifies the number of seconds after which a connection is eligible for deletion, when the connection has no traffic. The default value is 300 seconds.
insertXforwardedFor string disabled optional read/write Specifies whether the system inserts the XForwarded For header in an HTTP request with the client IP address, to use with connection pooling. Enabling this specifies that the system inserts the XForwarded For header with the client IP address. Disabling this specifies that the system does not insert the XForwarded For header.
layer_7 string enabled optional read/write When enabled, the system parses HTTP data in the stream. Disable this setting if you want to use the performance HTTP profile to shield against denial-of-service attacks against non-HTTP protocols. The default value is enabled.
maxHeaderSize integer 32768 optional read/write Specifies the maximum amount of HTTP header data that the system buffers before making a load balancing decision. The default setting is 32768.
maxRequests integer 0 optional read/write Specifies the maximum number of requests that the system can receive on a client-side connection, before the system closes the connection. A setting of 0 specifies that requests are not limited. The default value is 0 (zero).
mssOverride integer 0 optional read/write Specifies a maximum segment size (MSS) override for server-side connections. The default value is 0 (zero), which corresponds to an MSS of 1460. You can specify any integer between 536 and 1460.
tmPartition string Common optional read/write Displays the administrative partition within which this profile resides.
receiveWindowSize integer   optional read/write Specifies the size of the receive window, in bytes. The minimum and default value is 65535 bytes without scale.
resetOnTimeout string enabled optional read/write When enabled, the system sends a TCP RESET packet when a connection times out, and deletes the connection. The default value is enabled.
serverCloseTimeout integer 5 optional read/write Specifies the number of seconds after which the system closes a client connection, when the system either receives a client FIN packet or send a FIN packet. This setting overrides the idle timeout setting. The default value is 5.
serverSack string disabled optional read/write Specifies whether to support server sack option in cookie response by default. The default is disabled.
serverTimestamp string disabled optional read/write Specifies whether to support server timestamp option in cookie response by default. The default is disabled.
uncleanShutdown string disabled optional read/write Specifies how the system handles closing a connection. The default value is enabled, which allows unclean shutdown of a client connection. Use disabled to prevent unclean shutdown of a client connection. Fast specifies that the system sends a RESET packet to close the connection only if the client attempts to send further data after the response has completed.
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.