aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..3055001
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="ISO-8859-1">
+<title>DMaaP Bus Controller </title>
+</head>
+<body>
+<H1>DCAE DMaaP Bus Controller</H1>
+The full artifact implements an HTTP Server that supports the Bus Controller API.
+The complete implementation is documented in <a href="./doc/index.html">Javadocs.</a>
+
+<H1>DCAE DMaaP Bus Controller API</H1>
+This server provides the following representations of the Bus Controller API:
+<ul>
+<li> description of the API:</li>
+
+<ul>
+<li> presented in the <a href="./swagger/index.html">swagger</a> UI.
+This provides a more dynamic presentation of the API, with ability to "Try it out!" interface.
+Like a game, you may need to experiment with where to click... </li>
+<li> presented in a <a href="./dmaapBC_1_1_4.pdf">hardcopy pdf</a>. This is a Print-to-File output from swagger editor preview pane.</li>
+</ul>
+<li> implementation - this server also is the root URL for a "working" implementation. </li>
+<li> test suite - TBD</li>
+<li> GUI - TBD </li>
+</ul>
+This feature is delivered to GitLab Repo under project <a href="https://23.253.149.175/dcae-platform/org.openecomp.dmaapbc">org.openecomp.dmaapbc</a>
+</body>
+</html>