BareMetal API, REST: StandardImage.Get
Статья создана
Обновлена 21 апреля 2026 г.
Returns the specific standard Image resource.
To get the list of standard resources, make a List request.
HTTP request
GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/standardImages/{standardImageId}
Path parameters
|
Field |
Description |
|
standardImageId |
string Required field. ID of the StandardImage resource to return. The maximum string length in characters is 20. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"name": "string",
"folderId": "string"
}
A Standard Image resource.
|
Field |
Description |
|
id |
string ID of the standard image. |
|
name |
string Name of the standard image. |
|
folderId |
string Folder of standard image. |