forked from linode/linode_api4-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonitor_dashboards.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathmonitor_dashboards.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"data": [
{
"created": "2024-10-10T05:01:58",
"id": 1,
"label": "Resource Usage",
"service_type": "dbaas",
"type": "standard",
"updated": "2024-10-10T05:01:58",
"widgets": [
{
"aggregate_function": "sum",
"chart_type": "area",
"color": "default",
"label": "CPU Usage",
"metric": "cpu_usage",
"size": 12,
"unit": "%",
"y_label": "cpu_usage",
"group_by": ["entity_id"],
"filters": null
},
{
"aggregate_function": "sum",
"chart_type": "area",
"color": "default",
"label": "Disk I/O Write",
"metric": "write_iops",
"size": 6,
"unit": "IOPS",
"y_label": "write_iops",
"group_by": ["entity_id"],
"filters": null
}
]
}
],
"page": 1,
"pages": 1,
"results": 1
}