Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Desktop
  • Getting started
  • Access management
  • Pricing policy
    • Authentication with the API
      • Overview
        • Overview
        • List
        • Get
        • Copy
        • Update
        • CopyFromDesktop
        • Delete
  • Cloud Desktop events

In this article:

  • gRPC request
  • GetDesktopImageRequest
  • DesktopImage
  1. API reference
  2. gRPC
  3. DesktopImage
  4. Get

Cloud Desktop API, gRPC: DesktopImageService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetDesktopImageRequest
  • DesktopImage

Returns the specified desktop image.

gRPC requestgRPC request

rpc Get (GetDesktopImageRequest) returns (DesktopImage)

GetDesktopImageRequestGetDesktopImageRequest

{
  "image_id": "string"
}

Field

Description

image_id

string

Required field. ID of the image to get.

DesktopImageDesktopImage

{
  "id": "string",
  "folder_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "status": "Status",
  "name": "string",
  "labels": "map<string, string>",
  "storage_size": "int64",
  "min_disk_size": "int64"
}

A desktop image resource.

Field

Description

id

string

ID of the image.

folder_id

string

ID of the folder that the image belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp in RFC3339 text format.

status

enum Status

Status of the image.

  • STATUS_UNSPECIFIED
  • CREATING: Image is being created.
  • ACTIVE: Image is ready to use.
  • DELETING: Image is being deleted.

name

string

Name of the image.

labels

object (map<string, string>)

Description of the image.

storage_size

int64

Size of the image, specified in bytes.

min_disk_size

int64

Minimum disk size in bytes required to use the image.

Was the article helpful?

Previous
List
Next
Copy
© 2025 Direct Cursus Technology L.L.C.