summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json
diff options
context:
space:
mode:
authorAvi Ziv <avi.ziv@amdocs.com>2017-07-30 12:30:00 +0300
committerAvi Ziv <avi.ziv@amdocs.com>2017-07-30 12:30:00 +0300
commite5427f6b874af5feeccae778ae271fc5c33b8410 (patch)
tree9c092b7637b6925f70d4787d33ffd9bd6315487f /openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json
parent094b3a2d8a772bb0a7e13039f8045b54e33e3c8d (diff)
[SDC] Add proper FE healthcheck for OnBoard
Change-Id: I982f6c81be9176ef6c5fac32e77d866e31f1840f Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json')
-rw-r--r--openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json11
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"
+ }
+ ]
+}