BareMetal API, REST: StandardImage.List
Retrieves the list of Image resources in the specified folder. Pass the "baremetal-standard-images" folder to get general images.
HTTP request
GET https://baremetal.api.yandexcloud.kz/baremetal/v1alpha/standardImages
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. To get the next page of results, set |
|
orderBy |
string By which column the listing should be ordered and in which direction, |
|
filter |
string A filter expression that filters resources listed in the response. Each condition has the form
|
|
folderId |
string ID of the folder to return a StandardImage resource for. To get the folder ID, use a yandex.cloud.resourcemanager.v1.FolderService.List request. Pass the "baremetal-standard-images" folder to get general images. |
Response
HTTP Code: 200 - OK
{
"standardImages": [
{
"id": "string",
"name": "string",
"folderId": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
standardImages[] |
List of StandardImage resources. |
|
nextPageToken |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
StandardImage
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. |