Which Graphs use my datasource
I'm replacing an existing datasource with another one that does it better. I can easily find all the devices that have instances of my old datasource, but how do I find all of the dashboards/widgets that use instances of my old datasource?
jasbro
Posted 9 years ago·Last reply 9 years ago
1 comment
Troy_Felix
·9 years agoThere currently is no "show associated dashboards/widgets" capability similar to "show associated devices" for DataSources. However, you can see DataSources associated with individual Widgets via the REST API. (As shown using a Python script in Example 3)
https://www.logicmonitor.com/support/rest-api-developers-guide/dashboards/get-widgets/
Another possibility to avoid this, if feasible, would be to modify the existing DataSource, rather than creating a new DataSource or cloning an existing DataSource. Feel free to submit a feature request via the Feedback option in your LogicMonitor portal to address this capability.