NSX-T Data Center REST API

PlatformPacketStats (type)

{
  "id": "PlatformPacketStats",
  "module_id": "ObservabilityCounters",
  "properties": {
    "host_uplink": {
      "$ref": "HostUplink",
      "description": "Platform uplink packet stats.",
      "required": false
    },
    "host_vnic": {
      "$ref": "HostVnic",
      "description": "Platform vnic packet stats.",
      "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
    }
  },
  "type": "object"
}