mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
39 lines
608 B
JSON
39 lines
608 B
JSON
{
|
|
"name": "registry.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:registry_id/validate/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/repositories/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/repositories/:repo/tags/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/config/v1/registries",
|
|
"authenticated": true
|
|
} |