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

LBHttpRequestCookieCondition

This condition is used to match HTTP request messages by cookie which is a specific type of HTTP header. The match_type and case_sensitive define how to compare cookie value.


AllOf


This class requires all of the following:

JSON Example

{
	"case_sensitive": false,
	"cookie_name": "string",
	"cookie_value": "string",
	"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?