Provide user to specify the ouput name while declaring the atrributes
[sdc.git] / docs / consumedapis.rst
index 4fe7852..7666209 100644 (file)
@@ -7,7 +7,7 @@ Consumed APIs
 
 VNF-SDK
 -------
-SDC allows the user to choose packages from VNF-SDK and start the onboarding from their instead of manually uploading a package.
+SDC allows the user to choose packages from VNF-SDK and start the onboarding from there instead of manually uploading a package.
 
 
 .. list-table::
@@ -19,4 +19,24 @@ SDC allows the user to choose packages from VNF-SDK and start the onboarding fro
    * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars
      - get all available csar package data
    * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/{id}/files
-     - Download CSAR by id
\ No newline at end of file
+     - Download CSAR by id
+
+
+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