Updating RemediationSources Details
Last updated - 29 May, 2026
You can use LogicMonitor REST API v3 to update a RemediationSource module. You must authenticate before making the API request.
URI: PUT /setting/remediationsources/{id}
PATCH /setting/remediationsources/{id}
The following table describes parameters used in the API request:
| Parameter | Type | Description |
|---|---|---|
id | Integer | (Mandatory) ID of the RemediationSource that you want to update |
reason | String | Reason for updating the RemediationSource |
accessGroups | String | Access group details with which the RemediationSource is mapped. This includes the following parameters:
|
groovyScript | String | RemediationSource Groovy script that you want to run |
description | String | Description of the RemediationSource |
appliesTo | String | The AppliesTo setting for the RemediationSource |
technology | String | Technical Notes for the RemediationSource |
tags | String | Tags for the RemediationSource |
originRegistryId | String | The Registry ID of the Exchange Integration that this module is based on. Including this field sets the module’s import base and marks the Registry ID version as audited. |
scriptType | String | Type of script on which the RemediationSource script is based. Supported script types are Groovy and PowerShell. |
accessGroupIds | Integer | ID of the access groups with which the RemediationSource is mapped |
group | String | Group the RemediationSource is in |