You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdcclient/monitor/_dashboards_v3.py
+23-9
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,29 @@ def get_view(self, name):
46
46
returnself._request_result(res)
47
47
48
48
defget_dashboards(self, light=True):
49
-
'''**Description**
50
-
Return the list of dashboards available under the given user account. This includes the dashboards created by the user and the ones shared with her by other users.
51
-
52
-
**Success Return Value**
53
-
A dictionary containing the list of available sampling intervals.
0 commit comments