Queries the list of alert hosts for virus scanning.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListVirusScanMachine |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CurrentPage |
integer |
Yes |
The page number of the current page in a paging query. |
1 |
| PageSize |
integer |
Yes |
The number of entries to return on each page in a paging query. |
20 |
| Remark |
string |
No |
The asset information to query. You can set this parameter to an asset name or IP address. |
192.168.1**** |
| Uuid |
string |
No |
The UUID of the asset instance. |
7cc91747-2845-40d4-bb69-c077597f**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. The ID is a unique identifier that Alibaba Cloud generates for the request and can be used to troubleshoot issues. |
A27C1C09-828B-5CB8-9203-F55423BE**** |
| PageInfo |
object |
The pagination information. |
|
| CurrentPage |
integer |
The page number of the current page in a paging query. |
1 |
| PageSize |
integer |
The maximum number of entries returned per page in a paging query. |
20 |
| TotalCount |
integer |
The total number of entries. |
168 |
| Data |
array<object> |
The data details. |
|
|
object |
The data details. |
||
| Uuid |
string |
The UUID of the asset instance. |
6690a46c-0edb-4663-a641-3629d1a9**** |
| InstanceName |
string |
The instance name. |
centos**** |
| InternetIp |
string |
The public IP address of the associated instance. |
172.16.XX.XX |
| IntranetIp |
string |
The private IP address of the associated instance. |
10.42.XX.XX |
| InstanceId |
string |
The instance ID of the server. |
i-bp180bogui4fc0z4**** |
| EventCount |
integer |
The number of security alert occurrences. |
28 |
Examples
Success response
JSON format
{
"RequestId": "A27C1C09-828B-5CB8-9203-F55423BE****",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 168
},
"Data": [
{
"Uuid": "6690a46c-0edb-4663-a641-3629d1a9****",
"InstanceName": "centos****",
"InternetIp": "172.16.XX.XX",
"IntranetIp": "10.42.XX.XX",
"InstanceId": "i-bp180bogui4fc0z4****",
"EventCount": 28
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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.