Fix 'Changing VFC version on template wipes previously assigned property values based...
[sdc.git] / docs / consumedapis.rst
index c2af4c2..7666209 100644 (file)
@@ -1,16 +1,42 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 
+=============
 Consumed APIs
 =============
 
-.. note::
-   * This section is used to reference APIs that a software component depends on
-     and uses from other sources.  
-   
-   * Consumed APIs should be a specific link to the offered APIs from another component
-     or external source.
+VNF-SDK
+-------
+SDC allows the user to choose packages from VNF-SDK and start the onboarding from there instead of manually uploading a package.
+
+
+.. list-table::
+   :widths: 60 40
+   :header-rows: 1
+
+   * - URL
+     - Description
+   * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars
+     - get all available csar package data
+   * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/{id}/files
+     - Download CSAR by id
+
 
-   * This note must be removed after content has been added.
+SDC invokes Compliance Checks via VNF Test Platform (VTP)
 
+.. list-table::
+   :widths: 60 40
+   :header-rows: 1
 
+   * - URL
+     - Description
+   * - /vtp/scenarios
+     - retrieve list available test scenarios
+   * - /vtp/scenarios/{scenario}/testsuites
+     - retrieve a list of available test suites in a given scenario
+   * - /vtp/scenarios/{scenario}/testcases
+     - retrieve a list of available test cases in a given scenario
+   * - /vtp/scenarios/{scenario}/testsuites/{testSuiteName}/testcases/{testCaseName}
+     - retrieve test case parameters such as inputs and outputs in a given scenario and test suite
+   * - /vtp/executions
+     - execute a list of test cases