{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Options API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Options", "type": "folder" }, "items": [ { "info": { "name": "Grafana List Sort Options", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/search/sorting" }, "docs": "This API operation retrieves the available sorting options that can be used when searching or listing resources in Grafana. When called using a GET request to the /search/sorting endpoint, it returns the various sorting criteria and methods supported by the Grafana search functionality, allowing clients to understand how they can order search results such as by name, date, relevance, or other applicable metadata fields. This endpoint is typically used by frontend applications or integrations tha" }, { "info": { "name": "Grafana Get Sharing Options", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/snapshot/shared-options" }, "docs": "This API operation retrieves the available sharing options for snapshots in Grafana. When invoked via a GET request to the /snapshot/shared-options endpoint, it returns configuration details about how snapshots can be shared, including available sharing methods, permissions, and any constraints or settings that govern snapshot sharing behavior within the Grafana instance. This information is useful for determining what sharing capabilities are enabled and how users can distribute dashboard snaps" } ] } ], "bundled": true }