BareMetal API, gRPC: MountedImageService.Get
Статья создана
Обновлена 1 июля 2026 г.
Get mounted user image.
gRPC request
rpc Get (GetMountedImageRequest) returns (GetMountedImageResponse)
GetMountedImageRequest
{
"server_id": "string"
}
|
Field |
Description |
|
server_id |
string Required field. ID of the server to get mounted image from. |
GetMountedImageResponse
{
"image_id": "string",
"expires_at": "google.protobuf.Timestamp"
}
|
Field |
Description |
|
image_id |
string ID of the image that is mounted. |
|
expires_at |
When mounted image expires. |