v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
statistic

Returns data based upon filtered json

post/statistic/data

Request body

Response

StatisticDb

statusstring
totalinteger

Example response

{
  "data": {
    "Results": [
      {
        "Series": [
          {
            "columns": [
              "name"
            ],
            "name": "databases",
            "values": [
              [
                "telegraf"
              ],
              [
                "_internal"
              ],
              [
                "homer"
              ]
            ]
          }
        ]
      }
    ]
  },
  "status": "ok",
  "total": 1
}