Queries basic information about cloud desktops.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeDesktopInfo |
list |
*All Resource
|
None |
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
|
RegionId |
string |
Yes |
Region ID. Call DescribeRegions to query supported regions. |
cn-hangzhou |
| DesktopId |
array |
No |
Cloud desktop IDs. You can specify 1 to 100 IDs. |
|
|
string |
No |
Desktop ID. |
["ecd-gx2x1dhsmucyy****"] |
|
|
NeedExtraInfo |
boolean |
No |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
|
RequestId |
string |
Request ID. |
062B1439-709A-580E-85DF-CE97A1560565 |
| Desktops |
array<object> |
Basic desktop information. |
|
|
object |
Basic desktop information. |
||
|
CurrentAppVersion |
string |
Current image version of the desktop. |
1.4.0-R-*** |
|
StartTime |
string |
Time when the desktop first started. |
2020-11-06T08:31Z |
|
ConnectionStatus |
string |
User connection status.
Valid values:
|
Disconnected |
|
DesktopId |
string |
Desktop ID. |
ecd-gx2x1dhsmucyy**** |
|
DesktopStatus |
string |
Cloud desktop status.
Valid values:
|
Running |
| ManagementFlag |
array |
The management flag. |
|
|
string |
The management flag.
Valid values:
|
NoFlag |
|
|
NewAppVersion |
string |
Available upgrade image version. |
1.6.0-R-*** |
|
ReleaseNote |
string |
Release notes for the upgrade image version. |
测试升级包03-07 |
|
NewAppSize |
integer |
Upgrade package size. Unit: KB. |
568533470 |
|
DesktopGroupId |
string |
Computer pool ID. |
dg-3uiojcc0j4kh7**** |
Examples
Success response
JSON format
{
"RequestId": "062B1439-709A-580E-85DF-CE97A1560565",
"Desktops": [
{
"CurrentAppVersion": "1.4.0-R-***",
"StartTime": "2020-11-06T08:31Z",
"ConnectionStatus": "Disconnected",
"DesktopId": "ecd-gx2x1dhsmucyy****",
"DesktopStatus": "Running",
"ManagementFlag": [
"NoFlag"
],
"NewAppVersion": "1.6.0-R-***",
"ReleaseNote": "测试升级包03-07\n",
"NewAppSize": 568533470,
"DesktopGroupId": "dg-3uiojcc0j4kh7****"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.