HTTPStatusMatch

HTTPStatusMatch
HTTPStatusMatch
JSON Example
{
    "match_criteria": "string",
    "ranges": [
        {
            "begin": 0,
            "end": 0
        }
    ],
    "status_codes": [
        0
    ]
}
string
match_criteria
Required

Criterion to use for matching the HTTP response status code(s). Enum options - IS_IN, IS_NOT_IN. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

ranges
Optional

HTTP response status code range(s). Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

array of integer
status_codes
Optional

HTTP response status code(s). Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.