Monitoring & Collection/Grafana Integration
GETGrafanaSince 1.0SynchronousAuth Required
GetDashboardTemplatePreview
Get a preview of a dashboard template's JSON definition before importing
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
templateIdStringRequiredUUID of the template to preview
Responses
Endpoint
GET/api/v1/monitoring/grafana/dashboard-templates/{templateId}/preview
/api/v1/monitoring/grafana/dashboard-templates/{templateId}/preview
Request Example
curl -X GET '{host}/api/v1/monitoring/grafana/dashboard-templates/{templateId}/preview' -H 'Authorization: Bearer {token}'
Response Example
200{
"previewJson": "example"
}Change History
This API has no change history records yet.
