NSX-T Data Center REST API

TlsServiceEndpoint (type)

{
  "additionalProperties": false, 
  "description": "The hostname or IP and port number of a TLS service endpoint.", 
  "id": "TlsServiceEndpoint", 
  "module_id": "CertificateManager", 
  "properties": {
    "host": {
      "description": "The hostname or IP address of the TLS service endpoint.", 
      "format": "hostname-or-ip", 
      "title": "Hostname or IP of the endpoint", 
      "type": "string"
    }, 
    "port": {
      "description": "The TCP port number of the endpoint.", 
      "maximum": 65535, 
      "minimum": 0, 
      "title": "TCP port number", 
      "type": "int"
    }
  }, 
  "title": "TLS service endpoint", 
  "type": "object"
}