diff options
-rw-r--r-- | docs/consumedapis/consumedapis.rst | 18 | ||||
-rw-r--r-- | docs/delivery/delivery.rst | 3 |
2 files changed, 11 insertions, 10 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" diff --git a/docs/delivery/delivery.rst b/docs/delivery/delivery.rst index ebd9874..0bbc8c5 100644 --- a/docs/delivery/delivery.rst +++ b/docs/delivery/delivery.rst @@ -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. |