diff options
author | Michael Lando <ml636r@att.com> | 2018-06-06 11:44:25 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-06 11:44:25 +0300 |
commit | db0e898f982954e25c0133cab7a99d9f5e0605ea (patch) | |
tree | 158e70188206425429c3bf19f7d98eacde9c7a7a /docs/consumedapis.rst | |
parent | 719e3bb7d4f6b31c178abaeff9b8124ce7703662 (diff) |
update documentation
update general information
update swagger information
fix swagger erros
Change-Id: I0b8c385deb3204100ebe363177a8e0efd5b147f7
Issue-ID: SDC-1378
Signed-off-by: Michael Lando <ml636r@att.com>
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 |