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
}

Changes

Changed in 2 of the 8 revisions of this API.13

    • added the media type application/problem+json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • removed the media type application/problem+json for the response with the status 404

      response-media-type-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

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