ListExcessiveDeviceRegistrationApplications

Updated at:

Lists excess end-user device registration applications in the current Alibaba Cloud account.

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: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 SaseUserId parameter returned by the following operations:

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 DeviceTag parameter returned by the following operations:

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:

  • Pending: The application is under review.

  • Approved: The application is approved.

  • Rejected: The application is rejected.

Valid values:

  • Approved :

    Approved

  • Rejected :

    Rejected

  • Pending :

    Pending

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:

  • Windows: The Windows operating system.

  • macOS: The macOS operating system.

  • Linux: The Linux operating system.

  • Android: The Android operating system.

  • iOS: The iOS operating system.

  • Windows_Wuying: Wuying Workspace.

Valid values:

  • Linux :

    The Linux operating system.

  • Windows_Wuying :

    Wuying Workspace.

  • Windows :

    The Windows operating system.

  • iOS :

    The iOS operating system.

  • macOS :

    The macOS operating system.

  • Android :

    The Android operating system.

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:

  • true: The application has been used.

  • false: The application has not been used.

Valid values:

  • true :

    The application has been used.

  • false :

    The application has not been used.

false

Status

string

The status of the excessive device registration application. Valid values:

  • Pending

  • Approved

  • Rejected

Valid values:

  • Approved :

    Approved

  • Rejected :

    Rejected

  • Pending :

    Pending

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.