KV Buckets
Create a new KV bucket
Creates a new key-value bucket with optional indexing configuration
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Name of the bucket to create
Whether to enable compression
Description of the bucket
Number of historical versions to keep
Required range:
x >= 1Maximum size of the bucket in bytes
Required range:
x >= 1Maximum size of individual values in bytes
Required range:
x >= 1Number of replicas
Required range:
x >= 1Available options:
file, memory Response
Bad Request
Example:
"success"