Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

General API

Focus mode
General API - Amazon DCV

GetDcvInfo

This API provides a generic information about the Amazon DCV components, including the software version and architecture.

Sequence diagram showing GetDcvInfoRequest and GetDcvInfoResponse between Extension Client/Server and DCV Client/Server.

Helper structures:

VersionNumber + uint32 major + uint32 minor + uint32 revision SoftwareInfo + string name + VersionNumber version + string os + string arch + string hostname

Request message:

GetDcvInfoRequest (no fields)

Response message:

GetDcvInfoResponse + DcvRole dcv_role + int64 dcv_process_id + SoftwareInfo server_info + SoftwareInfo client_info
  • dcv_role: Enumeration, either Server or Client, tells if the parent process is DCV Client or a DCV Server.

  • dcv_process_id: The pid of the parent process: the DCV viewer on clients, the DCV user agent process on servers.

  • server_info: Information on the DCV Server, either on the local side or remote side of the DCV connection.

  • client_info: Information on the DCV Client, either on the local side or remote side of the DCV connection.

GetManifest

This API describes the location of the manifest file that was used to register this specific extension.

Request message:

GetManifestRequest (no fields)

Response message:

GetManifestResponse + string manifest_path
  • manifest_path: Path to the manifest file used to register the extension.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.