From 2a316ed612327012b9ccc69875c39467a6a87823 Mon Sep 17 00:00:00 2001 From: yangyan Date: Wed, 10 Apr 2019 10:47:38 +0800 Subject: Update vfc doc Issue-ID: VFC-1345 Change-Id: Id0c2c8f70dd931790c94acfc0d4185a590d88a8d Signed-off-by: yangyan --- docs/platform/consumedapis.rst | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'docs/platform/consumedapis.rst') 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 + + + + -- cgit 1.2.3-korg