diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2019-07-16 18:44:23 +0200 |
---|---|---|
committer | andreasgeissler <andreas-geissler@telekom.de> | 2019-07-16 18:48:20 +0200 |
commit | 7789a22fff5a82688c96813bbcd0238bcd141f52 (patch) | |
tree | 54c7ce70adcfd449d61fb03779f721abadf40ec5 /docs/guides/onap-user/instantiate/instantiation/nbi | |
parent | 4c9975b09e187619ea3aa2c09c097ab5b55a2356 (diff) |
Updated late coming comments to Patch 91089 and added links
Issue-ID: DOC-500
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: Ia97f22b9b6cfe77be18b5252789e429af02e8f79
Diffstat (limited to 'docs/guides/onap-user/instantiate/instantiation/nbi')
-rw-r--r-- | docs/guides/onap-user/instantiate/instantiation/nbi/index.rst | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/nbi/index.rst b/docs/guides/onap-user/instantiate/instantiation/nbi/index.rst index 696232517..96bbc3a8d 100644 --- a/docs/guides/onap-user/instantiate/instantiation/nbi/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/nbi/index.rst @@ -2,14 +2,23 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. -.. _doc_guide_user_ser_inst: +.. _doc_guide_user_ser_inst_nbi: -Alacarte mode Service Instantiation via ONAP NBI API (TM Forum) -=============================================================== +Service Instantiation via ONAP NBI API (TM Forum) +================================================= ONAP NBI allow you to use a TM Forum standardized API (serviceOrder API) +Additional info in: + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + NBI Guide <../../../../../submodules/externalapi/nbi.git/docs/offeredapis/offeredapis.rst> + + ONAP NBI will convert that request to ONAP SO request. @@ -21,10 +30,10 @@ ServiceOrder management in NBI will support 2 modes: be created on cloud platform) ONAP SO prerequisite: SO must be able to find a BPMN to process service -fulfillment (integrate VNF, VNF activation in SDNC, VF module +fulfillment (integrate VNF, VNF activation in SDNC, VF module) The choice of the mode is done by NBI depending on information retrieved -in SDC. If the serviceSpecification is within a Category “E2E Service” , +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. |