Interface CollectionBackupApi.Create
-
- Enclosing interface:
- CollectionBackupApi
@Path("/collections/{collectionName}/backups/{backupName}/versions") public static interface CollectionBackupApi.Create
-
-
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
-
-