{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Description API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Description", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Resource Description", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/access-control/:resource/description", "params": [ { "name": "resource", "value": "", "type": "path" } ] }, "docs": "This API operation retrieves the description of a specific access control resource in Grafana. By making a GET request to the endpoint with a resource identifier, it returns detailed information about what that particular resource represents within Grafana's role-based access control (RBAC) system. This is useful for understanding the purpose and context of different protected resources when managing permissions and access policies, allowing administrators to view human-readable descriptions of " } ] } ], "bundled": true }