DURACLOUD-1150: Add REST API endpoints for total count, size and files in snapshots #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
*This PR adds new REST API endpoints for 1) total snapshots counts, 2) total snapshots sizes in bytes, and 3) total snapshot files based on a given search criteria. The search criteria are host, storeId, or status.
JIRA Ticket: https://duracloud.atlassian.net/browse/DURACLOUD-1150
How should this be tested?
Additional Notes:
As mentioned in the test instructions this PR depends on another PR in the DuraCloud repository that contains the Bridge result classes for these new endpoints.
Interested parties
@duracloud/committers