Queries applications installed on a cloud computer.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DesktopId | string | Yes | The cloud computer ID. | ecd-39clsqyxr**** |
| PageSize | integer | No | The number of entries per page. | 20 |
| PageNumber | integer | No | The page number. | 1 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"TotalCount": 94,
"Apps": [
{
"AppName": "test_app",
"AppVersion": "2.0.1"
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-11-03 | Add Operation | View Change Details |
