url correction and improve API doc
[so.git] / docs / api / apis / consumed-apis.rst
similarity index 69%
rename from docs/api/apis/SO_Interface.rst
rename to docs/api/apis/consumed-apis.rst
index b079989..0ef69c4 100644 (file)
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright 2018 Huawei Technologies Co., Ltd.
 
-SO Interfaces
-================================
+API consumed by SO
+==================
 
 .. image:: ../../images/SO_1.png
 
-SO APIs
-----------------
-
-North Bound APIs
-----------------
-Create service instance
-++++++++++++++++++++++++
-
-+--------------------+-------------------------------------+
-|Interface Definition|Description                          |
-+====================+=====================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6     |
-+--------------------+-------------------------------------+
-|Operation Type      |POST                                 |
-+--------------------+-------------------------------------+
-|Content-Type        |application/json                     |
-+--------------------+-------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+--------------------------+-------------------------------------------------+
-|Attribute          |Content                   |Description                                      |
-+===================+==========================+=================================================+
-|modelInfo          |modelInfo Object          |Content of modelInfo object.                     |
-+-------------------+--------------------------+-------------------------------------------------+
-|subscriberInfo     |subscriberInfo Object     |Content of subscriberInfo object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object        |Content of requestInfo object.                   |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestParameters  |requestParameters Object  |Content of requestParameters object.             |
-+-------------------+--------------------------+-------------------------------------------------+
-|relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object.           |
-+-------------------+--------------------------+-------------------------------------------------+
-|cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object.            |
-+-------------------+--------------------------+-------------------------------------------------+
-|project            |project Object            |Content of project object.                       |
-+-------------------+--------------------------+-------------------------------------------------+
-|owningEntity       |owningEntity Object       |Content of owningEntity object.                  |
-+-------------------+--------------------------+-------------------------------------------------+
-|platform           |platform Object           |Content of platform object.                      |
-+-------------------+--------------------------+-------------------------------------------------+
-|lineOfBusiness     |lineOfBusiness Object     |Content of lineOfBusiness object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelCustomizationUuid   |String            |The Model Customization UUid                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelVersionId           |String            |The Model version id                             |
-+-------------------------+------------------+-------------------------------------------------+
-|modelUuid                |String            |The Model UUid                                   |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInvariantUuid       |String            |The Model Invariant  UUid                        |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInstanceName        |String            |The Model Instance  name                         |
-+-------------------------+------------------+-------------------------------------------------+
-
-
-SubscriberInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|GlobalSubscriberId       |String            |Global customer Id (in A&AI)                     |
-+-------------------------+------------------+-------------------------------------------------+
-|SubscriberName           |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|billingAccountNumber     |String            |billingAccountNumber of the request              |
-+-------------------------+------------------+-------------------------------------------------+
-|callbackUrl              |String            |callbackUrl of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|correlator               |String            |correlator of the request                        |
-+-------------------------+------------------+-------------------------------------------------+
-|orderNumber              |String            |orderNumber of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|productFamilyId          |String            |productFamilyId of the request                   |
-+-------------------------+------------------+-------------------------------------------------+
-|orderVersion             |String            |orderVersion of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |instanceName of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|suppressRollback         |String            |suppressRollback of the request                  |
-+-------------------------+------------------+-------------------------------------------------+
-|requestorId              |String            |requestorId of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestParameters Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|SubscriptionServiceType  |String            |The service type of the Subscription             |
-+-------------------------+------------------+-------------------------------------------------+
-|UserParams               |Array             |The product family Id.                           |
-+-------------------------+------------------+-------------------------------------------------+
-|aLaCarte                 |Boolean           | aLaCarte                                        |
-+-------------------------+------------------+-------------------------------------------------+
-|autoBuildVfModules       |Boolean           |autoBuildVfModules                               |
-+-------------------------+------------------+-------------------------------------------------+
-|cascadeDelete            |Boolean           |cascadeDelete                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|usePreload               |Boolean           |usePreload                                       |
-+-------------------------+------------------+-------------------------------------------------+
-|rebuildVolumeGroups      |Boolean           |rebuildVolumeGroups                              |
-+-------------------------+------------------+-------------------------------------------------+
-|payload                  |String            |payload                                          |
-+-------------------------+------------------+-------------------------------------------------+
-|controllerType           |String            |controllerType                                   |
-+-------------------------+------------------+-------------------------------------------------+
-
-UserParams Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|name                     |String            |Tag name of attribute                            |
-+-------------------------+------------------+-------------------------------------------------+
-|value                    |String            |Value of the tag                                 |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-|aicNodeClli              |String            |aicNodeClli property                             |
-+-------------------------+------------------+-------------------------------------------------+
-
-Project Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|projectName              |String            |Name of the project                              |
-+-------------------------+------------------+-------------------------------------------------+
-
-OwningEntity Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|owningEntityId           |String            |owningEntityId of the owingEntity                |
-+-------------------------+------------------+-------------------------------------------------+
-|owningEntityName         |String            |owningEntityName of the owingEntity              |
-+-------------------------+------------------+-------------------------------------------------+
-
-Platform Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|platformName             |String            |Platform Name                                    |
-+-------------------------+------------------+-------------------------------------------------+
-
-LineOfBusiness Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lineOfBusinessName       |String            |Line Of Business Name                            |
-+-------------------------+------------------+-------------------------------------------------+
-
-Delete service instance
-++++++++++++++++++++++++
-
-+--------------------+---------------------------------------------------------+
-|Interface Definition|Description                                              |
-+====================+=========================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}     |
-+--------------------+---------------------------------------------------------+
-|Operation Type      |DELETE                                                   |
-+--------------------+---------------------------------------------------------+
-|Content-Type        |application/json                                         |
-+--------------------+---------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+-------------------------+-------------------------------------------------+
-|Attribute          |Content                  |Description                                      |
-+===================+=========================+=================================================+
-|modelInfo          |modelInfo Object         |Content of modelInfo object.                     |
-+-------------------+-------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object       |Content of requestInfo object.                   |
-+-------------------+-------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-
-Create Volume Group
-++++++++++++++++++++++++
-
-+--------------------+-------------------------------------------------------------------------------------------+
-|Interface Definition|Description                                                                                |
-+====================+===========================================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups     |
-+--------------------+-------------------------------------------------------------------------------------------+
-|Operation Type      |POST                                                                                       |
-+--------------------+-------------------------------------------------------------------------------------------+
-|Content-Type        |application/json                                                                           |
-+--------------------+-------------------------------------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+--------------------------+-------------------------------------------------+
-|Attribute          |Content                   |Description                                      |
-+===================+==========================+=================================================+
-|modelInfo          |modelInfo Object          |Content of modelInfo object.                     |
-+-------------------+--------------------------+-------------------------------------------------+
-|subscriberInfo     |subscriberInfo Object     |Content of subscriberInfo object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object        |Content of requestInfo object.                   |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestParameters  |requestParameters Object  |Content of requestParameters object.             |
-+-------------------+--------------------------+-------------------------------------------------+
-|relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object.           |
-+-------------------+--------------------------+-------------------------------------------------+
-|cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object.            |
-+-------------------+--------------------------+-------------------------------------------------+
-|project            |project Object            |Content of project object.                       |
-+-------------------+--------------------------+-------------------------------------------------+
-|owningEntity       |owningEntity Object       |Content of owningEntity object.                  |
-+-------------------+--------------------------+-------------------------------------------------+
-|platform           |platform Object           |Content of platform object.                      |
-+-------------------+--------------------------+-------------------------------------------------+
-|lineOfBusiness     |lineOfBusiness Object     |Content of lineOfBusiness object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelCustomizationUuid   |String            |The Model Customization UUid                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelVersionId           |String            |The Model version id                             |
-+-------------------------+------------------+-------------------------------------------------+
-|modelUuid                |String            |The Model UUid                                   |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInvariantUuid       |String            |The Model Invariant  UUid                        |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInstanceName        |String            |The Model Instance  name                         |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-|aicNodeClli              |String            |aicNodeClli property                             |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|billingAccountNumber     |String            |billingAccountNumber of the request              |
-+-------------------------+------------------+-------------------------------------------------+
-|callbackUrl              |String            |callbackUrl of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|correlator               |String            |correlator of the request                        |
-+-------------------------+------------------+-------------------------------------------------+
-|orderNumber              |String            |orderNumber of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|productFamilyId          |String            |productFamilyId of the request                   |
-+-------------------------+------------------+-------------------------------------------------+
-|orderVersion             |String            |orderVersion of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |instanceName of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|suppressRollback         |String            |suppressRollback of the request                  |
-+-------------------------+------------------+-------------------------------------------------+
-|requestorId              |String            |requestorId of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|relatedInstance          |Object            |relatedInstance Object                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|instanceId               |String            |instanceId                                       |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInfo                |Object            |Content of modelInfo object.                     |
-+-------------------------+------------------+-------------------------------------------------+
-
-Delete Volume Group
-++++++++++++++++++++++++
-
-+--------------------+---------------------------------------------------------------------------------------------------------------------+
-|Interface Definition|Description                                                                                                          |
-+====================+=====================================================================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volume-groupinstance-id}     |
-+--------------------+---------------------------------------------------------------------------------------------------------------------+
-|Operation Type      |DELETE                                                                                                               |
-+--------------------+---------------------------------------------------------------------------------------------------------------------+
-|Content-Type        |application/json                                                                                                     |
-+--------------------+---------------------------------------------------------------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+---------------------+-------------------------+-------------------------------------------------+
-|Attribute            |Content                  |Description                                      |
-+=====================+=========================+=================================================+
-|modelInfo            |modelInfo Object         |Content of modelInfo object.                     |
-+---------------------+-------------------------+-------------------------------------------------+
-|cloudConfiguration   |cloudConfiguration Object|Content of cloudConfiguration object.            |
-+---------------------+-------------------------+-------------------------------------------------+
-|requestInfo          |requestInfo Object       |Content of requestInfo object.                   |
-+---------------------+-------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-
-Create VF Module
-+++++++++++++++++
-
-+--------------------+----------------------------------------------------------------------------------------+
-|Interface Definition|Description                                                                             |
-+====================+========================================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules     |
-+--------------------+----------------------------------------------------------------------------------------+
-|Operation Type      |POST                                                                                    |
-+--------------------+----------------------------------------------------------------------------------------+
-|Content-Type        |application/json                                                                        |
-+--------------------+----------------------------------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+---------------------+-------------------------+-------------------------------------------------+
-|Attribute            |Content                  |Description                                      |
-+=====================+=========================+=================================================+
-|modelInfo            |modelInfo Object         |Content of modelInfo object.                     |
-+---------------------+-------------------------+-------------------------------------------------+
-|cloudConfiguration   |cloudConfiguration Object|Content of cloudConfiguration object.            |
-+---------------------+-------------------------+-------------------------------------------------+
-|requestInfo          |requestInfo Object       |Content of requestInfo object.                   |
-+---------------------+-------------------------+-------------------------------------------------+
-|relatedInstanceList  |List                     |Content of relatedInstanceList.                  |
-+---------------------+-------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|InstanceName             |String            |The instance Name                                |
-+-------------------------+------------------+-------------------------------------------------+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|SuppressRollback         |Boolean           |SuppressRollback                                 |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|relatedInstance          |Object            |relatedInstance Object                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|instanceId               |String            |instanceId                                       |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInfo                |Object            |Content of modelInfo object.                     |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |Name of the instance                             |
-+-------------------------+------------------+-------------------------------------------------+
-
-Delete VF Module
-++++++++++++++++++++++++
-
-+--------------------+--------------------------------------------------------------------------------------------------------------+
-|Interface Definition|Description                                                                                                   |
-+====================+==============================================================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleinstance-id}     |
-+--------------------+--------------------------------------------------------------------------------------------------------------+
-|Operation Type      |DELETE                                                                                                        |
-+--------------------+--------------------------------------------------------------------------------------------------------------+
-|Content-Type        |application/json                                                                                              |
-+--------------------+--------------------------------------------------------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+---------------------+-------------------------+-------------------------------------------------+
-|Attribute            |Content                  |Description                                      |
-+=====================+=========================+=================================================+
-|modelInfo            |modelInfo Object         |Content of modelInfo object.                     |
-+---------------------+-------------------------+-------------------------------------------------+
-|cloudConfiguration   |cloudConfiguration Object|Content of cloudConfiguration object.            |
-+---------------------+-------------------------+-------------------------------------------------+
-|requestInfo          |requestInfo Object       |Content of requestInfo object.                   |
-+---------------------+-------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-
-Create VNF
-+++++++++++++++
-
-+--------------------+--------------------------------------------------------------+
-|Interface Definition|Description                                                   |
-+====================+==============================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs     |
-+--------------------+--------------------------------------------------------------+
-|Operation Type      |POST                                                          |
-+--------------------+--------------------------------------------------------------+
-|Content-Type        |application/json                                              |
-+--------------------+--------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+--------------------------+-------------------------------------------------+
-|Attribute          |Content                   |Description                                      |
-+===================+==========================+=================================================+
-|modelInfo          |modelInfo Object          |Content of modelInfo object.                     |
-+-------------------+--------------------------+-------------------------------------------------+
-|subscriberInfo     |subscriberInfo Object     |Content of subscriberInfo object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object        |Content of requestInfo object.                   |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestParameters  |requestParameters Object  |Content of requestParameters object.             |
-+-------------------+--------------------------+-------------------------------------------------+
-|relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object.           |
-+-------------------+--------------------------+-------------------------------------------------+
-|cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object.            |
-+-------------------+--------------------------+-------------------------------------------------+
-|project            |project Object            |Content of project object.                       |
-+-------------------+--------------------------+-------------------------------------------------+
-|owningEntity       |owningEntity Object       |Content of owningEntity object.                  |
-+-------------------+--------------------------+-------------------------------------------------+
-|platform           |platform Object           |Content of platform object.                      |
-+-------------------+--------------------------+-------------------------------------------------+
-|lineOfBusiness     |lineOfBusiness Object     |Content of lineOfBusiness object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelCustomizationUuid   |String            |The Model Customization UUid                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelVersionId           |String            |The Model version id                             |
-+-------------------------+------------------+-------------------------------------------------+
-|modelUuid                |String            |The Model UUid                                   |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInvariantUuid       |String            |The Model Invariant  UUid                        |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInstanceName        |String            |The Model Instance  name                         |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|billingAccountNumber     |String            |billingAccountNumber of the request              |
-+-------------------------+------------------+-------------------------------------------------+
-|callbackUrl              |String            |callbackUrl of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|correlator               |String            |correlator of the request                        |
-+-------------------------+------------------+-------------------------------------------------+
-|orderNumber              |String            |orderNumber of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|productFamilyId          |String            |productFamilyId of the request                   |
-+-------------------------+------------------+-------------------------------------------------+
-|orderVersion             |String            |orderVersion of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |instanceName of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|suppressRollback         |String            |suppressRollback of the request                  |
-+-------------------------+------------------+-------------------------------------------------+
-|requestorId              |String            |requestorId of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|relatedInstance          |Object            |relatedInstance Object                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-relatedInstance List  
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|instanceId               |String            |instanceId                                       |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInfo                |Object            |Content of modelInfo object.                     |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestParameters Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|UserParams               |Array             |The product family Id.                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-UserParams Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|name                     |String            |Tag name of attribute                            |
-+-------------------------+------------------+-------------------------------------------------+
-|value                    |String            |Value of the tag                                 |
-+-------------------------+------------------+-------------------------------------------------+
-
-Delete VNF
-+++++++++++++++
-
-+--------------------+------------------------------------------------------------------------------+
-|Interface Definition|Description                                                                   |
-+====================+==============================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/serviceInstances/v6/{serviceInstanceId}/vnfs/{vnfInstanceId}     |
-+--------------------+------------------------------------------------------------------------------+
-|Operation Type      |DELETE                                                                        |
-+--------------------+------------------------------------------------------------------------------+
-|Content-Type        |application/json                                                              |
-+--------------------+------------------------------------------------------------------------------+
-
-Request Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestDetails  |M        |1          |requestDetails Object     |Content of requestDetails object.          |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+---------------------+-------------------------+-------------------------------------------------+
-|Attribute            |Content                  |Description                                      |
-+=====================+=========================+=================================================+
-|modelInfo            |modelInfo Object         |Content of modelInfo object.                     |
-+---------------------+-------------------------+-------------------------------------------------+
-|cloudConfiguration   |cloudConfiguration Object|Content of cloudConfiguration object.            |
-+---------------------+-------------------------+-------------------------------------------------+
-|requestInfo          |requestInfo Object       |Content of requestInfo object.                   |
-+---------------------+-------------------------+-------------------------------------------------+
-|requestParameters    |requestParameters Object |Content of requestParameters object.             |
-+---------------------+-------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-
-CloudConfiguration Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|lcpCloudRegionId         |String            |CloudRegion Id (in A&AI)                         |
-+-------------------------+------------------+-------------------------------------------------+
-|tenantId                 |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestParameters Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|UserParams               |Array             |The product family Id.                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-UserParams Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|name                     |String            |Tag name of attribute                            |
-+-------------------------+------------------+-------------------------------------------------+
-|value                    |String            |Value of the tag                                 |
-+-------------------------+------------------+-------------------------------------------------+
-
-GET Orchestration Request
-++++++++++++++++++++++++++
-
-+--------------------+--------------------------------------------------------------+
-|Interface Definition|Description                                                   |
-+====================+==============================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/orchestrationRequests/v6/{request-id}            |
-+--------------------+--------------------------------------------------------------+
-|Operation Type      |GET                                                           |
-+--------------------+--------------------------------------------------------------+
-|Content-Type        |application/json                                              |
-+--------------------+--------------------------------------------------------------+
-
-Response Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|request         |M        |1          |request Object            |Content of request object.                 |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-Request Object
-
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute          |Qualifier|Cardinality|Content                   |Description                                |
-+===================+=========+===========+==========================+===========================================+
-|requestId          |M        |1          |String                    |Request Id                                 |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|startTime          |M        |1          |request Object            |Start time.                                |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestScope       |M        |1          |request Object            |Scope of the request.                      |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestType        |M        |1          |request Object            |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestDetails     |M        |1          |requestDetails Object     |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestStatus      |M        |1          |requestStatus Object      |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+--------------------------+-------------------------------------------------+
-|Attribute          |Content                   |Description                                      |
-+===================+==========================+=================================================+
-|modelInfo          |modelInfo Object          |Content of modelInfo object.                     |
-+-------------------+--------------------------+-------------------------------------------------+
-|subscriberInfo     |subscriberInfo Object     |Content of subscriberInfo object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object        |Content of requestInfo object.                   |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestParameters  |requestParameters Object  |Content of requestParameters object.             |
-+-------------------+--------------------------+-------------------------------------------------+
-|relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object.           |
-+-------------------+--------------------------+-------------------------------------------------+
-|cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object.            |
-+-------------------+--------------------------+-------------------------------------------------+
-|project            |project Object            |Content of project object.                       |
-+-------------------+--------------------------+-------------------------------------------------+
-|owningEntity       |owningEntity Object       |Content of owningEntity object.                  |
-+-------------------+--------------------------+-------------------------------------------------+
-|platform           |platform Object           |Content of platform object.                      |
-+-------------------+--------------------------+-------------------------------------------------+
-|lineOfBusiness     |lineOfBusiness Object     |Content of lineOfBusiness object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelCustomizationUuid   |String            |The Model Customization UUid                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelVersionId           |String            |The Model version id                             |
-+-------------------------+------------------+-------------------------------------------------+
-|modelUuid                |String            |The Model UUid                                   |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInvariantUuid       |String            |The Model Invariant  UUid                        |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInstanceName        |String            |The Model Instance  name                         |
-+-------------------------+------------------+-------------------------------------------------+
-
-SubscriberInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|GlobalSubscriberId       |String            |Global customer Id (in A&AI)                     |
-+-------------------------+------------------+-------------------------------------------------+
-|SubscriberName           |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|billingAccountNumber     |String            |billingAccountNumber of the request              |
-+-------------------------+------------------+-------------------------------------------------+
-|callbackUrl              |String            |callbackUrl of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|correlator               |String            |correlator of the request                        |
-+-------------------------+------------------+-------------------------------------------------+
-|orderNumber              |String            |orderNumber of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|productFamilyId          |String            |productFamilyId of the request                   |
-+-------------------------+------------------+-------------------------------------------------+
-|orderVersion             |String            |orderVersion of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |instanceName of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|suppressRollback         |String            |suppressRollback of the request                  |
-+-------------------------+------------------+-------------------------------------------------+
-|requestorId              |String            |requestorId of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestParameters Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|SubscriptionServiceType  |String            |The service type of the Subscription             |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestStatus Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|finishTime               |String            |Time                                             |
-+-------------------------+------------------+-------------------------------------------------+
-|requestState             |String            |state of the request                             |
-+-------------------------+------------------+-------------------------------------------------+
-|statusMessage            |String            |statusMessage                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|percentProgress          |String            |percentage of progress                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-GET Orchestration Requests
-++++++++++++++++++++++++++
-
-+--------------------+--------------------------------------------------------------+
-|Interface Definition|Description                                                   |
-+====================+==============================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/orchestrationRequests/v6                         |
-+--------------------+--------------------------------------------------------------+
-|Operation Type      |GET                                                           |
-+--------------------+--------------------------------------------------------------+
-|Content-Type        |application/json                                              |
-+--------------------+--------------------------------------------------------------+
-
-Response Body:
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|requestList     |M        |1          |Array                     |Content of request List.                   |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestList : 
-
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute       |Qualifier|Cardinality|Content                   |Description                                |
-+================+=========+===========+==========================+===========================================+
-|request         |M        |1          |request Object            |Content of request object.                 |
-+----------------+---------+-----------+--------------------------+-------------------------------------------+
-
-Request Object
-
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|Attribute          |Qualifier|Cardinality|Content                   |Description                                |
-+===================+=========+===========+==========================+===========================================+
-|requestId          |M        |1          |String                    |Request Id.                                |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|startTime          |M        |1          |request Object            |Start time.                                |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestScope       |M        |1          |request Object            |Scope of the request.                      |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestType        |M        |1          |request Object            |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestDetails     |M        |1          |requestDetails Object     |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-|requestStatus      |M        |1          |requestStatus Object      |Type of the request.                       |
-+-------------------+---------+-----------+--------------------------+-------------------------------------------+
-
-RequestDetails Object 
-
-+-------------------+--------------------------+-------------------------------------------------+
-|Attribute          |Content                   |Description                                      |
-+===================+==========================+=================================================+
-|modelInfo          |modelInfo Object          |Content of modelInfo object.                     |
-+-------------------+--------------------------+-------------------------------------------------+
-|subscriberInfo     |subscriberInfo Object     |Content of subscriberInfo object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestInfo        |requestInfo Object        |Content of requestInfo object.                   |
-+-------------------+--------------------------+-------------------------------------------------+
-|requestParameters  |requestParameters Object  |Content of requestParameters object.             |
-+-------------------+--------------------------+-------------------------------------------------+
-|relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object.           |
-+-------------------+--------------------------+-------------------------------------------------+
-|cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object.            |
-+-------------------+--------------------------+-------------------------------------------------+
-|project            |project Object            |Content of project object.                       |
-+-------------------+--------------------------+-------------------------------------------------+
-|owningEntity       |owningEntity Object       |Content of owningEntity object.                  |
-+-------------------+--------------------------+-------------------------------------------------+
-|platform           |platform Object           |Content of platform object.                      |
-+-------------------+--------------------------+-------------------------------------------------+
-|lineOfBusiness     |lineOfBusiness Object     |Content of lineOfBusiness object.                |
-+-------------------+--------------------------+-------------------------------------------------+
-
-ModelInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|ModelType                |String            |Type of model                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelInvariantId         |String            |The Model Invariant Id.                          |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelNameVersionId       |String            |The modelname Version Id                         |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelName                |String            |Name of the Model                                |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelVersion             |String            |Version of the model                             |
-+-------------------------+------------------+-------------------------------------------------+
-|ModelCustomization Name  |String            |The Model Customization name                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelCustomizationUuid   |String            |The Model Customization UUid                     |
-+-------------------------+------------------+-------------------------------------------------+
-|modelVersionId           |String            |The Model version id                             |
-+-------------------------+------------------+-------------------------------------------------+
-|modelUuid                |String            |The Model UUid                                   |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInvariantUuid       |String            |The Model Invariant  UUid                        |
-+-------------------------+------------------+-------------------------------------------------+
-|modelInstanceName        |String            |The Model Instance  name                         |
-+-------------------------+------------------+-------------------------------------------------+
-
-SubscriberInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|GlobalSubscriberId       |String            |Global customer Id (in A&AI)                     |
-+-------------------------+------------------+-------------------------------------------------+
-|SubscriberName           |String            |Name of the Subscriber                           |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestInfo Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|Source                   |String            |source of the request                            |
-+-------------------------+------------------+-------------------------------------------------+
-|billingAccountNumber     |String            |billingAccountNumber of the request              |
-+-------------------------+------------------+-------------------------------------------------+
-|callbackUrl              |String            |callbackUrl of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|correlator               |String            |correlator of the request                        |
-+-------------------------+------------------+-------------------------------------------------+
-|orderNumber              |String            |orderNumber of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-|productFamilyId          |String            |productFamilyId of the request                   |
-+-------------------------+------------------+-------------------------------------------------+
-|orderVersion             |String            |orderVersion of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|instanceName             |String            |instanceName of the request                      |
-+-------------------------+------------------+-------------------------------------------------+
-|suppressRollback         |String            |suppressRollback of the request                  |
-+-------------------------+------------------+-------------------------------------------------+
-|requestorId              |String            |requestorId of the request                       |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestParameters Object 
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|SubscriptionServiceType  |String            |The service type of the Subscription             |
-+-------------------------+------------------+-------------------------------------------------+
-
-RequestStatus Object
-
-+-------------------------+------------------+-------------------------------------------------+
-|Attribute                |Content           |Description                                      |
-+=========================+==================+=================================================+
-|finishTime               |String            |Time                                             |
-+-------------------------+------------------+-------------------------------------------------+
-|requestState             |String            |state of the request                             |
-+-------------------------+------------------+-------------------------------------------------+
-|statusMessage            |String            |statusMessage                                    |
-+-------------------------+------------------+-------------------------------------------------+
-|percentProgress          |String            |percentage of progress                           |
-+-------------------------+------------------+-------------------------------------------------+
 
 SDC Client API
-------------------
+--------------
 
 Get List of Existing Catalog Assets 
 +++++++++++++++++++++++++++++++++++
@@ -1291,7 +148,7 @@ Response:
 Resource Object:
 
 +---------------------+---------+-------+-------------------------------------------------------------------------------------------------------------------+
-|Attribute            |Qualifier|Content|Description                                                                                                        |                                                                         |
+|Attribute            |Qualifier|Content|Description                                                                                                        |
 +=====================+=========+=======+===================================================================================================================+
 |resourceInstanceName |M        |String |Logical Resource Instance Name.Unique Identifier of  the instance of the  specific resource in the service context.|
 +---------------------+---------+-------+-------------------------------------------------------------------------------------------------------------------+
@@ -1371,184 +228,9 @@ Response:
 |Content-Disposition |M        |Specifies  the name of  file to  store the  downloaded artifact’s  payload  ( RFC 2183) .                                 |
 +--------------------+---------+--------------------------------------------------------------------------------------------------------------------------+
 
-E2E Service API
-----------------
-
-Create E2E service instance
-++++++++++++++++++++++++++++
-
-+--------------------+-------------------------------------+
-|Interface Definition|Description                          |
-+====================+=====================================+
-|URI                 |/onap/so/infra/serviceInstantiation/e2eServiceInstances/v3  |
-+--------------------+-------------------------------------+
-|Operation Type      |POST                                 |
-+--------------------+-------------------------------------+
-|Content-Type        |application/json                     |
-+--------------------+-------------------------------------+
-
-Request Body:
-
-+---------+---------+-----------+--------------------------+-----------------------------+
-|Attribute|Qualifier|Cardinality|Content                   |Description                  |
-+=========+=========+===========+==========================+=============================+
-|service  |M        |1          |Service Object            |Content of service object.   |
-+---------+---------+-----------+--------------------------+-----------------------------+
-
-Service Object 
-
-+------------------------------+-----------------+------------------------------------+
-|Attribute                     |Content          |Description                         |
-+==============================+=================+====================================+
-|name                          |String           |Service instance name.              |
-+------------------------------+-----------------+------------------------------------+
-|description                   |String           |Service instance description        |
-+------------------------------+-----------------+------------------------------------+
-|serviceUuid                   |String           |Model UUID                          |
-+------------------------------+-----------------+------------------------------------+
-|serviceInvariantUuid          |String           |Model Invariant UUID                |
-+------------------------------+-----------------+------------------------------------+
-|gloabalSubscriberId           |String           |Customer Id                         |
-+------------------------------+-----------------+------------------------------------+
-|serviceType                   |String           |service Type                        |
-+------------------------------+-----------------+------------------------------------+
-|parameters                    |Object           |Parameter Object                    |
-+------------------------------+-----------------+------------------------------------+
-
-Parameter Object
-
-+------------------------------+-----------------+------------------------------------+
-|Attribute                     |Content          |Description                         |
-+==============================+=================+====================================+
-|locationConstraints           |List of object   |location infor for each vnf         |
-+------------------------------+-----------------+------------------------------------+
-|resource                      |List of Resource |resource of service/resource        |
-+------------------------------+-----------------+------------------------------------+
-|requestInputs                 |key-value map    |input of service/resource
-+------------------------------+-----------------+------------------------------------+
-
-LocationConstraint Object
-
-+------------------------------+-----------------+------------------------------------+
-|Attribute                     |Content          |Description                         |
-+==============================+=================+====================================+
-|vnfProfileId                  |String           |Customization id for VNF            |
-+------------------------------+-----------------+------------------------------------+
-|locationConstraints           |Object           |DC location info of VNF             |
-+------------------------------+-----------------+------------------------------------+
-
-VnfLocationConstraint Object
-
-+------------------------------+-----------------+------------------------------------+
-|Attribute                     |Content          |Description                         |
-+==============================+=================+====================================+
-|vimId                         |String           |VIM id from ESR definition          |
-+------------------------------+-----------------+------------------------------------+
-
-Resource Object
-
-+------------------------------+-----------------+------------------------------------+
-|Attribute                     |Content          |Description                         |
-+==============================+=================+====================================+
-|resourceName                  |String           |The resource name                   |
-+------------------------------+-----------------+------------------------------------+
-|resourceInvariantUuid         |String           |The resource invariant UUID.        |
-+------------------------------+-----------------+------------------------------------+
-|resourceUuid                  |String           |The resource UUID.                  |
-+------------------------------+-----------------+------------------------------------+
-|resourceCustomizationUuid     |String           |The resource customization UUID.    |
-+------------------------------+-----------------+------------------------------------+
-|parameters                    |Object           |Parameter of resource               |
-+------------------------------+-----------------+------------------------------------+
-
-Response:
-
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-|Attribute    |Qualifier|Cardinality|Content|Description                                                             |
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-|serviceId    |M        |1          |String |Service instance ID.                                                    |
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operationId  |M        |1          |String |Service Operation ID.                                                   |
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-
-Delete E2E service instance
-++++++++++++++++++++++++++++
-
-+--------------------+-----------------------------------------------+
-|Interface Definition|Description                                    |
-+====================+===============================================+
-|URI                 |/onap/so/infra/serviceInstantiation/e2eServiceInstances/v3/{serviceId}|
-+--------------------+-----------------------------------------------+
-|Operation Type      |DELETE                                         |
-+--------------------+-----------------------------------------------+
-
-Request Parameters:
-
-+-------------------+---------+-----------+-------+----------------------------------------+
-|Attribute          |Qualifier|Cardinality|Content|Description                             |
-+===================+=========+===========+=======+========================================+
-|globalSubscriberId |M        |1          |String |The subscriber id. It is defined in AAI |
-+-------------------+---------+-----------+-------+----------------------------------------+
-|serviceType        |M        |1          |String |The service type. It is defined in AAI  |
-+-------------------+---------+-----------+-------+----------------------------------------+
-
-Response:
-
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-|Attribute    |Qualifier|Cardinality|Content|Description                                                             |
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operationId  |M        |1          |String |The operation id.                                                       |
-+-------------+---------+-----------+-------+------------------------------------------------------------------------+
-
-Query E2E service operation result
-++++++++++++++++++++++++++
-
-+--------------------+------------------------------------------------------------------------+
-|Interface Definition|Description                                                             |
-+====================+========================================================================+
-|URI                 |/onap/so/infra/serviceInstantiation/e2eServiceInstances/v3/{serviceId}/operations/{operationId}|
-+--------------------+------------------------------------------------------------------------+
-|Operation Type      |GET                                                                     |
-+--------------------+------------------------------------------------------------------------+
-
-Request Parameters:
-
-+--------------+---------+-----------+-------+--------------+
-|Attribute     |Qualifier|Cardinality|Content|Description   |
-+==============+=========+===========+=======+==============+
-|serviceId     |M        |1          |Service instance ID.  |
-+--------------+---------+-----------+-------+--------------+
-|operationId   |M        |1          |Service Operation ID. |
-+--------------+---------+-----------+-------+--------------+
-
-Response:
-
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|Attribute         |Qualifier|Cardinality|Content|Description                                                             |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operation         |M        |1          |String |Operation object identify.                                              |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operationId       |M        |1          |String |Operation ID.                                                           |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operation         |M        |1          |String |Operation type, create|delete.                                          |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|result            |M        |1          |String |Operation result: finished, error, processing.                          |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|reason            |M        |1          |String |If failing, need to write fail reason.                                  |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|userId            |M        |1          |String |Operation user ID.                                                      |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operationContent  |M        |1          |String |The status detail of current operation which is being executing.        |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|progress          |M        |1          |String |Current operation progress.                                             |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|operateAt         |M        |1          |String |Time that it starts to execute operation.                               |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
-|finishedAt        |M        |1          |String |Time that it finished executing operation.                              |
-+------------------+---------+-----------+-------+------------------------------------------------------------------------+
 
 Inventory APIs
-----------------
+--------------
 
 create or update an existing service-instance
 +++++++++++++++++++++++++++++++++++++++++++++
@@ -1740,10 +422,10 @@ Response:
 
 
 VFC APIs
----------
+--------
 
 Create NS
-+++++++++++
++++++++++
 
 +--------------------+-------------------+
 |Interface Definition|Description        |
@@ -1778,7 +460,7 @@ Response:
 +-----------------+---------+-----------+----------------+-------------------+
 
 Get NS
-+++++++
+++++++
 
 +--------------------+-------------------+
 |Interface Definition|Description        |
@@ -1869,7 +551,7 @@ vnffgInfo Array:
 +----------------------+---------+-----------+----------------+-------------------+
 
 Instantiate NS
-+++++++++++++++
+++++++++++++++
 
 +--------------------+-------------------------------------+
 |Interface Definition|Description                          |
@@ -1898,7 +580,7 @@ LocationConstraints Array:
 +----------------------+---------+-----------+-------+-----------------------+
 |Attribute             |Qualifier|Cardinality|Content|Description            |
 +======================+=========+===========+=======+=======================+
-|vnfProfileId          |M        |1          |String  |vnfProfileId          |
+|vnfProfileId          |M        |1          |String |vnfProfileId           |
 +----------------------+---------+-----------+-------+-----------------------+
 |vimid                 |M        |1          |String |vimid                  |
 +----------------------+---------+-----------+-------+-----------------------+
@@ -1912,7 +594,7 @@ Response:
 +--------------+---------+-----------+-------+-----------------------+
 
 Terminate NS
-+++++++++++++++
+++++++++++++
 
 +--------------------+-------------------------------------+
 |Interface Definition|Description                          |
@@ -1945,7 +627,7 @@ Response:
 +--------------+---------+-----------+-------+-----------------------+
 
 Delete NS
-+++++++++++++++
++++++++++
 
 +--------------------+-------------------------------------+
 |Interface Definition|Description                          |
@@ -1964,9 +646,9 @@ Request Parameters:
 +----------------------------+---------+-----------+-------+-----------------------------+
 
 MultiVIM API
-----------------
+------------
 Get token
-++++++++++
++++++++++
 
 https://developer.openstack.org/api-ref/identity/v3/#password-authentication-with-unscoped-authorization
 
@@ -2051,7 +733,7 @@ Response:
 +-------------------------+------------------+--------------------------------------------------------------------------+
 
 Create stack
-+++++++++++++
+++++++++++++
 
 https://developer.openstack.org/api-ref/orchestration/v1/#create-stack
 
@@ -2108,7 +790,7 @@ Response:
 +-------------------------+------------------+--------------------------------------------------------------------------+
 
 Get stack
-+++++++++++++
++++++++++
 
 https://developer.openstack.org/api-ref/orchestration/v1/#show-stack-details
 
@@ -2187,7 +869,7 @@ Response:
 +-------------------------+------------------+------------------------------------------------------------------------------+
 
 Delete stack
-+++++++++++++
+++++++++++++
 
 https://developer.openstack.org/api-ref/orchestration/v1/#show-stack-details
 
@@ -2346,7 +1028,7 @@ Request Body:
 +------------------+---------+-----------+--------------------------+-------------------------------------------------------------------------------------------------+
 
 Create Keypair
-+++++++++++++++
+++++++++++++++
 
 https://developer.openstack.org/api-ref/compute/#create-or-import-keypair
 
@@ -2397,7 +1079,7 @@ Response:
 +-----------------+------------------+------------------------------------------------------------------------------+
 
 Delete Keypair
-+++++++++++++++
+++++++++++++++
 
 https://developer.openstack.org/api-ref/compute/#delete-keypair
 
@@ -2422,7 +1104,7 @@ Request Body:
 +------------------+---------+-----------+--------------------------+-------------------------------------------------------------------------------------------------+
 
 Create Network
-+++++++++++++++
+++++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/?expanded=create-network-detail#create-network
 
@@ -2543,7 +1225,7 @@ Response:
 +-----------------------------+------------------+------------------------------------------------------------------------------+
 
 Delete Network
-+++++++++++++++
+++++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/?expanded=create-network-detail#delete-network
 
@@ -2566,7 +1248,7 @@ Request Body:
 +----------------------------+---------+-----------+--------------------------+--------------------------------------------------------------+
 
 Create Subnet
-+++++++++++++++
++++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/?expanded=create-network-detail,create-subnet-detail#create-subnet
 
@@ -2675,7 +1357,7 @@ Response:
 +-----------------------------+------------------+------------------------------------------------------------------------------+
 
 Delete Subnet
-+++++++++++++++
++++++++++++++
 
 https://developer.openstack.org/api-ref/networking/v2/?expanded=create-network-detail,delete-subnet-detail#delete-subnet
 
@@ -2698,7 +1380,7 @@ Request Body:
 +----------------------------+---------+-----------+--------------------------+--------------------------------------------------------------+
 
 Create Port
-+++++++++++++++
++++++++++++
 
 https://developer.openstack.org/api-ref/networking/v2/#create-port
 
@@ -2829,7 +1511,7 @@ Response:
 +-----------------------------+------------------+------------------------------------------------------------------------------+
 
 Delete Port
-+++++++++++++++
++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/#delete-port
 
@@ -2852,7 +1534,7 @@ Request Body:
 +----------------------------+---------+-----------+--------------------------+--------------------------------------------------------------+
 
 Create Security Group
-++++++++++++++++++++++
++++++++++++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/#create-security-group
 
@@ -2909,7 +1591,7 @@ Response:
 +-----------------------------+------------------+------------------------------------------------------------------------------+
 
 Delete security group
-++++++++++++++++++++++
++++++++++++++++++++++
 
 https://developer.openstack.org/api-ref/network/v2/#delete-security-group
 
@@ -3007,7 +1689,7 @@ Response:
 +-----------------------------+------------------+-------------------------------------------------------------------------------------------------+
 
 Delete security group
-++++++++++++++++++++++
++++++++++++++++++++++
 
 https://developer.openstack.org/api-ref/networking/v2/#delete-security-group-rule
 
@@ -3948,139 +2630,139 @@ Request Parameters:
 +-------------------+---------+-----------+-------+-------------------------------------------------------------+
 
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|transactionId      |Y        |1          |String |A unique ID to track an ONAP transaction.                              |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|requestId          |Y        |1          |String |A unique ID to track multiple requests.                                |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|callbackUrl        |Y        |1          |String |The end point of a callback service where recommendations are posted.  |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|callbackHeader            |N        |1              |String |The header information a client expecting in a async callback.         |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|sourceId           |Y        |1          |String |The unique ID of a client making an optimization call.                 |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|requestType        |Y        |1          |String |The type of a request                                                  |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|numSolutions       |N        |1          |Integer|Expected number of solutions.                                          |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|optimizers         |Y        |1..N       |List of Strings|A list of optimization services.                               |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|timeout            |N        |1          |Integer|A tolerance window (in secs) for expecting solutions. Default is 600 secs.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content        |Description                                                               |
++===================+=========+===========+===============+==========================================================================+
+|transactionId      |Y        |1          |String         |A unique ID to track an ONAP transaction.                                 |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|requestId          |Y        |1          |String         |A unique ID to track multiple requests.                                   |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|callbackUrl        |Y        |1          |String         |The end point of a callback service where recommendations are posted.     |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|callbackHeader            |N        |1          |String         |The header information a client expecting in a async callback.            |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|sourceId           |Y        |1          |String         |The unique ID of a client making an optimization call.                    |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|requestType        |Y        |1          |String         |The type of a request                                                     |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|numSolutions       |N        |1          |Integer        |Expected number of solutions.                                             |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|optimizers         |Y        |1..N       |List of Strings|A list of optimization services.                                          |
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
+|timeout            |N        |1          |Integer        |A tolerance window (in secs) for expecting solutions. Default is 600 secs.|
++-------------------+---------+-----------+---------------+--------------------------------------------------------------------------+
 
 
 PlacementInfo Object
 
-+-------------------+---------+-----------+-------+-------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                  |
-+===================+=========+===========+=======+=============================================================+
-|requestParameters  |C        |1          |String |A JSON object conaining service and customer-specific data. A client or service designer is required to specify the parameters of interest for a given service and their location in the JSON blob through optimization query policies. This attribute is only required if a request contains service or customer-specific information.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|placementDemands   |Y        |1..N       |List of PlacementDemand Object|The resource information for a placement service.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|subscriberInfo            |N        |1              |Object |The information of a service subscriber.                               |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content                       |Description                                                                                                                                                                                                                                                                                                                            |
++===================+=========+===========+==============================+=======================================================================================================================================================================================================================================================================================================================================+
+|requestParameters  |C        |1          |String                        |A JSON object conaining service and customer-specific data. A client or service designer is required to specify the parameters of interest for a given service and their location in the JSON blob through optimization query policies. This attribute is only required if a request contains service or customer-specific information.|
++-------------------+---------+-----------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|placementDemands   |Y        |1..N       |List of PlacementDemand Object|The resource information for a placement service.                                                                                                                                                                                                                                                                                      |
++-------------------+---------+-----------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|subscriberInfo            |N        |1          |Object                        |The information of a service subscriber.                                                                                                                                                                                                                                                                                               |
++-------------------+---------+-----------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 PlacementDemand Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|resourceModuleName |Y        |1          |String |A resource name as defined in a service model.                         |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|serviceResourceId  |Y        |1          |String |A unique resource Id with a local scope between client and OOF.        |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|tenantId           |N        |1          |String |A tenant Id as defined in the ordering system.                         |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|resourceModelInfo  |Y        |1          |Object |Resource model information as defined in SDC.                          |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|existingCandidates |N        |1..N       |List of Candidates Objects | The existing placement information of a resource. |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|excludedCandidates |N        |1..N       |List of Candidates Objects |Candidates that need to be excluded from solutions.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|requiredCandidates |N        |1..N       |List of Candidates Objects |Candidates that must be included in solutions.     |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content                     |Description                                                            |
++===================+=========+===========+============================+=======================================================================+
+|resourceModuleName |Y        |1          |String                      |A resource name as defined in a service model.                         |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|serviceResourceId  |Y        |1          |String                      |A unique resource Id with a local scope between client and OOF.        |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|tenantId           |N        |1          |String                      |A tenant Id as defined in the ordering system.                         |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|resourceModelInfo  |Y        |1          |Object                      |Resource model information as defined in SDC.                          |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|existingCandidates |N        |1..N       |List of Candidates Objects  | The existing placement information of a resource.                     |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|excludedCandidates |N        |1..N       |List of Candidates Objects  |Candidates that need to be excluded from solutions.                    |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
+|requiredCandidates |N        |1..N       |List of Candidates Objects  |Candidates that must be included in solutions.                         |
++-------------------+---------+-----------+----------------------------+-----------------------------------------------------------------------+
 
 
 SubscriberInfo Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|globalSubscriberId |Y        |1          |String |An ID of a subscriber.                                                 |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|subscriberName     |Y        |1.N        |String |The name of a subscriber. If the name is not known, the value must be 'unknown'.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|subscriberCommonSiteId        |N        |1          |String |Id representing a subscriber location.                                 |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-----------------------+---------+-----------+-------+-----------------------------------------------------------------------------------+
+|Attribute              |Required |Cardinality|Content|Description                                                                        |
++=======================+=========+===========+=======+===================================================================================+
+|globalSubscriberId     |Y        |1          |String |An ID of a subscriber.                                                             |
++-----------------------+---------+-----------+-------+-----------------------------------------------------------------------------------+
+|subscriberName         |Y        |1.N        |String |The name of a subscriber. If the name is not known, the value must be 'unknown'.   |
++-----------------------+---------+-----------+-------+-----------------------------------------------------------------------------------+
+|subscriberCommonSiteId        |N        |1          |String |Id representing a subscriber location.                                             |
++-----------------------+---------+-----------+-------+-----------------------------------------------------------------------------------+
 
 ModelMetaData Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|modelInvariantId   |Y        |1          |String |A model invariant Id as defined in a service model.                    |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelVersionId     |Y        |1          |String |A unique model Id as defined in a service model.                       |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelName          |N        |1          |String |A model name as defined in a service model.                            |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelType          |N        |1          |String |A model type as defined in a service model.                            |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelVersion       |N        |1          |String |A model version as defined in a service model.                         |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelCustomizationName |N    |1          |String |A model customization name as defined in a service model.              |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|Attribute               |Required |Cardinality|Content|Description                                                            |
++========================+=========+===========+=======+=======================================================================+
+|modelInvariantId        |Y        |1          |String |A model invariant Id as defined in a service model.                    |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|modelVersionId          |Y        |1          |String |A unique model Id as defined in a service model.                       |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|modelName               |N        |1          |String |A model name as defined in a service model.                            |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|modelType               |N        |1          |String |A model type as defined in a service model.                            |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|modelVersion            |N        |1          |String |A model version as defined in a service model.                         |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
+|modelCustomizationName  |N        |1          |String |A model customization name as defined in a service model.              |
++------------------------+---------+-----------+-------+-----------------------------------------------------------------------+
 
 
 Candidates Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|identifierType     |Y        |1          |String |The type of a candidate.                                               |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|identifiers        |Y        |1..N       |List   |A list of identifiers.                                                 |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|cloudOwner            |C            |1              |String |The name of a cloud owner. Only required if identifierType is cloud_region_id.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+-------+--------------------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content|Description                                                                     |
++===================+=========+===========+=======+================================================================================+
+|identifierType     |Y        |1          |String |The type of a candidate.                                                        |
++-------------------+---------+-----------+-------+--------------------------------------------------------------------------------+
+|identifiers        |Y        |1..N       |List   |A list of identifiers.                                                          |
++-------------------+---------+-----------+-------+--------------------------------------------------------------------------------+
+|cloudOwner         |C        |1          |String |The name of a cloud owner. Only required if identifierType is cloud_region_id.  |
++-------------------+---------+-----------+-------+--------------------------------------------------------------------------------+
 
 
 ServiceInfo Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|serviceInstanceId  |Y        |1          |String |A service instance id associated with a request.                       |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|modelInfo          |Y        |1          |ModelMetaData Object |A list of identifiers.                                   |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|serviceName       |Y        |1              |String |The name of a service                                                  |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content              |Description                                                            |
++===================+=========+===========+=====================+=======================================================================+
+|serviceInstanceId  |Y        |1          |String               |A service instance id associated with a request.                       |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|modelInfo          |Y        |1          |ModelMetaData Object |A list of identifiers.                                                 |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|serviceName        |Y        |1          |String               |The name of a service                                                  |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
 
 LicenseInfo Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|licenseDemands     |Y        |1..N       |List of LicenseDemands Object |A list of resources for license selection.      |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+------------------------------+-----------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content                       |Description                                                            |
++===================+=========+===========+==============================+=======================================================================+
+|licenseDemands     |Y        |1..N       |List of LicenseDemands Object |A list of resources for license selection.                             |
++-------------------+---------+-----------+------------------------------+-----------------------------------------------------------------------+
 
 LicenseDemand Object
 
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|Attribute          |Required |Cardinality|Content|Description                                                            |
-+===================+=========+===========+=======+=======================================================================+
-|resourceModuleName |Y        |1          |String |A resource name as defined in a service model.                         |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|serviceResourceId  |Y        |1          |String |A unique resource Id with a local scope between client and OOF.        |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|resourceModelInfo  |Y        |1          |ModelMetaData Object |Resource model information as defined in a service model.|
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
-|existingLicenses   |N        |1          |LicenseModel Object  |Existing license information assigned to a resource.     |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|Attribute          |Required |Cardinality|Content              |Description                                                            |
++===================+=========+===========+=====================+=======================================================================+
+|resourceModuleName |Y        |1          |String               |A resource name as defined in a service model.                         |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|serviceResourceId  |Y        |1          |String               |A unique resource Id with a local scope between client and OOF.        |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|resourceModelInfo  |Y        |1          |ModelMetaData Object |Resource model information as defined in a service model.              |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
+|existingLicenses   |N        |1          |LicenseModel Object  |Existing license information assigned to a resource.                   |
++-------------------+---------+-----------+---------------------+-----------------------------------------------------------------------+
 
 LicenseModel Object
 
@@ -4105,4 +2787,4 @@ Response Body
 |statusMessage      |N        |1          |String |Reasoning if a requestStatus is failed.                                |
 +-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
 |requestStatus      |Y        |1          |String |The status of a request.                                               |
-+-------------------+---------+-----------+-------+-----------------------------------------------------------------------+
\ No newline at end of file
++-------------------+---------+-----------+-------+-----------------------------------------------------------------------+