BareMetal API, REST: MountedImage.Get
Written by
Updated at July 1, 2026
Get mounted user image.
HTTP request
GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/mountedImages/{serverId}
Path parameters
|
Field |
Description |
|
serverId |
string Required field. ID of the server to get mounted image from. |
Response
HTTP Code: 200 - OK
{
"imageId": "string",
"expiresAt": "string"
}
|
Field |
Description |
|
imageId |
string ID of the image that is mounted. |
|
expiresAt |
string (date-time) When mounted image expires. String in RFC3339 To work with values in this field, use the APIs described in the |