correct title 99/44299/1
authorRene Robert <rene.robert@orange.com>
Tue, 24 Apr 2018 07:10:10 +0000 (07:10 +0000)
committerRene Robert <rene.robert@orange.com>
Tue, 24 Apr 2018 07:12:00 +0000 (07:12 +0000)
Issue-ID: EXTAPI-74

Change-Id: Ie25b29355a2dc2e7e12a382884645cf6c3c21f03
Signed-off-by: Rene Robert <rene.robert@orange.com>
docs/consumedapis/consumedapis.rst
docs/delivery/delivery.rst

index 8cd885a..66e5885 100644 (file)
@@ -9,11 +9,11 @@ Consumed APIs
 
 NBI application is interacting with 3 ONAP APIs
 
-***************
+*******
 SDC API
-***************
+*******
 
-this API is used to provide Service Catalog information
+This API is used to provide Service Catalog information
 Information are retrieved in SDC (and in Tosca "service template" file) - Only GET operation is provided - this API DID NOT UPDATE SDC
 
     SDC_ROOT_URL = "/sdc/v1/catalog/services/"
@@ -23,11 +23,11 @@ Information are retrieved in SDC (and in Tosca "service template" file) - Only G
     SDC_TOSCA_PATH = "/toscaModel"
 
 
-***************
+*******
 AAI API
-***************
+*******
 
-this API is used to provide Service Inventory information
+This API is used to provide Service Inventory information
 This API retrieves service(s) in the AAI inventory. Only following attributes will be retrieve in service inventory: id, name and type (no state or startDate available )
 
     AAI_GET_TENANTS_PATH = "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/$onap.cloudOwner/$onap.lcpCloudRegionId/tenants"
@@ -44,11 +44,11 @@ This API retrieves service(s) in the AAI inventory. Only following attributes wi
 
 
 
-***************
+******
 SO API
-***************
+******
 
-this API is used to perform Service Order and thus instantiate a service
+This API is used to perform Service Order and thus instantiate a service
 
 
     MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v4"
index ebd9874..0bbc8c5 100644 (file)
@@ -6,8 +6,9 @@
 Delivery
 ========
 
+********************************
 NBI Dockers Containers Structure
-================================
+********************************
 
 Below is a diagram of the ExternalAPI/NBI project docker containers and the connections between them.