From 6d284b3c71fb5edf4b167a2408c78b49f108cb9a Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 9 Apr 2019 18:38:48 +0800 Subject: update vfc doc Issue-ID: VFC-1345 Change-Id: I06f1ebe49d702c2ed3dc9191164f834c103b4d7b Signed-off-by: yangyan --- docs/platform/APIs/index.rst | 31 +++++++++++++++++++++++++++++++ docs/platform/APIs/vfc-api.png | Bin 0 -> 9630 bytes 2 files changed, 31 insertions(+) create mode 100644 docs/platform/APIs/vfc-api.png (limited to 'docs/platform/APIs') diff --git a/docs/platform/APIs/index.rst b/docs/platform/APIs/index.rst index ad31664d..86eddffc 100644 --- a/docs/platform/APIs/index.rst +++ b/docs/platform/APIs/index.rst @@ -11,7 +11,38 @@ VF-C Offered APIs Now VF-C provides the NS life cycle management APIs to UUI,SO,Policy and package management APIs to UUI. For VNFM vendor, VF-C also provides the VNFM integration APIs, they can reference these APIs to implmemet their VNFMDriver to integrate with VF-C and ONAP. + |image0| + .. |image0| image:: nfvo-api.png + :width: 1000px + :height: 600px + +NFVO provided interfaces: + +* Network Service LCM interface + + Provides Network Service LCM interface(NS instantiate/scale/heal/terminate/query/…) + +* VNF Operation Granting interface + + Provides VNF Operation Granting interface and make granting decision + +* NS package management interface + + Provides runtime NS package management interface + +* VNF package management interface + + Provides runtime VNF package management interface + + +GVNFM provided interfaces: + +* VNF LCM interface + + Provides the VNF LCM interface(VNF instantiate/terminate/query/…) + +More interface defination can be found in the following part. VFC Northbound API ------------------ diff --git a/docs/platform/APIs/vfc-api.png b/docs/platform/APIs/vfc-api.png new file mode 100644 index 00000000..1f8478bb Binary files /dev/null and b/docs/platform/APIs/vfc-api.png differ -- cgit 1.2.3-korg