About the Collector Group Resource

Overview You can use LogicMonitor’s REST API to programmatically manage your Collector groups. Specifically, you can: Get a list of Collector groups in your account Get information about a specific Collector group Add a Collector group Update a Collector group Delete a Collector group As with all of our API calls, authentication is required. Resource … Continued

Add a Collector Group

You can use LogicMonitor’s REST API to programmatically add Collector Groups. As with all of our API calls, authentication is required. HTTP Method: POST URI: /setting/collectors/groups Request Parameters: You can include the following parameters in your POST request: Property Description Required? Type name The name of the Collector Group Yes String description The description of … Continued

Get Collector Groups

Overview You can use LogicMonitor’s REST API to programmatically get information about the Collector groups in your account. Specifically, you can get a list of Collector groups or information on a specific Collector group. As with all of our API calls, authentication is required. Get a List of All Collector Groups HTTP Method: GET URI: … Continued

Update a Collector Group

You can use LogicMonitor’s REST API to programmatically add Collector groups. As with all of our API calls, authentication is required. 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/groups/{id} Request Parameters: You can include the following parameters in your … Continued

Delete a Collector Group

You can use LogicMonitor’s REST API to programmatically delete your Collector groups. As with all of our API calls, authentication is required. HTTP Method: DELETE URI: /setting/collectors/groups/<id>