Updated SDC listener and dependent bundles
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / start-singleVmPerVnfc-.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                         "vserver-id" : "smp_vserverid1",
29                         "vnfc":
30                         {
31                             "vnfc-type": "SMP",
32                             "vnfc-name": "SMP - Name"
33                         }
34
35                     }
36                  ]
37         }
38     },
39     "dependency-info": {
40
41     },
42     "tunable-parameters": {
43
44     },
45     "capabilities" : {
46         "vm" : ["Stop", "Start"],
47         "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
48     }
49 }
50
51