Repository

This file outlines the Flashback API's repository management features, including creating, updating, listing, and monitoring repositories that group multiple storage buckets. Repositories can operate in MIRROR or BACKUP mode and support cloud providers like AWS, GCS, Azure, and S3/GCS-compatible services.

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

Repository API Calls

Method
API Reference
Description

GET/repo

Retrieve all repositories for the authenticated user's organization.

GET/repo/stats

Fetch usage and performance statistics for one or more repositories.

POST/repo

Create a new storage repository linking multiple buckets in MIRROR or BACKUP mode.

PUT /repo/{repoId}

Update an existing repository’s configuration including its bucket layout.

Last updated

Was this helpful?