org.linkedin.glu.agent.rest.resources
[Groovy] Class AgentResource
java.lang.Object
org.restlet.resource.ServerResource
org.linkedin.glu.agent.rest.resources.BaseResource
org.linkedin.glu.agent.rest.resources.AgentResource
class AgentResource
extends BaseResource
Handles resources to the agent directly (like the list of mount points)
- Authors:
- ypujante@linkedin.com
Methods inherited from class BaseResource
|
addResponseHeader, doInit, getAgent, getPath, getRequestArgs, getResourceMountPoint, getResponseHeader, noException, toArgs, toArgs, toRepresentation |
getMountPoints
@Get
Representation getMountPoints()
- return the list of mount points
sync
@Put
Representation sync(Representation representation)
- sync
Groovy Documentation