summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json
diff options
context:
space:
mode:
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json b/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json
new file mode 100644
index 00000000..4e2c3cef
--- /dev/null
+++ b/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfresourceroa/grantvnfresourcesuccess.json
@@ -0,0 +1,41 @@
+{
+ "request": {
+ "uri": "/rest/vnfmmed/csm/v2/vapps/instances/123456/grant",
+ "method": "put",
+ "headers": {
+ "Content-Type": "application/json;charset=UTF-8"
+ },
+ "json": {
+ "grant": {
+ "vnf_id":"",
+ "project_id": "",
+ "type": "instantiation",
+ "oparetion_right": "increase",
+ "vnf_name": "",
+ "vm_list": [{
+ "vm_flavor": {
+ "vdu_name": "OMU_VDU",
+ "location": "",
+ "num_cpus": "",
+ "mem_size": "",
+ "proirity": "",
+ "storage": [{
+ "vol_type": "network_storage",
+ "vol_size": "512"
+ }]
+ },
+ "init_number": ""
+ }]
+ }
+ }
+ },
+ "response": {
+ "status": 200,
+ "json": {
+ "grant": {
+ "vim_id": "",
+ "vnf_id": ""
+ }
+ }
+ }
+} \ No newline at end of file