GET
/
api
/
logstash-inputs
/
config
{
  "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
    }
  ]
}

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

type
string
required

Response

200 - */*
OK
id
integer
pipelineId
integer
inputPrettyName
string
inputPlugin
string
inputWithSsl
boolean
systemOwner
boolean
configs
object[]