Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Sep 18, 2019
1 parent aebf3d3 commit 91785bf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions rfcs/text/0000-dss-bundle-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ emphasizing consistency and scalability.

## Detailed Design

A new bundle enumeration endpoint, `GET /bundles`, will be introduced, taking replica and prefix parameters. A listing
all all bundles having UUIDs beginning with `prefix` will be returned directly from object storage. The prefix
A new bundle enumeration endpoint, `GET /bundles/all`, will be introduced, taking replica and uuid prefix parameters. A
listing of all bundles having UUIDs beginning with `prefix` will be returned directly from object storage. The prefix
parameter is intended to facilitate parallelized listings. Pagination semantics and all other semantics of this route
will be in line with the established conventions of the DSS API.

**Path**:`GET /bundles/all`
| Parameter | Description |
|-----------|------------|
|replica|Replica to fetch from.|
|version|Timestamp of bundle creation in DSS_VERSION format.|
|reason| the reason for the deletion.|
|details| User-friendly reason for the bundle or timestamp-specfic bundle deletion.|
|Confirmation Code| A code used to confirm a deletion operation.|

### Unresolved Questions

0 comments on commit 91785bf

Please sign in to comment.