{ "additionalProperties": false, "description": "Advanced load balancer HTTPReselectRespCode object", "id": "ALBHTTPReselectRespCode", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "codes": { "description": "HTTP response code to be matched. Allowed values are 400-599.", "items": { "type": "integer" }, "required": false, "title": "Codes", "type": "array" }, "ranges": { "description": "HTTP response code ranges to match.", "items": { "$ref": "ALBHTTPStatusRange }, "required": false, "title": "Ranges", "type": "array" }, "resp_code_block": { "description": "Block of HTTP response codes to match for server reselect. Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX.", "items": { "$ref": "ALBHttpReselectRespCodeBlock }, "required": false, "title": "Resp code block", "type": "array" } }, "title": "HTTPReselectRespCode", "type": "object" }