NSX-T Data Center REST API
ObservabilityCounterDebugQueryResult (type)
{ "id": "ObservabilityCounterDebugQueryResult", "module_id": "ObservabilityCounters", "properties": { "fast_path_lcore_usage_stats": { "$ref": "FastPathLcoreUsageStats, "description": "Realtime fast path lcore usage stats.", "required": false }, "fast_path_sys_stats": { "$ref": "FastPathSysStats, "description": "System stats related to fast path only.", "required": false }, "packet_stats": { "$ref": "PacketDebugStats, "description": "Realtime stats containing transmitted, received and dropped packet stats.", "required": false }, "platform_cpu_usage_stats": { "$ref": "PlatformCpuUsageDebugStats, "description": "Realtime platform cpu usage stats.", "required": false }, "platform_packet_stats": { "$ref": "PlatformPacketStats, "description": "Realtime platform packet stats for Vnics and Pnics.", "required": false }, "scrx_stats": { "$ref": "ScrxDebugStats, "description": "ScrxStats.", "required": false } }, "type": "object" }