Init the Holmes Rule Management API Doc 27/14227/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 21 Sep 2017 11:57:19 +0000 (19:57 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 21 Sep 2017 11:57:19 +0000 (19:57 +0800)
Change-Id: I18c542edb3bd45a1e7803d2d97bf2671d231e075
Issue-ID: HOLMES-54
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
docs/index.rst [new file with mode: 0644]
docs/offeredapis.rst [new file with mode: 0644]

diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644 (file)
index 0000000..c7887dd
--- /dev/null
@@ -0,0 +1,20 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+Holmes
+------------------------------------------------
+
+Holmes provides alarm correlation and analysis for Telecom cloud infrastructure and services, including hosts, vims, VNFs and NSs. Holmes aims to find the root reason which causes the failure or degradation of services by digging into the ocean of events collected from different levels of the Telecom cloud.
+
+Holmes comprises three modules: the rule management module, the engine management module and the data source adapter.
+
+- Holmes
+    - Rule Management Module
+    - Engine Management Module
+    - Data Source Adapter
+
+.. toctree::
+   :maxdepth: 1
+   
+   offeredapis.rst
+
+
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst
new file mode 100644 (file)
index 0000000..ab7bb12
--- /dev/null
@@ -0,0 +1,10 @@
+DCAEGEN2 Components Offered APIs
+==================================
+The rule management module provides the following APIs.
+
+* Rule Creation
+* Rule Update
+* Rule Query
+* Rule Deletion
+
+.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=rulemgt/src/main/resources/swagger.json
\ No newline at end of file