Getting RemediationSources Details
Last updated - 29 May, 2026
You can use LogicMonitor REST API v3 to get RemediationSource details. You must authenticate before making the API request.
Getting Details of a Specific RemediationSource
You can get details of a specific RemediationSource based on its ID. You can include the following query parameters to control data to include in the response and how it is formatted.
URI: GET /setting/remediationsources/{id}
The following table describes parameters used in the API request:
| Parameter | Type | Description |
|---|---|---|
id | Integer | (Mandatory) ID of the RemediationSource whose details you want to get |
format | String | The format in which the result of running a RemediationSource is displayed. The default format is JSON. |
Getting List of RemediationSources
You can use LogicMonitor REST API v3 to get a list of RemediationSources.
There are no parameters in this API request. To get a response, use the following URI in the API request:
URI: GET /setting/remediationsources