v1

latestOpenAPI 3.0.3Apache-2.02026-07-1734686.7 KB
kvdb

Get the current KVDB compaction status.

get/kvdbs/{alias}/compact

Query parameters

prettyboolean

Pretty print the response body.

Response

OK

samp_lwm_pctinteger
samp_hwm_pctinteger
samp_curr_pctinteger
activeboolean
canceledboolean

Example response

{
  "samp_lwm_pct": 33,
  "samp_hwm_pct": 66,
  "samp_curr_pct": 50,
  "active": true
}