NSX-T Data Center REST API

PlatformCpuUsageMonitorStats (type)

{
  "id": "PlatformCpuUsageMonitorStats",
  "module_id": "ObservabilityCounters",
  "properties": {
    "host_net_thread_all": {
      "$ref": "PlatformNetworkThreadCpuStats",
      "description": "Aggregated platform network thread and cpu stats.",
      "required": false
    },
    "host_pcpu": {
      "$ref": "PlatformCpuStats",
      "description": "Platform physical cpu stats.",
      "required": false
    },
    "host_vcpu": {
      "$ref": "PlatformCpuStats",
      "description": "Platform virtual cpu 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"
}