{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Custom API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Custom Permissions Report", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/licensing/custom-permissions" }, "docs": "This API operation retrieves a custom permissions report from Grafana's licensing endpoint. When invoked via a GET request to the /licensing/custom-permissions path, it returns information about custom permission configurations and their usage within the Grafana instance. This endpoint is typically used by administrators to audit and review customized access control settings, helping them understand how permissions have been tailored beyond the standard roles and ensure compliance with licensing" }, { "info": { "name": "Grafana Get Custom Permissions CSV", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/licensing/custom-permissions-csv" }, "docs": "This API operation retrieves custom permissions data from Grafana in CSV format through a GET request to the /licensing/custom-permissions-csv endpoint. It allows administrators to export and download a comprehensive list of custom permission configurations that have been set up within their Grafana instance, which can be useful for auditing, backup purposes, or analyzing permission structures across the system. The response is formatted as a CSV file, making it easy to view, process, or import " } ] } ], "bundled": true }