NSX-T Data Center REST API

PortConnectionEntity (type)

{
  "additionalProperties": false,
  "id": "PortConnectionEntity",
  "module_id": "PortConnection",
  "properties": {
    "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"
    }
  },
  "title": "Port Connection Entity",
  "type": "object"
}