diff options
author | Rene Robert <rene.robert@orange.com> | 2018-04-23 14:15:02 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-04-23 14:15:02 +0000 |
commit | f7e11655a83b6d6c79355e52960e9c8903ff565c (patch) | |
tree | c2d9036fb4bebce9da800939c2bb1159fc008052 /docs/architecture/architecture.rst | |
parent | 75bb5d29fb3d083b7f6df56a6953da55647de0ca (diff) |
add info in doc
Issue-ID: EXTAPI-74
Change-Id: Iebea5ef0fa56ae0c9c11babdc108acc9b3ee0e40
Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs/architecture/architecture.rst')
-rw-r--r-- | docs/architecture/architecture.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst new file mode 100644 index 0000000..b777f0f --- /dev/null +++ b/docs/architecture/architecture.rst @@ -0,0 +1,34 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Architecture +============ + +*************** +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 +*************** + +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 + :width: 800px + + +*************** +Developer Guide +*************** + +Technical information about NBI (dependancies, configuration, running & testing) could be found here: :doc:`NBI_R1_Developer_Guide <../NBI_R1_Developer_Guide>` + +API Flow illustration (with example messages) is described in this document: :download:`nbicallflow.pdf <pdf/nbicallflow.pdf>` + |