Merge "change made to enable https mode"
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / heal_ns.json
1 {
2   "healVnfData": {
3     "vnfInstanceId": "123",
4     "cause": "new",
5     "additionalParams": {
6       "action": "add",
7       "actionvminfo": {
8         "vmid": "123",
9         "vduid": "1",
10         "vmname": "wm123"
11       }
12     }
13   },
14   "healNsData": {
15     "degreeHealing": "HEAL_RESTORE",
16     "actionsHealing": [
17       "One action"
18     ],
19     "healScript": "script of NS heal",
20     "additionalParamsforNs": "Addition params of NS heal"
21   }
22 }