Container Registry API, gRPC: RegistryService.List
Retrieves the list of Registry resources in the specified folder.
gRPC request
rpc List (ListRegistriesRequest) returns (ListRegistriesResponse)
ListRegistriesRequest
{
"folderId": "string",
"pageSize": "int64",
"pageToken": "string",
"filter": "string"
}
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 |
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.
|
ListRegistriesResponse
{
"registries": [
{
"id": "string",
"folderId": "string",
"name": "string",
"status": "Status",
"createdAt": "google.protobuf.Timestamp",
"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 |
Output only. Creation timestamp in RFC3339 |
labels |
string Resource labels as |