pipelines
Create a Pipeline
Create a new Pipeline.
post/pipelines
Request body
Example request
{
"conf": {
"functions": [
{
"id": "aggregate_metrics"
}
]
}
}Response
The created Pipeline object in a single-item list.
Example response
{
"items": [
{
"conf": {
"functions": [
{
"id": "aggregate_metrics"
}
]
}
}
]
}