Getting DiagnosticSources Details
Last updated - 17 April, 2026
You can use LogicMonitor REST API v3 to get DiagnosticSource module details. You must authenticate before making the API request.
Getting Details of Specific DiagnosticSource
You can get details of a specific DiagnosticSource 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/diagnosticssources/{id}
The following table describes parameters used in the API request:
| Parameter | Type | Description |
|---|---|---|
id | Integer | (Mandatory) ID of the DiagnosticSource whose details you want to get. |
format | String | Format in which the result of running the DiagnosticSource is returned. The default format is JSON. |
Getting List of DiagnosticSources
You can use LogicMonitor REST API v3 to get a list of DiagnosticSources.
There are no parameters in this API request. To get a response, use the URI in the API request.
URI: GET /setting/diagnosticssources