HTTPReselectRespCode
HTTPReselectRespCode
JSON Example
{
"codes": [
0
],
"ranges": [
{
"begin": 0,
"end": 0
}
],
"resp_code_block": [
"string"
]
}
array of integer
codes
Optional
HTTP response code to be matched. Allowed values are 400-599. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
array of HTTPStatusRange
ranges
Optional
HTTP response code ranges to match. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
array of string
resp_code_block
Optional
Block of HTTP response codes to match for server reselect. Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.