dashboards
Dashboards, their panels and layout.
Get a page of dashboards
Returns a paginated, sortable page of dashboards, optionally filtered by name. The response includes the current page, total item count and the dashboards for the requested page.
Create or update a dashboard
Creates a dashboard under the provided parent node (required for creation) when the payload has no id, otherwise updates the existing one. Validates the time range and refreshes the updated timestamp, returning the saved dashboard with its node information.
Get a dashboard by id
Returns the dashboard with the given id, including its panels, node information and per-panel data-source output readability flags. Responds 404 if no dashboard exists for the id.
Delete a dashboard
Soft-deletes the dashboard and its associated explorer node, and removes any cockpit user-settings and favorite entries that reference it. Responds 404 if the dashboard does not exist.