NSX-T Data Center REST API

DfwHeapMemoryUsage (type)

{
  "additionalProperties": false, 
  "description": "Distributed Firewall heap memory utilization.", 
  "id": "DfwHeapMemoryUsage", 
  "module_id": "ApplianceStats", 
  "properties": {
    "description": {
      "description": "Description of the DFW module.", 
      "readonly": true, 
      "title": "Description of the DFW module", 
      "type": "string"
    }, 
    "name": {
      "description": "Name of the DFW heap on specified host.", 
      "readonly": true, 
      "title": "Name of the DFW module", 
      "type": "string"
    }, 
    "total_mb": {
      "description": "Total size of heap for the specified heap in mb units.", 
      "readonly": true, 
      "title": "Total size of heap for the specified heap in mb units", 
      "type": "integer"
    }, 
    "usage_pct": {
      "description": "Percentage of heap utilized for specific heap.", 
      "readonly": true, 
      "title": "Percentage of heap utilized for specific heap", 
      "type": "number"
    }, 
    "used_mb": {
      "description": "Utilized size of heap for the specified heap in mb units.", 
      "readonly": true, 
      "title": "Utilized size of heap for the specified heap in mb units", 
      "type": "integer"
    }
  }, 
  "title": "DFW heap memory usage", 
  "type": "object"
}