{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Status API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Status", "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 Get Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/licensing/check" }, "docs": "This API operation retrieves the current licensing status information from a Grafana instance. When invoked using a GET request to the /licensing/check endpoint, it returns details about the active license, including validity, expiration dates, enabled features, and any limitations or restrictions associated with the current license tier. This endpoint is typically used by administrators to monitor license compliance, verify enterprise feature availability, and ensure the Grafana installation is" }, { "info": { "name": "Grafana Get Sync Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/admin/ldap-sync-status" }, "docs": "This API endpoint retrieves the current synchronization status between Grafana and LDAP (Lightweight Directory Access Protocol) servers. It is an administrative GET operation that returns information about the last LDAP sync operation, including whether it was successful, when it occurred, and any relevant error messages or warnings. This endpoint is typically used by system administrators to monitor and troubleshoot LDAP integration, ensuring that user accounts and permissions are properly sync" }, { "info": { "name": "Grafana Get LDAP Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/admin/ldap/status" }, "docs": "This API operation retrieves the current status of LDAP integration in Grafana by sending a GET request to the /admin/ldap/status endpoint. It provides administrators with information about the LDAP connection status, configuration validation, and whether the LDAP authentication system is functioning properly. The endpoint returns details that help verify if Grafana can successfully communicate with the configured LDAP server, making it useful for troubleshooting authentication issues and monito" } ] } ], "bundled": true }