mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 08:56:42 +00:00
29 lines
519 B
JSON
29 lines
519 B
JSON
{
|
|
"name": "project.v2.config.workloadtemplate.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:template_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:template_id/download",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/v2/config/project/:project_id/workloadtemplate",
|
|
"description": "view workload templates.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |