Get Config Data

Overview You can use LogicMonitor’s REST API to programmatically get all config files for a ConfigSource instance. As with all of our API calls, authentication is required. Resource Information HTTP Method: GET URI:  /device/devices/{deviceId}/devicedatasources/{deviceDataSourceId}/instances/{instanceId}/config Where: deviceId is the device id, which can be obtained via the Devices Resource deviceDatasourceId is the id of the ConfigSource, … Continued

Get Website Data

Overview You can use LogicMonitor’s REST API to get data for the websites in your account. As with all of our API calls, authentication is required. Resource Information HTTP Method: GET URI: /service/services/{serviceID}/checkpoints/{checkpointID}/data (where serviceID is the service id, which can be obtained via the Services Resource; checkpointID is the id of the service checkpoint … Continued

Get Graph Data

Overview You can use LogicMonitor’s REST API to get graph data, either in a numerical data format or in image format. There are three types of graph data you can request: Instance-level graph data Widget data Service graph data As with all of our API calls, authentication is required. Get Instance-Level Graph Data HTTP Method: … Continued

Get Device Data

Overview You can use LogicMonitor’s REST API to programmatically get data. There are two ways to get data for instances: Get data for all instances of a DataSource Get data for one instance of a DataSource As with all of our API calls, authentication is required. Get Data for All Instances of a DataSource HTTP … Continued