v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
statistic

Returns data based upon filtered json

post/statistic/_retentions

Request body

Response

StatisticRetentions

statusstring
totalinteger

Example response

{
  "data": {
    "Results": [
      {
        "Series": [
          {
            "columns": [
              "name",
              "duration",
              "shardGroupDuration",
              "replicaN",
              "default"
            ],
            "values": [
              [
                "autogen",
                "0s",
                "168h0m0s",
                1,
                true
              ]
            ]
          }
        ]
      }
    ]
  },
  "status": "ok",
  "total": 1
}