Skip to main content
Monitoring & Collection/Grafana Dashboards

GetDashboardValidatorConfig

Retrieve the current dashboard validator configuration (max panels, canvas width)

GET/api/v1/monitoring/dashboards/validator/config

Operation ID

GetDashboardValidatorConfig

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

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • maxPanelsPerDashboard
    Integer

    Maximum number of panels allowed per dashboard

    Example: 20

  • canvasWidth
    Integer

    Total canvas width in grid units

    Example: 24

  • maxPanelHeight
    Integer

    Maximum allowed panel height in grid units

    Example: 16