diff options
author | Rene Robert <rene.robert@orange.com> | 2018-04-26 12:08:30 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-04-26 12:08:30 +0000 |
commit | 615546d8f9eab9a925f304298f1b42e3b4dbc4d0 (patch) | |
tree | 904be3211e3c105ac88cf15f75e1ba882f898b10 /docs/consumedapis | |
parent | ace06bb0c86ea0a26cd098f1c04bd1b5d1a1f746 (diff) |
correct rst files
Issue-ID: EXTAPI-74
Change-Id: Ib03bdda0f7f8493d3b3b6cac9f603076bc7bf62b
Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs/consumedapis')
-rw-r--r-- | docs/consumedapis/consumedapis.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst index 66e5885..581b571 100644 --- a/docs/consumedapis/consumedapis.rst +++ b/docs/consumedapis/consumedapis.rst @@ -16,6 +16,8 @@ SDC API This API is used to provide Service Catalog information Information are retrieved in SDC (and in Tosca "service template" file) - Only GET operation is provided - this API DID NOT UPDATE SDC +:: + SDC_ROOT_URL = "/sdc/v1/catalog/services/" SDC_GET_PATH = "/metadata" @@ -30,6 +32,8 @@ AAI API This API is used to provide Service Inventory information This API retrieves service(s) in the AAI inventory. Only following attributes will be retrieve in service inventory: id, name and type (no state or startDate available ) +:: + AAI_GET_TENANTS_PATH = "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/$onap.cloudOwner/$onap.lcpCloudRegionId/tenants" AAI_GET_CUSTOMER_PATH = "/aai/v11/business/customers/customer/" @@ -51,6 +55,8 @@ SO API This API is used to perform Service Order and thus instantiate a service +:: + MSO_CREATE_SERVICE_INSTANCE_PATH = "/ecomp/mso/infra/serviceInstance/v4" MSO_GET_REQUEST_STATUS_PATH = "/ecomp/mso/infra/orchestrationRequests/v4/" |