mirror of
https://github.com/paralus/paralus.git
synced 2026-03-06 11:00:21 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
36 lines
592 B
JSON
36 lines
592 B
JSON
{
|
|
"name": "relaynetwork.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"GET",
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:relaynetwork_name",
|
|
"methods": [
|
|
"GET",
|
|
"DELETE",
|
|
"PUT"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:relaynetwork_name/download",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:relaynetwork_name/cluster/:cluster_name/agentdownload",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/v2/sentry/relaynetwork",
|
|
"authenticated": true
|
|
} |