{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Metrics API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Grafana Query Metrics With Expressions", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/ds/query", "body": { "type": "json", "data": "{}" } }, "docs": "This API operation enables querying of metrics data in Grafana using the datasource query endpoint, supporting advanced query expressions and transformations. It accepts POST requests at the /ds/query endpoint and allows users to execute complex queries against configured data sources, combining multiple queries with mathematical expressions, statistical functions, and data transformations to derive meaningful insights from time-series data. The operation supports various datasource types and re" } ] } ], "bundled": true }