@Generated public interface DashboardsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
Modifier and Type | Method and Description |
---|---|
Dashboard |
create(DashboardPostContent dashboardPostContent)
Create a dashboard object.
|
void |
delete(DeleteDashboardRequest deleteDashboardRequest)
Remove a dashboard.
|
Dashboard |
get(GetDashboardRequest getDashboardRequest)
Retrieve a definition.
|
ListResponse |
list(ListDashboardsRequest listDashboardsRequest)
Get dashboard objects.
|
void |
restore(RestoreDashboardRequest restoreDashboardRequest)
Restore a dashboard.
|
Dashboard |
update(DashboardEditContent dashboardEditContent)
Change a dashboard definition.
|
Dashboard create(DashboardPostContent dashboardPostContent)
void delete(DeleteDashboardRequest deleteDashboardRequest)
Moves a dashboard to the trash. Trashed dashboards do not appear in list views or searches, and cannot be shared.
Dashboard get(GetDashboardRequest getDashboardRequest)
Returns a JSON representation of a dashboard object, including its visualization and query objects.
ListResponse list(ListDashboardsRequest listDashboardsRequest)
Fetch a paginated list of dashboard objects.
### **Warning: Calling this API concurrently 10 or more times could result in throttling, service degradation, or a temporary ban.**
void restore(RestoreDashboardRequest restoreDashboardRequest)
A restored dashboard appears in list views and searches and can be shared.
Dashboard update(DashboardEditContent dashboardEditContent)
Modify this dashboard definition. This operation only affects attributes of the dashboard object. It does not add, modify, or remove widgets.
**Note**: You cannot undo this operation.
Copyright © 2024. All rights reserved.