EdgeVirtualServicePathMatch
EdgeVirtualServicePathMatch
Defines an HTTP request URI path match criterion.
JSON Example
{
"matchCriteria": "string",
"matchStrings": [
"string"
]
}
string As ^(?!\s+$).+
matchCriteria
Required
Criterion to use for matching the path in the HTTP request URI. Options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH.
array of string
matchStrings
Required
String values to match the path.
Availability
Added in 38.0
Property Of