tencentcloud-sdk-nodejs-teo 4.1.91 → 4.1.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -253,8 +253,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
253
253
|
*/
|
|
254
254
|
RefreshMultiPathGatewaySecretKey(req: RefreshMultiPathGatewaySecretKeyRequest, cb?: (error: string, rep: RefreshMultiPathGatewaySecretKeyResponse) => void): Promise<RefreshMultiPathGatewaySecretKeyResponse>;
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
257
|
-
|
|
256
|
+
* 本接口用于创建实时日志投递任务。本接口有如下限制:
|
|
257
|
+
- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:
|
|
258
|
+
- 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;
|
|
259
|
+
- 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;
|
|
260
|
+
- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。
|
|
261
|
+
|
|
262
|
+
建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
|
|
258
263
|
*/
|
|
259
264
|
CreateRealtimeLogDeliveryTask(req: CreateRealtimeLogDeliveryTaskRequest, cb?: (error: string, rep: CreateRealtimeLogDeliveryTaskResponse) => void): Promise<CreateRealtimeLogDeliveryTaskResponse>;
|
|
260
265
|
/**
|
|
@@ -389,8 +389,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
389
389
|
return this.request("RefreshMultiPathGatewaySecretKey", req, cb);
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
|
-
*
|
|
393
|
-
|
|
392
|
+
* 本接口用于创建实时日志投递任务。本接口有如下限制:
|
|
393
|
+
- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:
|
|
394
|
+
- 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;
|
|
395
|
+
- 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;
|
|
396
|
+
- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。
|
|
397
|
+
|
|
398
|
+
建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
|
|
394
399
|
*/
|
|
395
400
|
async CreateRealtimeLogDeliveryTask(req, cb) {
|
|
396
401
|
return this.request("CreateRealtimeLogDeliveryTask", req, cb);
|
|
@@ -971,19 +971,21 @@ export interface CreateRealtimeLogDeliveryTaskRequest {
|
|
|
971
971
|
* 实时日志投递任务类型,取值有:
|
|
972
972
|
<li>cls: 推送到腾讯云 CLS;</li>
|
|
973
973
|
<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>
|
|
974
|
-
<li>s3:推送到 AWS S3
|
|
974
|
+
<li>s3:推送到 AWS S3 兼容存储桶地址;</li>
|
|
975
975
|
*/
|
|
976
976
|
TaskType: string;
|
|
977
977
|
/**
|
|
978
|
-
*
|
|
979
|
-
<li>七层域名:domain.example.com
|
|
980
|
-
<li>四层代理实例:sid-2s69eb5wcms7
|
|
978
|
+
* 实时日志投递任务对应的实体列表。取值示例如下:
|
|
979
|
+
<li>七层域名:domain.example.com</li>
|
|
980
|
+
<li>四层代理实例:sid-2s69eb5wcms7</li>
|
|
981
|
+
<li>边缘函数实例:test-zone-2mxigizoh9l9-1257626257</li>
|
|
981
982
|
*/
|
|
982
983
|
EntityList: Array<string>;
|
|
983
984
|
/**
|
|
984
985
|
* 数据投递类型,取值有:
|
|
985
986
|
<li>domain:站点加速日志;</li>
|
|
986
987
|
<li>application:四层代理日志;</li>
|
|
988
|
+
<li>function:边缘函数运行日志;</li>
|
|
987
989
|
<li>web-rateLiming:速率限制和 CC 攻击防护日志;</li>
|
|
988
990
|
<li>web-attack:托管规则日志;</li>
|
|
989
991
|
<li>web-rule:自定义规则日志;</li>
|
|
@@ -997,7 +999,10 @@ export interface CreateRealtimeLogDeliveryTaskRequest {
|
|
|
997
999
|
*/
|
|
998
1000
|
Area: string;
|
|
999
1001
|
/**
|
|
1000
|
-
*
|
|
1002
|
+
* 投递的预设字段列表。取值参考:
|
|
1003
|
+
<li>[站点加速日志(七层访问日志)](https://cloud.tencent.com/document/product/1552/105791)</li>
|
|
1004
|
+
<li>[四层代理日志](https://cloud.tencent.com/document/product/1552/105792)</li>
|
|
1005
|
+
<li>[边缘函数运行日志](https://cloud.tencent.com/document/product/1552/115585)</li>
|
|
1001
1006
|
*/
|
|
1002
1007
|
Fields: Array<string>;
|
|
1003
1008
|
/**
|