diff options
author | Michael Lando <ml636r@att.com> | 2017-07-30 12:34:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-30 12:34:36 +0000 |
commit | 48897753a896a5ffd915ce3cbe2413c981c48c77 (patch) | |
tree | e18030c7f147fe4ef6c1238556f1ef918a680c3c /openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json | |
parent | b5b5f8b39b79aeb4a3905c1e8fa49b5dfc45b670 (diff) | |
parent | e5427f6b874af5feeccae778ae271fc5c33b8410 (diff) |
Merge "[SDC] Add proper FE healthcheck for OnBoard"
Diffstat (limited to 'openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json')
-rw-r--r-- | openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json b/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json new file mode 100644 index 0000000000..e17838f246 --- /dev/null +++ b/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json @@ -0,0 +1,11 @@ +{ + "sdcVersion": "{VERSION}", + "componentsInfo": [ + { + "healthCheckComponent": "FE", + "healthCheckStatus": "UP", + "version": "{VERSION}", + "description": "OK" + } + ] +} |