LBHttpRejectAction

LBHttpRejectAction
LBHttpRejectAction

This action is used to reject HTTP request messages. The specified reply_status value is used as the status code for the corresponding HTTP response message which is sent back to client (Normally a browser) indicating the reason it was rejected. Reference official HTTP status code list for your specific HTTP version to set the reply_status properly. LBHttpRejectAction does not support variables.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "reply_message": "string",
    "reply_status": "string"
}