aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/external-resources/healthcheck/healthcheck
diff options
context:
space:
mode:
authorAvi Ziv <avi.ziv@amdocs.com>2017-07-31 15:50:46 +0300
committerTal Gitelman <tg851x@intl.att.com>2017-08-02 14:24:34 +0000
commitf15292dd1b262f0a4300c3e7a5bdc5430a6f2a63 (patch)
treef2fabed929cd8a34fb41cf645366b92050e252ab /openecomp-ui/external-resources/healthcheck/healthcheck
parente280d7229f42210719b76775cd47bddb675c3c53 (diff)
[SDC] fix health check
Change-Id: Ie82b9d1f6c2c617107114670da24ca7ac873c0cc Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-ui/external-resources/healthcheck/healthcheck')
-rw-r--r--openecomp-ui/external-resources/healthcheck/healthcheck11
1 files changed, 11 insertions, 0 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/healthcheck b/openecomp-ui/external-resources/healthcheck/healthcheck
new file mode 100644
index 0000000000..e17838f246
--- /dev/null
+++ b/openecomp-ui/external-resources/healthcheck/healthcheck
@@ -0,0 +1,11 @@
+{
+ "sdcVersion": "{VERSION}",
+ "componentsInfo": [
+ {
+ "healthCheckComponent": "FE",
+ "healthCheckStatus": "UP",
+ "version": "{VERSION}",
+ "description": "OK"
+ }
+ ]
+}