UpdateExcessiveDeviceRegistrationApplicationsStatus

Updated at:

Update the status of device registration applications that exceed your Alibaba Cloud account's quota.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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:

  • Approved: Approve the application. You can approve only applications with a Pending status.

  • Rejected: Reject the application. You can reject only applications with a Pending status.

Valid values:

  • Approved :

    Approve

  • Rejected :

    Reject

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:

  • Windows: Windows operating system.

  • macOS: macOS operating system.

  • Linux: Linux operating system.

  • Android: Android operating system.

  • iOS: iOS operating system.

  • Windows_Wuying: Alibaba Cloud Cloud Desktop operating system.

Valid values:

  • Linux :

    Linux operating system

  • Windows_Wuying :

    Alibaba Cloud Cloud Desktop operating system

  • Windows :

    Windows operating system

  • iOS :

    iOS operating system

  • macOS :

    macOS operating system

  • Android :

    Android operating system

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:

  • true: Used.

  • false: Not used.

Valid values:

  • true :

    Used

  • false :

    Not used

false

Status

string

Status of the device registration application. Valid values:

  • Pending: Pending review.

  • Approved: Approved.

  • Rejected: Rejected.

Valid values:

  • Approved :

    Approved

  • Rejected :

    Rejected

  • Pending :

    Pending review

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.