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.
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. |
| 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. |
View the user client operation mode configuration
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAgentRunMode
<Common request parameters>
{}
{
"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"
}
}
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.
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan