Domain name for API request: csip.intl.tencentcloudapi.com.
Obtain Content Risk List
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: DescribeRiskCenterWebsiteRiskList. |
| 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 |
| Filter | No | Filter | Filtered Content |
| Tags.N | No | Array of AssetTag | Asset tag |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total quantity. |
| Data | Array of WebsiteRisk | Content Risk List |
| StatusLists | Array of FilterDataObject | Status list |
| LevelLists | Array of FilterDataObject | Danger Level List |
| InstanceTypeLists | Array of FilterDataObject | Asset Type List |
| DetectEngineLists | Array of FilterDataObject | Risk Type List |
| 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. |
Obtain Content Risk List
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRiskCenterWebsiteRiskList
<Common request parameters>
{
"MemberId": [
"mem-68b8087a65268000",
"mem-tencent-522badef8ad96a4d"
],
"Filter": {
"Limit": 10,
"Offset": 1
}
}
{
"Response": {
"Data": [
{
"AffectAsset": "1.1.1.1",
"Level": "high",
"RecentTime": "2022-10-10 00:00:00",
"FirstTime": "2022-10-10 00:00:00",
"Status": 0,
"Id": "id-wq142",
"Index": "index-33wrt",
"InstanceId": "ins-******",
"InstanceName": "instance name",
"AppId": "130********",
"Nick": "nickname",
"Uin": "100*********",
"URL": "http://example.com",
"URLPath": "url*******",
"InstanceType": "CVM",
"DetectEngine": "engine1",
"ResultDescribe": "result info",
"SourceURL": "http://example.com",
"SourceURLPath": "path"
}
],
"DetectEngineLists": [
{
"Text": "vss",
"Value": "vss"
}
],
"InstanceTypeLists": [
{
"Text": "Managed cluster"
"Value": "managed_cluster"
},
{
"Text": "CVM",
"Value": "CVM"
},
{
"Text": "Local image"
"Value": "Local"
},
{
"Text": "CLB",
"Value": "CLB"
}
],
"LevelLists": [
{
Critical
"Value": "extreme"
},
{
High-risk
"Value": "high"
},
{
"Text": "Medium"
"Value": "middle"
},
{
"Text": "Low risk",
"Value": "low"
},
{
"Text": "Prompt",
"Value": "info"
}
],
"RequestId": "6fcf6762-9729-49c4-8bbd-7812ecdca062",
"StatusLists": [
{
"Text": "ignored",
"Value": "2"
},
{
"Text": "banned",
"Value": "3"
},
{
"Text": "Unprocessed",
"Value": "0"
},
{
"Text": "Processed"
"Value": "1"
}
],
"TotalCount": 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.
피드백