tencent cloud

DescribeScanStatistic
Last updated:2026-01-29 18:11:53
DescribeScanStatistic
Last updated: 2026-01-29 18:11:53

1. API Description

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

Query the statistical information of cloud boundary analysis scanning results.

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: DescribeScanStatistic.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String Group Account Member ID
TaskLogId No String Health check task id.

3. Output Parameters

Parameter Name Type Description
PortServiceCount Integer Port service quantity.
WebAppCount Integer Number of Web services.
WeakPasswordCount Integer Weak Password Risk Count
VulCount Integer Vulnerability risk quantity.
HighRiskPortServiceCount Integer High-Risk port service quantity.
RiskWebAppCount Integer Number of Web services at risk.
PortServiceIncrement Integer Newly-Added port services in the last 7 days.
WebAppIncrement Integer Newly-Added Web services in the last 7 days.
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 Querying Cloud Boundary Analysis Results Statistics

Query cloud boundary analysis result statistical information

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeScanStatistic
<Common request parameters>

{}

Output Example

{
    "Response": {
        "HighRiskPortServiceCount": 3,
        "PortServiceCount": 3,
        "PortServiceIncrement": 0,
        "RequestId": "45ca21d4-f373-4274-9295-5380abc74bed",
        "RiskWebAppCount": 0,
        "VulCount": 0,
        "WeakPasswordCount": 1,
        "WebAppCount": 0,
        "WebAppIncrement": 0
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback