GET
/
api
/
logstash-pipelines
/
{id}
{
  "filters": [
    {
      "id": 123,
      "filterId": 123,
      "pipelineId": 123,
      "relation": "<string>"
    }
  ],
  "inputs": [
    {
      "id": 123,
      "pipelineId": 123,
      "inputPrettyName": "<string>",
      "inputPlugin": "<string>",
      "inputWithSsl": true,
      "systemOwner": true,
      "configs": [
        {
          "id": 123,
          "inputId": 123,
          "confKey": "<string>",
          "confValue": "<string>",
          "confType": "<string>",
          "confRequired": true,
          "confValidationRegex": "<string>",
          "systemOwner": true
        }
      ]
    }
  ],
  "pipeline": {
    "id": 123,
    "pipelineId": "<string>",
    "pipelineName": "<string>",
    "parentPipeline": 123,
    "pipelineStatus": "<string>",
    "moduleName": "<string>",
    "systemOwner": true,
    "pipelineDescription": "<string>",
    "pipelineInternal": 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

Path Parameters

id
integer
required

Response

200 - */*
OK
filters
object[]
inputs
object[]
pipeline
object