All Products
Search
Document Center

Security Center:ListUninstallAegisMachines

Last Updated:Jun 15, 2026

Queries information about assets that do not have the client installed.

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

yundun-sas:ListUninstallAegisMachines

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The IP address of the access source.

180.113.XX.XX

PageSize

integer

No

The number of entries per page in a paged query. Default value: 5, which indicates that 5 entries are displayed per page.

5

CurrentPage

integer

No

The page number of the first page to display in the query results. Default value: 1, which indicates that the query results are displayed from page 1.

4

RegionNo

string

No

The region where the server resides.

Note

You can call the DescribeCriteria operation to obtain supported regions from the Values of the item whose Name is regionId.

cn-hangzhou

Os

string

No

The operating system.

Note

You can call the DescribeCriteria operation to obtain supported operating systems from the Values of the item whose Name is osType.

linux

Remark

string

No

The asset information to query. You can set this parameter to the asset name or public IP address.

172.20.XX.XX

Vendor

integer

No

The server vendor. Valid values:

  • 0: Alibaba Cloud asset

  • 1: non-cloud asset

  • 2: IDC asset

  • 3, 4, 5, 7: third-party cloud asset

  • 8: lightweight asset.

0

RegionIdStr

string

No

The region where the server resides.

Note

You can call the DescribeCriteria operation to obtain supported regions from the Values of the item whose Name is regionId.

cn-hangzhou

Response elements

Element

Type

Description

Example

object

The response parameters.

CurrentPage

integer

The page number of the current page in a paged query.

1

RequestId

string

The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues.

151F6EB6-D5F3-417A-AF7B-4D84975DB586

PageSize

integer

The maximum number of entries per page in a paged query.

5

TotalCount

integer

The total number of entries.

44

MachineList

array<object>

The list of server information.

object

The server information.

Uuid

string

The UUID of the server.

6d5b361f-958d-48a8-a9d2-d6e82c1****

MachineRegion

string

The region where the server resides.

cn-hangzhou

InternetIp

string

The public IP address of the server.

120.79.XX.XX

VendorName

string

The name of the server vendor.

Valid values:

  • ALIYUN: Alibaba Cloud

  • OUT: non-cloud asset

  • IDC: IDC

  • TENCENT: third-party cloud

  • HUAWEICLOUD: third-party cloud

  • Microsoft: third-party cloud

  • AWS: third-party cloud

  • TRIPARTITE: lightweight server.

ALIYUN

InstanceName

string

The name of the server instance.

sql-test-001

Os

string

The operating system of the server. Valid values:

  • linux: linux

  • windows: windows

  • windows-2003: windows-2003.

linux

InstanceId

string

The ID of the server instance.

sas-bdrvxb4b****

IntranetIp

string

The private IP address of the server.

192.168.XX.XX

Vendor

integer

The server vendor. Valid values:

  • 0: Alibaba Cloud asset

  • 1: non-cloud asset

  • 2: IDC asset

  • 3, 4, 5, 7: third-party cloud asset

  • 8: lightweight asset.

0

RegionId

string

The ID of the region where the server resides.

cn-shanghai

Examples

Success response

JSON format

{
  "CurrentPage": 1,
  "RequestId": "151F6EB6-D5F3-417A-AF7B-4D84975DB586",
  "PageSize": 5,
  "TotalCount": 44,
  "MachineList": [
    {
      "Uuid": "6d5b361f-958d-48a8-a9d2-d6e82c1****",
      "MachineRegion": "cn-hangzhou",
      "InternetIp": "120.79.XX.XX",
      "VendorName": "ALIYUN",
      "InstanceName": "sql-test-001",
      "Os": "linux",
      "InstanceId": "sas-bdrvxb4b****",
      "IntranetIp": "192.168.XX.XX",
      "Vendor": 0,
      "RegionId": "cn-shanghai"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParam Illegal param
500 ServerError ServerError
403 NoPermission caller has no permission

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.