tencent cloud

APIs

DescribeAssetImageVirusList

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-06-10 17:06:30

1. API Description

Domain name for API request: tcss.intl.tencentcloudapi.com.

This API is used to query the list of viruses in an image.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeAssetImageVirusList.
Version Yes String Common Params. The value used for this API: 2020-11-01.
Region No String Common Params. This parameter is not required.
ImageID Yes String Image ID
Limit No Integer Number of results to be returned. Default value: 10. Maximum value: 100.
Offset No Integer Offset. Default value: 0.
Filters.N No Array of AssetFilters Filter
  • Name- String - Required: No - Image name
  • RiskLevel - String - Required: No - Risk level. Valid values: 1, 2, 3, 4.
  • Order No String Sorting order. Valid values: asc, desc.
    By No String Sorting field

    3. Output Parameters

    Parameter Name Type Description
    List Array of ImageVirusInfo List of viruses in the image
    TotalCount Integer Total number
    VirusScanStatus Integer Virus scanning status
    0: Not scanned.
    1: Scanning.
    2: Scanned.
    3: Scan error.
    4: Scan canceled.
    RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

    4. Example

    Example1 This API is used to query the image virus list.

    This API is used to query the image virus list.

    Input Example

    POST / HTTP/1.1
    Host: tcss.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeAssetImageVirusList
    <Common request parameters>
    
    {
        "ImageID": "dskaldjskld"
    }
    

    Output Example

    {
        "Response": {
            "TotalCount": 1,
            "List": [
                {
                    "CheckPlatform": [],
    "Desc": "Malicious Trojans are detected on your container. Your container may have been compromised.\nMalicious Trojans typically execute malicious activities such as mining, file deletion, information theft, and network attacks."
                    "FileName": "webshell_2.php",
                    "FirstScanTime": "2024-09-02 07:36:15",
                    "LatestScanTime": "2024-10-23 16:40:54",
                    "Md5": "27501aaed5e639693783321219989889",
                    "Path": "/root/webshell_2.php",
                    "RiskLevel": 4,
                    "Size": 51,
    "Solution": "1. Check for malicious processes and invalid ports, and remove suspicious startup items and scheduled tasks. 2. Isolate or delete trojan files. 3. Conduct risk detection on the system and reinforce security. For details, refer to the following links: [Linux] https://www.tencentcloud.com/document/product/296/9604?from_cn_redirect=1 [Windows] https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1"
                    "Tags": [],
                    "VirusName": "Php.Trojan.Php.Ssmw"
                }
            ],
            "RequestId": "8bc803fd-d85d-47b8-9e2b-9644674be677",
            "VirusScanStatus": 1
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    InternalError An internal error occurred.
    InvalidParameter.InvalidFormat The parameter format is incorrect.
    InvalidParameter.MissingParameter The required parameter is missing.
    InvalidParameter.ParsingError A parameter parsing error occurred.
    ResourceNotFound The resource does not exist.

    도움말 및 지원

    문제 해결에 도움이 되었나요?

    피드백