Get container registries

get/container/registry

Returns a resource collection of container registries.

Request Samples

Response Samples

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": 2
22}

Query Parameters

filter
string
false

The filter parameter.

limit
integer<int32>
false

The maximum number of registries to be returned.

>= 1<= 10000
Default:
50
start
integer<int64>
false

The first registry to be returned.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OK

The response contains a list of container registries.

Schema
401Unauthorized

The request is not authenticated.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
503Service Unavailable

Functionality for project containers is not enabled.

Schema