POST /v1/otCollectors
Given different filter, search and sort conditions, get list of otCollectors.
Servers
- https://api.au.sumologic.com/api/
- https://api.ca.sumologic.com/api/
- https://api.de.sumologic.com/api/
- https://api.eu.sumologic.com/api/
- https://api.fed.sumologic.com/api/
- https://api.jp.sumologic.com/api/
- https://api.kr.sumologic.com/api/
- https://api.in.sumologic.com/api/
- https://api.sumologic.com/api/
- https://api.us2.sumologic.com/api/
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
filters |
Object | No |
parameter which is used for filtering. |
filters.isRemotelyManaged |
Boolean | No |
Management Status of the OT Collector based on if it is remotely or locally managed. |
filters.tags[] |
Array | No |
tags associated with the OT collector |
filters.os |
String | No |
Name of the Operating System. |
filters.collectorVersionRange |
Object | No |
Version range for otCollector. |
filters.collectorVersionRange.maxVersion |
String | No |
Maximum version of the collector. |
filters.collectorVersionRange.minVersion |
String | No |
Minimum version of otCollector. |
filters.collectorVersionRange.rangeType |
String | No |
Specifies how filtering should be applied when |
filters.alive |
Boolean | No |
alive Status of the OT Collector based on heartbeat. |
includeCount |
Boolean | No |
count of filtered otCollectors. |
limit |
Integer | No |
parameter which is used for limiting number of otCollectors on a page. |
sortBy |
String | No |
parameter which is used for sorting. |
search |
String | No |
search by collector id or free text search on collector properties. |
next |
String | No |
parameter which is used for fetching next set of results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.