Changed to unmaintained
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / stop-single-vm-per-vnfc.json
1
2
3 {
4   "request-info": {
5     "action": "Stop",
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       "identity-url" : "test_url",
19       "vm": [
20         {
21           "vserver-id" : "be_vserverid1",
22           "vm-id" : "vm_id1",
23           "vnfc":
24           {
25             "vnfc-type": "BE",
26             "vnfc-name": "BE - Name"
27           }
28         },
29         {
30           "vserver-id" : "smp_vserverid1",
31           "vm-id" : "vm_id1",
32           "vnfc":
33           {
34             "vnfc-type": "SMP",
35             "vnfc-name": "SMP - Name"
36           }
37
38         }
39       ]
40   }},
41   "dependency-info": {
42
43   },
44   "tunable-parameters": {
45
46   },
47   "capabilities" : {
48     "vm" : ["Stop", "Start"],
49     "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
50   }
51 }