GET
/
api
/
logstash-pipelines
[
  {
    "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

Query Parameters

page
integer
default:0

Zero-based page index (0..N)

Required range: x >= 0
size
integer
default:20

The size of the page to be returned

Required range: x >= 1
sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

200 - */*
OK
id
integer
pipelineId
string
pipelineName
string
Maximum length: 200
parentPipeline
integer
pipelineStatus
string
moduleName
string
systemOwner
boolean
pipelineDescription
string
Maximum length: 2000
pipelineInternal
boolean