Container Registry API, REST: Registry.List
Retrieves the list of Registry resources in the specified folder.
HTTP request
GET https://container-registry.api.cloud.yandex.net/container-registry/v1/registries
Query parameters
Field |
Description |
folderId |
string Required field. 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.
|
Response
HTTP Code: 200 - OK
{
"registries": [
{
"id": "string",
"folderId": "string",
"name": "string",
"status": "string",
"createdAt": "string",
"labels": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
registries[] |
List of Registry resources. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Registry
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 |