ValidateAddDashboardPanels
Validate that new panels can be added to an existing dashboard layout without conflicts
/api/v1/monitoring/dashboards/validate-addOperation ID
ValidateAddDashboardPanelsSince
1.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
existingListRequiredExisting 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
newPanelsListRequiredNew panels
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
Responses
200 OKChange History
This API has no change history records yet.
