NSX-T Data Center REST API
ALBHTTPLocalFile (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HTTPLocalFile object",
"id": "ALBHTTPLocalFile",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"content_type": {
"description": "Mime-type of the content in the file.",
"required": true,
"title": "Content type",
"type": "string"
},
"file_content": {
"description": "File content to used in the local HTTP response body.",
"required": true,
"title": "File content",
"type": "string"
}
},
"title": "HTTPLocalFile",
"type": "object"
}