aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/offeredapis/index.rst')
-rwxr-xr-x[-rw-r--r--]docs/offeredapis/index.rst56
1 files changed, 45 insertions, 11 deletions
diff --git a/docs/offeredapis/index.rst b/docs/offeredapis/index.rst
index 248029e..0146813 100644..100755
--- a/docs/offeredapis/index.rst
+++ b/docs/offeredapis/index.rst
@@ -13,12 +13,12 @@ Introduction
NBI stands for NorthBound Interface. It brings to ONAP a set of API that can be used by external systems as BSS for example. These API are based on **TMF API**.
*******************************************
-Global NBI architecture for Beijing release
+Global NBI architecture for Casablanca release
*******************************************
Following illustration provides a global view about nbi architecture,integration with other ONAP components and API resource/operation provided.
-.. image:: images/ONAP_External_ID_Beijing.jpg
+.. image:: images/ONAP_External_ID_Casablanca.jpg
:width: 800px
***********
@@ -40,9 +40,7 @@ For minor modifications of the API, version numbering must not be updated, provi
- New attributes defined in an element must be optional (absence of use=”required”).
- If new enumerated values are included, the former ones and its meaning must be kept.
- If new operations are added, the existing operations must be kept
-- New parameters added to existing operations must be optional and existing parameters
-
-must be kept
+- New parameters added to existing operations must be optional and existing parameters must be kept
For major modifications of the API, not backward compatible and forcing client implementations to be changed, the version number must be updated.
@@ -122,7 +120,7 @@ From TMF638 serviceInventory
API at a glance:
Only high level information are provided - swagger is documented.
-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 )
+This API retrieves service(s) in the AAI inventory. Only following attributes will be retrieve in service inventory: id, name, state and type.
GET Service Inventory (list):
@@ -168,9 +166,11 @@ It is possible to use POST operation to create new serviceOrder in NBI and trigg
• fields – attribute used to filter retrieved attributes (if needed) and also for sorted SO
• offset and limit are used for pagination purpose
+ServiceOrder will manage following actioItem action:
-
-ServiceOrder will manage only ‘add’ and ‘delete’ operation (no change).
+• add - a new service will be created
+• delete - an existing service will be deleted
+• change - an existing service will be deleted and then created with new attribute value
prerequisites & assumptions :
@@ -182,15 +182,49 @@ With the current version of APIs used from SO and AAI we need to manage a ‘cus
• It could be provided through a serviceOrder in the service Order a relatedParty with role ‘ONAPcustomer’ should be provided in the serviceOrder header (we will not consider in this release the party at item level); External API component will check if this customer exists and create it in AAI if not.
• If no relatedParty are provided the service will be affected to ‘generic’ customer (dummy customer) – we assume this ‘generic’ customer always exists.
• Additionally nbi will create in AAI the service-type if it did not exists for the customer
-• Integration is done at service-level: nbi will trigger only SO request at serviceInstance level --> ONAP prerequisite: SO must be able to find a BPMN to process service fulfillment (integrate vnf, vnf activation in SDNC, VF module
-• State management: States are only managed by ServiceOrder component and could not be updated from north side via API. Accordingly to service order item fulfillment progress, order item state are updated. Order state is automatically updated based on item state.
+
+ServiceOrder management in NBI will support 2 modes:
+
+• E2E integration - NBI call SO API to perform an End-To-end integration
+• Service-level only integration - nbi will trigger only SO request at serviceInstance level --> ONAPSO prerequisite: SO must be able to find a BPMN to process service fulfillment (integrate vnf, vnf activation in SDNC, VF module
+
+The choice of the mode is done in NBI depending on information retrieved in SDC. If the serviceSpecification is within a Category “E2E Service” , NBI will use E2E SO API, if not only API at service instance level will be used.
+
+There is no difference or specific expectation in the service order API used by NBI user.
+
+ServiceOrder tracking
+
+State management: States are only managed by ServiceOrder component and could not be updated from north side via API.
+Accordingly to service order item fulfillment progress, order item state are updated. Order state is automatically updated based on item state.
+Additionnally to this state, NBI provided a completion percent progress to have detailled information about order progress.
+Order Message are retrieved in the GET serviceOrder to provide NBI used addtionnal information about serviceOrder management.
+
+**Notification:**
+
+It is possible for an external system to subscribe to service order notifications. 3 events are managed:
+
+• A new service order is created in NBI
+• A service order state changes.
+• A service order item state changes
+
+These 3 events have distinct notification allowing any system to subscribe to one, two or all notification types.
+
+The implementation will be split in 2 components:
+
+• A HUB resource must be managed within the NBI/serviceOrder API. This HUB resource allows system to subscribe to NBI notification
+• An Event API must be available at listener side in order to be able to receive Listener (when event occurs). NBI will be upgraded to use this API as client – NBI will shoot POST listener/
+
+Following diagram illustrate an illustrative notification flow:
+
+.. image:: images/notification.jpg
+ :width: 800px
***************
Developer Guide
***************
-Technical information about NBI (dependancies, configuration, running & testing) could be found here: :doc:`NBI_R1_Developer_Guide <../architecture/NBI_R1_Developer_Guide>`
+Technical information about NBI (dependancies, configuration, running & testing) could be found here: :doc:`NBI_Developer_Guide <../architecture/NBI_Developer_Guide>`
API Flow illustration (with example messages) is described in this document: :download:`nbicallflow.pdf <pdf/nbicallflow.pdf>`