NSX-T Data Center REST API
ALBHTTPHdrData (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HTTPHdrData object",
"id": "ALBHTTPHdrData",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"name": {
"description": "HTTP header name.",
"required": false,
"title": "Name",
"type": "string"
},
"value": {
"$ref": "ALBHTTPHdrValue,
"description": "HTTP header value.",
"required": false,
"title": "Value"
}
},
"title": "HTTPHdrData",
"type": "object"
}