http-profile

You use the http-profile root branch to accesse the http-profile element parameters from which you can create multiple http-profile objects. You assign these objects to the sti-server to further refine access to that sti-server.

Parameters

name
(Required) Specifies the name you use to apply your profile to a sti-server. You configure the http-profile parameter to a sti-server using this name.
tcp-keepalive-idle-timer
Configures the CURLOPT_TCP_KEEPIDLE Libcurl option, which sets the time the SBC waits while a connection is idle before sending keepalive probes.
  • Default: 0
  • Min: 0 | Max: 604800
tcp-keepalive-interval-timer
Configures the CURLOPT_TCP_KEEPINTVL Libcurl option, which sets the wait time the SBC uses between sending keepalive probes.
  • Default: 0
  • Min: 0 | Max: 604800
tcp-conntimeout-timer
Configures the CURLOPT_CONNECTTIMEOUT Libcurl option, which sets the maximum time in milliseconds that the SBC waits for the connection phase to the server to complete.
  • Default: 2000
  • Min: 0 | Max: 30000
tcp-conn-idle-max-age
Configures the CURLOPT_MAXAGE_CONN Libcurl option, which sets the maximum time in seconds the SBC waits for an existing connection to have been idle before it reuses the connection for a subsequent request.
  • Default: 0
  • Min: 0 | Max: 604800
tcp-conn-max-life-time
Configures the CURLOPT_MAXLIFETIME_CONN Libcurl option, which sets the maximum time in seconds after the creation of a connection that the SBC waits for the connection to become available for reuse for this request.
  • Default: 0
  • Min: 0 | Max: 604800
tcp-conn-terminate-method
Configures the SO_LINGER Libcurl option, which forces the TCP/IP stack to send the connection reset state to the server immediately.
  • Default: RST
  • Values: FIN | RST

Path

http-profile is an element in the root path. The full path from the topmost ACLI prompt is: configure terminal , and then http-profile.

Note:

This is a multiple instance configuration element.