NSX-T Data Center REST API
ALBHealthMonitorSSLAttributes (type)
{
"additionalProperties": false,
"description": "Advanced load balancer HealthMonitorSSLAttributes object",
"id": "ALBHealthMonitorSSLAttributes",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"pki_profile_path": {
"description": "PKI profile used to validate the SSL certificate presented by a server. It is a reference to an object of type PKIProfile.",
"required": false,
"title": "Pki profile path",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBHealthMonitor"
],
"relationshipType": "ALB_HEALTHMONITOR_ALB_PKIPROFILE_RELATIONSHIP",
"rightType": [
"ALBPKIProfile"
]
}
]
},
"server_name": {
"description": "Fully qualified DNS hostname which will be used in the TLS SNI extension in server connections indicating SNI is enabled.",
"required": false,
"title": "Server name",
"type": "string"
},
"ssl_key_and_certificate_path": {
"description": "Service engines will present this SSL certificate to the server. It is a reference to an object of type SSLKeyAndCertificate.",
"required": false,
"title": "Ssl key and certificate path",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBHealthMonitor"
],
"relationshipType": "ALB_HEALTHMONITOR_ALB_SSLKEYANDCERTIFICATE_RELATIONSHIP",
"rightType": [
"ALBSSLKeyAndCertificate"
]
}
]
},
"ssl_profile_path": {
"description": "SSL profile defines ciphers and SSL versions to be used for healthmonitor traffic to the back-end servers. It is a reference to an object of type SSLProfile.",
"required": true,
"title": "Ssl profile path",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"ALBHealthMonitor"
],
"relationshipType": "ALB_HEALTHMONITOR_ALB_SSLPROFILE_RELATIONSHIP",
"rightType": [
"ALBSSLProfile"
]
}
]
}
},
"title": "HealthMonitorSSLAttributes",
"type": "object"
}