ALBHTTPSecurityAction (schema)

HTTPSecurityAction

Advanced load balancer HTTPSecurityAction object
Name Description Type Notes
action Action

Type of the security action to perform.
Enum options - HTTP_SECURITY_ACTION_CLOSE_CONN,
HTTP_SECURITY_ACTION_SEND_RESPONSE,
HTTP_SECURITY_ACTION_ALLOW,
HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS,
HTTP_SECURITY_ACTION_RATE_LIMIT,
HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP.
ALBHTTPSecurityActionType Required
file File

File to be used for generating HTTP local response.
ALBHTTPLocalFile
https_port Https port

Secure SSL/TLS port to redirect the HTTP request to.
Allowed values are 1-65535.
integer Minimum: 1
Maximum: 65535
rate_profile Rate profile

Rate limiting configuration for this action.
ALBHTTPSecurityActionRateProfile
status_code Status code

HTTP status code to use for local response.
Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200,
HTTP_LOCAL_RESPONSE_STATUS_CODE_204,
HTTP_LOCAL_RESPONSE_STATUS_CODE_403,
HTTP_LOCAL_RESPONSE_STATUS_CODE_404,
HTTP_LOCAL_RESPONSE_STATUS_CODE_429,
HTTP_LOCAL_RESPONSE_STATUS_CODE_501.
ALBHTTPLocalResponseStatusCode