NSX-T Data Center REST API

PacketDebugStats (type)

{
  "id": "PacketDebugStats",
  "module_id": "ObservabilityCounters",
  "properties": {
    "datapath_l3": {
      "$ref": "DataPathL3",
      "description": "Datapath L3 module.",
      "required": false
    },
    "distributed_firewall": {
      "$ref": "DistributedFirewall",
      "description": "Distributed firewall module.",
      "required": false
    },
    "fastpath": {
      "$ref": "Fastpath",
      "description": "Fastpath module.",
      "required": false
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true,
      "required": false
    },
    "overlay_datapath_l2": {
      "$ref": "OverlayDataPathL2",
      "description": "Overlay datapath L2 module.",
      "required": false
    },
    "switch_security": {
      "$ref": "SwitchSecurity",
      "description": "Switch security module.",
      "required": false
    },
    "virtual_switch": {
      "$ref": "VirtualSwitchCounter",
      "description": "Virtual switch module.",
      "required": false
    }
  },
  "type": "object"
}