[
https://issues.apache.org/jira/browse/STORM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992075#comment-14992075
]
ASF GitHub Bot commented on STORM-902:
--------------------------------------
Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/848#discussion_r44042484
--- 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 --
I am confused if this is suppose to return a list of TopologyIDs why does
the resposse have a list of map with host name as key?
> Simple Log Search
> -----------------
>
> Key: STORM-902
> URL: https://issues.apache.org/jira/browse/STORM-902
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: Zhuo Liu
> Attachments: search-a-topology.png, search-for-a-single-worker-log.png
>
>
> In many debugging cases it would be nice to be able to do a simple search of
> the logs of a topology directly from the UI.
> This is work that Yahoo has already done, but needs to be put back into open
> source.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)