APIRef_tm_ltm_profile_response-adapt¶
mgmt/tm/ltm/profile/response-adapt
Virtual server HTTP response adaptation profile configuration
REST Endpoints
- Collection URI
/mgmt/tm/ltm/profile/response-adapt
- Collection Methods
OPTIONS, GET
- Resource URI
/mgmt/tm/ltm/profile/response-adapt/~resource id
- Resource Methods
OPTIONS, GET, PUT, PATCH, DELETE, POST
- Resource Natural Key
name, partition, subPath
Properties
Name | Type | Default Value | Required | Access | Description |
---|---|---|---|---|---|
allowHttp_10 |
string | no | optional | read/write | Specifies whether to forward HTTP version 1.0 responses for adaptation. By default only HTTP version 1.1 responses are forwarded. Version 1.0 is not supported. While it should work in most cases, it might be necessary to restrict adaptation on a site-specific basis. The default value is no. |
appService |
string | optional | read/write | ||
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. | |
enabled |
string | yes | optional | read/write | Enables adaptation of HTTP responses. If set to yes, HTTP responses will be forwarded to the specified internal virtual server for adaptation. The default value is yes. |
internalVirtual |
string | optional | read/write | Specifies the name of the internal virtual server to use for adapting the HTTP response. | |
tmPartition |
string | Common | optional | read/write | |
previewSize |
integer | 1024 | optional | read/write | Specifies the maximum size of the preview buffer. The preview buffer is used to hold a copy of the HTTP response header and data sent to the internal virtual server in case the adaptation server reports that it does not need to adapt the HTTP response. Setting the preview-size to zero, disables buffering the response and should only be done if the adaptation server will always return with a modified HTTP response or the original HTTP response. The default value is 1024. |
serviceDownAction |
string | ignore | optional | read/write | Specifies the action to take if the internal virtual server does not exist or returns an error. The default value is ignore. |
timeout |
integer | 0 | optional | read/write | Specifies a timeout in milliseconds. If the internal virtual server does not return a result within the specified time, a timeout error will occur. A 0 value disables the timeout. The default value is 0. |
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.