GitHub user harshach opened a pull request:
https://github.com/apache/incubator-storm/pull/101
STORM-205. Add REST API to Storm UI.
1) removed html rendering from core.clj
2) added RESTful apis to core.clj
3) moved html rendering to jquery & mustache on top of newly added restful
apis
4) added api
1) /api/cluster/configuration
2) /api/cluster/summary
3) /api/supervisor/summary
4) /api/topology/summary
5) /api/topology/:id
6) /api/topology/:id/component/:component
7) /api/topology/:id/activate (POST)
8) /api/topology/:id/deactivate (POST)
9) /api/topology/:id/rebalance/:wait-time (POST)
10) /api/topology/:id/kill/:wait-time (POST)
all of the above methods returns json response.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/harshach/incubator-storm ui-rest-new
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/101.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #101
----
commit a06fc90e5ddb15a62c5e8214c94f0d59333fecc7
Author: Sriharsha Chintalapani <[email protected]>
Date: 2014-05-04T03:31:31Z
STORM-205. Add REST API to Storm UI.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---