MgmtListenAddr (type)

{
  "id": "MgmtListenAddr", 
  "properties": {
    "certificate": {
      "description": "Service endpoint certificate.", 
      "required": false, 
      "title": "certificate", 
      "type": "string"
    }, 
    "certificate_sha256_thumbprint": {
      "description": "SHA-256 thumbprint of certificate.", 
      "required": false, 
      "title": "SHA-256 Thumbprint", 
      "type": "string"
    }, 
    "entities_hosted": {
      "description": "List of hosted entities accessible through the service endpoint", 
      "items": {
        "$ref": "HostedEntityInfo
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Entities hosted", 
      "type": "array"
    }, 
    "fqdn": {
      "description": "Fully Qualified Domain Name of service endpoint.", 
      "required": false, 
      "title": "FQDN", 
      "type": "string"
    }, 
    "ip_address": {
      "$ref": "IPAddress, 
      "description": "IP address of the service endpoint.", 
      "required": false, 
      "title": "IP Address"
    }, 
    "name": {
      "description": "Name of the NSX service.", 
      "required": false, 
      "title": "Name", 
      "type": "string"
    }, 
    "port": {
      "description": "Port number of the service endpoint.", 
      "maximum": 65535, 
      "minimum": 0, 
      "required": false, 
      "title": "Port", 
      "type": "integer"
    }, 
    "service_endpoint_uuid": {
      "description": "Unique identifier of the service endpoint", 
      "readonly": true, 
      "required": false, 
      "title": "Service endpoint UUID", 
      "type": "string"
    }
  }, 
  "type": "object"
}