{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Connections API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Library Element Connections", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/library-elements/:library_element_uid/connections/", "params": [ { "name": "library_element_uid", "value": "", "type": "path" } ] }, "docs": "This API operation retrieves all the connections associated with a specific library element in Grafana by providing its unique identifier (UID). When called, it returns information about where and how the library element is being used across different dashboards and panels within the Grafana instance. This is particularly useful for understanding dependencies and the impact of modifying or deleting a library element, as it shows all the locations where the element is currently referenced or util" } ] } ], "bundled": true }