Class SystemFieldsResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.rest.resources.system.SystemFieldsResource

@Path("/system/fields") public class SystemFieldsResource extends RestResource
  • Constructor Details

  • Method Details

    • fields

      @GET @Timed @Produces("application/json") public Map<String,Set<String>> fields(@QueryParam("limit") int limit)