{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Disables API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Disables", "type": "folder" }, "items": [ { "info": { "name": "Grafana Disable Data Source Cache", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/datasources/:dataSourceUID/cache/disable", "params": [ { "name": "dataSourceUID", "value": "", "type": "path" } ] }, "docs": "Disables the caching functionality for a specific Grafana data source identified by its unique identifier (dataSourceUID). When executed via a POST request to the endpoint /datasources/{dataSourceUID}/cache/disable, this operation turns off query result caching for the specified data source, causing subsequent queries to fetch fresh data directly from the source rather than serving cached results. This is useful when real-time data accuracy is critical or when troubleshooting data freshness issu" }, { "info": { "name": "Grafana Admin Disable User", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/admin/users/:user_id/disable", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "This API operation allows Grafana administrators to disable a specific user account by sending a POST request to the /admin/users/{user_id}/disable endpoint. The operation requires administrative privileges and targets a user identified by their unique user_id parameter in the URL path. When executed, this endpoint deactivates the specified user account, preventing them from logging in or accessing Grafana resources while preserving their user data and configurations for potential future reactiv" } ] } ], "bundled": true }