Interface CreateCollectionBackupApi
-
@Path("/collections/{collectionName}/backups/{backupName}/versions") public interface CreateCollectionBackupApi
V2 API definition for creating a new "backup" of a specified collectionThis API is analogous to the v1 /admin/collections?action=BACKUP command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
createCollectionBackup(String collectionName, String backupName, CreateCollectionBackupRequestBody requestBody)
-
-
-
Method Detail
-
createCollectionBackup
@POST SolrJerseyResponse createCollectionBackup(@PathParam("collectionName") String collectionName, @PathParam("backupName") String backupName, CreateCollectionBackupRequestBody requestBody) throws Exception
- Throws:
Exception
-
-