NSX-T Data Center REST API

PerNodeUsedCacheStatistics (type) (Deprecated)

{
  "deprecated": true,
  "description": "Query statistics counters of used cache from node",
  "id": "PerNodeUsedCacheStatistics",
  "module_id": "AggSvcDnsForwarder",
  "properties": {
    "cached_entries": {
      "readonly": true,
      "title": "The total number of cached entries",
      "type": "integer"
    },
    "node_id": {
      "readonly": true,
      "title": "Uuid of active/standby transport node",
      "type": "string"
    },
    "used_cache_size": {
      "readonly": true,
      "title": "The memory size used in cache, in kb",
      "type": "integer"
    }
  },
  "title": "Per-node used cache query statistics counters",
  "type": "object"
}