statistic

Returns data based upon filtered json

post/statistic/_metrics

Request body

Response

StatisticDb

statusstring
totalinteger

Example response

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

Changes

Changed in 11 of the 16 revisions of this API.112

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • the security scope [] was added to the endpoint's security scheme bearer

      api-security-scope-added

    • endpoint added

      endpoint-added