@Path(value="actions")
public interface IActionResource
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(io.apiman.manager.api.beans.actions.ActionBean action)
Call this endpoint in order to execute actions for apiman entities such
as Plans, Services, or Applications.
|
@POST
@Consumes(value="application/json")
void performAction(io.apiman.manager.api.beans.actions.ActionBean action)
throws ActionException
action - The details about what action to execute.ActionExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.