Appearance
Solutions
Solutions are pre-built dashboard templates that can be deployed to your account with a single click. They provide a starting point for common monitoring scenarios so you do not need to build dashboards from scratch.
Available Pages
- Solutions —
/solutions - Solution Preview —
/solutions/:id
What You Can Do
API Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/solutions | List all solutions. |
GET | /api/solutions/:id | Get a single solution. |
GET | /api/solutions/can-publish | Check if the current user may publish or delete solutions. |
POST | /api/solutions | Create a new solution from a dashboard config. |
DELETE | /api/solutions/:id | Delete a solution. Requires platform admin permission. |
Constraints
- Publishing, deleting, and managing solutions requires platform administrator permission (canPublishSolutions).
- Using a solution creates a new dashboard and requires providing a dashboard name.
- The solution preview is read-only. Widgets cannot be edited or moved during preview.
