Delete DataSources

You can use LogicMonitor’s REST API to programmatically delete DataSources from your LogicMonitor account. As with all of our API requests, authentication is required. HTTP Method: DELETE URI: /setting/datasources/{ID} (Where ID is the ID of the DataSource you’d like to delete. You can retrieve this ID either from the UI (it displays in the URL … Continued

Import DataSources from XML

Overview You can use LogicMonitor’s REST API to programmatically import DataSources from XML. As with all of our API calls, authentication is required.   Request Information HTTP Method: POST Resource URI: /setting/datasources/importxml Note the following: The request payload needs to include the content for a valid XML file enclosed in boundary parameters the Content-Type header … Continued

Get Device DataSources

Overview You can use LogicMonitor’s REST API to get information about the DataSources associated with a device. Specifically, you can get a list of DataSources or information on a specific DataSource. As with all of our API calls, authentication is required. Get a List of Device DataSources HTTP Method: GET URI: /device/devices/{deviceId}/devicedatasources (Where {deviceId} should be … Continued

Get DataSources

You can use LogicMonitor’s REST API to programmatically: Get a list of all datasources in your account Get information about a particular datasource in your account Get information about devices associated with a datasource in your account Get the update history for a particular datasource As with all of our API requests, authentication is required. … Continued

Export Datasources to XML

You can use LogicMonitor’s REST API to programmatically export one or all datasources to XML. As with all of our API requests, authentication is required. Export All Datasources to XML HTTP Method:GET URI: /setting/datasources?format=xml Export One Datasource to XML HTTP Method:GET URI: /setting/datasources/{id}?format=xml Where the id should be the datasource id.  You can find this … Continued