@Path(value="/siddhi") @Generated(value="io.swagger.codegen.languages.JavaMSF4JServerCodegen", date="2017-03-15T08:56:59.657Z") public class SiddhiApi extends Object
Constructor and Description |
---|
SiddhiApi() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
siddhiArtifactDeployPost(String body) |
javax.ws.rs.core.Response |
siddhiArtifactUndeploySiddhiAppGet(String siddhiApp) |
@POST @Path(value="/artifact/deploy") @Consumes(value="text/plain") @Produces(value="application/json") public javax.ws.rs.core.Response siddhiArtifactDeployPost(String body) throws NotFoundException
NotFoundException
@GET @Path(value="/artifact/undeploy/{siddhiApp}") @Produces(value="application/json") public javax.ws.rs.core.Response siddhiArtifactUndeploySiddhiAppGet(@PathParam(value="siddhiApp") String siddhiApp) throws NotFoundException
NotFoundException
Copyright © 2017 WSO2. All rights reserved.