Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand

Code Block
{
  "results": [
    {
      "series": [
        {
          "name": "Value",
          "tags": null,
          "columns": [
            "time",
            "LoadTag",
            "event_id",
            "location_guid",
            "processing_level",
            "result_uid",
            "sensor_guid",
            "sensor_id",
            "value",
            "value_string"
          ],
          "values": [
            [
              1573041163437,
              "0.54",
              "511a8922-4245-46b4-bbcc-854183aa7009",
              "2840456c-5abf-49f4-9018-c4f36a5f932c",
              0,
              null,
              "aafae683-83b5-4ecc-98ea-6284dbab36ee",
              "Used_Memory_Pct",
              15.8,
              null
            ]
          ]
        }
      ],
      "error": null
    }
  ],
  "error": null
}

Response:

If you want to search for a specific value.

...