diff options
author | 2020-11-13 17:03:52 +0800 | |
---|---|---|
committer | 2020-11-13 17:05:51 +0800 | |
commit | 6c9735ac3be12a4a1926fd50bdf4e8b59c712ff2 (patch) | |
tree | 34eed2aad1e08aacec75047eb4a79e738838b773 /docs/sections/apis/des_api.rst | |
parent | e21c848562599340a99fc216bdaae97686d92a72 (diff) |
Add des rst
Issue-ID: DCAEGEN2-2507
Signed-off-by: Kai Lu <lukai@chinamobile.com>
Change-Id: I63161a3d2f7364c3689b93de25c4251c6e06d7c5
Diffstat (limited to 'docs/sections/apis/des_api.rst')
-rw-r--r-- | docs/sections/apis/des_api.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/sections/apis/des_api.rst b/docs/sections/apis/des_api.rst new file mode 100644 index 00000000..57e68ca9 --- /dev/null +++ b/docs/sections/apis/des_api.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a + Creative Commons Attribution 4.0 International License. + +================================= +DES (DataLake Extraction Service) +================================= + +:Date: 2020-11-11 + +.. contents:: + :depth: 3 + +Overview +======== + +Component description is included in `DES`_. + +.. _DES: ../../sections/services/datalake-handler/index.html + +Offered APIs +============ + +.. csv-table:: + :header: "API name", "Swagger JSON" + :widths: 10,5 + + "Datafile Collector API", ":download:`link <des_api.json>`" + |