Class AggregationWidgetExportResource

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

@Path("/views/search/pivot/export") @RequiresAuthentication @Consumes("application/json") public class AggregationWidgetExportResource extends RestResource
  • Constructor Details

    • AggregationWidgetExportResource

      public AggregationWidgetExportResource()
  • Method Details

    • exportData

      @POST @Produces({"text/csv","application/json","application/yaml","application/xml","application/vnd.ms-excel"}) @Path("/{filename}") public jakarta.ws.rs.core.Response exportData(@Valid @Valid PivotResult pivotResult, @HeaderParam("Accept") String mediaType, @PathParam("filename") String filename)