Skip to content

Commit

Permalink
PMM-12913 refactor /v1/dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Apr 8, 2024
1 parent 4f0edeb commit ea4665a
Show file tree
Hide file tree
Showing 23 changed files with 704 additions and 654 deletions.
12 changes: 6 additions & 6 deletions api/MIGRATION_TO_V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ POST /v1/backup/Locations/TestConfig POST /v1/backups/locations:t
POST /v1/backup/RestoreHistory/List GET /v1/backups/restores ✅
POST /v1/backup/Backups/Restore POST /v1/backups/restores:start

**DumpsService** **DumpService** TODO: rename to singular
POST /v1/dump/List GET /v1/dumps
POST /v1/dump/Delete POST /v1/dumps:batchDelete accepts an array in body
POST /v1/dump/GetLogs GET /v1/dumps/{id}/logs ?offset=10,limit=100
POST /v1/dump/Start POST /v1/dumps:start
POST /v1/dump/Upload POST /v1/dumps:upload
**DumpsService** **DumpService** NOTE: renamed to DumpService
POST /v1/dump/List GET /v1/dumps
POST /v1/dump/Delete POST /v1/dumps:batchDelete accepts an array in body
POST /v1/dump/GetLogs GET /v1/dumps/{dump_id}/logs ?offset=0&limit=100
POST /v1/dump/Start POST /v1/dumps:start
POST /v1/dump/Upload POST /v1/dumps:upload

**RoleService** **AccessControlService** TODO: rename to AccessControlService
POST /v1/role/Assign POST /v1/accesscontrol/roles:assign
Expand Down
123 changes: 71 additions & 52 deletions api/dump/v1/dump.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea4665a

Please sign in to comment.