NSX-T Data Center REST API

TraceflowObservationCounters (type)

{
  "id": "TraceflowObservationCounters",
  "module_id": "Traceflow",
  "properties": {
    "delivered_count": {
      "description": "Total number of delivered observations for this traceflow round.",
      "readonly": true,
      "required": false,
      "title": "Delivered observation count",
      "type": "integer"
    },
    "dropped_count": {
      "description": "Total number of dropped observations for this round.",
      "readonly": true,
      "required": false,
      "title": "Dropped observation count",
      "type": "integer"
    },
    "forwarded_count": {
      "description": "Total number of forwarded observations for this traceflow round.",
      "readonly": true,
      "required": false,
      "title": "Forwarded observation count",
      "type": "integer"
    },
    "protected_count": {
      "description": "Total number of protected observations for this traceflow round, which current user does not have access.",
      "readonly": true,
      "required": false,
      "title": "Protected observation count",
      "type": "integer"
    },
    "received_count": {
      "description": "Total number of received observations for this traceflow round.",
      "readonly": true,
      "required": false,
      "title": "Received observation count",
      "type": "integer"
    }
  },
  "type": "object"
}