Comment on page
Bucket API
HTTP methods to manage buckets with data
The Bucket API allows users to create, modify, and delete buckets.
Before starting to record data, a user must first create a bucket and specify settings such as:
- Maximum block size
- Maximum number of records
- Quota type
- Quota size
get
/api/v1/b/:bucket_name
Get information about a bucket
head
/api/v1/b/:bucket_name
Check if a bucket exists
post
/api/v1/b/:bucket_name
Create a new bucket
put
/api/v1/b/:bucket_name
Change settings of a bucket
delete
/api/v1/b/:bucket_name
Remove a bucket
Last modified 1mo ago