aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/heal_ns.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/heal_ns.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json b/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
new file mode 100644
index 00000000..f3f669ab
--- /dev/null
+++ b/tests/vfc/nfvo-lcm/jsoninput/heal_ns.json
@@ -0,0 +1,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"
+ }
+} \ No newline at end of file