Repository: falcon Updated Branches: refs/heads/master 2132a983a -> 08fbf4f38
FALCON-1532 Incorrect documentation in SLA monitoring. Contributed by Pragya Mittal. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/08fbf4f3 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/08fbf4f3 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/08fbf4f3 Branch: refs/heads/master Commit: 08fbf4f3847b00fc8437475fbc58da26e67715c9 Parents: 2132a98 Author: Ajay Yadava <[email protected]> Authored: Mon Oct 12 19:41:29 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Mon Oct 12 19:41:29 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ docs/src/site/twiki/restapi/FeedSLA.twiki | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/08fbf4f3/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 5ed6446..ff8c40e 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -61,6 +61,8 @@ Trunk (Unreleased) FALCON-1403 Revisit IT cleanup and teardown(Narayan Periwal via Pallavi Rao) BUG FIXES + FALCON-1532 Incorrect documentation in SLA monitoring(Pragya Mittal via Ajay Yadava) + FALCON-1466 Flaky unit tests in Proxy user feature(Sowmya Ramesh) FALCON-1518 Temporarily comment getTotalEnqueueCount in JMSMessageConsumerTest(Peeyush Bishnoi via Sowmya Ramesh) http://git-wip-us.apache.org/repos/asf/falcon/blob/08fbf4f3/docs/src/site/twiki/restapi/FeedSLA.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/restapi/FeedSLA.twiki b/docs/src/site/twiki/restapi/FeedSLA.twiki index 5fd984e..8760976 100644 --- a/docs/src/site/twiki/restapi/FeedSLA.twiki +++ b/docs/src/site/twiki/restapi/FeedSLA.twiki @@ -26,7 +26,7 @@ Pending feed instances which missed SLA. ---++ Examples ---+++ Rest Call <verbatim> -GET http://localhost:15000/api/instance/entities/feed?colo=*&start=2012-04-03T07:00Z +GET http://localhost:15000/api/entities/sla-alert/feed?colo=*&start=2012-04-03T07:00Z </verbatim> ---+++ Result <verbatim>
