Container Registry API, REST: Repository.Get
Written by
Updated at October 17, 2024
Returns the specified Repository resource.
To get the list of available Repository resources, make a List request.
HTTP request
GET https://container-registry.api.cloud.yandex.net/container-registry/v1/repositories/{repositoryId}
Path parameters
Field |
Description |
repositoryId |
string Required field. ID of the Repository resource to return. To get the repository ID use a RepositoryService.List request. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"id": "string"
}
A Repository resource. For more information, see Repository.
Field |
Description |
name |
string Name of the repository. |
id |
string Output only. ID of the repository. |