[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

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.


AllOf


This class requires all of the following:

JSON Example

{
	"body_value": "string",
	"case_sensitive": false,
	"inverse": false,
	"match_type": "STARTS_WITH",
	"type": "LBHttpRequestUriCondition"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyLoadBalancer
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Feedback

Was this page helpful?