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