aboutsummaryrefslogtreecommitdiffstats
path: root/docs/consumedapis/consumedapis.rst
diff options
context:
space:
mode:
authorRene Robert <rene.robert@orange.com>2018-04-24 07:10:10 +0000
committerRene Robert <rene.robert@orange.com>2018-04-24 07:12:00 +0000
commitace06bb0c86ea0a26cd098f1c04bd1b5d1a1f746 (patch)
treeaace32f91ef0098867d9b478e76585e8938d1913 /docs/consumedapis/consumedapis.rst
parent798e4b41b1a10368c4ed43259c9dfa5a03681d81 (diff)
correct title
Issue-ID: EXTAPI-74 Change-Id: Ie25b29355a2dc2e7e12a382884645cf6c3c21f03 Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs/consumedapis/consumedapis.rst')
-rw-r--r--docs/consumedapis/consumedapis.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst
index 8cd885a..66e5885 100644
--- a/docs/consumedapis/consumedapis.rst
+++ b/docs/consumedapis/consumedapis.rst
@@ -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"