GET /v1/slos/search
Search for a slo or folder in the slos library structure.
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/
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | Yes |
The search query to find slo or folder. Below is the list of different filters with examples:
You can also use multiple filters in one query. For example to search for all content objects created by user with identifier 000000000000968B with creation timestamp after 1457997222 containing the text Test, the query would look like:
|
limit |
Integer | No |
Maximum number of items you want in the response. Default value: 1000 |
skipChildren |
Boolean | No |
a boolean parameter to control skipping fetching children of requested folder(s) |
offset |
Integer | No |
The position or row from where to start the search operation. Default value: 0 |
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.