Class SystemShutdownResource

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

@RequiresAuthentication @Path("/system/shutdown") @Produces("application/json") @Deprecated public class SystemShutdownResource extends RestResource
Deprecated.
shutting down the node using an API request is discouraged in favor of using a service manager to control the server process.
  • Constructor Details

  • Method Details

    • shutdown

      @POST @Timed @Path("/shutdown") @Deprecated public javax.ws.rs.core.Response shutdown()
      Deprecated.