{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Devices API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "Grafana List Devices", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/anonymous/devices" }, "docs": "This API operation retrieves a list of devices from Grafana's anonymous device management system. It uses the HTTP GET method to query the /anonymous/devices endpoint, returning device information without requiring authenticated user credentials. The operation is useful for monitoring and managing devices that have been registered or accessed anonymously within the Grafana platform, providing administrators with visibility into device activity and enabling device inventory management." }, { "info": { "name": "Grafana Search Devices", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/anonymous/search" }, "docs": "This API operation performs a GET request to the `/anonymous/search` endpoint in Grafana to search for devices without requiring authentication. It allows users to query and retrieve device information from the Grafana system by submitting search parameters, returning matching device records based on the specified criteria. The anonymous nature of this endpoint means it can be accessed without user credentials, making it suitable for public-facing integrations or dashboard displays where device " } ] } ], "bundled": true }