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-per-vnfc.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" : "vnfc1_vserverid1",
32                                                 "vnfc":
33                                                 {
34                                                         "vnfc-type": "VNFC1",
35                                                         "vnfc-name": "VNFC1 - Name"
36                                                 }
37
38                                         }
39                         ]
40                 }
41         },
42         "dependency-info":
43         {
44
45         },
46         "tunable-parameters":
47         {
48
49         },
50         "capabilities" :
51         {
52                 "vm" :
53                 [
54                         "Stop",
55                         "Start"
56                 ],
57                 "vnfc":
58                 [
59                         "StopApplication",
60                         "StartApplication",
61                         "HealthCheck"
62                 ]
63         }
64 }
65
66