NSX-T Data Center REST API

ObservabilityCounterMonitorQueryResult (type)

{
  "id": "ObservabilityCounterMonitorQueryResult",
  "module_id": "ObservabilityCounters",
  "properties": {
    "fast_path_lcore_usage_stats": {
      "$ref": "FastPathLcoreUsageStats",
      "description": "Monitoring 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": "PacketMonitorStats",
      "description": "Tn monitoring stats containing transmitted, received and dropped packet stats.",
      "required": false
    },
    "platform_cpu_usage_stats": {
      "$ref": "PlatformCpuUsageMonitorStats",
      "description": "Monitoring platform cpu usage stats.",
      "required": false
    },
    "platform_packet_stats": {
      "$ref": "PlatformPacketStats",
      "description": "Monitoring platform packet stats for Vnics and Uplinks.",
      "required": false
    }
  },
  "type": "object"
}