Applies to:
- Plan -
- Deployment -
Summary
Goal: Create a blank monitoring view with no pre-populated charts using the Views API. Features: POST/v1/view endpoint, Monitor page.
Configuration steps
Create a blank view via API
POST to/v1/view with an empty custom_charts layout. Replace placeholder values with your actual IDs and desired view name.
view_data.custom_charts.charts object must be empty ({}) and layout.order must be an empty array ([]) to produce a view with no charts.