Dashboard service
Get information about the Coralogix Dashboard catalog.
Overview
The Dashboard service API manages Coralogix dashboards: it lets you create, retrieve, update, delete, and organize dashboards, pin them to favorites, and look up a catalog of every dashboard the caller can see. A dashboard is a JSON payload describing a Layout of Sections, each containing Rows of Widgets, parameterized by Variables and annotated with Annotations. The same payload is consumed by Create and Replace operations and returned by Get.
Copy a dashboard
This use case demonstrates how to duplicate an existing dashboard by retrieving its configuration and posting it as a new dashboard.
Get dashboard catalog
Get a list of all dashboards accessible.
Get a dashboard by URL slug
No description available
Replace a dashboard
No description available
Create a new dashboard
No description available
Get a dashboard
No description available
Delete a dashboard
No description available
Replace the default dashboard
No description available
Assign a dashboard to a folder
No description available
Add dashboard to favorites
No description available
Remove dashboard from favorites
No description available