From 0fb8edd56b99f8e2a1a34d4a46eadf1862177c0a Mon Sep 17 00:00:00 2001 From: shentao Date: Fri, 29 Sep 2017 17:44:36 +0800 Subject: Add document template for usecase-ui Change-Id: Ia1a8ca6e09dbf78f4265438f73d2ad59c74ca857 Issue-Id: USECASEUI-48 Signed-off-by: shentao --- docs/offeredapis.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/offeredapis.rst (limited to 'docs/offeredapis.rst') diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst new file mode 100644 index 00000000..79af6645 --- /dev/null +++ b/docs/offeredapis.rst @@ -0,0 +1,43 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +VF-C Offered APIs +================= +List VF-C APIs offered. + + +NS LCM API +---------- + +Network services lifecycle management APIs + + +.. toctree:: + :maxdepth: 1 + + APIs/NSLCM_API/index + + +VNFM Driver API +--------------- + +VNFM Driver component northbound APIs + +.. toctree:: + :maxdepth: 1 + + APIs/VNFMDriver_API/index + + + +VNF LCM API +----------- + +VNF lifecycle management APIs + +.. toctree:: + :maxdepth: 1 + + APIs/VNFLCM_API/index + -- cgit 1.2.3-korg