From 5bfec6934fc307aecadca43e75b3c04d647bf005 Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Tue, 11 Sep 2018 14:41:22 +0200 Subject: Add API Documentation for Casablanca -change docs Change-Id: I1ed30a0c329951aa7c20b752ccbcbf07ad640afd Issue-ID: EXTAPI-141 Signed-off-by: romaingimbert --- docs/consumedapis/consumedapis.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) mode change 100644 => 100755 docs/consumedapis/consumedapis.rst (limited to 'docs/consumedapis/consumedapis.rst') diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst old mode 100644 new mode 100755 index 6ca0932..38418b3 --- 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 -- cgit 1.2.3-korg