EdgeVirtualServiceMethodMatch

EdgeVirtualServiceMethodMatch
EdgeVirtualServiceMethodMatch

Defines an HTTP method match criterion.

JSON Example
{
    "matchCriteria": "string",
    "methods": [
        "string"
    ]
}
string As ^(?!\s+$).+
matchCriteria
Required

Criterion to use for matching the method in the HTTP request. Options - IS_IN, IS_NOT_IN.

array of string
methods
Required

HTTP methods to match. Options - GET, PUT, POST, DELETE, HEAD, OPTIONS, TRACE, CONNECT, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK.