NSX-T Data Center REST API
ALBHTTPStatusRange (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HTTPStatusRange object",
"id": "ALBHTTPStatusRange",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"begin": {
"description": "Starting HTTP response status code.",
"required": true,
"title": "Begin",
"type": "integer"
},
"end": {
"description": "Ending HTTP response status code.",
"required": true,
"title": "End",
"type": "integer"
}
},
"title": "HTTPStatusRange",
"type": "object"
}