kvdb
Get the current KVDB compaction status.
get/kvdbs/{alias}/compact
Query parameters
prettyboolean
Pretty print the response body.
Response
OK
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+jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ▲
removed the media type
application/problem+jsonfor the response with the status404response-media-type-removed
- ○
removed the non-success response with the status
400response-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
- ▲