4-azure-monitor-response-minimum.json 1.21 KB
Newer Older
1 2
{
  "cost": 0,
3
  "timespan": "2019-02-09T14:43:21Z\/2019-02-09T20:43:21Z",
4 5 6
  "interval": "PT1M",
  "value": [
    {
7
      "id": "\/subscriptions\/xxx\/resourceGroups\/grafanastaging\/providers\/Microsoft.Compute\/virtualMachines\/grafana\/providers\/Microsoft.Insights\/metrics\/Percentage CPU",
8 9 10 11 12 13 14 15 16 17 18 19 20
      "type": "Microsoft.Insights\/metrics",
      "name": {
        "value": "Percentage CPU",
        "localizedValue": "Percentage CPU"
      },
      "unit": "Percent",
      "timeseries": [
        {
          "metadatavalues": [

          ],
          "data": [
            {
21 22
              "timeStamp": "2019-02-09T14:43:00Z",
              "minimum": 1.51
23 24
            },
            {
25 26
              "timeStamp": "2019-02-09T14:44:00Z",
              "minimum": 2.38
27 28
            },
            {
29 30
              "timeStamp": "2019-02-09T14:45:00Z",
              "minimum": 1.69
31 32
            },
            {
33 34
              "timeStamp": "2019-02-09T14:46:00Z",
              "minimum": 2.27
35 36
            },
            {
37 38
              "timeStamp": "2019-02-09T14:47:00Z",
              "minimum": 1.96
39 40 41 42 43 44 45 46 47
            }
          ]
        }
      ]
    }
  ],
  "namespace": "Microsoft.Compute\/virtualMachines",
  "resourceregion": "westeurope"
}