tencent cloud

APIs

DescribeAgentRunMode

Download
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-09-01 10:21:17

1. API Description

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

Get the client running mode and runtime configuration information

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

3. Output Parameters

Parameter Name Type Description
CustomPolicy CustomAgentRunModePolicy

Custom mode configuration

AdvanceModeQuuids Array of String

List of quuids in high protection mode

CustomModeQuuids Array of String

Custom mode quuid list

EnhanceLogMode Integer

Log enhancement switch. 0: off, 1: on

MalwarePocMode Integer

Malicious file scan automatic poc mode switch. 0: off, 1: on

ReportSourcePort Integer

Whether the quintuple logs report the source port. 0: not reported; 1: reported

BasicPolicy CustomAgentRunModePolicy

Business prioritization configuration

AdvancePolicy CustomAgentRunModePolicy

Security-focused configuration

LogCollectSettings Array of String

Log gathering settings, collect TCP source port tcp_src_port, TCP ingress log tcp_ingress, HTTP egress connection log http_egress, HTTP ingress connection log http_ingress, and application access log app_access

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 View the user client running mode configuration

View the user client operation mode configuration

Input Example

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

{}

Output Example

{
    "Response": {
        "AdvanceModeQuuids": [
            "18d5ca9e-6880-43de-a4c5-d6e62fc6bb7b"
        ],
        "AdvancePolicy": {
            "Cpu": 30,
            "Memory": 300,
            "NetworkPps": 0
        },
        "BasicPolicy": {
            "Cpu": 0,
            "Memory": 200,
            "NetworkPps": 0
        },
        "CustomModeQuuids": [
            "0e595552-e57e-450d-989c-16e4d4e0a464"
        ],
        "CustomPolicy": {
            "Cpu": 30,
            "Memory": 0,
            "NetworkPps": 100000
        },
        "EnhanceLogMode": 1,
        "MalwarePocMode": 0,
        "ReportSourcePort": 0,
        "RequestId": "1a4d4ed6-bd5d-4990-9190-e0c3bb1997ba"
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan