Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to create an EDR alert ordinary export task.
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: CreateEdrLessAlertExportJob. |
| 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 |
| Filters.N | No | Array of EDRFilter | MachineName Host nameInstanceID Instance ID IP Private IP address or public IP address - Required: No - Filter by host IP or aliasHostId - String - Required: No - Host IdAgentId - String - Required: No - Client IdPolicyType - String - Required: No - Policy type, 0: system policy 1: user-defined policyDomain - String - Required: No - Domain name (URL-encode the Domain name first, then base64-encode it)HandleStatus - String - Required: No - Status filtering 0: pending; 2: trust; 3: untrustedBeginTime - String - Required: No - Start time of last accessEndTime - String - Required: No - End time of last access |
| Order | No | String | Sorting method: [ASC: ascending order|DESC: descending order] |
| By | No | String | Sorting field: [LatestDetectTime: Latest request time] |
| Parameter Name | Type | Description |
|---|---|---|
| TaskId | String | Task ID. To obtain the download URL, use the api "Asynchronous Export Task" ExportTasks |
| 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: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateEdrLessAlertExportJob
<Common request parameters>
{}
{
"Response": {
"TaskId": "1779796379",
"RequestId": "fbe1144b-55dc-404f-954e-d747db1ca4ef"
}
}
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 |
|---|---|
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
フィードバック