aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/consumedapis.rst
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-10 10:47:38 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-10 10:47:44 +0800
commit2a316ed612327012b9ccc69875c39467a6a87823 (patch)
tree1261d165c5b403a8c02ca0409600ff29dbd8049e /docs/platform/consumedapis.rst
parentb47a3175534da93d5452090f5c16f1a4ac1893d8 (diff)
Update vfc doc
Issue-ID: VFC-1345 Change-Id: Id0c2c8f70dd931790c94acfc0d4185a590d88a8d Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/consumedapis.rst')
-rw-r--r--docs/platform/consumedapis.rst29
1 files changed, 23 insertions, 6 deletions
diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst
index 08439551..5a125d16 100644
--- a/docs/platform/consumedapis.rst
+++ b/docs/platform/consumedapis.rst
@@ -5,12 +5,29 @@ Consumed APIs
=============
References to APIs offered by other components
- - A&AI: Use A&AI API to operate the instance data stored in A&AI, this opration includes CURL
- - SDC: Use Catalog external API to query csar package
- - DCAE: Use DCAE Ves collector API to report FCAPS data to DCAE
- - MSB: Use MSB to register and find microservice
- - Modeling: Use nfvparser API to parse tosca template
- - Multicloud: Use Multicloud API to CRUD virtual resource
+NFVO consumed interfaces:
+
+ - VNF LCM Interface, from: Generic VNFM controller, SVNFM
+ - Inventory Service Interface, from: Available and Active Inventory
+ - Catalog Synchronization Interface, from: SDC
+ - Generic VIM Interface, From: Multi-cloud
+ - Data report Interface, From: DCAE
+ - Tosca parser Interface, From: Modeling
+ - Service registration and discovery, From: MSB
+ - Homing Request Interface, from: Optimization Framework
+
+
+GVNFM consumed interfaces:
+
+ - Catalog and notification Interface, from: NFVO
+ - Inventory Interface, from: A&AI
+ - Tosca parser Interface, From: Modeling
+ - Generic VIM Interface, From: Multi-cloud
+ - Service registration and discovery, From: MSB
+
+
+
+