@Path(value="/routers/{routerId}/updaters")
@Produces(value="application/json")
public class UpdaterStatusResource
extends Object
| Constructor and Description |
|---|
UpdaterStatusResource(OTPServer otpServer,
String routerId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getUpdaters()
Return a list of all agencies in the graph.
|
javax.ws.rs.core.Response |
getUpdaters(int updaterId)
Return status for a specific updater.
|
Copyright © 2018. All rights reserved.