Domain name for API request: tcss.intl.tencentcloudapi.com.
Query image interception rule details.
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: DescribeImageDenyRuleDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| RuleID | Yes | String | Rule ID |
| Parameter Name | Type | Description |
|---|---|---|
| ID | Integer | Rule ID |
| RuleName | String | Rule name |
| RuleType | String | Rule Type. RULE_RISK: Risk; RULE_PRIVILEGE: Privilege |
| EffectImageCount | Integer | Number of Effective Images |
| IsEffectAllImage | Integer | Application to All Scanned Images. 0: Select All Images; 1: Custom Images |
| EffectTime | String | Rule Effective Start Time |
| UpdateTime | String | Update time |
| OperationUin | String | Operator |
| EffectStatus | String | Effective Status. IN_THE_TEST: Observing; IN_EFFECT: Effective |
| RuleDescription | String | Rule description |
| Status | Integer | Enable Status. 0: Enabled; 1: Disabled |
| Vul | Integer | Vulnerability. 0: Not Selected; 1: Selected |
| CVEIDSet | Array of String | CVE ID |
| ComponentSet | Array of String | Component ID |
| VulClassSet | Array of String | Vulnerability category |
| VulLevelSet | Array of String | Vulnerability level |
| VulLabelSet | Array of String | vulnerability tag |
| Virus | Integer | Trojan. 0: Not Selected; 1: Selected |
| VirusMD5Set | Array of String | Trojan MD5 List |
| VirusLevelSet | Array of String | Trojan Level |
| VirusName | Array of String | Virus name |
| Risk | Integer | Sensitive Information. 0: Not Selected; 1: Selected |
| RiskLevelSet | Array of String | Sensitivity Level |
| RiskType | Array of String | Sensitive Information Classification |
| PrivilegeRun | Integer | Privileged Startup. 0: Not Allowed; 1: Allowed |
| PrivilegeDetail | Array of String | Privilege type Note: This field may return null, indicating that no valid values can be obtained. |
| EffectImageSet | Array of String | Image ID List |
| EffectDay | Integer | Effective After X Days |
| RuleID | String | Rule ID |
| 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. |
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeImageDenyRuleDetail
<Common request parameters>
{
"RuleID": "xx"
}
{
"Response": {
"VulLabelSet": [
"xx"
],
"EffectImageSet": [
"xx"
],
"OperationUin": "xx",
"EffectImageCount": 1,
"ComponentSet": [
"xx"
],
"EffectStatus": "xx",
"Status": 0,
"EffectTime": "xx",
"Risk": 1,
"RiskLevelSet": [
"xx"
],
"RuleDescription": "xx",
"Virus": 0,
"VulLevelSet": [
"xx"
],
"PrivilegeDetail": [],
"IsEffectAllImage": 0,
"VirusMD5Set": [
"xx"
],
"RiskType": [
"xx"
],
"VirusName": [
"xx"
],
"RuleID": "xx",
"Vul": 0,
"UpdateTime": "xx",
"RequestId": "xx",
"CVEIDSet": [
"xx"
],
"ID": 1,
"PrivilegeRun": 0,
"VulClassSet": [
"xx"
],
"VirusLevelSet": [
"xx"
],
"RuleType": "xx",
"RuleName": "xx",
"EffectDay": 1
}
}
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 |
|---|---|
| AuthFailure | A CAM signature/authentication error occurred. |
| InternalError | An internal error occurred. |
| InvalidParameter | The parameter is incorrect. |
| InvalidParameter.InvalidFormat | The parameter format is incorrect. |
| InvalidParameter.MissingParameter | The required parameter is missing. |
| InvalidParameter.ParsingError | A parameter parsing error occurred. |
| InvalidParameterValue | The parameter value is incorrect. |
| MissingParameter | The parameter is missing. |
| ResourceNotFound | The resource does not exist. |
| UnknownParameter | The parameter is unknown. |
文档反馈