Interface DeleteCollectionSnapshotApi


  • public interface DeleteCollectionSnapshotApi
    • Method Detail

      • deleteSnapshot

        @DELETE
        @Path("/collections/{collName}/snapshots/{snapshotName}")
        DeleteCollectionSnapshotResponse deleteSnapshot​(@PathParam("collName")
                                                        String collName,
                                                        @PathParam("snapshotName")
                                                        String snapshotName,
                                                        @DefaultValue("false") @QueryParam("followAliases")
                                                        boolean followAliases,
                                                        @QueryParam("async")
                                                        String asyncId)
                                                 throws Exception
        This API is analogous to V1's (POST /solr/admin/collections?action=DELETESNAPSHOT)
        Throws:
        Exception