BareMetal API, REST: StandardImage.Get
Статья создана
Обновлена 30 октября 2025 г.
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. To get the standard image ID, use a StandardImageService.List request. |
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. |