Add the document file for esr-server. 91/14991/1
authorlizi00164331 <li.zi30@zte.com.cn>
Mon, 25 Sep 2017 09:09:53 +0000 (17:09 +0800)
committerlizi00164331 <li.zi30@zte.com.cn>
Mon, 25 Sep 2017 09:09:53 +0000 (17:09 +0800)
Change-Id: Id2b8f1d87e08fc793459da01ed358a84e59430d9
Issue-ID: AAI-379
Signed-off-by: lizi00164331 <li.zi30@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..f101744
--- /dev/null
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+AAI-esr-server
+------------------------------------------------
+
+ESR provide a way to register external system which not included in ONAP system, mainly inclouded VIM/VNFM/EMS/thirdparty SDNC. esr-server as the backend of exteral system register service mainly include the system register information preprocessing, system available check. 
+
+ESR comprises two modules: the esr server module and the esr gui module. And both esr service and esr gui belongs A&AI.
+
+- AAI
+    - ESR server Module
+    - ESR gui Module
+
+.. toctree::
+   :maxdepth: 1
+   
+   offeredapis.rst
+
+
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst
new file mode 100644 (file)
index 0000000..8f33185
--- /dev/null
@@ -0,0 +1,22 @@
+ESR server Component Offered APIs
+==================================
+The esr server module provides the following APIs.
+
+* VIM register
+* VIM query
+* VIM update
+* VIM Deletion
+* VNFM register
+* VNFM query
+* VNFM update
+* VNFM Deletion
+* EMS register
+* EMS query
+* EMS update
+* EMS Deletion
+* thirdparty SDNC register
+* thirdparty SDNC query
+* thirdparty SDNC update
+* thirdparty SDNC Deletion
+
+