NSX-T Data Center REST API

PnicDetail (type)

{
  "additionalProperties": false,
  "id": "PnicDetail",
  "module_id": "InventoryCmInvComm",
  "properties": {
    "device": {
      "description": "name of PNIC",
      "readonly": false,
      "required": true,
      "title": "name of PNIC",
      "type": "string"
    },
    "dpu_id": {
      "description": "dpu id",
      "readonly": false,
      "required": false,
      "title": "dpu id",
      "type": "string"
    }
  },
  "type": "object"
}