NSX-T Data Center REST API
ALBHTTPCookieData (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HTTPCookieData object",
"id": "ALBHTTPCookieData",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"name": {
"description": "Cookie name.",
"required": false,
"title": "Name",
"type": "string"
},
"value": {
"description": "Cookie value.",
"required": false,
"title": "Value",
"type": "string"
}
},
"title": "HTTPCookieData",
"type": "object"
}