{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Refresh API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refresh", "type": "folder" }, "items": [ { "info": { "name": "Grafana Refresh License Stats", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/licensing/refresh-stats" }, "docs": "This API operation refreshes the licensing statistics in Grafana by sending a GET request to the /licensing/refresh-stats endpoint. When invoked, it triggers an update of the current license usage data and metrics, ensuring that the most recent information about license consumption, active users, and other licensing-related statistics are retrieved and synchronized. This operation is typically used by administrators to obtain real-time licensing information without waiting for the automatic refr" } ] } ], "bundled": true }