NSX-T Data Center REST API

ServiceEndpoint (type)

{
  "additionalProperties": false,
  "id": "ServiceEndpoint",
  "module_id": "ClusterManagement",
  "properties": {
    "certificate": {
      "required": false,
      "title": "Certificate or certificate chain",
      "type": "string"
    },
    "certificate_sha256_thumbprint": {
      "readonly": true,
      "required": false,
      "type": "string"
    },
    "entities_hosted": {
      "items": {
        "$ref": "HostedEntityInfo"
      },
      "readonly": true,
      "required": false,
      "title": "List of entities hosted on accessible through the service endpoint",
      "type": "array"
    },
    "fqdn": {
      "readonly": true,
      "required": false,
      "type": "string"
    },
    "ip_address": {
      "$ref": "IPv4Address",
      "required": true
    },
    "ipv6_address": {
      "$ref": "IPv6Address",
      "required": false
    },
    "ipv6_fqdn": {
      "readonly": true,
      "required": false,
      "type": "string"
    },
    "port": {
      "maximum": 65535,
      "minimum": 0,
      "required": true,
      "type": "integer"
    },
    "service_endpoint_uuid": {
      "readonly": true,
      "required": false,
      "title": "Unique identifier of this service endpoint",
      "type": "string"
    }
  },
  "type": "object"
}