tencent cloud

APIs

DescribeImageDenyRuleDetail

下载
聚焦模式
字号
最后更新时间: 2026-06-10 17:06:16

1. API Description

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.

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: 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

3. Output Parameters

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.

4. Example

Example1 Query image interception rule details.

Input Example

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

{
    "RuleID": "xx"
}

Output Example

{
    "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
    }
}

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

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈