Adapt_Profile (object)

Configures a request or response Adapt profile or both

Properties (* = required):

name type(s) default allowed values description
/*/        
allowHTTP10 boolean false true, false Specifies whether to forward HTTP 1.0 requests/responses
class* string   “Adapt_Profile”  
enableHttpAdaptation boolean true true, false Enable or disable the adaptation of HTTP requests/responses. They will be forwarded to the internal service
internalService object     Specifies the name of the internal service to use for adapting the request/response,Reference to a service
label string   “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML
messageType* string   “response”, “request”, “request-and-response” The type of Adapt profile. Use both to create a request and response profile with the same property values
previewSize integer 1024 0 - 4294967295 Specifies the maximum size of the preview buffer
serviceDownAction string “ignore” “ignore”, “reset”, “drop” Specifies the action to take if the internal service doesn’t exist or is down
timeout integer 0 0 - 4294967295 Specifies how long in miliseconds to wait for the internal service before a timeout error will occur

Adapt_Profile.internalService (object)

Specifies the name of the internal service to use for adapting the request/response Reference to a service

Properties (* = required):

name type(s) default allowed values description
bigip string   “f5bigip” formatted string Pathname of existing BIG-IP virtual server
use string     AS3 pointer to service declaration