From a71bbc6851e70b2db8960e7091abda3ecc55ad31 Mon Sep 17 00:00:00 2001 From: HariharanAnantharaman Date: Thu, 27 May 2021 12:28:12 +0530 Subject: [PATCH] Added stats call --- .../cloudendpoints/techowater_api_gateway-01.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devops/cloudendpoints/techowater_api_gateway-01.yaml b/devops/cloudendpoints/techowater_api_gateway-01.yaml index f292494..f217492 100644 --- a/devops/cloudendpoints/techowater_api_gateway-01.yaml +++ b/devops/cloudendpoints/techowater_api_gateway-01.yaml @@ -303,6 +303,20 @@ schema: type: string + /supply/stats : + get: + summary: Supply-Stats + operationId: Supply Stats For Meter Data + x-google-backend: + address: http://34.72.73.97:8098 + path_translation: APPEND_PATH_TO_ADDRESS + protocol: http/1.1 + responses: + '200': + description: A successful response + schema: + type: string + #######Techowater-Dashboard-Ui#####