Remove lic header from appc sequence gen json file
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / start-single-vm-duplicate.json
1 {
2         "request-info":
3         {
4                 "action": "Start",
5                 "action-level": "vm",
6                 "action-identifier":
7                 {
8                         "vserver-id": "dbgx0001v"
9                 },
10                 "payload": "ABC"
11         },
12         "inventory-info":
13         {
14                 "vnf-info":
15                 {
16                         "vnf-id" : "abc",
17                         "vnf-name": "vVNF",
18                         "vnf-type": "vVNF",
19                         "vnf-version" : "1.0",
20                         "vm":
21                         [
22                                         {
23                                                 "vserver-id" : "vnfc2_vserverid1",
24                                                 "vnfc":
25                                                                 {
26                                                                         "vnfc-type": "VNFC2",
27                                                                         "vnfc-name": "VNFC2 - Name"
28                                                                 }
29                                         },
30                                 {
31                                         "vserver-id" : "vnfc2_vserverid1",
32                                         "vnfc":
33                                         {
34                                                 "vnfc-type": "VNFC2",
35                                                 "vnfc-name": "VNFC2 - Name"
36                                         }
37                                 }
38                         ]
39                 }
40         },
41         "dependency-info":
42         {
43
44         },
45         "tunable-parameters":
46         {
47
48         },
49         "capabilities" :
50         {
51                 "vm" :
52                 [
53                         "Stop",
54                         "Start"
55                 ],
56                 "vnfc":
57                 [
58                         "StopApplication",
59                         "StartApplication",
60                         "HealthCheck"
61                 ]
62         }
63 }
64
65