About the Collectors Resource

Overview The collector resource allows you to programmatically manage your LogicMonitor Collectors. As with all of our API calls, authentication is required. Using LogicMonitor’s REST API you can: Get a list of Collectors Get information about a particular Collector Add a Collector Download a Collector installer Update a Collector Delete a Collector Resource Information URI: … Continued

Add a Collector

Overview With LogicMonitor’s REST API you can programmatically add Collectors to your account. Once you add a Collector resource to your account, you’ll need to download the Collector installer and run the resulting executable (Windows) or binary (Linux). As with all of our API calls, authentication is required. Request Information HTTP Method: POST URI: /setting/collectors … Continued

Get Collectors

Overview You can use LogicMonitor’s REST API to get information about the Collectors in your account. Specifically, you can get a list of Collectors or information on a specific Collector. As with all of our API calls, authentication is required. Get a List of All Collectors HTTP Method: GET URI: /setting/collectors Request Parameters: By default, … Continued

Downloading a Collector Installer

Introduction You can use LogicMonitor’s REST API to download a Collector Installer.  This should result in a binary for Linux Collectors or an executable for Windows Collectors, which you can then run to install the Collector. Note: For security reasons, the downloaded installer file will expire after two hours. HTTP Method: GET Note: Basic Authentication … Continued

Update a Collector

Overview With LogicMonitor’s REST API you can programmatically update the Collectors in your account. As with all of our API resources, authentication is required. Request Information HTTP Method: PUT(consistent with REST standards, any properties not specified in a PUT request will revert back to their default values) URI: /setting/collectors/{id} Request Parameters: You can include the … Continued

Delete a Collector

The Collector resource allows you to programmatically delete your LogicMonitor Collectors. As with all of our API calls, authentication is required. HTTP Method: DELETE URI: /setting/collectors/{id}

Acknowledge a Collector Down Alert

Overview You can use LogicMonitor’s REST API to acknowledge Collector down alerts. As with all of our API calls, authentication is required. Request Information HTTP Method: POST URI: /setting/collectors/{id}/ackdown Request Parameters: You must include an acknowledgement comment in your request. Property Description Required? Type comment The comment to be associated with the acknowledgement Yes String … Continued