BareMetal API, gRPC: MountedImageService.Create
Статья создана
Обновлена 1 июля 2026 г.
Mount user image.
gRPC request
rpc Create (CreateMountedImageRequest) returns (google.protobuf.Empty
CreateMountedImageRequest
{
"server_id": "string",
"image_id": "string"
}
|
Field |
Description |
|
server_id |
string Required field. ID of the server to mount image to. |
|
image_id |
string Required field. ID of the image to mount. |
google.protobuf.Empty
{}
|
Field |
Description |
|
Empty |
|