NsxTPerNodeUsedCacheStatistics
Query statistics counters of used cache from node
Properties
integer
cached_entries
Optional
The total number of cached entries
string
node_id
Optional
UUID of active/standby transport node
integer
used_cache_size
Optional
The memory size used in cache, in kb
JSON Example
{
"cached_entries": 0,
"node_id": "string",
"used_cache_size": 0
}