LBHttpRequestBodyCondition
This condition is used to match the message body of an HTTP request. Typically, only HTTP POST, PATCH, or PUT requests have request body. The match_type field defines how body_value field is used to match the body of HTTP requests.
Properties
HTTP request body
If true, case is significant when comparing HTTP body value.
A flag to indicate whether reverse the match result of this condition
Match type of HTTP body
Possible values are: STARTS_WITH, ENDS_WITH, EQUALS, CONTAINS, REGEX
Type of load balancer rule condition
Possible values are: LBHttpRequestUriCondition, LBHttpRequestHeaderCondition, LBHttpRequestMethodCondition, LBHttpRequestUriArgumentsCondition, LBHttpRequestVersionCondition, LBHttpRequestCookieCondition, LBHttpRequestBodyCondition, LBHttpResponseHeaderCondition, LBTcpHeaderCondition, LBIpHeaderCondition, LBVariableCondition, LBHttpSslCondition
JSON Example
{
"type": "string"
}