Cloud Desktop API, REST: DesktopImage.Get
Returns the specified desktop image.
HTTP request
GET https://cloud-desktop.api.cloud.yandex.net/cloud-desktop/v1/images/{imageId}
Path parameters
Field |
Description |
imageId |
string Required field. ID of the image to get. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"status": "string",
"name": "string",
"labels": "string",
"storageSize": "string",
"minDiskSize": "string"
}
A desktop image resource.
Field |
Description |
id |
string ID of the image. |
folderId |
string ID of the folder that the image belongs to. |
createdAt |
string (date-time) Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
status |
enum (Status) Status of the image.
|
name |
string Name of the image. |
labels |
string Description of the image. |
storageSize |
string (int64) Size of the image, specified in bytes. |
minDiskSize |
string (int64) Minimum disk size in bytes required to use the image. |