mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 17:06:48 +00:00
51 lines
825 B
JSON
51 lines
825 B
JSON
{
|
|
"name": "project.cluster.scheduler.read",
|
|
"base_url": "/v2/scheduler/project/:project_id/cluster",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:cluster_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:cluster_name/download",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:cluster_name/namespace",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:cluster_name/task",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:cluster_name/workloadsummary",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:cluster_name/blueprintsummary",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"authenticated": true
|
|
} |