diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-11-10 11:33:38 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-11-10 11:33:46 +0800 |
commit | 9e102f0d449dc8c46e28fb786e6a0bedfeb1bd70 (patch) | |
tree | f03eecd68d3f0646ea5eaaeabfecb480e10c2741 /docs/platform/consumedapis.rst | |
parent | d4dbb5f111f28003b5c69b2a15fcf0d9864b87e2 (diff) |
Add doc missing part
Issue-ID: VFC-591
Change-Id: I8c7c520b1935311e8dd0924abb7d4d74f22add02
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/consumedapis.rst')
-rw-r--r-- | docs/platform/consumedapis.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst new file mode 100644 index 00000000..cd39a5ec --- /dev/null +++ b/docs/platform/consumedapis.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +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 + + + + |