Add a Device

You can use LogicMonitor’s REST API to programmatically add device to your account. As with all of our API calls, authentication is required. HTTP Method: POST URI: /device/devices Request Parameters: You can POST the following properties for all new devices Property Description Required? Type Example name The host name or IP address of the device … Continued

Update a Device

You can use LogicMonitor’s REST API to update the devices in your account. As with all of our API calls, authentication is required. There are two ways to update a device: PUT: A PUT request enables you to replace an entire device definition (and update fields in the process).  You should use PUT to update a … Continued

Delete a Device

You can use LogicMonitor’s REST API to programmatically delete your LogicMonitor devices. As with all of our API calls, authentication is required. HTTP Method: DELETE URI: /device/devices/<id> Example The following Python script will delete the device with id 425 in account api.logicmonitor.com: