package
Version:
v0.11.0-test7
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cancel a pending pipeline
DELETE /pipelines/:pipelineId
Get detail of a pipeline
GET /pipelines/:pipelineId
{
"id": 1,
"name": "test-pipeline",
...
}
Get list of pipelines
GET /pipelines?status=TASK_RUNNING&pending=1&page=1&=pagesize=10
{
"pipelines": [
{"id": 1, "name": "test-pipeline", ...}
],
"count": 5
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.