diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-11-07 21:40:02 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-11-07 21:44:17 +0000 |
commit | 2b12a50ad2a7c867a74f45935a7607c65a530dc4 (patch) | |
tree | 9091ccb66478f26fb95a4bab214ca7f3dc3d6cc5 | |
parent | 11481f6d324fef5bbd888a310edf079c77a9c2c5 (diff) |
Correct a reference to VID and add modeling
Change-Id: Idf592bb6c287131aae7bea03f19c3cb15784e818
ISSUE-ID: DOC-152
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 277dd1574..5a72e88c4 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -4,12 +4,12 @@ .. _doc-apiref: -API Reference -============= +REST API Reference +================== .. note:: Some high level groupings are introduced below with references to - API offered by the various components. + REST API offered by the various components. User Interfaces --------------- @@ -20,7 +20,7 @@ User Interfaces CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/index.rst> SDC - Service Design and Creation <../../../submodules/sdc.git/docs/offeredapis.rst> - VID - Virtual Infrastructure Deployment <../../../submodules/vid.git/docs/Virtual Function Controller.rst> + VID - Virtual Infrastructure Deployment <../../../submodules/vid.git/docs/docs-offeredapis.rst> Platform Components ------------------- @@ -47,5 +47,6 @@ Common Services AAF - Application Authorization Framework <../../../submodules/aaf/authz.git/docs/AAF-API-Documentation/AAF-API-Documentation.rst> AAI - Active and Available Inventory <../../../submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_AMSTERDAM.rst> DMaaP - Message Router <../../../submodules/dmaap/messagerouter/messageservice.git/docs/message-router/message-router.rst> + Modeling Parsers <../../../submodules/modeling/toscaparsers.git/docs/offeredapis.rst> MSB - Microservices Bus <../../../submodules/msb/apigateway.git/docs/platform/offeredapis.rst> Multi VIM/Cloud <../../../submodules/multicloud/framework.git/docs/MultiCloud-API-Specification-V1.rst> |