Fix 'Changing VFC version on template wipes previously assigned property values based...
[sdc.git] / docs / consumedapis.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 =============
5 Consumed APIs
6 =============
7
8 VNF-SDK
9 -------
10 SDC allows the user to choose packages from VNF-SDK and start the onboarding from there instead of manually uploading a package.
11
12
13 .. list-table::
14    :widths: 60 40
15    :header-rows: 1
16
17    * - URL
18      - Description
19    * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars
20      - get all available csar package data
21    * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/{id}/files
22      - Download CSAR by id
23
24
25 SDC invokes Compliance Checks via VNF Test Platform (VTP)
26
27 .. list-table::
28    :widths: 60 40
29    :header-rows: 1
30
31    * - URL
32      - Description
33    * - /vtp/scenarios
34      - retrieve list available test scenarios
35    * - /vtp/scenarios/{scenario}/testsuites
36      - retrieve a list of available test suites in a given scenario
37    * - /vtp/scenarios/{scenario}/testcases
38      - retrieve a list of available test cases in a given scenario
39    * - /vtp/scenarios/{scenario}/testsuites/{testSuiteName}/testcases/{testCaseName}
40      - retrieve test case parameters such as inputs and outputs in a given scenario and test suite
41    * - /vtp/executions
42      - execute a list of test cases