{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Tests API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "Grafana Send Test Email", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/reports/test-email", "body": { "type": "json", "data": "{}" } }, "docs": "This API operation allows users to send a test email for Grafana reporting functionality. By making a POST request to the /reports/test-email endpoint, administrators can verify that their email configuration is working correctly before scheduling actual reports. The operation sends a sample email to a specified recipient address, helping to validate SMTP settings, authentication credentials, and email delivery paths within the Grafana instance. This is particularly useful during initial setup o" }, { "info": { "name": "Grafana Test Create Recording Rule", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/recording-rules/test", "body": { "type": "json", "data": "{}" } }, "docs": "This API operation allows users to test the creation of a recording rule in Grafana before actually implementing it. By sending a POST request to the /recording-rules/test endpoint, users can validate their recording rule configuration, including the PromQL expression, labels, and other parameters, to ensure it functions as expected without permanently adding it to the system. This testing capability helps prevent errors and allows users to verify that their recording rule will produce the desir" } ] } ], "bundled": true }