Bucket

This file outlines the Flashback API's bucket management features, including creating storage buckets, listing them, and retrieving usage stats. It supports AWS, GCS, Azure, and S3/GCS-compatible providers. All bucket operations now support workspace-based access control through the workspaceId parameter.

To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth.

Bucket API Calls

Method
API Reference
Description

GET/bucket

List all buckets belonging to the authenticated user's organization.

GET/bucket/available

List available buckets that can be used for new repositories.

GET/bucket/stats

Retrieve usage and performance statistics for one or more storage buckets.

GET/bucket/{id}/status

Get status and node information for a specific bucket.

POST/bucket

Create a new storage bucket with credentials for AWS, GCS, Azure, or S3/GCS-compatible services.

POST/bucket/{id}/stats

Get daily statistics for a specific bucket.

POST/bucket/{id}/validate

Validate bucket accessibility and connectivity.

PUT/bucket/{id}

Update an existing bucket's configuration.

DELETE/bucket/{id}

Delete a bucket (soft delete).

Last updated

Was this helpful?