Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
bucket
string
required

Name of the bucket to create

compression
boolean
default:false

Whether to enable compression

description
string

Description of the bucket

history
integer
default:1

Number of historical versions to keep

Required range: x >= 1
indexing
object
max_bytes
integer<int64>

Maximum size of the bucket in bytes

Required range: x >= 1
max_value_size
integer<int32>

Maximum size of individual values in bytes

Required range: x >= 1
replicas
integer
default:1

Number of replicas

Required range: x >= 1
storage
enum<string>
Available options:
file,
memory

Response

Bad Request

message
string
Example:

"success"