Class SystemFieldsResource

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

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

  • Method Details

    • fields

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