Domain name for API request: tcss.intl.tencentcloudapi.com.
This API is used to query the trojan overview at runtime.
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: DescribeVirusSummary. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| Parameter Name | Type | Description |
|---|---|---|
| TaskId | String | ID of the last scan task |
| RiskContainerCnt | Integer | Number of Containers Affected by Trojans |
| RiskCnt | Integer | Number of Pending Risks |
| VirusDataBaseModifyTime | String | Virus database update time |
| RiskContainerIncrease | Integer | Increase in the Number of Containers Affected by Trojans Compared to Yesterday |
| RiskIncrease | Integer | Number of Pending Risks Increased Compared to Yesterday |
| IsolateIncrease | Integer | Isolation Event Count Increased Compared to Yesterday |
| IsolateCnt | Integer | Total Number of Isolation Events |
| 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 Trojan overview information at runtime.
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVirusSummary
<Common request parameters>
{}
{
"Response": {
"IsolateCnt": 1133,
"IsolateIncrease": 0,
"RequestId": "83b45d62-7383-4257-8de5-f460a3446a2c",
"RiskCnt": 94,
"RiskContainerCnt": 58,
"RiskContainerIncrease": 0,
"RiskIncrease": 0,
"TaskId": "67204f7cad8a5e71a40875752cc2f374",
"VirusDataBaseModifyTime": "2020-11-21 15:16:00"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
| InternalError.MainDBFail | The database operation failed. |
| InvalidParameter | The parameter is incorrect. |
| ResourceNotFound | The resource does not exist. |
피드백