Datasource/Datapoints export
Hi,
Where can I get a dump of latest datasource and datapoints in LogicMonitor. I can't export from my own portal.
Regards,
Vivek
Vivek Deshpande
Posted 5 months ago · Edited 5 months ago·Last reply 5 months ago
2 comments
Larsen Orchard
·5 months agoYou probably want to use this API: https://www.logicmonitor.com/swagger-ui-master/api-v3/dist/#/Data/getDeviceDatasourceInstanceData
You'll need to use these to collect all your devices, devicedatasourceids, and instance ids:
/device/devices
/device/devices/<deviceID>/devicedatasources
/device/devices/<deviceID>/devicedatasources/<deviceDataSourceID>/instances
Be careful with hitting your API usage limits.
Vivek Deshpande
OP5 months agoThanks!