NSX-T Data Center REST API

RemoteTunnelEndpointConfigState (type)

{
  "id": "RemoteTunnelEndpointConfigState",
  "module_id": "TransportNode",
  "properties": {
    "endpoints": {
      "items": {
        "$ref": "RemoteTunnelEndpoint"
      },
      "readonly": true,
      "title": "List of remote tunnel endpoints which are configured on this node",
      "type": "array"
    },
    "host_switch_name": {
      "description": "The name must be unique among all host switches specified in a given Transport Node.",
      "readonly": true,
      "title": "HostSwitch name. This name will be used to reference this HostSwitch.",
      "type": "string"
    }
  },
  "title": "Remote tunnel endpoint configuration state",
  "type": "object"
}