{ "opencollection": "1.0.0", "info": { "name": "Grafana Dashboard Alerting Dashboards API", "version": "10.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "Create Or Update Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://{grafana-host}/api/dashboards/db", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new dashboard or updates an existing one." }, { "info": { "name": "Get Dashboard By UID", "type": "http" }, "http": { "method": "GET", "url": "https://{grafana-host}/api/dashboards/uid/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Dashboard unique identifier" } ] }, "docs": "Retrieve a dashboard by its unique identifier (UID)." }, { "info": { "name": "Delete Dashboard By UID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{grafana-host}/api/dashboards/uid/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Delete a dashboard by its UID." }, { "info": { "name": "Search Dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://{grafana-host}/api/search", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search query string" }, { "name": "tag", "value": "", "type": "query", "description": "Filter by tag" }, { "name": "type", "value": "", "type": "query", "description": "Resource type filter" }, { "name": "folderIds", "value": "", "type": "query", "description": "Folder IDs to search within" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Search for dashboards and folders with optional filtering." } ] } ], "bundled": true }