diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-07-06 11:54:49 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-07-06 12:26:03 +0200 |
commit | 7f3ac1ec967c0768c3807c1d980e4b6b658d7ec0 (patch) | |
tree | 6c876ff62b462eecac5ed989198c49fe164e90ef /docs/consumedapis | |
parent | 41c7f9dab184a49808104b308a57409f4ee8a1b1 (diff) |
adapt NBI to Beijing
-change SO Url to "v6"
-add xtransactionid in AAI request header
-add fields Project and OwningEntity in SO request
-fix tests
Change-Id: I61f3ef9f99f4d200cc8f04e7f4929dc1fddf130a
Issue-ID: EXTAPI-117
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'docs/consumedapis')
-rw-r--r-- | docs/consumedapis/consumedapis.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst index 4770f55..6ca0932 100644 --- a/docs/consumedapis/consumedapis.rst +++ b/docs/consumedapis/consumedapis.rst @@ -61,9 +61,9 @@ This API is used to perform Service Order and thus instantiate a service :: - MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v4" + MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v6" - MSO_GET_REQUEST_STATUS_PATH = "/ecomp/mso/infra/orchestrationRequests/v4/" + MSO_GET_REQUEST_STATUS_PATH = "/ecomp/mso/infra/orchestrationRequests/v6/" - MSO_DELETE_REQUEST_STATUS_PATH = "/ecomp/mso/infra/serviceInstances/" + MSO_DELETE_REQUEST_STATUS_PATH = "/ecomp/mso/infra/serviceInstances/v6/" |