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.
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. |
| 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. |
Query cloud boundary analysis result statistical information
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeScanStatistic
<Common request parameters>
{}{
"Response": {
"HighRiskPortServiceCount": 3,
"PortServiceCount": 3,
"PortServiceIncrement": 0,
"RequestId": "45ca21d4-f373-4274-9295-5380abc74bed",
"RiskWebAppCount": 0,
"VulCount": 0,
"WeakPasswordCount": 1,
"WebAppCount": 0,
"WebAppIncrement": 0
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback