NSX-T Data Center REST API

PortConnectionRouter (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "PortConnectionEntity"
  },
  "id": "PortConnectionRouter",
  "module_id": "PortConnection",
  "properties": {
    "downlink_ports": {
      "items": {
        "$ref": "LogicalRouterPort"
      },
      "readonly": true,
      "required": true,
      "title": "Downlink ports of the Logical Router.",
      "type": "array"
    },
    "id": {
      "readonly": true,
      "required": true,
      "title": "Resource ID is mapped to this. (ID is Generated for Edge node groups, since resource will be null)",
      "type": "string"
    },
    "resource": {
      "$ref": "ManagedResource",
      "readonly": true,
      "required": false,
      "title": "Resource reference with details of the entity"
    },
    "uplink_ports": {
      "items": {
        "$ref": "LogicalRouterPort"
      },
      "readonly": true,
      "required": true,
      "title": "Uplink ports of the Logical Router.",
      "type": "array"
    }
  },
  "title": "Port Connection Logical Router Entity",
  "type": "object"
}