Move configuration part of seed doc of open-o 05/9805/1
authorfengyuanxing <feng.yuanxing@zte.com.cn>
Fri, 1 Sep 2017 02:12:47 +0000 (10:12 +0800)
committerfengyuanxing <feng.yuanxing@zte.com.cn>
Fri, 1 Sep 2017 02:12:47 +0000 (10:12 +0800)
Change-Id: Icb15d3566f4f6d9bc804bc524c6c517601b9695a
Issue-Id: VNFRQTS-39
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
docs/Chapter7.rst

index dab0d61..6803197 100644 (file)
@@ -526,9 +526,12 @@ VNF REST APIs
 Healthcheck is a command for which no NETCONF support exists. Therefore,
 this must be supported using a RESTful interface which we have defined.
 
-The VNF must provide a REST formatted GET RPCs to support Healthcheck
+The VNF via APP-C must provide a REST formatted GET RPCs to support Healthcheck
 queries via the GET method over HTTP(s).
 
+The VNF via VF-C must provide REST APIs to make the configurations of
+associated VNFs.
+
 The port number, url, and other authentication information is provided
 by the VNF vendor.
 
@@ -583,6 +586,9 @@ by the VNF vendor.
 |                 |                                                                                                                                                                                                                                                                                                                                                                                                       |            |            |
 |                 | }                                                                                                                                                                                                                                                                                                                                                                                                     |            |            |
 +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
+| REST APIs       |  **/configuration** This API executes a vendor-defined VNF configuration action over the scope of the entire VNF(e.g if there are multiple VMs, then run configuration on all VMs according to the input parameters).                                                                                                                                                                                 |  Must      | 12200      |
+|                 |  **/configuration** returns a 201 Created if the configuration succeeds or a 4XX/5XX response if it fails. A JSON object is returned indicating the outcome of the VNF configuration including all the necessary configuration info.                                                                                                                                                                  |            |            |
++-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+------------+
 
 Chef Standards and Capabilities
 -------------------------------