Class ExportJobsResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog.plugins.views.search.rest.ExportJobsResource

@Path("/views/export") @RequiresAuthentication public class ExportJobsResource extends RestResource
  • Constructor Details

  • Method Details

    • create

      @POST public String create(@Valid @Valid MessagesRequest rawrequest)
    • createForSearch

      @POST @Path("{searchId}") public String createForSearch(@PathParam("searchId") String searchId, @Valid @Valid ResultFormat formatFromClient)
    • createForSearchType

      @POST @Path("{searchId}/{searchTypeId}") public String createForSearchType(@PathParam("searchId") String searchId, @PathParam("searchTypeId") String searchTypeId, @Valid @Valid ResultFormat formatFromClient)