mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
102 lines
1.8 KiB
JSON
102 lines
1.8 KiB
JSON
{
|
|
"name": "console.all",
|
|
"resource_urls": [],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/auth/v3/users/:account_id/current/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/users/:account_id/systemroles/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/users/:account_id/change_password/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/users/:account_id/apikey/",
|
|
"methods": [
|
|
"GET",
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/users/:account_id/apikey/:apikey_id/",
|
|
"methods": [
|
|
"GET",
|
|
"DELETE"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/apikeys/:apikey_id/",
|
|
"methods": [
|
|
"DELETE"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/accountroles/:accountrole_id/apikeys/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/accountroles/:accountrole_id/regauthkeys/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/auth/v3/accountroles/:accountrole_id/regauthkey/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/v2/scheduler/cluster/:cluster_name/task",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/event/v1/alert/outstanding",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/event/v1/alert/:id",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/event/v1/cluster/:cluster_id/alertconfig",
|
|
"methods": [
|
|
"GET",
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
},
|
|
{
|
|
"url": "/event/v1/alert/dashboard",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/event/v1/alert/close",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "",
|
|
"authenticated": true
|
|
} |