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