NSX-T Data Center REST API

AntreaTraceflowObservation (type)

{
  "additionalProperties": false, 
  "description": "Observation result for Antrea traceflow.", 
  "id": "AntreaTraceflowObservation", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "component_type": {
      "description": "The type of component.", 
      "enum": [
        "UNKNOWN", 
        "ANTREA_SPOOFGUARD", 
        "ANTREA_LB", 
        "ANTREA_ROUTING", 
        "ANTREA_DFW", 
        "ANTREA_FORWARDING"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "The component type", 
      "type": "string"
    }, 
    "container_node_id": {
      "description": "UID of the container node that observed a traceflow packet.", 
      "readonly": true, 
      "required": false, 
      "title": "Container node UID", 
      "type": "string"
    }, 
    "observation_type": {
      "description": "The type of observation. AntreaTraceflowObservationDelivered: The packet was delivered to destination Pod properly AntreaTraceflowObservationReceived: The packet was received from another ContainerNode AntreaTraceflowObservationForwarded: The packet was forwarded to next logical node or ContainerNode AntreaTraceflowObservationDropped: The packet was dropped", 
      "enum": [
        "AntreaTraceflowObservationDelivered", 
        "AntreaTraceflowObservationReceived", 
        "AntreaTraceflowObservationForwarded", 
        "AntreaTraceflowObservationDropped"
      ], 
      "required": true, 
      "title": "The observation type", 
      "type": "string"
    }, 
    "timestamp": {
      "description": "Timestamp when the observation was collect by Antrea controller.", 
      "readonly": true, 
      "required": false, 
      "title": "Timestamp", 
      "type": "integer"
    }
  }, 
  "title": "Observation for Antrea traceflow", 
  "type": "object"
}