diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-09-11 14:41:22 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-09-11 14:41:22 +0200 |
commit | 5bfec6934fc307aecadca43e75b3c04d647bf005 (patch) | |
tree | 3d9bbc1cd46c586b6a4d1783b2708765b57da206 /docs/consumedapis | |
parent | bf18ae431c5e12fc7c480392d6a4881c080942f9 (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.rst | 18 |
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 |