From f8da829808161871d1f85f879e09bce31f36aac2 Mon Sep 17 00:00:00 2001 From: LiZi Date: Mon, 9 Apr 2018 21:20:46 -0400 Subject: [PATCH] Fix the typos in esr-server Change-Id: I5f27f955e89ec4417b46c0042bb6843985864bfe Issue-ID: DOC-258 Signed-off-by: LiZi --- docs/index.rst | 2 +- docs/offeredapis.rst | 22 ++++++++++++++++++++++ docs/platform/consumedapis.rst | 2 +- docs/platform/installation.rst | 2 +- docs/release-notes/bug-fixes.rst | 2 +- docs/release-notes/new-features.rst | 4 ++-- 6 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 docs/offeredapis.rst diff --git a/docs/index.rst b/docs/index.rst index 2e9d3a8..6b68c45 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ 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 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 external 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. diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst new file mode 100644 index 0000000..8f33185 --- /dev/null +++ b/docs/offeredapis.rst @@ -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 + + diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst index 2a8ce7c..9d64a9b 100644 --- a/docs/platform/consumedapis.rst +++ b/docs/platform/consumedapis.rst @@ -56,7 +56,7 @@ More details could be found at `A&AI APIs