GET
/
api
/
logstash-filters
/
by-pipelineid
[
  {
    "id": 123,
    "filterName": "<string>",
    "logstashFilter": "<string>",
    "filterGroupId": 123,
    "group": {
      "id": 123,
      "groupName": "<string>",
      "groupDescription": "<string>",
      "systemOwner": true
    },
    "systemOwner": true,
    "moduleName": "<string>",
    "filterVersion": "<string>",
    "active": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

pipelineId
integer
required

Response

200 - */*
OK
logstashFilter
string
required
id
integer
filterName
string
filterGroupId
integer
group
object
systemOwner
boolean
moduleName
string
filterVersion
string
active
boolean