Getting EventSource Details
Last updated on 08 October, 2024You can use LogicMonitor REST API v3 to get a list of EventSources. You must authenticate yourself before making the API request.
Getting List of EventSources
URI: GET /setting/eventsources
Parameter | Type | Description |
format | String | The supported format of API response are JSON and XML. JSON is set as the default format. |
field | String | The response is filtered to include only the specified fields for each object. You can provide a list of properties separated by a comma. Example – /setting/eventsources?fields=version |
size | Integer | Indicates the number of results to display. A maximum of 1000 results can be requested in a GET call. By default, a list of 50 EventSources is returned if a value is not provided for this parameter. Example – /setting/eventsources?size=5 |
offset | Integer | Indicates the number of results to offset the displayed result. By default, the offset is set to 0. Example – /setting/eventsources?offset=2 |
filter | String | The response is filtered according to the operator and specified value that is, filter=property:value
/setting/eventsources?filter=version<12 |