Yandex Cloud Registry API, gRPC: RegistryService.Create
Creates a registry in the specified folder.
gRPC request
rpc Create (CreateRegistryRequest) returns (operation.Operation)
CreateRegistryRequest
{
"folder_id": "string",
"name": "string",
"labels": "map<string, string>",
"kind": "Kind",
"type": "Type",
"description": "string",
"properties": "map<string, string>"
}
Field |
Description |
folder_id |
string Required field. ID of the folder to create a registry in. To get the folder ID, use a yandex.cloud.resourcemanager.v1.FolderService.List request. |
name |
string Name of the registry. There may be only one registry per folder. |
labels |
object (map<string, string>) Resource labels as |
kind |
enum Kind Required field. Kind of the registry.
|
type |
enum Type Required field. Type of the registry.
|
description |
string Description of the registry. 0-1024 characters long. |
properties |
object (map<string, string>) Property names and values. |
operation.Operation
{
"id": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp",
"created_by": "string",
"modified_at": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"registry_id": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folder_id": "string",
"name": "string",
"kind": "Kind",
"type": "Type",
"status": "Status",
"description": "string",
"labels": "map<string, string>",
"properties": "map<string, string>",
"created_at": "google.protobuf.Timestamp",
"modified_at": "google.protobuf.Timestamp"
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
created_at |
Creation timestamp. |
created_by |
string ID of the user or service account who initiated the operation. |
modified_at |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
CreateRegistryMetadata
Field |
Description |
registry_id |
string ID of the registry that is being created. |
Registry
A Registry resource.
Field |
Description |
id |
string Output only. ID of the registry. |
folder_id |
string ID of the folder that the registry belongs to. |
name |
string Name of the registry. |
kind |
enum Kind Kind of the registry.
|
type |
enum Type Type of the registry.
|
status |
enum Status Output only. Status of the registry.
|
description |
string Description of the registry. |
labels |
object (map<string, string>) Resource labels as |
properties |
object (map<string, string>) Resource properties as |
created_at |
Output only. Creation timestamp in RFC3339 |
modified_at |
Output only. Modification timestamp in RFC3339 |