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