mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
42 lines
742 B
JSON
42 lines
742 B
JSON
{
|
|
"name": "project.pipeline.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:pipeline_name/status/:status",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/trigger",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/instance/:instance_id/stop",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/v2/pipeline/project/:project_id/pipeline",
|
|
"description": "create, manage project pipelines.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |