Interface ListCollectionBackupsApi
-
@Path("/backups/{backupName}/versions") public interface ListCollectionBackupsApi
V2 API definitions for collection-backup "listing".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollectionBackupsResponse
listBackupsAtLocation(String backupName, String location, String repositoryName)
-
-
-
Method Detail
-
listBackupsAtLocation
@GET ListCollectionBackupsResponse listBackupsAtLocation(@PathParam("backupName") String backupName, @QueryParam("location") String location, @QueryParam("repository") String repositoryName) throws IOException
- Throws:
IOException
-
-