BareMetal API, gRPC: StandardImageService.Get
Статья создана
Обновлена 30 октября 2025 г.
Returns the specific standard Image resource.
To get the list of standard resources, make a List request.
gRPC request
rpc Get (GetStandardImageRequest) returns (StandardImage)
GetStandardImageRequest
{
"standard_image_id": "string"
}
|
Field |
Description |
|
standard_image_id |
string ID of the StandardImage resource to return. To get the standard image ID, use a StandardImageService.List request. |
StandardImage
{
"id": "string",
"name": "string",
"folder_id": "string"
}
A Standard Image resource.
|
Field |
Description |
|
id |
string ID of the standard image. |
|
name |
string Name of the standard image. |
|
folder_id |
string Folder of standard image. |