ListExcessiveDeviceRegistrationApplications
Lists excess end-user device registration applications in the current Alibaba Cloud account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
csas:ListExcessiveDeviceRegistrationApplications |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CurrentPage |
integer |
Yes |
The page number. Valid values: 1 to 10,000. |
1 |
| PageSize |
integer |
Yes |
The number of entries on each page. Valid values: 1 to 500. |
10 |
| Username |
string |
No |
The username. The value must be 1 to 128 characters long and can contain Chinese characters, uppercase and lowercase letters, digits, periods (.), underscores (_), hyphens (-), asterisks (*), at signs (@), and spaces. |
王先生 |
| SaseUserId |
string |
No |
The user ID. You can get the user ID from the
|
su_e8f218fb171edd167c2ad917d21f53148bdefc510ca1f3c3cc0249d3643d**** |
| Department |
string |
No |
The user's department. The value must be 1 to 128 characters long and can contain Chinese characters, uppercase and lowercase letters, digits, periods (.), commas (,), semicolons (;), hyphens (-), underscores (_), forward slashes (/), at signs (@), and spaces. |
测试部 |
| Hostname |
string |
No |
The hostname of the device. The value must be 1 to 128 characters long and can contain Chinese characters, uppercase and lowercase letters, digits, periods (.), commas (,), semicolons (;), hyphens (-), underscores (_), forward slashes (/), at signs (@), and spaces. If you specify only an underscore (_), the query is extended to include devices whose hostnames contain 4-byte UTF-8 characters. |
win10-64bit |
| Mac |
string |
No |
The MAC address of the device. |
00:16:XX:XX:7c:46 |
| DeviceTag |
string |
No |
The device ID. You can get the device ID from the
|
36efa42d-2c32-c4dc-e3fc-8541e33a**** |
| Statuses |
array |
No |
The statuses of excessive device registration applications. |
|
|
string |
No |
The status of the excessive device registration application. Valid values:
Valid values:
|
Pending |
|
| ApplicationIds |
array |
No |
The IDs of the excessive device registration applications. |
|
|
string |
No |
The application ID. You can call the ListExcessiveDeviceRegistrationApplications operation to query applications in bulk and get their IDs. |
reg-application-0f4a127b7e78**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
58D6B23E-E5DA-5418-8F61-51A3B5A30049 |
| TotalNum |
integer |
The total number of excessive device registration applications. |
1 |
| Applications |
array<object> |
A list of excessive device registration applications. |
|
|
object |
An excessive device registration application. |
||
| DeviceTag |
string |
The device ID. |
36efa42d-2c32-c4dc-e3fc-8541e33a**** |
| DeviceType |
string |
The operating system of the device. Valid values:
Valid values:
|
Windows |
| Hostname |
string |
The hostname of the device. |
win10-64bit |
| Username |
string |
The username. |
王先生 |
| SaseUserId |
string |
The user ID. |
su_e8f218fb171edd167c2ad917d21f53148bdefc510ca1f3c3cc0249d3643d**** |
| Department |
string |
The user's department. |
测试部 |
| Mac |
string |
The MAC address of the device. |
00:16:XX:XX:7c:46 |
| IsUsed |
boolean |
Specifies whether the excessive device registration application has been used. Valid values:
Valid values:
|
false |
| Status |
string |
The status of the excessive device registration application. Valid values:
Valid values:
|
Approved |
| CreateTime |
string |
The creation time of the excessive device registration application. |
2023-07-17 18:46:55 |
| Description |
string |
The reason for the excessive device registration application. |
这是一条超额注册申请 |
| ApplicationId |
string |
The application ID. |
reg-application-0f4a127b7e78**** |
| FullDepartment |
array |
A list of full department paths. |
|
|
string |
A full department path. |
SASE/dept1/test dept2 |
Examples
Success response
JSON format
{
"RequestId": "58D6B23E-E5DA-5418-8F61-51A3B5A30049",
"TotalNum": 1,
"Applications": [
{
"DeviceTag": "36efa42d-2c32-c4dc-e3fc-8541e33a****",
"DeviceType": "Windows",
"Hostname": "win10-64bit",
"Username": "王先生",
"SaseUserId": "su_e8f218fb171edd167c2ad917d21f53148bdefc510ca1f3c3cc0249d3643d****",
"Department": "测试部",
"Mac": "00:16:XX:XX:7c:46",
"IsUsed": false,
"Status": "Approved",
"CreateTime": "2023-07-17 18:46:55",
"Description": "这是一条超额注册申请",
"ApplicationId": "reg-application-0f4a127b7e78****",
"FullDepartment": [
"SASE/dept1/test dept2"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.