blob: a93dafb1663dec3b201dcf6f89f83d3f6a51ff00 [file] [log] [blame]
Jeremy Mordkoff6f07e6f2016-09-07 18:56:51 -04001[
2 {
3 "action_param": [
4 {
5 "id": "actionparam01",
6 "name": "Start Me Up",
7 "description": "This is a description. It doesn't say much",
8 "group_tag": "control-group1",
9 "url": "http://localhost:8091/vnfr/1/start"
10 },
11 {
12 "id": "actionparam02",
13 "name": "Stop me",
14 "description": "This is a description. It doesn't say much",
15 "group_tag": "control-group1",
16 "url": "http://localhost:8091/vnfr/1/stop",
17 "operation": "POST"
18 }
19 ],
20 "control_param": [
21 {
22 "id": "controlparam01",
23 "name": "Control Param 1",
24 "description": "This is a description. It doesn't say much",
25 "group_tag": "control-group1",
26 "min_value": 0,
27 "max_value": 100,
28 "current_value": 0,
29 "step_value": 1,
30 "units": "smoots",
31 "widget_type": "HISTOGRAM",
32 "url": "http://localhost:8091/vnfr/1/control-1",
33 "operation": "POST",
34 "payload": "{ \"test\": \"sample value\" }"
35 },
36 {
37 "id": "controlparam02",
38 "name": "Control Param 2",
39 "description": "This is a description. It doesn't say much",
40 "group_tag": "control-group1",
41 "min_value": 0,
42 "max_value": 100,
43 "current_value": 0,
44 "step_value": 1,
45 "units": "smoots",
46 "widget_type": "GAUGE",
47 "url": "http://localhost:8091/vnfr/1/control-2",
48 "operation": "POST",
49 "payload": "{ \"test\": \"sample value\" }"
50 }
51 ]
52 }
53]
54