Get container registries
get/container/registry
Returns a resource collection of container registries.
1{2 "name": "items",3 "accept": "application/json",4 "start": 0,5 "count": 2,6 "items": [7 {8 "name": "ContainerRegistryA",9 "description": "This is a registry for a project container",10 "url": "www.url.com",11 "defaultRepository": "/path/to/a/default/repository/"12 },13 {14 "name": "ContainerRegistryB",15 "description": "This is a registry for a project container",16 "url": "www.url.com",17 "defaultRepository": "/path/to/a/default/repository/"18 }19 ],20 "limit": 50,21 "version": 222}| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The response contains a list of container registries. | Schema | |
| 401 | Unauthorized | The request is not authenticated. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 503 | Service Unavailable | Functionality for project containers is not enabled. | Schema |