diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-11-19 06:13:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-19 06:13:23 +0000 |
commit | 410344a83c2a58fb6e6f4e39c989d6f82a4ca8db (patch) | |
tree | 1351ef35edbb0d24b443b411f5eb51aa1600eaa0 | |
parent | 75764c7af785fd4b92d690f983c60b3518c87d96 (diff) | |
parent | 2bcd57ee0a9f580a4b5e7dddebfb2b4661fd498e (diff) |
Merge "Fix for the API problem" into casablanca
-rw-r--r-- | docs/api/offered_consumed_apis.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/api/offered_consumed_apis.rst b/docs/api/offered_consumed_apis.rst index 0cf7e0f341..d6791d3437 100644 --- a/docs/api/offered_consumed_apis.rst +++ b/docs/api/offered_consumed_apis.rst @@ -5,7 +5,7 @@ SO Offered and Consumed APIs ===================================== -The list of APIs that SO offerers could be find in the following table: +The list of APIs that SO offerers could be found in the following table: .. |yml-icon| image:: swagger/images/yaml.png :width: 40px @@ -22,3 +22,13 @@ The list of APIs that SO offerers could be find in the following table: "swagger json file", "html doc", "yaml doc" ":download:`link <swagger/swagger.json>`", ":download:`link <swagger/swagger.html>`", ":download:`link <swagger/swagger.yaml>`" + +The list of APIs that SO offerers for monitroing the BPMN flows could be found in the following table: + +.. csv-table:: + :header: "|Swagger-icon|", "|yml-icon|" + :widths: 60,60 + + "swagger json file", "yaml doc" + ":download:`link <swagger/SO_MONITORING_SWAGGER.json>`", ":download:`link <swagger/SO_MONITORING_SWAGGER.yaml>`" +
\ No newline at end of file |