All Products
Search
Document Center

Security Center:ListVirusScanMachine

Last Updated:Feb 20, 2024

Queries servers on which virus detection and removal tasks are performed.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CurrentPageintegerYes

The page number.

1
PageSizeintegerYes

The number of entries per page.

20
RemarkstringNo

The information about the server that you want to query. The value can be the name or the IP address of the server.

192.168.1****
UuidstringNo

The UUID of the server.

7cc91747-2845-40d4-bb69-c077597f****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A27C1C09-828B-5CB8-9203-F55423BE****
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

1
PageSizeinteger

The number of entries per page.

20
TotalCountinteger

The total number of entries returned.

168
Dataobject []

The returned data.

Uuidstring

The UUID of the server.

6690a46c-0edb-4663-a641-3629d1a9****
InstanceNamestring

The name of the server.

centos****
InternetIpstring

The public IP address of the associated server.

172.16.XX.XX
IntranetIpstring

The private IP address of the associated server.

10.42.XX.XX
InstanceIdstring

The instance ID of the server.

i-bp180bogui4fc0z4****
EventCountinteger

The number of times that the alert is triggered.

28

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.