Skip to content

Latest commit

 

History

History
295 lines (210 loc) · 8.74 KB

pipeline.rst

File metadata and controls

295 lines (210 loc) · 8.74 KB

Pipeline

This index stores all the incoming pipelines.

Schema

+------------------------------+-----------+----------+----------+--------------+-----------------------------+ | Field | Type | Required | Readonly | Auto Managed | Example | +=================+============+===========+==========+==========+==============+=============================+ | id | String | True | True | False | dsalkasdioi232382yieyqwuiy | +------------------------------+-----------+----------+----------+--------------+-----------------------------+ | updated_at | Timestamp | False | False | False | 1617278285 | +------------------------------+-----------+----------+----------+--------------+-----------------------------+ | created_at | Timestamp | True | True | False | 1617278285 | +------------------------------+-----------+----------+----------+--------------+-----------------------------+ | name | String | False | False | False | test pipeline guard-vdpi ud | +------------------------------+-----------+----------+----------+--------------+-----------------------------+ | status | String | True | False | False | started | +------------------------------+-----------+----------+----------+--------------+-----------------------------+ | user | String | False | False | False | Minds & Sparks | +------------------------------+-----------+----------+----------+--------------+-----------------------------+

Warning

  • It is not possible to update readonly fields.
  • it is not possible to set the Auto managed fields.

Note

  • id is required but it is auto-generated if not provided. It is recommended to provide a friendly for simplify the retrieve of connected date in other indices.

Create

To create a new pipeline use the following REST (Representational State Transfer) call:

Read

To get the list of pipelines:

Update

To update an pipeline, use:

Delete

To delete pipelines, use: