ExportUserDevices
Export a list of user terminal devices to an Excel file.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
csas:ExportUserDevices |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Username |
string |
No |
Username. Must be 1 to 128 characters long. Supports Chinese, uppercase and lowercase letters, digits, periods (.), underscores (_), hyphens (-), asterisks (*), at signs (@), and spaces. |
王先生 |
| SaseUserId |
string |
No |
User ID. |
su_e8f218fb171edd167c2ad917d21f53148bdefc510ca1f3c3cc0249d3643d**** |
| Department |
string |
No |
Department name. Must be 1 to 128 characters long. Supports Chinese, uppercase and lowercase letters, digits, periods (.), commas (,), semicolons (;), hyphens (-), underscores (_), forward slashes (/), at signs (@), and spaces. |
测试部 |
| Hostname |
string |
No |
Terminal device name. Must be 1 to 128 characters long. Supports Chinese, uppercase and lowercase letters, digits, periods (.), commas (,), semicolons (;), hyphens (-), underscores (_), forward slashes (/), at signs (@), and spaces. If you enter only an underscore (_), the system returns all terminal devices whose names contain four-byte UTF-8 characters. |
win10-64bit |
| DeviceBelong |
string |
No |
Terminal device ownership. Valid values:
Valid values:
|
Company |
| Mac |
string |
No |
MAC address of the terminal device. |
00:16:7c:46:**:** |
| SharingStatus |
boolean |
No |
Whether device sharing is enabled. Valid values:
Valid values:
|
true |
| DeviceStatuses |
array |
No |
Collection of terminal device statuses. |
|
|
string |
No |
Terminal device status. Valid values:
Valid values:
|
Online |
|
| AppStatuses |
array |
No |
Collection of client statuses. |
|
|
string |
No |
Client status. Valid values:
Valid values:
|
Online |
|
| PaStatuses |
array |
No |
Collection of private network access statuses. |
|
|
string |
No |
Private network access status. Valid values:
Valid values:
|
Enabled |
|
| IaStatuses |
array |
No |
Collection of Internet access statuses. |
|
|
string |
No |
Internet access status. Valid values:
Valid values:
|
Disabled |
|
| DlpStatuses |
array |
No |
Collection of office data protection statuses. |
|
|
string |
No |
Office data protection status. Valid values:
Valid values:
|
Enabled |
|
| NacStatuses |
array |
No |
Collection of network admission statuses. |
|
|
string |
No |
Network admission status. Valid values:
Valid values:
|
Unprovisioned |
|
| DeviceTypes |
array |
No |
Collection of terminal device operating system types. |
|
|
string |
No |
Terminal device operating system type. Valid values:
Valid values:
|
Windows |
|
| DeviceTags |
array |
No |
Collection of terminal device IDs. |
|
|
string |
No |
Terminal device ID. Valid values:
|
36efa42d-2c32-c4dc-e3fc-8541e33a**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
ID of this request. |
748CFDC7-1EB6-5B8B-9405-DA76ED5BB60D |
| SignedUrl |
string |
URL to download the file. The URL expires in one minute. |
https://sase-export.oss-cn-hangzhou.aliyuncs.com/export%2Fapp-device%2F20240607154831.xlsx?Expires=1717746571&OSSAccessKeyId=******************** |
Examples
Success response
JSON format
{
"RequestId": "748CFDC7-1EB6-5B8B-9405-DA76ED5BB60D",
"SignedUrl": "https://sase-export.oss-cn-hangzhou.aliyuncs.com/export%2Fapp-device%2F20240607154831.xlsx?Expires=1717746571&OSSAccessKeyId=********************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.