diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-09 18:38:48 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-09 18:38:54 +0800 |
commit | 6d284b3c71fb5edf4b167a2408c78b49f108cb9a (patch) | |
tree | cc5c88608b6d267a5792764609b42529824ffff7 /docs/platform/APIs/index.rst | |
parent | a65096b93684ff0798728c5d3b8eb7f15096ad7e (diff) |
update vfc doc
Issue-ID: VFC-1345
Change-Id: I06f1ebe49d702c2ed3dc9191164f834c103b4d7b
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/APIs/index.rst')
-rw-r--r-- | docs/platform/APIs/index.rst | 31 |
1 files changed, 31 insertions, 0 deletions
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 ------------------ |