Retrieve screen recording files from all regions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeRecordFile |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the DescribeRegions operation to query the regions that are supported by Elastic Desktop Service. |
cn-shanghai |
| DesktopId |
string |
No |
The ID of the cloud desktop. |
ecd-7w78ozhjcwa3u**** |
| EndUserId |
string |
No |
The ID of the end user. |
Alice |
| StartTime |
string |
No |
The beginning of the time range to query. |
20251218175715 |
| EndTime |
string |
No |
The end of the time range to query. |
20251218205715 |
| Status |
integer |
Yes |
The status of the screen recording file. Valid values:
|
1 |
| RecordType |
string |
No |
The type of the screen recording. Valid values:
|
alltime |
| OrderBy |
string |
No |
The sorting basis. If you do not specify this parameter, the results are sorted by screen recording start time in descending order. Valid value:
|
startTime |
| OrderSort |
string |
No |
The sorting order. Valid values:
|
asc |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
20 |
| FileName |
string |
No |
The name of the recording file. |
Task7 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
05C2791F-41A7-5E7C-B5E4-1401FD0E**** |
| TotalCount |
integer |
The total number of records. |
2 |
| RecordFiles |
array<object> |
Details of the screen recording files. |
|
|
array<object> |
Details of a screen recording file. |
||
| Status |
integer |
The upload status of the screen recording file. Valid values:
|
1 |
| RecordExpire |
integer |
The expiration time of the screen recording file. |
1774656000000 |
| RecordType |
integer |
The recording type. Valid values:
|
period |
| EndUserId |
string |
The name of the end user. |
Alice |
| RecordEndTime |
string |
The time when the screen recording ended. The time is in the yyyy-MM-ddTHH:mm:ssZ format and is displayed in UTC. |
2025-12-18T06:02:25Z |
| RecordStartTime |
string |
The time when the screen recording started. The time is in the yyyy-MM-ddTHH:mm:ssZ format and is displayed in UTC. |
2025-12-18T06:02:25Z |
| FileName |
string |
The name of the screen recording file. |
Task3 |
| DesktopId |
string |
The ID of the cloud desktop. |
ecd-7yulhw1g1attet7d2 |
| FileSize |
integer |
The file size. Unit: bytes. |
139 |
| EventDetails |
array<object> |
The event details. |
|
|
object |
The data object. |
||
| EventTime |
integer |
The time when the event occurred. |
60 |
| EventType |
string |
The event type. |
UserInput |
| EventName |
string |
The event details. |
{\n\t\"messageInfo\" : \"mouse_move\",\n\t\"messageType\" : \"UserInput\"\n}\n" |
| DesktopName |
string |
The name of the cloud desktop. |
fvt-ecd |
| PolicyId |
string |
The ID of the policy. |
pg-** |
| RegionId |
string |
The ID of the region where the cloud desktop resides. |
cn-beijing |
| ResourceGroupId |
string |
The ID of the resource group. |
rg-f3s3dgt8dtb0vlqc8 |
| ResourceGroupName |
string |
The name of the resource group. |
resource |
Examples
Success response
JSON format
{
"RequestId": "05C2791F-41A7-5E7C-B5E4-1401FD0E****",
"TotalCount": 2,
"RecordFiles": [
{
"Status": 1,
"RecordExpire": 1774656000000,
"RecordType": 0,
"EndUserId": "Alice",
"RecordEndTime": "2025-12-18T06:02:25Z",
"RecordStartTime": "2025-12-18T06:02:25Z",
"FileName": "Task3",
"DesktopId": "ecd-7yulhw1g1attet7d2",
"FileSize": 139,
"EventDetails": [
{
"EventTime": 60,
"EventType": "UserInput",
"EventName": "{\\n\\t\\\"messageInfo\\\" : \\\"mouse_move\\\",\\n\\t\\\"messageType\\\" : \\\"UserInput\\\"\\n}\\n\""
}
],
"DesktopName": "fvt-ecd",
"PolicyId": "pg-**",
"RegionId": "cn-beijing",
"ResourceGroupId": "rg-f3s3dgt8dtb0vlqc8",
"ResourceGroupName": "resource"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.