Skip to main content
Monitoring & Collection/Grafana Integration

GetDashboardTemplatePreview

Get a preview of a dashboard template's JSON definition before importing

GET/api/v1/monitoring/grafana/dashboard-templates/{templateId}/preview

Operation ID

GetDashboardTemplatePreview

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

Path Parameters

  • templateId
    StringRequired

    UUID of the template to preview

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • previewJson
    String

    Raw JSON bytes of the Grafana dashboard definition

    Example: aGVsbG8=