aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/routes.conf7
-rw-r--r--src/main/resources/templates/hello.html4
2 files changed, 7 insertions, 4 deletions
diff --git a/src/main/resources/routes.conf b/src/main/resources/routes.conf
index 5c2cadb..87c6edc 100644
--- a/src/main/resources/routes.conf
+++ b/src/main/resources/routes.conf
@@ -4,10 +4,13 @@ package org.openecomp.dcae.restapi.endpoints
# We need to deprecate the original non-versioned paths and use /v1/ for them.
# Non-versioned paths will be supported "permanently."
#
-
#
# post events
#
+POST /eventListener/v5 EventReceipt.receiveSingleEvent
+POST /eventListener/v5/eventBatch EventReceipt.receiveMultipleEvents
+POST /eventListener/v4 EventReceipt.receiveSingleEvent
+POST /eventListener/v4/eventBatch EventReceipt.receiveMultipleEvents
POST /eventListener/v3 EventReceipt.receiveSingleEvent
POST /eventListener/v3/eventBatch EventReceipt.receiveMultipleEvents
POST /eventListener/v1.1 EventReceipt.receiveSingleEvent
@@ -27,7 +30,7 @@ POST /eventListener/v1/eventBatch EventReceipt.receiveMultipleEvents
# UI
#
GET / Ui.hello
-
+GET /healthcheck Ui.hello
# typical static file paths
GET /css/ staticDir:css
diff --git a/src/main/resources/templates/hello.html b/src/main/resources/templates/hello.html
index 3c2b806..84a5ba9 100644
--- a/src/main/resources/templates/hello.html
+++ b/src/main/resources/templates/hello.html
@@ -21,7 +21,7 @@
#set($tab="")
#parse("header.html")
- <h1>RESTful Collector API</h1>
- <p>This is a RESTful Collector API server.</p>
+ <h1>VES Collector API</h1>
+ <p>This is a VES Collector API server.</p>
#parse("footer.html")