Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to create an EDR alert 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: CreateEdrAlertExportJob. |
| 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 | PolicyType - int - required: no - policy typePolicyName - string - required: no - Policy NameDomain - string - required: no - Domain name (URL-encode the Domain name first, then base64-encode it)PolicyAction - int - required: no - policy actionIsEnabled - int - required: no - whether it takes effect |
| Limit | No | Integer | Limit entries. Default: 10. Maximum: 100 |
| Offset | No | Integer | Offset. Default value: 0. |
| Order | No | String | Sorting method: [ASC: Ascending | DESC: Descending] |
| By | No | String | Optional sorting column: [LatestDetectTime] |
| JobName | No | String | Custom task name, allowing duplicates. If empty, a default name alert_{appid}_{timestamp} will be automatically generated (for example, alert_1234567890_20260501114522). It supports only numbers, letters, underscores, hyphens, and Chinese, up to 100 characters (counted by character/rune, with each Chinese character counted as 1). If validation fails, InvalidParameter will be returned (copywriting: TextEdrExportJobNameInvalid). |
| Parameter Name | Type | Description |
|---|---|---|
| JobId | String | Export task 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. |
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateEdrAlertExportJob
<Common request parameters>
{}
{
"Response": {
"JobId": "1dc4e161-0f6a-4f28-a3e8-2510910270e7",
"RequestId": "7914fc8c-1bea-45a4-92e8-55818d8b66c4"
}
}
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 |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
文档反馈