NSX-T Data Center REST API

TraceflowVlanExtensionBasicInfo (type)

{
  "additionalProperties": false,
  "id": "TraceflowVlanExtensionBasicInfo",
  "module_id": "Traceflow",
  "properties": {
    "source_network_type": {
      "description": "This field indicates the network type of the original traceflow packet. VLAN   - The vlan field specifies the source VLAN ID. The vni field will show     the corresponding VNI ID based on the VLAN extension configuration. OVERLAY   - The vni field specifies the source VNI ID. The vlan field will show     the corresponding VLAN ID based on the VLAN extension configuration.",
      "enum": [
        "VLAN",
        "OVERLAY"
      ],
      "title": "The originated network type of the traceflow packet",
      "type": "string"
    },
    "vlan": {
      "$ref": "VlanID",
      "description": "If the value source_network_type is OVERLAY: This field indicates the VLAN to be converted for the traceflow packet. If the value source_network_type is VLAN: This field indicates the the original VLAN of the traceflow packet.",
      "readonly": true,
      "required": false,
      "title": "VLAN id"
    },
    "vni": {
      "description": "If the value source_network_type is OVERLAY: This field indicates the original VNI of the traceflow packet. If the value source_network_type is VLAN: This field indicates the VNI to be converted for the traceflow packet.",
      "readonly": true,
      "required": false,
      "title": "Virtual network identifier",
      "type": "int"
    }
  },
  "title": "Traceflow VLAN extension basic information",
  "type": "object"
}