Management
Synopsis
The Pipelines interface is where pipelines are created and managed from the web dashboard: the My Pipelines list, the create flow, the pipeline detail view (metadata plus a YAML editor for processor logic), and the review of updates for pipelines installed from the Content Hub. The pipeline YAML syntax itself is documented in Overview.
Accessing Pipelines
From the sidebar, select
My Pipelines
My Pipelines lists every pipeline in your organization. A toolbar provides a
The table view shows these columns:
| Column | Description |
|---|---|
| Pipeline display name | |
| Associated device type | |
| Associated vendor | |
| Associated device family | |
| Time of the most recent change | |
| Creation time |
An
The row action menu provides:
Manage pipeline — opens the pipeline detail viewDelete pipeline — deletes the pipeline after confirmation
Creating a Pipeline
Click
Step 1 — Pipeline Details. Provide the general information, then click
| Field | Required | Notes |
|---|---|---|
| Yes | Display name, up to 150 characters | |
| Yes | Up to 100 characters | |
| Yes | Identifier; lowercase letters, digits, and underscores only, up to 150 characters | |
| No | Optional device association | |
| No | Optional device association | |
| No | Optional device family association |
Step 2 — Review and Complete Setup. Review the entered values and click
After creation, you land on the new pipeline's Pipeline Overview tab, where you define its processor logic.
Pipeline Detail
The detail view has two tabs:
- General Overview — shows the pipeline's
Title ,Description , andDevice Information (device type, vendor, and target), alongside a Pipeline Information panel listing the created and last-updated times. ClickManage pipeline details to edit, thenSave changes . - Pipeline Overview — a YAML editor for the pipeline's processor configuration. A tree on the left lists the main pipeline and any child pipelines; select a node to edit it, use
Add new child pipeline to add one, and clickSave changes on selected pipeline to save. Processor syntax is covered in Overview.
The
Review update — shown when a Content Hub update is available (see Reviewing Content Hub Updates)Add child pipeline — adds a child pipelineOpen pipeline debugger — opens the pipeline in the debuggerDelete entire pipeline — deletes the pipeline
A pipeline that is applied on routes, devices, or targets cannot be deleted until it is removed from those components.
Reviewing Content Hub Updates
When a pipeline installed from the Content Hub has updates, a
The Review Update view presents the main pipeline and its child pipelines in a tree, with a side-by-side diff of the current and updated configuration for the selected pipeline. Click