Skip to main content
Monitoring & Collection/Grafana Dashboards

UpdateDashboardValidatorConfig

Update the dashboard validator configuration

PUT/api/v1/monitoring/dashboards/validator/config

Operation ID

UpdateDashboardValidatorConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • maxPanelsPerDashboard
    IntegerRequired

    Updated maximum panels per dashboard

    Example: 30

  • canvasWidth
    IntegerRequired

    Updated canvas width in grid units

    Example: 24

  • maxPanelHeight
    IntegerRequired

    Updated maximum panel height

    Example: 20

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.