mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
53 lines
933 B
JSON
53 lines
933 B
JSON
{
|
|
"name": "project.pipeline.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:pipeline_name/instance",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/instance/:instance_id",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/instance/:instance_id/triggerevent",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/triggerevent",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:pipeline_name/activecount",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/v2/pipeline/project/:project_id/pipeline",
|
|
"description": "view project pipeline information.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |