ValidateDashboardPanels
Validate that a set of panels fits within canvas bounds and has no overlaps
POST
/api/v1/monitoring/dashboards/validateOperation ID
ValidateDashboardPanelsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
panelsListRequiredPanels for this resource
Example: (nested array)
panelIdStringUnique identifier of the panel within the dashboard
Example: panel-cpu-001
xIntegerHorizontal grid position of the panel
Example: 20
yIntegerVertical grid position of the panel
Example: 20
wIntegerWidth of the panel in grid units
Example: 12
hIntegerHeight of the panel in grid units
Example: 8
maxPanelOverrideIntegerRequiredOverride max panel count for this validation request
Example: 20
