statistic
Returns data based upon filtered json
post/statistic/_retentions
Request body
Response
StatisticRetentions
Example response
{
"data": {
"Results": [
{
"Series": [
{
"columns": [
"name",
"duration",
"shardGroupDuration",
"replicaN",
"default"
],
"values": [
[
"autogen",
"0s",
"168h0m0s",
1,
true
]
]
}
]
}
]
},
"status": "ok",
"total": 1
}