RIFT 16526 Copy the icon image also to the UI logos location for UI update.
[osm/SO.git] / rwlaunchpad / mock / data / nsr-templates.json
1 [
2     {
3         "create_time": 1445876693,
4         "epa_param": {
5                 "ovs_acceleration": {
6                     "vm": 2
7                 },
8                 "ovs_offload": {
9                     "vm": 2
10                 },
11                 "ddio": {
12                     "vm": 2
13                 },
14                 "cat": {
15                     "vm": 2
16                 },
17                 "cmt": {
18                     "vm": 2
19                 }
20         },
21         "monitoring_param": [
22             {
23                 "id": "monitoring-param-1",
24                 "name": "rate",
25                 "description": "Generalized rate monitoring param",
26                 "group_tag": "group-a",
27                 "min_value": 0,
28                 "max_value": 100,
29                 "current_value": 0,
30                 "widget_type": "GAUGE",
31                 "units": "gbps"
32             },
33             {
34                 "id": "monitoring-param-2",
35                 "name": "size",
36                 "description": "Generalized size monitoring param",
37                 "group_tag": "group-a",
38                 "min_value": 0,
39                 "max_value": 100,
40                 "current_value": 0,
41                 "widget_type": "GAUGE",
42                 "units": "gb"
43             },
44             {
45                 "id": "monitoring-param-3",
46                 "name": "size22",
47                 "description": "Generalized size monitoring param",
48                 "group_tag": "group-b",
49                 "min_value": 0,
50                 "max_value": 100,
51                 "current_value": 0,
52                 "widget_type": "GAUGE",
53                 "units": "gb"
54             }
55         ]
56     }
57 ]