aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
blob: f3f669ab51da000282e6f656bd5aac715a55bd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "healVnfData": {
    "vnfInstanceId": "123",
    "cause": "new",
    "additionalParams": {
      "action": "add",
      "actionvminfo": {
        "vmid": "123",
        "vduid": "1",
        "vmname": "wm123"
      }
    }
  },
  "healNsData": {
    "degreeHealing": "HEAL_RESTORE",
    "actionsHealing": [
      "One action"
    ],
    "healScript": "script of NS heal",
    "additionalParamsforNs": "Addition params of NS heal"
  }
}