From a2a1997c4976499912dae2aadef52a73c764840b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 19 Dec 2017 13:13:36 -0500 Subject: Enhance health check In HA environment, different types of health check are needed for load balancers (which care about state of each node in cluster) vs external applications (which case about state of entire cluster). So, separate APIs are needed for these 2 types of needs. Change-Id: I99cd21cef7a7e2b4b8c96c1f22c0d6210bb91e96 Issue-ID: CCSDK-157 Signed-off-by: Dan Timoney --- sliapi/model/src/main/yang/sliapi.yang | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sliapi/model') diff --git a/sliapi/model/src/main/yang/sliapi.yang b/sliapi/model/src/main/yang/sliapi.yang index 8deb8a10..f0e79c06 100755 --- a/sliapi/model/src/main/yang/sliapi.yang +++ b/sliapi/model/src/main/yang/sliapi.yang @@ -108,4 +108,10 @@ module SLI-API { } } + rpc vlbcheck { + output { + uses response-fields; + } + } + } -- cgit 1.2.3-korg