diff options
author | Michael Lando <ml636r@att.com> | 2017-07-30 14:11:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-30 14:11:57 +0000 |
commit | 70d01e39a339ca0e68ec3a9626267314ebda5637 (patch) | |
tree | f402b84d6abbe38c1070aea13af98069629cd925 /openecomp-ui/external-resources/healthcheck/healthcheck.json | |
parent | df8fc9a4524687dd365b3aa2814295a5edf1cce1 (diff) | |
parent | 1122d95938f8425bf715d2c3c1c891707d112cb8 (diff) |
Merge "[SDC] Add proper FE healthcheck for OnBoard"
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" + } + ] +} |