GET /v1/parsers/search

Search for a folder or parser in the cloud SIEM parsers library structure.

Servers

Query parameters

Name Type Required Description
query String Yes

The search query to find folder or parsers. Below is the list of different filters with examples:

  • createdBy : Filter by the user's identifier who created the content. Example: createdBy:000000000000968B.
  • createdBefore : Filter by the content objects created before the given timestamp(in milliseconds). Example: createdBefore:1457997222.
  • createdAfter : Filter by the content objects created after the given timestamp(in milliseconds). Example: createdAfter:1457997111.
  • modifiedBefore : Filter by the content objects modified before the given timestamp(in milliseconds). Example: modifiedBefore:1457997222.
  • modifiedAfter : Filter by the content objects modified after the given timestamp(in milliseconds). Example: modifiedAfter:1457997111.
  • type : Filter by the type of the content object. Example: type:folder. 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: createdBy:000000000000968B createdAfter:1457997222 Test
limit Integer No

Maximum number of items you want in the response.

Default value: 100

offset Integer No

The position or row from where to start the search operation.

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.