Module observability_custom_dashboards_api

Source

Structs§

CreateDashboardParams
struct for passing parameters to the method create_dashboard
DeleteDashboardParams
struct for passing parameters to the method delete_dashboard
GetDashboardParams
struct for passing parameters to the method get_dashboard
UpdateDashboardParams
struct for passing parameters to the method update_dashboard

Enums§

CreateDashboardError
struct for typed errors of method create_dashboard
DeleteDashboardError
struct for typed errors of method delete_dashboard
GetDashboardError
struct for typed errors of method get_dashboard
ListDashboardsError
struct for typed errors of method list_dashboards
UpdateDashboardError
struct for typed errors of method update_dashboard

Functions§

create_dashboard
Create a new dashboard
delete_dashboard
Delete an existing dashboard
get_dashboard
Retrieve a dashboard by ID
list_dashboards
List all custom dashboards
update_dashboard
Update an existing dashboard