Added seq generator changes for vnf level actions
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / stop-single-vm.json
1
2
3 {
4   "request-info": {
5     "action": "Stop",
6     "action-level": "vm",
7     "action-identifier": {
8       "vserver-id": "dbgx0001v"
9     },
10     "payload": "ABC"
11   },
12   "inventory-info": {
13     "vnf-info": {
14       "vnf-id" : "abc",
15       "vnf-name": "vSCP",
16       "vnf-type": "vSCP",
17       "vnf-version" : "1.0",
18       "identity-url" : "test-url",
19       "vm": [
20         {
21           "vserver-id" : "be_vserverid1",
22           "vm-id" : "vm_id1",
23           "vnfc":
24           {
25             "vnfc-type": "BE",
26             "vnfc-name": "BE - Name"
27           }
28         }
29       ]
30     }
31   },
32   "dependency-info": {
33
34   },
35   "tunable-parameters": {
36
37   },
38   "capabilities" : {
39     "vm" : ["Stop", "Start"],
40     "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
41   }
42 }
43
44