{
"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
}
]
}
{
"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
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.