{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Dependencies API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dependencies", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Resource Dependencies", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/cloudmigration/resources/dependencies" }, "docs": "This API operation retrieves the dependencies for resources involved in a cloud migration process within Grafana. When called, it analyzes and returns information about the relationships and dependencies between various Grafana resources (such as dashboards, data sources, folders, and other configuration elements) that need to be considered during a cloud migration. This is particularly useful for understanding which resources must be migrated together to maintain functionality and avoid broken " } ] } ], "bundled": true }