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.
Bucket API Calls
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}/validate
Validate bucket accessibility and connectivity.
Last updated
Was this helpful?