NSX-T Data Center REST API

FastPathSysStats (type)

{
  "id": "FastPathSysStats",
  "module_id": "ObservabilityCounters",
  "properties": {
    "host_enhanced_fastpath": {
      "$ref": "FastPathStats",
      "description": "Fast path stats for enhanced datapath module.",
      "required": false
    },
    "host_standard_fastpath": {
      "$ref": "FastPathStats",
      "description": "Fast path stats for legacy datapath 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
    }
  },
  "type": "object"
}