kvdb

Get information about a media class.

get/kvdbs/{alias}/mclass/{mclass}

Query parameters

prettyboolean

Pretty print the response body.

Response

OK

allocated_bytesinteger
used_bytesinteger
pathstring

Example response

{
  "allocated_bytes": 320000,
  "used_bytes": 167983,
  "path": "/var/lib/hse/kvdb0/capacity"
}

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