{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Target API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Target", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Recording Rule Write Target", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/recording-rules/writer" }, "docs": "This API operation retrieves the configured write target for recording rules in Grafana. When called using a GET request to the /recording-rules/writer endpoint, it returns information about where recording rule data is being written, which typically includes details about the remote write configuration or storage backend that has been set up to receive and store the results of recording rule evaluations. This is useful for administrators who need to verify or audit the destination of their reco" }, { "info": { "name": "Grafana Create Recording Rule Write Target", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/recording-rules/writer", "body": { "type": "json", "data": "{}" } }, "docs": "The POST operation on the /recording-rules/writer endpoint in Grafana allows administrators to create a new recording rule write target, which defines a destination where pre-computed metric aggregations (recording rules) should be written. This endpoint accepts configuration details such as the remote write URL, authentication credentials, and other parameters necessary to establish a connection with the target storage system. Recording rule write targets enable Grafana to send the results of r" }, { "info": { "name": "Grafana Delete Recording Rule Write Target", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.grafana.net/api/recording-rules/writer" }, "docs": "This API operation removes a configured recording rule write target from Grafana. Recording rule write targets define external destinations where pre-aggregated metric data can be stored, and deleting a write target will disconnect Grafana from that specific storage endpoint. This DELETE operation is typically used when decommissioning a remote write destination, cleaning up unused configurations, or reconfiguring the recording rules infrastructure. Once deleted, recording rules will no longer w" } ] } ], "bundled": true }