Merge "Fix the format of supplementary file and user params for aLaCarte requests"
[vid.git] / vid-app-common / src / test / resources / payload_jsons / vfmodule_instantiation_request.json
index 92f837f..84dcd73 100644 (file)
@@ -12,7 +12,7 @@
     "cloudConfiguration": {
       "lcpCloudRegionId": "mdt1",
       "tenantId": "88a6ca3ee0394ade9403f075db23167e",
-      "cloudOwner" : "att-aic"
+      "cloudOwner" : "irma-aic"
     },
     "requestInfo": {
       "instanceName": "vmxnjr001_AVPN_base_vRE_BV_expansion",
     ],
     "requestParameters": {
       "usePreload": true,
-      "userParams": [{
-        "vre_a_volume_size_0" : "100",
-        "vmx_int_net_len" : "24",
-        "availability_zone_0": "mtpocdv-kvm-az01"
-      }]
+      "userParams": [
+        {
+          "name": "vre_a_volume_size_0",
+          "value": "100"
+        },
+        {
+          "name": "vmx_int_net_len",
+          "value": "24"
+        },
+        {
+          "name": "availability_zone_0",
+          "value": "mtpocdv-kvm-az01"
+        }
+     ],
+      "testApi" : "VNF_API"
     }
   }
 }