b9a93cdd80372894669e1f69820465cb413fcf64
[appc.git] /
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                         "identity-url" : "test_url",
19                         "vm": [
20                                         {
21                                                 "vserver-id" : "be_vserverid1",
22                                                 "vm-id" : "vm-id",
23                                                 "vnfc":
24                                                                 {
25                                                                         "vnfc-type": "BE",
26                                                                         "vnfc-name": "BE - Name"
27                                                                 }
28                                         },
29                                         {
30                                                 "vserver-id" : "smp_vserverid1",
31                                                 "vm-id" : "vm-id",
32                                                 "vnfc":
33                                                 {
34                                                         "vnfc-type": "SMP",
35                                                         "vnfc-name": "SMP - Name"
36                                                 }
37
38                                         }
39                                  ]
40                 }
41         },
42         "dependency-info": {
43
44         },
45         "tunable-parameters": {
46
47         },
48         "capabilities" : {
49                 "vm" : ["Stop", "Start"],
50                 "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
51         }
52 }
53