@Path(value="scheduler")
public interface SchedulerResource
Modifier and Type | Method and Description |
---|---|
SchedulerStatusResponse |
resume()
Resume the scheduler
|
SchedulerStatusResponse |
status()
Get the scheduler status
|
SchedulerStatusResponse |
suspend(SuspendRequest request)
Suspend the scheduler
|
@GET @Path(value="/status") SchedulerStatusResponse status() throws Exception
Exception
@PUT @Path(value="/suspend") SchedulerStatusResponse suspend(SuspendRequest request) throws Exception
request
- suspend requestNodeException
Exception
@PUT @Path(value="/resume") SchedulerStatusResponse resume() throws Exception
Exception
Copyright © 2019 Gentics Software. All rights reserved.