tencent cloud

APIs

DescribeMalwareTimingScanSetting

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-06-18 16:07:10

1. API Description

Domain name for API request: cwp.intl.tencentcloudapi.com.

This API is used to query the scheduled scan configuration.

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: DescribeMalwareTimingScanSetting.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required.
ProductType No Integer

Product type. 0:CWP (default); 1:CSC

3. Output Parameters

Parameter Name Type Description
CheckPattern Integer

Detection mode. 0: full disk detection; 1: rapid detection

StartTime String

Start time of the detection window

EndTime String

Timeout end time of the detection window

IsGlobal Integer

Whether all servers are selected. 1: All; 2: Custom

QuuidList Array of String

A string array of host QUUIDs, required when custom servers are selected

MonitoringPattern Integer

Monitoring mode. 0: standard; 1: deep

Cycle Integer

Cycle. 1: Daily

EnableScan Integer

Scheduled detection switch. 0: off; 1: on

Id Integer

Unique ID

RealTimeMonitoring Integer

Real-time monitoring. 0: off; 1: on

AutoIsolation Integer

Whether to isolate automatically: 1 - yes; 0 - no

ClickTimeout Integer

Timeout for one-click scanning, for example, 1800 seconds

KillProcess Integer

Whether to terminate the process: 1: terminate; 0: not terminate. It is effective only if automatic isolation is enabled.

EngineType Integer

1: Standard mode (reports only critical and high-risk items); 2: Enhanced mode (reports critical, high-risk, and medium-risk items); 3: Strict mode (reports critical, high-, medium-, and low-risk items, plus prompt items)

EnableInspiredEngine Integer

Heuristic engine. 0: off; 1: on

EnableMemShellScan Integer

Whether malicious process termination is enabled [0: disabled, 1: enabled]

ProtectMode Integer

Protection mode. 0: Standard; 1: Critical-period protection

ProtectFileScope Integer

Scan scope. 0: Malicious files other than script files; 1: All malicious files

DoClean Integer

Cleanup switch. 0: off; 1: on

QuaraUuids Array of String

Selected hosts for isolation

QuaraScope Integer

Isolation scope selected by the user. 0: Full isolation by default; 1: Custom

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 Querying Scheduled Scan Configurations

Input Example

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

{}

Output Example

{
    "Response": {
        "RequestId": "1e96ed81-a2f2-4029-893b-b63ed1328694",
        "CheckPattern": 1,
        "StartTime": "2020-05-20 00:00:00",
        "EndTime": "2020-05-20 00:00:00",
        "IsGlobal": 1,
        "QuuidList": [
            "972290ce-2e07-4689-8f92-f617239bbf82"
        ],
        "RealTimeMonitoring": 1,
        "MonitoringPattern": 0,
        "Cycle": 1,
        "EnableScan": 1,
        "Id": 0,
        "AutoIsolation": 1,
        "KillProcess": 1,
        "ClickTimeout": 0,
        "EngineType": 1,
        "EnableInspiredEngine": 1,
        "EnableMemShellScan": 1,
        "ProtectMode": 0,
        "ProtectFileScope": 0,
        "DoClean": 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
InternalError Internal error

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백