diff options
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 |