Queries information about assets that do not have the client installed.
Try it now
Test
RAM authorization
|
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 |
| 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 |
| InstanceName |
string |
The name of the server instance. |
sql-test-001 |
| Os |
string |
The operating system of the server. Valid values:
|
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 |
| 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.