- Property Manager name: Response Status Code
- Criteria version: The
latest
rule format supports thematchResponseCode
criteria v1.2. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Match a set or range of HTTP response codes.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches numeric range or a specified set of | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF","IS_BETWEEN","IS_NOT_BETWEEN"],"tag":"select"} | |
IS_ONE_OF | Matches the contents of | |||
IS_NOT_ONE_OF | Does not match the contents of | |||
IS_BETWEEN | Matches the numeric range between | |||
IS_NOT_BETWEEN | Does not match the numeric range between | |||
values | string array | A set of response codes to match, for example | matchOperator is either: IS_ONE_OF , IS_NOT_ONE_OF | {"displayType":"string array","tag":"input","todo":true} {"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} |
lowerBound | number | Specifies the start of a range of responses. For example, | matchOperator is either: IS_BETWEEN , IS_NOT_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"in","value":["IS_BETWEEN","IS_NOT_BETWEEN"]}} |
upperBound | number | Specifies the end of a range of responses. For example, | matchOperator is either: IS_BETWEEN , IS_NOT_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"in","value":["IS_BETWEEN","IS_NOT_BETWEEN"]}} |