Updated SDC listener and dependent bundles
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / start-singleVM-.json
1
2
3 {
4     "request-info": {
5         "action": "Start",
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             "vm": [
19                     {
20                         "vserver-id" : "be_vserverid1",
21                         "vnfc":
22                                 {
23                                     "vnfc-type": "BE",
24                                     "vnfc-name": "BE - Name"
25                                 }
26                     }
27                  ]
28         }
29     },
30     "dependency-info": {
31
32     },
33     "tunable-parameters": {
34
35     },
36     "capabilities" : {
37         "vm" : ["Stop", "Start"],
38         "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
39     }
40 }
41
42