NSX-T Data Center REST API
ALBHealthMonitorAuthInfo (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HealthMonitorAuthInfo object",
"id": "ALBHealthMonitorAuthInfo",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"password": {
"description": "Password for server authentication.",
"required": true,
"sensitive": true,
"title": "Password",
"type": "secure_string"
},
"username": {
"description": "Username for server authentication.",
"required": true,
"sensitive": true,
"title": "Username",
"type": "secure_string"
}
},
"title": "HealthMonitorAuthInfo",
"type": "object"
}