{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Interpolate API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Interpolate", "type": "folder" }, "items": [ { "info": { "name": "Grafana Interpolate Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/dashboards/interpolate" }, "docs": "This API operation performs variable interpolation on Grafana dashboard elements by resolving template variables within dashboard configurations. When invoked via POST request to the /dashboards/interpolate endpoint, it processes dashboard JSON payloads containing template variable syntax (such as $variable or [[variable]]) and replaces these placeholders with their actual values based on the current dashboard context, time range, data source queries, or user-defined variable values, returning t" } ] } ], "bundled": true }