Class DocumentationResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.shared.rest.resources.documentation.DocumentationResource

@Path("/api-docs") public class DocumentationResource extends RestResource
  • Constructor Details

  • Method Details

    • overview

      @GET @Timed @Produces("application/json") public javax.ws.rs.core.Response overview()
    • globalOverview

      @GET @Timed @Produces("application/json") @Path("/global") public javax.ws.rs.core.Response globalOverview()
    • route

      @GET @Timed @Produces("application/json") @Path("/{route: .+}") public javax.ws.rs.core.Response route(@PathParam("route") String route, @Context javax.ws.rs.core.HttpHeaders httpHeaders)