diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-30 16:06:36 +0300 |
---|---|---|
committer | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-30 16:06:36 +0300 |
commit | 1122d95938f8425bf715d2c3c1c891707d112cb8 (patch) | |
tree | 56e0cf0ea6bf14cdc8cefbbbd2f6ba847fa3d0c9 /openecomp-ui/external-resources/healthcheck/healthcheck.json | |
parent | 341f43af540a4c0390083913172fc9dbf12ce0c3 (diff) |
[SDC] Add proper FE healthcheck for OnBoard
Change-Id: If63a207fb286470028bbf0ac4c5be31cc8518e3c
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-ui/external-resources/healthcheck/healthcheck.json')
-rw-r--r-- | openecomp-ui/external-resources/healthcheck/healthcheck.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/healthcheck.json b/openecomp-ui/external-resources/healthcheck/healthcheck.json new file mode 100644 index 0000000000..e17838f246 --- /dev/null +++ b/openecomp-ui/external-resources/healthcheck/healthcheck.json @@ -0,0 +1,11 @@ +{ + "sdcVersion": "{VERSION}", + "componentsInfo": [ + { + "healthCheckComponent": "FE", + "healthCheckStatus": "UP", + "version": "{VERSION}", + "description": "OK" + } + ] +} |