ALBHTTPHdrAction (schema)

HTTPHdrAction

Advanced load balancer HTTPHdrAction object
Name Description Type Notes
action Action

ADD A new header with the new value is added irrespective
of the existence of an HTTP header of the given name.
REPLACE A new header with the new value is added if no
header of the given name exists, else existing headers with
the given name are removed and a new header with the new
value is added.
REMOVE All the headers of the given name are removed.
Enum options - HTTP_ADD_HDR, HTTP_REMOVE_HDR,
HTTP_REPLACE_HDR.
ALBHTTPHdrActionType Required
cookie Cookie

Cookie information.
ALBHTTPCookieData
hdr Hdr

HTTP header information.
ALBHTTPHdrData