NSX-T Data Center REST API

IfaceFlowInfo (type)

{
  "additionalProperties": false,
  "id": "IfaceFlowInfo",
  "properties": {
    "entity": {
      "description": "Logical entity",
      "readonly": true,
      "title": "Logical entity",
      "type": "string"
    },
    "flows": {
      "description": "Flows",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Flows",
      "type": "array"
    },
    "name": {
      "description": "Logical entity name",
      "readonly": true,
      "title": "Logical entity name",
      "type": "string"
    },
    "uuid": {
      "description": "Logical entity UUID",
      "readonly": true,
      "title": "Logical entity UUID",
      "type": "string"
    }
  },
  "type": "object"
}