NSX-T Data Center REST API

AgentResource (type)

{
  "id": "AgentResource",
  "module_id": "Heatmap",
  "properties": {
    "cpu_usage": {
      "description": "The Agent's share of the elapsed CPU time since the last screen update, expressed as a percentage of total CPU time.",
      "title": "CPU Usage",
      "type": "number"
    },
    "memory_total": {
      "description": "Total available memory in kilobytes.",
      "title": "Total available memory",
      "type": "integer"
    },
    "memory_used": {
      "description": "Used memory in kilobytes.",
      "title": "Used memory",
      "type": "integer"
    }
  },
  "type": "object"
}