Container Registry API, REST: Repository.List
Retrieves the list of Repository resources in the specified registry.
HTTP request
GET https://container-registry.api.cloud.yandex.net/container-registry/v1/repositories
Query parameters
Field |
Description |
registryId |
string ID of the registry to list repositories in. To get the registry ID use a RegistryService.List request. |
folderId |
string ID of the folder to list registries in.
To get the folder ID use a yandex.cloud.resourcemanager.v1.FolderService.List request. |
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters resources listed in the response.
|
orderBy |
string |
Response
HTTP Code: 200 - OK
{
"repositories": [
{
"name": "string",
"id": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
repositories[] |
List of Repository resources. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Repository
A Repository resource. For more information, see Repository.
Field |
Description |
name |
string Name of the repository. |
id |
string Output only. ID of the repository. |