[ 
https://issues.apache.org/jira/browse/STORM-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13988904#comment-13988904
 ] 

ASF GitHub Bot commented on STORM-205:
--------------------------------------

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.

----


> Add REST API to Storm UI
> ------------------------
>
>                 Key: STORM-205
>                 URL: https://issues.apache.org/jira/browse/STORM-205
>             Project: Apache Storm (Incubating)
>          Issue Type: New Feature
>            Reporter: P. Taylor Goetz
>
> It would be helpful to have a RESTful API to expose the metrics currently 
> available in Storm UI.
> This would allow integration with 3rd-party monitoring and visualization 
> services.
> The REST services could either be implemented within the Storm UI service, or 
> as a separate Storm daemon.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to