Container Registry API, REST: Registry.Get
Returns the specified Registry resource.
To get the list of available Registry resources, make a List request.
HTTP request
GET https://container-registry.api.cloud.yandex.net/container-registry/v1/registries/{registryId}
Path parameters
Field |
Description |
registryId |
string Required field. ID of the Registry resource to return. To get the registry ID use a RegistryService.List request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"name": "string",
"status": "string",
"createdAt": "string",
"labels": "string"
}
A Registry resource. For more information, see the Registry section of the documentation.
Field |
Description |
id |
string Output only. ID of the registry. |
folderId |
string ID of the folder that the registry belongs to. |
name |
string Name of the registry. |
status |
enum (Status) Output only. Status of the registry.
|
createdAt |
string (date-time) Output only. Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
labels |
string Resource labels as |