Azure Log Analytics · Example Payload

Query Api Query Results Example

AnalyticsAzureCloudLoggingMonitoring

Query Api Query Results Example is an example object payload from Azure Log Analytics, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tables

Example Payload

Raw ↑
{
  "tables": [
    {
      "name": "PrimaryResult",
      "columns": [
        {
          "name": "Category",
          "type": "string"
        },
        {
          "name": "count_",
          "type": "long"
        }
      ],
      "rows": [
        ["Administrative", 20839],
        ["Recommendation", 122],
        ["Alert", 64],
        ["ServiceHealth", 11]
      ]
    }
  ]
}