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
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Desktop
  • Getting started
  • Access management
  • Pricing policy
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetRdpFile
        • List
        • ListOperations
        • Create
        • UpdateProperties
        • Delete
        • ResetPassword
  • Cloud Desktop events

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • User
  • Response
  1. API reference
  2. REST
  3. Desktop
  4. GetRdpFile

Cloud Desktop API, REST: Desktop.GetRdpFile

Written by
Yandex Cloud
Updated at December 17, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • User
  • Response

Returns a RDP file for the specified desktop.

HTTP requestHTTP request

GET https://cloud-desktop.api.cloud.yandex.net/cloud-desktop/v1/desktops/{desktopId}:getRdpFile

Path parametersPath parameters

Field

Description

desktopId

string

Required field. ID of the desktop resource to return.

To get the desktop ID use a DesktopService.List request.

Query parametersQuery parameters

Field

Description

user

User

User of the desktop.

UserUser

Field

Description

subjectId

string

Required field. Identity of the access binding.

subjectType

string

Required field. Type of the access binding, e.g. userAccount, serviceAccount, system.

ResponseResponse

HTTP Code: 200 - OK

{
  "headers": "object",
  "content": "string"
}

Field

Description

headers

object (map<string, string>)

HTTP headers mapping.

content

string

RDP file content.

Was the article helpful?

Previous
Get
Next
List
Yandex project
© 2025 Yandex.Cloud LLC