Skip to content

Commit bbf526c

Browse files
committed
updating group_by at dashboard level
1 parent fcc41e5 commit bbf526c

6 files changed

Lines changed: 586 additions & 131 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class ServiceType(StrEnum):
6262
aclb = "aclb"
6363
net_load_balancer = "netloadbalancer"
6464

65-
6665
class MetricType(StrEnum):
6766
"""
6867
Enum for supported metric type
@@ -229,6 +228,7 @@ class MonitorDashboard(Base):
229228
"label": Property(),
230229
"service_type": Property(ServiceType),
231230
"type": Property(DashboardType),
231+
"group_by": Property(),
232232
"widgets": Property(json_object=DashboardWidget),
233233
"updated": Property(is_datetime=True),
234234
}

0 commit comments

Comments
 (0)