NSX-T Data Center REST API

RemoteTunnelEndpoint (type)

{
  "extends": {
    "$ref": "Endpoint"
  },
  "id": "RemoteTunnelEndpoint",
  "module_id": "TransportNode",
  "properties": {
    "default_gateway": {
      "$ref": "IPAddress",
      "readonly": true,
      "title": "Gateway IP"
    },
    "device_name": {
      "readonly": true,
      "title": "Name of the virtual tunnel endpoint",
      "type": "string"
    },
    "ip": {
      "$ref": "IPAddress",
      "description": "Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated either from DHCP (default) or from Static IP Pool.",
      "readonly": true,
      "title": "IP Address of this virtual tunnel endpoint"
    },
    "ipv6": {
      "$ref": "IPv6EndPoint",
      "nsx_feature": "L2Ipv6",
      "readonly": true,
      "required": false,
      "title": "IPv6 endpoint"
    },
    "label": {
      "readonly": true,
      "required": false,
      "title": "Unique label for this Endpoint",
      "type": "int"
    },
    "mac": {
      "$ref": "MACAddress",
      "readonly": true,
      "title": "MAC address"
    },
    "subnet_mask": {
      "$ref": "IPAddress",
      "readonly": true,
      "title": "Subnet mask"
    },
    "vlan": {
      "$ref": "VlanID",
      "readonly": true,
      "title": "Vlan id"
    }
  },
  "title": "Remote tunnel endpoint",
  "type": "object"
}