diff options
Diffstat (limited to 'docs/consumedapis.rst')
-rw-r--r-- | docs/consumedapis.rst | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst index 2379d75f70..5da13fbf3c 100644 --- a/docs/consumedapis.rst +++ b/docs/consumedapis.rst @@ -5,4 +5,18 @@ Consumed APIs ============= -SDC Project does not consume any APIs from other sources therefore this section is currently empty +VNF-SDK +------- +SDC allows the user to choose packages from VNF-SDK and start the onboarding from their instead of manually uploading a package. + + +.. list-table:: + :widths: 60 40 + :header-rows: 1 + + * - URL + - Description + * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars + - get all avilable csar pckage data + * - /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/{id}/files + - Download CSAR by id
\ No newline at end of file |