aboutsummaryrefslogtreecommitdiffstats
path: root/docs/consumedapis
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/consumedapis
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/consumedapis')
-rwxr-xr-x[-rw-r--r--]docs/consumedapis/consumedapis.rst18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst
index 6ca0932..38418b3 100644..100755
--- a/docs/consumedapis/consumedapis.rst
+++ b/docs/consumedapis/consumedapis.rst
@@ -56,14 +56,26 @@ will be retrieve in service inventory: id, name and type
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.
+Distinct SO APIs are used for serviceInstance creation request depending on the serviceSpecification category (set in SDC).
+If service could be delivered end-to-end from one request category is set to 'E2E Service'.
+In this case NBI uses
::
- MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v6"
+ MSO_CREATE_E2ESERVICE_INSTANCE_PATH = "/ecomp/mso/infra/e2eServiceInstances/v3"
MSO_GET_REQUEST_STATUS_PATH = "/ecomp/mso/infra/orchestrationRequests/v6/"
MSO_DELETE_REQUEST_STATUS_PATH = "/ecomp/mso/infra/serviceInstances/v6/"
+
+else following API are used:
+
+::
+
+ MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v6"
+
+ MSO_GET_REQUEST_STATUS_PATH = "/ecomp/mso/infra/orchestrationRequests/v6/"
+
+ MSO_DELETE_REQUEST_STATUS_PATH = "/ecomp/mso/infra/serviceInstances/v6/" \ No newline at end of file