Container Registry API, REST: Repository.get
Returns the specified Repository resource.
To get the list of available Repository resources, make a list request.
HTTP request
GET https://container-registry.api.il.nebius.cloud/container-registry/v1/repositories/{repositoryId}
Path parameters
Parameter | Description |
---|---|
repositoryId | Required. ID of the Repository resource to return. To get the repository ID use a list request. The maximum string length in characters is 50. |
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. The name is unique within the registry. |
id | string Output only. ID of the repository. |