Github user zhuoliu commented on a diff in the pull request:

    https://github.com/apache/storm/pull/848#discussion_r44055722
  
    --- Diff: docs/documentation/ui-rest-api.md ---
    @@ -172,6 +172,27 @@ Sample response:
     }
     ```
     
    +### /api/v1/history/summary (GET)
    +
    +Returns a list of topology ID submitted by the current user.
    +
    +Response fields:
    +
    +|Field  |Value | Description|
    +|---       |---    |---
    +|topo-history| List| List of Topologies' IDs|
    +
    +Sample response:
    +
    +```json
    +{
    +    "topo-history":[
    +        {"host":"wc6-1-1446571009"},
    --- End diff --
    
    Yes, nice catch. This is legacy code, actually, we only need to return a 
list of topo-id, the key "host" does not make sense (it is just a hard-coded 
string, not real host name). I will fix it.  


---
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.
---

Reply via email to