Delete a Cluster Alert Configuration

You can use LogicMonitor’s REST API to delete cluster alert configurations for a particular group. Note: As with all of our API calls, authentication is required.   HTTP Method: DELETE URI: /device/groups/{groupId}/clusterAlertConf/{id} Where:   {groupId} is the id of the group you’d like to delete cluster alert configurations for.  You can get group Ids from a … Continued

Add a Cluster Alert Configuration

You can use LogicMonitor’s REST API to add cluster alert configurations for a particular group. Note: As with all of our API calls, authentication is required.   HTTP Method: POST URI: /device/groups/{groupId}/clusterAlertConf Where: {groupId} is the id of the group you’d like to add cluster alert configurations for.  You can get group Ids from a GET … Continued

Update a Cluster Alert Configuration

You can use LogicMonitor’s REST API to update cluster alert configurations for a particular group. Note: As with all of our API calls, authentication is required.   HTTP Method: PUT URI: /device/groups/{groupId}/clusterAlertConf/{id} Where: {groupId} is the id of the group you’d like to update cluster alert configurations for.  You can get group Ids from a GET … Continued

Get Cluster Alert Configuration

You can use LogicMonitor’s REST API to view cluster alert configurations for a particular group. Note: As with all of our API calls, authentication is required.     HTTP Method: GET URIs: /device/groups/{groupId}/clusterAlertConf /device/groups/{groupId}/clusterAlertConf/{id}     Where: {groupId} is the id of the group you’d like to see cluster alert configurations for.  You can get … Continued

Update Instance-level Thresholds

You can use LogicMonitor’s REST API to programmatically update instance level thresholds. Note: As with all of our API calls, authentication is required. /device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/instances/{instanceId}/alertsettings/{id} Where: {deviceId} is the id of the device you’d like to see thresholds for.  You can get group Ids from a GET request to the devices resource. {deviceDatasourceId} is the id … Continued

Get Instance-level Thresholds

You can use LogicMonitor’s REST API to view instance level thresholds for a particular datasource. Note: As with all of our API calls, authentication is required. HTTP Method: GET URI: /device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/instances/{instanceId}/alertsettings Where: {deviceId} is the id of the device you’d like to see thresholds for.  You can get group Ids from a GET request to … Continued

Update Group-level Thresholds

You can use LogicMonitor’s REST API to update group level thresholds for particular datasources. Note: As with all of our API calls, authentication is required. HTTP Method: PUT URI: /device/groups/{groupId}/datasources/{datasourceId}/alertsettings Where: {groupId} is the id of the group you’d like to see thresholds for.  You can get group Ids from a GET request to the … Continued

Get Group-level Thresholds

You can use LogicMonitor’s REST API to view group level thresholds for a particular datasource. Note: As with all of our API calls, authentication is required. HTTP Method: GET URI: /device/groups/{groupId}/datasources/{datasourceId}/alertsettings Where: {groupId} is the id of the group you’d like to see thresholds for.  You can get group Ids from a GET request to … Continued