{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Control API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Control", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Access Control Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/access-control/status" }, "docs": "This API operation retrieves the current status of Grafana's access control system, providing information about whether fine-grained access control (RBAC) is enabled and operational within the Grafana instance. It returns details about the access control configuration and its current state, allowing administrators to verify that permission management features are functioning correctly and to understand which access control mode is active. This is particularly useful for troubleshooting permissio" }, { "info": { "name": "Grafana Admin Provisioning Reload Access Control", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/admin/provisioning/access-control/reload" }, "docs": "This API operation performs a POST request to the '/admin/provisioning/access-control/reload' endpoint in Grafana's admin provisioning system. It triggers a reload of the access control configuration, allowing administrators to refresh and apply any changes made to access control provisioning files without requiring a full Grafana server restart. This is particularly useful in environments where role-based access control (RBAC) settings are managed through provisioning configurations and need to" } ] } ], "bundled": true }