Skip to content

Commit 1b1eaff

Browse files
Updating python sdk to include group_by at dashboard level (#703)
* updating group_by at dashboard level * reformatting files --------- Co-authored-by: Maciej Wilk <mawilk@akamai.com>
1 parent 5e120f6 commit 1b1eaff

5 files changed

Lines changed: 588 additions & 129 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ class MonitorDashboard(Base):
278278
"label": Property(),
279279
"service_type": Property(ServiceType),
280280
"type": Property(DashboardType),
281+
"group_by": Property(),
281282
"widgets": Property(json_object=DashboardWidget),
282283
"updated": Property(is_datetime=True),
283284
}

0 commit comments

Comments
 (0)