Class SystemPluginResource

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

@Path("/system/plugins") @Produces("application/json") @RequiresAuthentication public class SystemPluginResource extends RestResource
  • Constructor Details

    • SystemPluginResource

      @Inject public SystemPluginResource(Set<PluginMetaData> pluginMetaDataSet)
  • Method Details