From 274e956a4dd167a3a55b1ea747782b7f473ad55d Mon Sep 17 00:00:00 2001 From: smit thakkar Date: Thu, 24 Aug 2017 14:03:52 +0530 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f8020e5..2bdec10 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,8 @@ Fstat tracks the failures from build.gluster.org. ## Consuming fstat data via rest apis +Host: https://fstat.gluster.org + ### ``` /api/failures ``` This endpoint is used to get list of failures with the number of failure instances. The available filters for this endpoint are as follows: From f7aaf29700b79800f5b1e04747c3ddedae45f718 Mon Sep 17 00:00:00 2001 From: smit thakkar Date: Thu, 24 Aug 2017 16:04:02 +0530 Subject: [PATCH 2/2] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2bdec10..06a349b 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ branch| filter for specific branch For Eg: ``` -GET /api/failures?start_date=2017-05-01&end_date=2017-08-01&branch=master +GET https://fstat.gluster.org/api/failures?start_date=2017-05-01&end_date=2017-08-01&branch=master ``` ### ``` /api/failures/ ``` @@ -46,5 +46,5 @@ branch| filter for specific branch For Eg: ``` -GET /api/failures/1?start_date=2017-05-01&end_date=2017-08-01&branch=master +GET https://fstat.gluster.org/api/failures/1?start_date=2017-05-01&end_date=2017-08-01&branch=master ```