UpdateExcessiveDeviceRegistrationApplicationsStatus
Update the status of device registration applications that exceed your Alibaba Cloud account's quota.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
csas:UpdateExcessiveDeviceRegistrationApplicationsStatus |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Status |
string |
Yes |
Status of the device registration application. Valid values:
Valid values:
|
Approved |
| ApplicationIds |
array |
Yes |
List of IDs for device registration applications that exceed your quota. |
|
|
string |
No |
ID of a device registration application that exceeds your quota. To get this ID, call ListExcessiveDeviceRegistrationApplications. |
reg-application-0f4a127b7e78**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
ID of the request. |
102350E7-1A20-58F5-9D63-ABEA820AE6E1 |
| Applications |
array<object> |
List of device registration applications that exceed your quota. |
|
|
object |
Device registration application that exceeds your quota. |
||
| DeviceTag |
string |
ID of the endpoint device. |
36efa42d-2c32-c4dc-e3fc-8541e33a**** |
| DeviceType |
string |
Operating system of the endpoint device. Valid values:
Valid values:
|
Windows |
| Hostname |
string |
Name of the endpoint device. |
win10-64bit |
| Username |
string |
Username. |
王先生 |
| SaseUserId |
string |
User ID. |
su_e8f218fb171edd167c2ad917d21f53148bdefc510ca1f3c3cc0249d3643d**** |
| Department |
string |
Department to which the user belongs. |
测试部 |
| Mac |
string |
MAC address of the endpoint device. |
00:16:XX:XX:7c:46 |
| IsUsed |
boolean |
Indicates whether the device registration application has been used. Valid values:
Valid values:
|
false |
| Status |
string |
Status of the device registration application. Valid values:
Valid values:
|
Approved |
| CreateTime |
string |
Time when the device registration application was created. |
2023-07-17 18:46:55 |
| Description |
string |
This field indicates the reason for the excessive device registration request. |
这是一条超额注册申请 |
| ApplicationId |
string |
ID of the device registration application. |
reg-application-0f4a127b7e78**** |
Examples
Success response
JSON format
{
"RequestId": "102350E7-1A20-58F5-9D63-ABEA820AE6E1",
"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****"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.