aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis/offeredapis.rst
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2018-09-11 14:41:22 +0200
committerromaingimbert <romain.gimbert@orange.com>2018-09-11 14:41:22 +0200
commit5bfec6934fc307aecadca43e75b3c04d647bf005 (patch)
tree3d9bbc1cd46c586b6a4d1783b2708765b57da206 /docs/offeredapis/offeredapis.rst
parentbf18ae431c5e12fc7c480392d6a4881c080942f9 (diff)
Add API Documentation for Casablanca
-change docs Change-Id: I1ed30a0c329951aa7c20b752ccbcbf07ad640afd Issue-ID: EXTAPI-141 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'docs/offeredapis/offeredapis.rst')
-rwxr-xr-x[-rw-r--r--]docs/offeredapis/offeredapis.rst78
1 files changed, 58 insertions, 20 deletions
diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst
index 3c52aa7..c2d1cdd 100644..100755
--- a/docs/offeredapis/offeredapis.rst
+++ b/docs/offeredapis/offeredapis.rst
@@ -3,8 +3,9 @@
.. Copyright 2018 ORANGE
-Offered APIs
-============
+==================================================
+nbi - northbound interface - External API for ONAP
+==================================================
************
Introduction
************
@@ -12,19 +13,19 @@ 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
***********
API Version
***********
-APIs are described with a state version with “v” following the API Name, e.g.: nbi/api/v1/productOrder.
+APIs are described with a state version with “v” following the API Name, e.g.: 'nbi/api/v1/productOrder'.
The schema associated with a REST API must have its version number aligned with that of the REST API.
The version number has major, minor and revision numbers. E.g. v1.0.0
@@ -40,6 +41,7 @@ For minor modifications of the API, version numbering must not be updated, provi
- 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
For major modifications of the API, not backward compatible and forcing client implementations to be changed, the version number must be updated.
@@ -89,16 +91,16 @@ API at a glance:
Only high level information are provided - swagger is documented.
Only serviceSpecification resource is provided.
-Information are retrieved in SDC (and in Tosca file) - Only GET operation is provided - this API DID NOT UPDATE SDC
+Information are retrieved in SDC (and in TOSCA file) - Only GET operation is provided - this API DID NOT UPDATE SDC
-Only characteristics at service level will be retrieved in ONAP Tosca file. For example if an ONAP service is composed of VNF and the VF module, the serviceSpecification resource will only feature characteristic describe in the ONAP service tosca model and not attributes in the tosca files for VNF or VF module.
+Only characteristics at service level will be retrieved in ONAP TOSCA file. For example if an ONAP service is composed of VNF and the VF module, the serviceSpecification resource will only feature characteristic describe in the ONAP service tosca model and not attributes in the tosca files for VNF or VF module.
Only ‘basic’ service characteristics will be managed in this release. By ‘basic’ we mean string, boolean, integer parameter type and we do not manage ‘map’ or ‘list parameter type
GET serviceSpecification(list)
-(example: GET /nbi/api/v1/serviceSpecification/?category=NetworkService&distributionStatus =DISTRIBUTED)
+(example: GET /nbi/api/v1/serviceSpecification/?category=NetworkService&distributionStatus=DISTRIBUTED)
It is possible to retrieve a list of serviceSpecification (get by list).
@@ -106,7 +108,7 @@ Only attributes category and distributionStatus are available for serviceSpecifi
if no serviceSpecification matches, an empty list is send back.
-GET service Specification (id)
+GET tservice Specification (id)
(example: GET /nbi/api/v1/serviceSpecification/{uuid})
@@ -120,7 +122,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):
@@ -156,7 +158,7 @@ From TMF641 serviceOrder
API at a glance:
Only high level information are provided - swagger is documented.
-It is possible to use POST operation to create new serviceOrder in nbi and triggers service provisioning. GET operation is also available to retrieve one service order by providing id or a list of service order. For this release, only a subset of criteria is available:
+It is possible to use POST operation to create new serviceOrder in NBI and triggers service provisioning. GET operation is also available to retrieve one service order by providing id or a list of service order. For this release, only a subset of criteria is available:
• externalId
• state
@@ -166,29 +168,65 @@ 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 :
• Cloud & tenant information MUST BE defined in the external API property file
-• Management of ONAP customer for add service action:
+• Management of ONAP customer for add service action
+
With the current version of APIs used from SO and AAI we need to manage a ‘customer’. This customer concept is confusing with Customer BSS concept. We took the following rules to manage the ‘customer’ information:
• 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
+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:**
-• 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.
+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
+***************
-********
-API flow
-********
+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>`