tencentcloud-sdk-nodejs 4.0.361 → 4.0.362
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/CHANGELOG.md +287 -0
- package/SERVICE_CHANGELOG.md +445 -95
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/ciam/v20220331/ciam_client.ts +116 -1
- package/src/services/ciam/v20220331/ciam_models.ts +653 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +93 -6
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/teo/v20220106/teo_client.ts +642 -398
- package/src/services/teo/v20220106/teo_models.ts +2970 -749
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +37 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +54 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +553 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +80 -6
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +197 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +294 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2446 -575
- package/test/ciam.v20220331.test.js +90 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/teo.v20220106.test.js +304 -124
|
@@ -9,6 +9,36 @@ off:关闭
|
|
|
9
9
|
*/
|
|
10
10
|
Switch: string;
|
|
11
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* web攻击日志Data
|
|
14
|
+
*/
|
|
15
|
+
export interface WebLogData {
|
|
16
|
+
/**
|
|
17
|
+
* 数据
|
|
18
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19
|
+
*/
|
|
20
|
+
List: Array<WebLogs>;
|
|
21
|
+
/**
|
|
22
|
+
* 当前页
|
|
23
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24
|
+
*/
|
|
25
|
+
PageNo: number;
|
|
26
|
+
/**
|
|
27
|
+
* 每页展示条数
|
|
28
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29
|
+
*/
|
|
30
|
+
PageSize: number;
|
|
31
|
+
/**
|
|
32
|
+
* 总页数
|
|
33
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
34
|
+
*/
|
|
35
|
+
Pages: number;
|
|
36
|
+
/**
|
|
37
|
+
* 总条数
|
|
38
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
39
|
+
*/
|
|
40
|
+
TotalSize: number;
|
|
41
|
+
}
|
|
12
42
|
/**
|
|
13
43
|
* 域名证书配置
|
|
14
44
|
*/
|
|
@@ -110,97 +140,79 @@ disabled:禁用证书
|
|
|
110
140
|
Status?: string;
|
|
111
141
|
}
|
|
112
142
|
/**
|
|
113
|
-
*
|
|
143
|
+
* DescribeWebManagedRulesTopData返回参数结构体
|
|
114
144
|
*/
|
|
115
|
-
export interface
|
|
116
|
-
/**
|
|
117
|
-
* 站点 ID
|
|
118
|
-
*/
|
|
119
|
-
Id: string;
|
|
145
|
+
export interface DescribeWebManagedRulesTopDataResponse {
|
|
120
146
|
/**
|
|
121
|
-
*
|
|
122
|
-
*/
|
|
123
|
-
Name: string;
|
|
124
|
-
/**
|
|
125
|
-
* 用户当前使用的 NS 列表
|
|
126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
127
|
-
*/
|
|
128
|
-
OriginalNameServers: Array<string>;
|
|
129
|
-
/**
|
|
130
|
-
* 腾讯云分配给用户的 NS 列表
|
|
131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
147
|
+
* topn数据
|
|
132
148
|
*/
|
|
133
|
-
|
|
149
|
+
Data: Array<TopNEntry>;
|
|
134
150
|
/**
|
|
135
|
-
*
|
|
136
|
-
- active:NS 已切换
|
|
137
|
-
- pending:NS 未切换
|
|
138
|
-
- moved:NS 已切走
|
|
139
|
-
- deactivated:被封禁
|
|
151
|
+
* 状态,1:失败,0:成功
|
|
140
152
|
*/
|
|
141
|
-
Status:
|
|
153
|
+
Status: number;
|
|
142
154
|
/**
|
|
143
|
-
*
|
|
144
|
-
- full:NS 接入
|
|
145
|
-
- partial:CNAME 接入
|
|
155
|
+
* 返回消息
|
|
146
156
|
*/
|
|
147
|
-
|
|
157
|
+
Msg: string;
|
|
148
158
|
/**
|
|
149
|
-
*
|
|
159
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
150
160
|
*/
|
|
151
|
-
|
|
161
|
+
RequestId?: string;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* DescribeOriginGroup返回参数结构体
|
|
165
|
+
*/
|
|
166
|
+
export interface DescribeOriginGroupResponse {
|
|
152
167
|
/**
|
|
153
|
-
*
|
|
168
|
+
* 源站组信息
|
|
154
169
|
*/
|
|
155
|
-
|
|
170
|
+
Data: Array<OriginGroup>;
|
|
156
171
|
/**
|
|
157
|
-
*
|
|
172
|
+
* 记录总数
|
|
158
173
|
*/
|
|
159
|
-
|
|
174
|
+
TotalCount: number;
|
|
160
175
|
/**
|
|
161
|
-
*
|
|
162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
163
177
|
*/
|
|
164
|
-
|
|
178
|
+
RequestId?: string;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* DescribeWebManagedRulesAttackEvents返回参数结构体
|
|
182
|
+
*/
|
|
183
|
+
export interface DescribeWebManagedRulesAttackEventsResponse {
|
|
165
184
|
/**
|
|
166
|
-
*
|
|
167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
185
|
+
* Web攻击事件数据
|
|
168
186
|
*/
|
|
169
|
-
|
|
187
|
+
Data: WebEventData;
|
|
170
188
|
/**
|
|
171
|
-
*
|
|
172
|
-
- enabled:开启
|
|
173
|
-
- disabled:关闭
|
|
189
|
+
* 状态,1:失败,0:成功
|
|
174
190
|
*/
|
|
175
|
-
|
|
191
|
+
Status: number;
|
|
176
192
|
/**
|
|
177
|
-
*
|
|
178
|
-
- finished 切换完成
|
|
179
|
-
- pending 切换验证中
|
|
180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
193
|
+
* 返回数据
|
|
181
194
|
*/
|
|
182
|
-
|
|
195
|
+
Msg: string;
|
|
183
196
|
/**
|
|
184
197
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
185
198
|
*/
|
|
186
199
|
RequestId?: string;
|
|
187
200
|
}
|
|
188
201
|
/**
|
|
189
|
-
*
|
|
202
|
+
* 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
|
|
190
203
|
*/
|
|
191
|
-
export interface
|
|
192
|
-
/**
|
|
193
|
-
* 源站组信息
|
|
194
|
-
*/
|
|
195
|
-
Data: Array<OriginGroup>;
|
|
204
|
+
export interface MaxAge {
|
|
196
205
|
/**
|
|
197
|
-
*
|
|
206
|
+
* MaxAge 时间设置,单位秒,最大365天
|
|
207
|
+
注意:时间为0,即不缓存。
|
|
208
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
198
209
|
*/
|
|
199
|
-
|
|
210
|
+
MaxAgeTime?: number;
|
|
200
211
|
/**
|
|
201
|
-
*
|
|
212
|
+
* 是否遵循源站,on或off,开启时忽略时间设置。
|
|
213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
202
214
|
*/
|
|
203
|
-
|
|
215
|
+
FollowOrigin?: string;
|
|
204
216
|
}
|
|
205
217
|
/**
|
|
206
218
|
* DeleteApplicationProxy返回参数结构体
|
|
@@ -245,6 +257,27 @@ off:关闭
|
|
|
245
257
|
*/
|
|
246
258
|
Hsts?: Hsts;
|
|
247
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* 安全防护实例
|
|
262
|
+
*/
|
|
263
|
+
export interface SecurityEntity {
|
|
264
|
+
/**
|
|
265
|
+
* 用户appid
|
|
266
|
+
*/
|
|
267
|
+
AppId: number;
|
|
268
|
+
/**
|
|
269
|
+
* 一级域名
|
|
270
|
+
*/
|
|
271
|
+
ZoneId: string;
|
|
272
|
+
/**
|
|
273
|
+
* 二级域名
|
|
274
|
+
*/
|
|
275
|
+
Entity: string;
|
|
276
|
+
/**
|
|
277
|
+
* 类型 domain/application
|
|
278
|
+
*/
|
|
279
|
+
EntityType: string;
|
|
280
|
+
}
|
|
248
281
|
/**
|
|
249
282
|
* 源站组查询过滤参数
|
|
250
283
|
*/
|
|
@@ -259,17 +292,66 @@ export interface OriginFilter {
|
|
|
259
292
|
Value: string;
|
|
260
293
|
}
|
|
261
294
|
/**
|
|
262
|
-
*
|
|
295
|
+
* 限速拦截日志
|
|
263
296
|
*/
|
|
264
|
-
export interface
|
|
297
|
+
export interface BotLogData {
|
|
265
298
|
/**
|
|
266
|
-
*
|
|
299
|
+
* Bot攻击日志数据集合
|
|
300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
267
301
|
*/
|
|
268
|
-
|
|
302
|
+
List: Array<BotLog>;
|
|
269
303
|
/**
|
|
270
|
-
*
|
|
304
|
+
* 当前页
|
|
305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
306
|
*/
|
|
272
|
-
|
|
307
|
+
PageNo: number;
|
|
308
|
+
/**
|
|
309
|
+
* 每页展示条数
|
|
310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
311
|
+
*/
|
|
312
|
+
PageSize: number;
|
|
313
|
+
/**
|
|
314
|
+
* 总页数
|
|
315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
316
|
+
*/
|
|
317
|
+
Pages: number;
|
|
318
|
+
/**
|
|
319
|
+
* 总条数
|
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
321
|
+
*/
|
|
322
|
+
TotalSize: number;
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* DescribeZones请求参数结构体
|
|
326
|
+
*/
|
|
327
|
+
export interface DescribeZonesRequest {
|
|
328
|
+
/**
|
|
329
|
+
* 分页参数,页偏移
|
|
330
|
+
*/
|
|
331
|
+
Offset?: number;
|
|
332
|
+
/**
|
|
333
|
+
* 分页参数,每页返回的站点个数
|
|
334
|
+
*/
|
|
335
|
+
Limit?: number;
|
|
336
|
+
/**
|
|
337
|
+
* 查询条件过滤器,复杂类型
|
|
338
|
+
*/
|
|
339
|
+
Filters?: Array<ZoneFilter>;
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* 速率限制模板
|
|
343
|
+
*/
|
|
344
|
+
export interface RateLimitTemplate {
|
|
345
|
+
/**
|
|
346
|
+
* 模板名称
|
|
347
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
348
|
+
*/
|
|
349
|
+
Mode?: string;
|
|
350
|
+
/**
|
|
351
|
+
* 模板值详情
|
|
352
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
353
|
+
*/
|
|
354
|
+
Detail?: RateLimitTemplateDetail;
|
|
273
355
|
}
|
|
274
356
|
/**
|
|
275
357
|
* DDoS防护分区
|
|
@@ -388,6 +470,27 @@ export interface DescribePrefetchTasksResponse {
|
|
|
388
470
|
*/
|
|
389
471
|
RequestId?: string;
|
|
390
472
|
}
|
|
473
|
+
/**
|
|
474
|
+
* DescribeDDosAttackEvent返回参数结构体
|
|
475
|
+
*/
|
|
476
|
+
export interface DescribeDDosAttackEventResponse {
|
|
477
|
+
/**
|
|
478
|
+
* DDos攻击事件数据
|
|
479
|
+
*/
|
|
480
|
+
Data: DDosAttackEventData;
|
|
481
|
+
/**
|
|
482
|
+
* 状态,1:失败,0:成功
|
|
483
|
+
*/
|
|
484
|
+
Status: number;
|
|
485
|
+
/**
|
|
486
|
+
* 返回信息
|
|
487
|
+
*/
|
|
488
|
+
Msg: string;
|
|
489
|
+
/**
|
|
490
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
491
|
+
*/
|
|
492
|
+
RequestId?: string;
|
|
493
|
+
}
|
|
391
494
|
/**
|
|
392
495
|
* DeleteApplicationProxy请求参数结构体
|
|
393
496
|
*/
|
|
@@ -748,53 +851,190 @@ export interface ModifyOriginGroupResponse {
|
|
|
748
851
|
RequestId?: string;
|
|
749
852
|
}
|
|
750
853
|
/**
|
|
751
|
-
*
|
|
854
|
+
* DescribeZoneDetails返回参数结构体
|
|
752
855
|
*/
|
|
753
|
-
export interface
|
|
856
|
+
export interface DescribeZoneDetailsResponse {
|
|
754
857
|
/**
|
|
755
|
-
*
|
|
858
|
+
* 站点 ID
|
|
756
859
|
*/
|
|
757
|
-
|
|
860
|
+
Id: string;
|
|
758
861
|
/**
|
|
759
|
-
*
|
|
862
|
+
* 站点名称
|
|
760
863
|
*/
|
|
761
|
-
|
|
864
|
+
Name: string;
|
|
762
865
|
/**
|
|
763
|
-
*
|
|
866
|
+
* 用户当前使用的 NS 列表
|
|
867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
764
868
|
*/
|
|
765
|
-
|
|
869
|
+
OriginalNameServers: Array<string>;
|
|
766
870
|
/**
|
|
767
|
-
*
|
|
871
|
+
* 腾讯云分配给用户的 NS 列表
|
|
872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
768
873
|
*/
|
|
769
|
-
|
|
874
|
+
NameServers: Array<string>;
|
|
770
875
|
/**
|
|
771
|
-
*
|
|
876
|
+
* 站点状态
|
|
877
|
+
- active:NS 已切换
|
|
878
|
+
- pending:NS 未切换
|
|
879
|
+
- moved:NS 已切走
|
|
880
|
+
- deactivated:被封禁
|
|
772
881
|
*/
|
|
773
|
-
|
|
882
|
+
Status: string;
|
|
774
883
|
/**
|
|
775
|
-
*
|
|
884
|
+
* 站点接入方式
|
|
885
|
+
- full:NS 接入
|
|
886
|
+
- partial:CNAME 接入
|
|
776
887
|
*/
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
/**
|
|
780
|
-
* 源站配置。
|
|
781
|
-
*/
|
|
782
|
-
export interface Origin {
|
|
888
|
+
Type: string;
|
|
783
889
|
/**
|
|
784
|
-
*
|
|
785
|
-
http:强制 http 回源
|
|
786
|
-
follow:协议跟随回源
|
|
787
|
-
https:强制 https 回源,https 回源时仅支持源站 443 端口
|
|
788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
890
|
+
* 站点是否关闭
|
|
789
891
|
*/
|
|
790
|
-
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* ModifyZoneStatus返回参数结构体
|
|
794
|
-
*/
|
|
795
|
-
export interface ModifyZoneStatusResponse {
|
|
892
|
+
Paused: boolean;
|
|
796
893
|
/**
|
|
797
|
-
*
|
|
894
|
+
* 站点创建时间
|
|
895
|
+
*/
|
|
896
|
+
CreatedOn: string;
|
|
897
|
+
/**
|
|
898
|
+
* 站点修改时间
|
|
899
|
+
*/
|
|
900
|
+
ModifiedOn: string;
|
|
901
|
+
/**
|
|
902
|
+
* 用户自定义 NS 信息
|
|
903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
904
|
+
*/
|
|
905
|
+
VanityNameServers: VanityNameServers;
|
|
906
|
+
/**
|
|
907
|
+
* 用户自定义 NS IP 信息
|
|
908
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
909
|
+
*/
|
|
910
|
+
VanityNameServersIps: Array<VanityNameServersIps>;
|
|
911
|
+
/**
|
|
912
|
+
* 是否开启 CNAME 加速
|
|
913
|
+
- enabled:开启
|
|
914
|
+
- disabled:关闭
|
|
915
|
+
*/
|
|
916
|
+
CnameSpeedUp: string;
|
|
917
|
+
/**
|
|
918
|
+
* cname切换验证状态
|
|
919
|
+
- finished 切换完成
|
|
920
|
+
- pending 切换验证中
|
|
921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
922
|
+
*/
|
|
923
|
+
CnameStatus: string;
|
|
924
|
+
/**
|
|
925
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
926
|
+
*/
|
|
927
|
+
RequestId?: string;
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* Bot攻击日志
|
|
931
|
+
*/
|
|
932
|
+
export interface BotLog {
|
|
933
|
+
/**
|
|
934
|
+
* 攻击时间
|
|
935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
936
|
+
*/
|
|
937
|
+
AttackTime: number;
|
|
938
|
+
/**
|
|
939
|
+
* 攻击ip
|
|
940
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
941
|
+
*/
|
|
942
|
+
AttackIp: string;
|
|
943
|
+
/**
|
|
944
|
+
* 域名
|
|
945
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
946
|
+
*/
|
|
947
|
+
Domain: string;
|
|
948
|
+
/**
|
|
949
|
+
* 请求uri
|
|
950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
951
|
+
*/
|
|
952
|
+
RequestUri: string;
|
|
953
|
+
/**
|
|
954
|
+
* 攻击类型
|
|
955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
956
|
+
*/
|
|
957
|
+
AttackType: string;
|
|
958
|
+
/**
|
|
959
|
+
* 请求方法
|
|
960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
961
|
+
*/
|
|
962
|
+
RequestMethod: string;
|
|
963
|
+
/**
|
|
964
|
+
* 攻击内容
|
|
965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
966
|
+
*/
|
|
967
|
+
AttackContent: string;
|
|
968
|
+
/**
|
|
969
|
+
* 风险等级
|
|
970
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
971
|
+
*/
|
|
972
|
+
RiskLevel: string;
|
|
973
|
+
/**
|
|
974
|
+
* 规则编号
|
|
975
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
976
|
+
*/
|
|
977
|
+
RuleId: number;
|
|
978
|
+
/**
|
|
979
|
+
* IP所在国家
|
|
980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
981
|
+
*/
|
|
982
|
+
SipCountryCode: string;
|
|
983
|
+
/**
|
|
984
|
+
* 事件id
|
|
985
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
986
|
+
*/
|
|
987
|
+
EventId: string;
|
|
988
|
+
/**
|
|
989
|
+
* 处置方式
|
|
990
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
991
|
+
*/
|
|
992
|
+
DisposalMethod: string;
|
|
993
|
+
/**
|
|
994
|
+
* http_log
|
|
995
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
996
|
+
*/
|
|
997
|
+
HttpLog: string;
|
|
998
|
+
/**
|
|
999
|
+
* user agent
|
|
1000
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1001
|
+
*/
|
|
1002
|
+
Ua: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* 检出方法
|
|
1005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1006
|
+
*/
|
|
1007
|
+
DetectionMethod: string;
|
|
1008
|
+
/**
|
|
1009
|
+
* 置信度
|
|
1010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1011
|
+
*/
|
|
1012
|
+
Confidence: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* 恶意度
|
|
1015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1016
|
+
*/
|
|
1017
|
+
Maliciousness: string;
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
* 源站配置。
|
|
1021
|
+
*/
|
|
1022
|
+
export interface Origin {
|
|
1023
|
+
/**
|
|
1024
|
+
* 回源协议配置
|
|
1025
|
+
http:强制 http 回源
|
|
1026
|
+
follow:协议跟随回源
|
|
1027
|
+
https:强制 https 回源,https 回源时仅支持源站 443 端口
|
|
1028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1029
|
+
*/
|
|
1030
|
+
OriginPullProtocol?: string;
|
|
1031
|
+
}
|
|
1032
|
+
/**
|
|
1033
|
+
* ModifyZoneStatus返回参数结构体
|
|
1034
|
+
*/
|
|
1035
|
+
export interface ModifyZoneStatusResponse {
|
|
1036
|
+
/**
|
|
1037
|
+
* 站点 ID
|
|
798
1038
|
*/
|
|
799
1039
|
Id: string;
|
|
800
1040
|
/**
|
|
@@ -987,6 +1227,39 @@ export interface ModifyZoneResponse {
|
|
|
987
1227
|
*/
|
|
988
1228
|
RequestId?: string;
|
|
989
1229
|
}
|
|
1230
|
+
/**
|
|
1231
|
+
* DescribeDDosAttackSourceEvent请求参数结构体
|
|
1232
|
+
*/
|
|
1233
|
+
export interface DescribeDDosAttackSourceEventRequest {
|
|
1234
|
+
/**
|
|
1235
|
+
* 开始时间
|
|
1236
|
+
*/
|
|
1237
|
+
StartTime: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* 结束时间
|
|
1240
|
+
*/
|
|
1241
|
+
EndTime: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* 条数
|
|
1244
|
+
*/
|
|
1245
|
+
PageSize: number;
|
|
1246
|
+
/**
|
|
1247
|
+
* 当前页
|
|
1248
|
+
*/
|
|
1249
|
+
PageNo: number;
|
|
1250
|
+
/**
|
|
1251
|
+
* ddos策略组id 集合
|
|
1252
|
+
*/
|
|
1253
|
+
PolicyIds?: Array<number>;
|
|
1254
|
+
/**
|
|
1255
|
+
* 站点集合
|
|
1256
|
+
*/
|
|
1257
|
+
ZoneIds?: Array<string>;
|
|
1258
|
+
/**
|
|
1259
|
+
* 协议类型,{tcp,udp,all}
|
|
1260
|
+
*/
|
|
1261
|
+
ProtocolType?: string;
|
|
1262
|
+
}
|
|
990
1263
|
/**
|
|
991
1264
|
* ModifyZone请求参数结构体
|
|
992
1265
|
*/
|
|
@@ -1020,21 +1293,34 @@ export interface DeleteZoneResponse {
|
|
|
1020
1293
|
RequestId?: string;
|
|
1021
1294
|
}
|
|
1022
1295
|
/**
|
|
1023
|
-
*
|
|
1296
|
+
* DDos攻击事件数据
|
|
1024
1297
|
*/
|
|
1025
|
-
export interface
|
|
1298
|
+
export interface DDosAttackEventData {
|
|
1026
1299
|
/**
|
|
1027
|
-
*
|
|
1300
|
+
* 攻击事件数据集合
|
|
1301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1028
1302
|
*/
|
|
1029
|
-
|
|
1303
|
+
List: Array<DDosAttackEvent>;
|
|
1030
1304
|
/**
|
|
1031
|
-
*
|
|
1305
|
+
* 当前页
|
|
1306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1032
1307
|
*/
|
|
1033
|
-
|
|
1308
|
+
PageNo: number;
|
|
1034
1309
|
/**
|
|
1035
|
-
*
|
|
1310
|
+
* 每页展示条数
|
|
1311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1036
1312
|
*/
|
|
1037
|
-
|
|
1313
|
+
PageSize: number;
|
|
1314
|
+
/**
|
|
1315
|
+
* 总页数
|
|
1316
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1317
|
+
*/
|
|
1318
|
+
Pages: number;
|
|
1319
|
+
/**
|
|
1320
|
+
* 总条数
|
|
1321
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1322
|
+
*/
|
|
1323
|
+
TotalSize: number;
|
|
1038
1324
|
}
|
|
1039
1325
|
/**
|
|
1040
1326
|
* Hsts配置
|
|
@@ -1091,6 +1377,45 @@ export interface DeleteApplicationProxyRuleResponse {
|
|
|
1091
1377
|
*/
|
|
1092
1378
|
RequestId?: string;
|
|
1093
1379
|
}
|
|
1380
|
+
/**
|
|
1381
|
+
* DDos攻击事件对象
|
|
1382
|
+
*/
|
|
1383
|
+
export interface DDosAttackSourceEvent {
|
|
1384
|
+
/**
|
|
1385
|
+
* 攻击源ip
|
|
1386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1387
|
+
*/
|
|
1388
|
+
AttackSourceIp: string;
|
|
1389
|
+
/**
|
|
1390
|
+
* 地区(国家)
|
|
1391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1392
|
+
*/
|
|
1393
|
+
AttackRegion: string;
|
|
1394
|
+
/**
|
|
1395
|
+
* 累计攻击流量
|
|
1396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1397
|
+
*/
|
|
1398
|
+
AttackFlow: number;
|
|
1399
|
+
/**
|
|
1400
|
+
* 累计攻击包量
|
|
1401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1402
|
+
*/
|
|
1403
|
+
AttackPacketNum: number;
|
|
1404
|
+
}
|
|
1405
|
+
/**
|
|
1406
|
+
* L7数据分析时序数据
|
|
1407
|
+
*/
|
|
1408
|
+
export interface TimingDataRecord {
|
|
1409
|
+
/**
|
|
1410
|
+
* 查询维度值
|
|
1411
|
+
*/
|
|
1412
|
+
TypeKey: string;
|
|
1413
|
+
/**
|
|
1414
|
+
* 详细时序数据
|
|
1415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1416
|
+
*/
|
|
1417
|
+
TypeValue: Array<TimingTypeValue>;
|
|
1418
|
+
}
|
|
1094
1419
|
/**
|
|
1095
1420
|
* ddos端口过滤
|
|
1096
1421
|
*/
|
|
@@ -1117,6 +1442,19 @@ export interface DeleteOriginGroupRequest {
|
|
|
1117
1442
|
*/
|
|
1118
1443
|
ZoneId: string;
|
|
1119
1444
|
}
|
|
1445
|
+
/**
|
|
1446
|
+
* 用于对top数据排序的结构体
|
|
1447
|
+
*/
|
|
1448
|
+
export interface TopDetailData {
|
|
1449
|
+
/**
|
|
1450
|
+
* 字段名
|
|
1451
|
+
*/
|
|
1452
|
+
Key: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* 字段值
|
|
1455
|
+
*/
|
|
1456
|
+
Value: number;
|
|
1457
|
+
}
|
|
1120
1458
|
/**
|
|
1121
1459
|
* ModifyHostsCertificate返回参数结构体
|
|
1122
1460
|
*/
|
|
@@ -1220,22 +1558,21 @@ export interface L7OfflineLog {
|
|
|
1220
1558
|
LogPacketName: string;
|
|
1221
1559
|
}
|
|
1222
1560
|
/**
|
|
1223
|
-
*
|
|
1561
|
+
* ModifyHostsCertificate请求参数结构体
|
|
1224
1562
|
*/
|
|
1225
|
-
export interface
|
|
1563
|
+
export interface ModifyHostsCertificateRequest {
|
|
1226
1564
|
/**
|
|
1227
|
-
*
|
|
1565
|
+
* Zone ID
|
|
1228
1566
|
*/
|
|
1229
|
-
|
|
1567
|
+
ZoneId: string;
|
|
1230
1568
|
/**
|
|
1231
|
-
*
|
|
1569
|
+
* 本次变更的域名
|
|
1232
1570
|
*/
|
|
1233
|
-
|
|
1571
|
+
Hosts: Array<string>;
|
|
1234
1572
|
/**
|
|
1235
|
-
*
|
|
1236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1573
|
+
* 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书
|
|
1237
1574
|
*/
|
|
1238
|
-
|
|
1575
|
+
CertInfo?: Array<ServerCertInfo>;
|
|
1239
1576
|
}
|
|
1240
1577
|
/**
|
|
1241
1578
|
* 应用代理规则
|
|
@@ -1381,6 +1718,25 @@ export interface Zone {
|
|
|
1381
1718
|
*/
|
|
1382
1719
|
CnameStatus: string;
|
|
1383
1720
|
}
|
|
1721
|
+
/**
|
|
1722
|
+
* 站点查询过滤条件
|
|
1723
|
+
*/
|
|
1724
|
+
export interface ZoneFilter {
|
|
1725
|
+
/**
|
|
1726
|
+
* 过滤字段名,支持的列表如下:
|
|
1727
|
+
- name: 站点名。
|
|
1728
|
+
- status: 站点状态
|
|
1729
|
+
*/
|
|
1730
|
+
Name: string;
|
|
1731
|
+
/**
|
|
1732
|
+
* 过滤字段值
|
|
1733
|
+
*/
|
|
1734
|
+
Values: Array<string>;
|
|
1735
|
+
/**
|
|
1736
|
+
* 是否启用模糊查询,仅支持过滤字段名为name。模糊查询时,Values长度最大为1
|
|
1737
|
+
*/
|
|
1738
|
+
Fuzzy?: boolean;
|
|
1739
|
+
}
|
|
1384
1740
|
/**
|
|
1385
1741
|
* DescribeSecurityPolicyManagedRulesId请求参数结构体
|
|
1386
1742
|
*/
|
|
@@ -1485,13 +1841,25 @@ offline: 停用
|
|
|
1485
1841
|
Status: string;
|
|
1486
1842
|
}
|
|
1487
1843
|
/**
|
|
1488
|
-
*
|
|
1844
|
+
* DescribeDDosAttackTopData返回参数结构体
|
|
1489
1845
|
*/
|
|
1490
|
-
export interface
|
|
1846
|
+
export interface DescribeDDosAttackTopDataResponse {
|
|
1491
1847
|
/**
|
|
1492
|
-
*
|
|
1848
|
+
* topn数据
|
|
1493
1849
|
*/
|
|
1494
|
-
|
|
1850
|
+
Data: Array<TopNEntry>;
|
|
1851
|
+
/**
|
|
1852
|
+
* 状态,1:失败,0:成功
|
|
1853
|
+
*/
|
|
1854
|
+
Status: number;
|
|
1855
|
+
/**
|
|
1856
|
+
* 返回消息
|
|
1857
|
+
*/
|
|
1858
|
+
Msg: string;
|
|
1859
|
+
/**
|
|
1860
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1861
|
+
*/
|
|
1862
|
+
RequestId?: string;
|
|
1495
1863
|
}
|
|
1496
1864
|
/**
|
|
1497
1865
|
* DescribeCnameStatus返回参数结构体
|
|
@@ -1545,67 +1913,28 @@ export interface DescribeLoadBalancingRequest {
|
|
|
1545
1913
|
Fuzzy?: boolean;
|
|
1546
1914
|
}
|
|
1547
1915
|
/**
|
|
1548
|
-
*
|
|
1916
|
+
* CC拦截事件
|
|
1549
1917
|
*/
|
|
1550
|
-
export interface
|
|
1918
|
+
export interface CCInterceptEvent {
|
|
1551
1919
|
/**
|
|
1552
|
-
*
|
|
1920
|
+
* 客户端ip
|
|
1921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1553
1922
|
*/
|
|
1554
|
-
|
|
1923
|
+
ClientIp: string;
|
|
1555
1924
|
/**
|
|
1556
|
-
*
|
|
1925
|
+
* 拦截次数/min
|
|
1926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1557
1927
|
*/
|
|
1558
|
-
|
|
1928
|
+
InterceptNum: number;
|
|
1559
1929
|
/**
|
|
1560
|
-
*
|
|
1930
|
+
* 速拦截时间,分钟时间/min,单位为s
|
|
1561
1931
|
*/
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
* 端口,支持格式:
|
|
1569
|
-
80:80端口
|
|
1570
|
-
81-90:81至90端口
|
|
1571
|
-
*/
|
|
1572
|
-
Port: Array<string>;
|
|
1573
|
-
/**
|
|
1574
|
-
* 源站类型,取值:
|
|
1575
|
-
custom:手动添加
|
|
1576
|
-
origins:源站组
|
|
1577
|
-
load_balancing:负载均衡
|
|
1578
|
-
*/
|
|
1579
|
-
OriginType: string;
|
|
1580
|
-
/**
|
|
1581
|
-
* 源站信息:
|
|
1582
|
-
当OriginType=custom时,表示多个:
|
|
1583
|
-
IP:端口
|
|
1584
|
-
域名:端口
|
|
1585
|
-
当OriginType=origins时,包含一个元素,表示源站组ID
|
|
1586
|
-
当OriginType=load_balancing时,包含一个元素,表示负载均衡ID
|
|
1587
|
-
*/
|
|
1588
|
-
OriginValue: Array<string>;
|
|
1589
|
-
/**
|
|
1590
|
-
* 传递客户端IP,当Proto=TCP时,取值:
|
|
1591
|
-
TOA:TOA
|
|
1592
|
-
PPV1: Proxy Protocol传递,协议版本V1
|
|
1593
|
-
PPV2: Proxy Protocol传递,协议版本V2
|
|
1594
|
-
OFF:不传递
|
|
1595
|
-
当Proto=UDP时,取值:
|
|
1596
|
-
PPV2: Proxy Protocol传递,协议版本V2
|
|
1597
|
-
OFF:不传递
|
|
1598
|
-
*/
|
|
1599
|
-
ForwardClientIp?: string;
|
|
1600
|
-
/**
|
|
1601
|
-
* 是否开启会话保持
|
|
1602
|
-
*/
|
|
1603
|
-
SessionPersist?: boolean;
|
|
1604
|
-
}
|
|
1605
|
-
/**
|
|
1606
|
-
* DDoS封禁等级
|
|
1607
|
-
*/
|
|
1608
|
-
export interface DDoSStatusInfo {
|
|
1932
|
+
InterceptTime: number;
|
|
1933
|
+
}
|
|
1934
|
+
/**
|
|
1935
|
+
* DDoS封禁等级
|
|
1936
|
+
*/
|
|
1937
|
+
export interface DDoSStatusInfo {
|
|
1609
1938
|
/**
|
|
1610
1939
|
* 不支持,填off
|
|
1611
1940
|
*/
|
|
@@ -1620,25 +1949,17 @@ export interface DDoSStatusInfo {
|
|
|
1620
1949
|
PlyLevel: string;
|
|
1621
1950
|
}
|
|
1622
1951
|
/**
|
|
1623
|
-
*
|
|
1952
|
+
* ACL配置
|
|
1624
1953
|
*/
|
|
1625
|
-
export interface
|
|
1626
|
-
/**
|
|
1627
|
-
* 记录名称
|
|
1628
|
-
*/
|
|
1629
|
-
Name: string;
|
|
1954
|
+
export interface AclConfig {
|
|
1630
1955
|
/**
|
|
1631
|
-
*
|
|
1632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1956
|
+
* 开关
|
|
1633
1957
|
*/
|
|
1634
|
-
|
|
1958
|
+
Switch: string;
|
|
1635
1959
|
/**
|
|
1636
|
-
*
|
|
1637
|
-
生效:active
|
|
1638
|
-
不生效:moved
|
|
1639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1960
|
+
* ACL用户规则
|
|
1640
1961
|
*/
|
|
1641
|
-
|
|
1962
|
+
UserRules: Array<ACLUserRule>;
|
|
1642
1963
|
}
|
|
1643
1964
|
/**
|
|
1644
1965
|
* ModifyZoneSetting返回参数结构体
|
|
@@ -1784,6 +2105,66 @@ pending: 不生效
|
|
|
1784
2105
|
*/
|
|
1785
2106
|
RequestId?: string;
|
|
1786
2107
|
}
|
|
2108
|
+
/**
|
|
2109
|
+
* 限速拦截日志
|
|
2110
|
+
*/
|
|
2111
|
+
export interface CCLog {
|
|
2112
|
+
/**
|
|
2113
|
+
* 攻击时间
|
|
2114
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2115
|
+
*/
|
|
2116
|
+
AttackTime: number;
|
|
2117
|
+
/**
|
|
2118
|
+
* 攻击源ip
|
|
2119
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2120
|
+
*/
|
|
2121
|
+
AttackSip: string;
|
|
2122
|
+
/**
|
|
2123
|
+
* 攻击域名
|
|
2124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2125
|
+
*/
|
|
2126
|
+
AttackDomain: string;
|
|
2127
|
+
/**
|
|
2128
|
+
* 请求uri
|
|
2129
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2130
|
+
*/
|
|
2131
|
+
RequestUri: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* 命中次数
|
|
2134
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2135
|
+
*/
|
|
2136
|
+
HitCount: number;
|
|
2137
|
+
/**
|
|
2138
|
+
* IP所在国家
|
|
2139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2140
|
+
*/
|
|
2141
|
+
SipCountryCode: string;
|
|
2142
|
+
/**
|
|
2143
|
+
* 事件id
|
|
2144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2145
|
+
*/
|
|
2146
|
+
EventId: string;
|
|
2147
|
+
/**
|
|
2148
|
+
* 处置方式
|
|
2149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2150
|
+
*/
|
|
2151
|
+
DisposalMethod: string;
|
|
2152
|
+
/**
|
|
2153
|
+
* http_log
|
|
2154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2155
|
+
*/
|
|
2156
|
+
HttpLog: string;
|
|
2157
|
+
/**
|
|
2158
|
+
* 规则编号
|
|
2159
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2160
|
+
*/
|
|
2161
|
+
RuleId: number;
|
|
2162
|
+
/**
|
|
2163
|
+
* 风险等级
|
|
2164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2165
|
+
*/
|
|
2166
|
+
RiskLevel: string;
|
|
2167
|
+
}
|
|
1787
2168
|
/**
|
|
1788
2169
|
* https 服务端证书配置
|
|
1789
2170
|
*/
|
|
@@ -1834,21 +2215,51 @@ export interface DDoSConfig {
|
|
|
1834
2215
|
Switch: string;
|
|
1835
2216
|
}
|
|
1836
2217
|
/**
|
|
1837
|
-
*
|
|
2218
|
+
* DescribeWebManagedRulesData返回参数结构体
|
|
1838
2219
|
*/
|
|
1839
|
-
export interface
|
|
2220
|
+
export interface DescribeWebManagedRulesDataResponse {
|
|
1840
2221
|
/**
|
|
1841
|
-
*
|
|
2222
|
+
* Web攻击日志实体
|
|
2223
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1842
2224
|
*/
|
|
1843
|
-
|
|
2225
|
+
Data: Array<SecEntry>;
|
|
1844
2226
|
/**
|
|
1845
|
-
*
|
|
2227
|
+
* 状态,1:失败,0:成功
|
|
1846
2228
|
*/
|
|
1847
|
-
|
|
2229
|
+
Status: number;
|
|
1848
2230
|
/**
|
|
1849
|
-
*
|
|
2231
|
+
* 返回消息
|
|
1850
2232
|
*/
|
|
1851
|
-
|
|
2233
|
+
Msg: string;
|
|
2234
|
+
/**
|
|
2235
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
2236
|
+
*/
|
|
2237
|
+
Interval: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2240
|
+
*/
|
|
2241
|
+
RequestId?: string;
|
|
2242
|
+
}
|
|
2243
|
+
/**
|
|
2244
|
+
* DescribeWebManagedRulesLog返回参数结构体
|
|
2245
|
+
*/
|
|
2246
|
+
export interface DescribeWebManagedRulesLogResponse {
|
|
2247
|
+
/**
|
|
2248
|
+
* web攻击日志data
|
|
2249
|
+
*/
|
|
2250
|
+
Data: WebLogData;
|
|
2251
|
+
/**
|
|
2252
|
+
* 状态,1:失败,0:失败
|
|
2253
|
+
*/
|
|
2254
|
+
Status: number;
|
|
2255
|
+
/**
|
|
2256
|
+
* 返回信息
|
|
2257
|
+
*/
|
|
2258
|
+
Msg: string;
|
|
2259
|
+
/**
|
|
2260
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2261
|
+
*/
|
|
2262
|
+
RequestId?: string;
|
|
1852
2263
|
}
|
|
1853
2264
|
/**
|
|
1854
2265
|
* 源站组记录
|
|
@@ -1961,6 +2372,52 @@ export interface ACLCondition {
|
|
|
1961
2372
|
*/
|
|
1962
2373
|
MatchContent: string;
|
|
1963
2374
|
}
|
|
2375
|
+
/**
|
|
2376
|
+
* DescribeTopL7AnalysisData请求参数结构体
|
|
2377
|
+
*/
|
|
2378
|
+
export interface DescribeTopL7AnalysisDataRequest {
|
|
2379
|
+
/**
|
|
2380
|
+
* RFC3339标准,客户端时间
|
|
2381
|
+
*/
|
|
2382
|
+
StartTime: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* RFC3339标准,客户端时间
|
|
2385
|
+
*/
|
|
2386
|
+
EndTime: string;
|
|
2387
|
+
/**
|
|
2388
|
+
* 时序类访问流量指标
|
|
2389
|
+
*/
|
|
2390
|
+
MetricName: string;
|
|
2391
|
+
/**
|
|
2392
|
+
* topN,填0时返回全量数据
|
|
2393
|
+
*/
|
|
2394
|
+
Limit: number;
|
|
2395
|
+
/**
|
|
2396
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
2397
|
+
*/
|
|
2398
|
+
Interval: string;
|
|
2399
|
+
/**
|
|
2400
|
+
* ZoneId数组
|
|
2401
|
+
*/
|
|
2402
|
+
ZoneIds?: Array<string>;
|
|
2403
|
+
/**
|
|
2404
|
+
* 筛选条件
|
|
2405
|
+
*/
|
|
2406
|
+
Filters?: Array<Filter>;
|
|
2407
|
+
}
|
|
2408
|
+
/**
|
|
2409
|
+
* TopN entry
|
|
2410
|
+
*/
|
|
2411
|
+
export interface TopNEntry {
|
|
2412
|
+
/**
|
|
2413
|
+
* Entry key
|
|
2414
|
+
*/
|
|
2415
|
+
Key: string;
|
|
2416
|
+
/**
|
|
2417
|
+
* TopN数据
|
|
2418
|
+
*/
|
|
2419
|
+
Value: Array<TopNEntryValue>;
|
|
2420
|
+
}
|
|
1964
2421
|
/**
|
|
1965
2422
|
* DescribeApplicationProxy返回参数结构体
|
|
1966
2423
|
*/
|
|
@@ -1998,6 +2455,39 @@ export interface CreateLoadBalancingResponse {
|
|
|
1998
2455
|
*/
|
|
1999
2456
|
RequestId?: string;
|
|
2000
2457
|
}
|
|
2458
|
+
/**
|
|
2459
|
+
* DescribeOverviewL7Data请求参数结构体
|
|
2460
|
+
*/
|
|
2461
|
+
export interface DescribeOverviewL7DataRequest {
|
|
2462
|
+
/**
|
|
2463
|
+
* RFC3339格式,客户端时间
|
|
2464
|
+
*/
|
|
2465
|
+
StartTime: string;
|
|
2466
|
+
/**
|
|
2467
|
+
* RFC3339格式,客户端时间
|
|
2468
|
+
*/
|
|
2469
|
+
EndTime: string;
|
|
2470
|
+
/**
|
|
2471
|
+
* 指标列表
|
|
2472
|
+
*/
|
|
2473
|
+
MetricNames: Array<string>;
|
|
2474
|
+
/**
|
|
2475
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
2476
|
+
*/
|
|
2477
|
+
Interval: string;
|
|
2478
|
+
/**
|
|
2479
|
+
* ZoneId列表,仅在zone/domain维度下查询时该参数有效
|
|
2480
|
+
*/
|
|
2481
|
+
ZoneIds?: Array<string>;
|
|
2482
|
+
/**
|
|
2483
|
+
* Domain列表,仅在domain维度下查询时该参数有效
|
|
2484
|
+
*/
|
|
2485
|
+
Domains?: Array<string>;
|
|
2486
|
+
/**
|
|
2487
|
+
* 协议类型, 选填{http,http2,https,all}
|
|
2488
|
+
*/
|
|
2489
|
+
Protocol?: string;
|
|
2490
|
+
}
|
|
2001
2491
|
/**
|
|
2002
2492
|
* 功能总开关
|
|
2003
2493
|
*/
|
|
@@ -2122,6 +2612,57 @@ export interface DescribeDnssecRequest {
|
|
|
2122
2612
|
*/
|
|
2123
2613
|
Id: string;
|
|
2124
2614
|
}
|
|
2615
|
+
/**
|
|
2616
|
+
* DescribeWebProtectionLog返回参数结构体
|
|
2617
|
+
*/
|
|
2618
|
+
export interface DescribeWebProtectionLogResponse {
|
|
2619
|
+
/**
|
|
2620
|
+
* 限速拦截Data
|
|
2621
|
+
*/
|
|
2622
|
+
Data: CCLogData;
|
|
2623
|
+
/**
|
|
2624
|
+
* 状态,1:失败,0:成功
|
|
2625
|
+
*/
|
|
2626
|
+
Status: number;
|
|
2627
|
+
/**
|
|
2628
|
+
* 返回信息
|
|
2629
|
+
*/
|
|
2630
|
+
Msg: string;
|
|
2631
|
+
/**
|
|
2632
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2633
|
+
*/
|
|
2634
|
+
RequestId?: string;
|
|
2635
|
+
}
|
|
2636
|
+
/**
|
|
2637
|
+
* CC拦截事件数据
|
|
2638
|
+
*/
|
|
2639
|
+
export interface CCInterceptEventData {
|
|
2640
|
+
/**
|
|
2641
|
+
* 攻击事件数据集合
|
|
2642
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2643
|
+
*/
|
|
2644
|
+
List: Array<CCInterceptEvent>;
|
|
2645
|
+
/**
|
|
2646
|
+
* 当前页
|
|
2647
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2648
|
+
*/
|
|
2649
|
+
PageNo: number;
|
|
2650
|
+
/**
|
|
2651
|
+
* 每页展示条数
|
|
2652
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2653
|
+
*/
|
|
2654
|
+
PageSize: number;
|
|
2655
|
+
/**
|
|
2656
|
+
* 总页数
|
|
2657
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2658
|
+
*/
|
|
2659
|
+
Pages: number;
|
|
2660
|
+
/**
|
|
2661
|
+
* 总条数
|
|
2662
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2663
|
+
*/
|
|
2664
|
+
TotalSize: number;
|
|
2665
|
+
}
|
|
2125
2666
|
/**
|
|
2126
2667
|
* DescribeLoadBalancingDetail返回参数结构体
|
|
2127
2668
|
*/
|
|
@@ -2210,25 +2751,34 @@ export interface SecurityConfig {
|
|
|
2210
2751
|
SwitchConfig?: SwitchConfig;
|
|
2211
2752
|
}
|
|
2212
2753
|
/**
|
|
2213
|
-
*
|
|
2754
|
+
* 主攻击对象Data
|
|
2214
2755
|
*/
|
|
2215
|
-
export interface
|
|
2756
|
+
export interface DDosMajorAttackEventData {
|
|
2216
2757
|
/**
|
|
2217
|
-
*
|
|
2758
|
+
* DDosMajorAttackEvent ddos 攻击事件
|
|
2759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2218
2760
|
*/
|
|
2219
|
-
|
|
2761
|
+
List: Array<DDosMajorAttackEvent>;
|
|
2220
2762
|
/**
|
|
2221
|
-
*
|
|
2763
|
+
* 当前页
|
|
2764
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2222
2765
|
*/
|
|
2223
|
-
|
|
2766
|
+
PageNo: number;
|
|
2224
2767
|
/**
|
|
2225
|
-
*
|
|
2768
|
+
* 每页展示条数
|
|
2769
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2226
2770
|
*/
|
|
2227
|
-
|
|
2771
|
+
PageSize: number;
|
|
2228
2772
|
/**
|
|
2229
|
-
*
|
|
2773
|
+
* 总页数
|
|
2774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2230
2775
|
*/
|
|
2231
|
-
|
|
2776
|
+
Pages: number;
|
|
2777
|
+
/**
|
|
2778
|
+
* 总条数
|
|
2779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2780
|
+
*/
|
|
2781
|
+
TotalSize: number;
|
|
2232
2782
|
}
|
|
2233
2783
|
/**
|
|
2234
2784
|
* DescribeBotManagedRules返回参数结构体
|
|
@@ -2324,6 +2874,20 @@ pending: 不生效
|
|
|
2324
2874
|
*/
|
|
2325
2875
|
DomainStatus: Array<string>;
|
|
2326
2876
|
}
|
|
2877
|
+
/**
|
|
2878
|
+
* 七层数据分析类top数据
|
|
2879
|
+
*/
|
|
2880
|
+
export interface TopDataRecord {
|
|
2881
|
+
/**
|
|
2882
|
+
* 查询维度值
|
|
2883
|
+
*/
|
|
2884
|
+
TypeKey: string;
|
|
2885
|
+
/**
|
|
2886
|
+
* top数据排行
|
|
2887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2888
|
+
*/
|
|
2889
|
+
DetailData: Array<TopDetailData>;
|
|
2890
|
+
}
|
|
2327
2891
|
/**
|
|
2328
2892
|
* DDoS协议防护+连接防护
|
|
2329
2893
|
*/
|
|
@@ -2382,9 +2946,90 @@ export interface DDoSAntiPly {
|
|
|
2382
2946
|
EmptyConnectProtect: string;
|
|
2383
2947
|
}
|
|
2384
2948
|
/**
|
|
2385
|
-
*
|
|
2949
|
+
* DescribeWebManagedRulesData请求参数结构体
|
|
2386
2950
|
*/
|
|
2387
|
-
export interface
|
|
2951
|
+
export interface DescribeWebManagedRulesDataRequest {
|
|
2952
|
+
/**
|
|
2953
|
+
* 开始时间
|
|
2954
|
+
*/
|
|
2955
|
+
StartTime: string;
|
|
2956
|
+
/**
|
|
2957
|
+
* 结束时间
|
|
2958
|
+
*/
|
|
2959
|
+
EndTime: string;
|
|
2960
|
+
/**
|
|
2961
|
+
* 统计指标列表
|
|
2962
|
+
*/
|
|
2963
|
+
MetricNames: Array<string>;
|
|
2964
|
+
/**
|
|
2965
|
+
* 站点id列表
|
|
2966
|
+
*/
|
|
2967
|
+
ZoneIds?: Array<string>;
|
|
2968
|
+
/**
|
|
2969
|
+
* 子域名列表
|
|
2970
|
+
*/
|
|
2971
|
+
Domains?: Array<string>;
|
|
2972
|
+
/**
|
|
2973
|
+
* 协议类型
|
|
2974
|
+
*/
|
|
2975
|
+
ProtocolType?: string;
|
|
2976
|
+
/**
|
|
2977
|
+
* "webshell" : Webshell检测防护
|
|
2978
|
+
"oa" : 常见OA漏洞防护
|
|
2979
|
+
"xss" : XSS跨站脚本攻击防护
|
|
2980
|
+
"xxe" : XXE攻击防护
|
|
2981
|
+
"webscan" : 扫描器攻击漏洞防护
|
|
2982
|
+
"cms" : 常见CMS漏洞防护
|
|
2983
|
+
"upload" : 恶意文件上传攻击防护
|
|
2984
|
+
"sql" : SQL注入攻击防护
|
|
2985
|
+
"cmd_inject": 命令/代码注入攻击防护
|
|
2986
|
+
"osc" : 开源组件漏洞防护
|
|
2987
|
+
"file_read" : 任意文件读取
|
|
2988
|
+
"ldap" : LDAP注入攻击防护
|
|
2989
|
+
"other" : 其它漏洞防护
|
|
2990
|
+
|
|
2991
|
+
"all":"所有"
|
|
2992
|
+
*/
|
|
2993
|
+
AttackType?: string;
|
|
2994
|
+
/**
|
|
2995
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
2996
|
+
*/
|
|
2997
|
+
Interval?: string;
|
|
2998
|
+
}
|
|
2999
|
+
/**
|
|
3000
|
+
* DDos攻击源数据
|
|
3001
|
+
*/
|
|
3002
|
+
export interface DDosAttackSourceEventData {
|
|
3003
|
+
/**
|
|
3004
|
+
* DDos攻击源数据集合
|
|
3005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3006
|
+
*/
|
|
3007
|
+
List: Array<DDosAttackSourceEvent>;
|
|
3008
|
+
/**
|
|
3009
|
+
* 当前页
|
|
3010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3011
|
+
*/
|
|
3012
|
+
PageNo: number;
|
|
3013
|
+
/**
|
|
3014
|
+
* 每页展示条数
|
|
3015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3016
|
+
*/
|
|
3017
|
+
PageSize: number;
|
|
3018
|
+
/**
|
|
3019
|
+
* 总页数
|
|
3020
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3021
|
+
*/
|
|
3022
|
+
Pages: number;
|
|
3023
|
+
/**
|
|
3024
|
+
* 总条数
|
|
3025
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3026
|
+
*/
|
|
3027
|
+
TotalSize: number;
|
|
3028
|
+
}
|
|
3029
|
+
/**
|
|
3030
|
+
* ModifyDDoSPolicy返回参数结构体
|
|
3031
|
+
*/
|
|
3032
|
+
export interface ModifyDDoSPolicyResponse {
|
|
2388
3033
|
/**
|
|
2389
3034
|
* 策略组ID
|
|
2390
3035
|
*/
|
|
@@ -2445,6 +3090,24 @@ export interface CreatePrefetchTaskResponse {
|
|
|
2445
3090
|
*/
|
|
2446
3091
|
RequestId?: string;
|
|
2447
3092
|
}
|
|
3093
|
+
/**
|
|
3094
|
+
* Waf规则
|
|
3095
|
+
*/
|
|
3096
|
+
export interface WafRule {
|
|
3097
|
+
/**
|
|
3098
|
+
* 黑名单
|
|
3099
|
+
*/
|
|
3100
|
+
BlockRuleIDs: Array<number>;
|
|
3101
|
+
/**
|
|
3102
|
+
* id的开关
|
|
3103
|
+
*/
|
|
3104
|
+
Switch: string;
|
|
3105
|
+
/**
|
|
3106
|
+
* 观察模式
|
|
3107
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3108
|
+
*/
|
|
3109
|
+
ObserveRuleIDs?: Array<number>;
|
|
3110
|
+
}
|
|
2448
3111
|
/**
|
|
2449
3112
|
* DescribeDefaultCertificates请求参数结构体
|
|
2450
3113
|
*/
|
|
@@ -2506,21 +3169,54 @@ export interface ModifyApplicationProxyRuleResponse {
|
|
|
2506
3169
|
RequestId?: string;
|
|
2507
3170
|
}
|
|
2508
3171
|
/**
|
|
2509
|
-
*
|
|
3172
|
+
* DDos攻击事件对象
|
|
2510
3173
|
*/
|
|
2511
|
-
export interface
|
|
3174
|
+
export interface DDosAttackEvent {
|
|
2512
3175
|
/**
|
|
2513
|
-
*
|
|
3176
|
+
* ddos 策略组id
|
|
3177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2514
3178
|
*/
|
|
2515
|
-
|
|
3179
|
+
PolicyId: number;
|
|
2516
3180
|
/**
|
|
2517
|
-
*
|
|
3181
|
+
* 攻击类型(对应交互事件名称)
|
|
3182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2518
3183
|
*/
|
|
2519
|
-
|
|
3184
|
+
AttackType: string;
|
|
2520
3185
|
/**
|
|
2521
|
-
*
|
|
3186
|
+
* 攻击状态
|
|
3187
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2522
3188
|
*/
|
|
2523
|
-
|
|
3189
|
+
AttackStatus: number;
|
|
3190
|
+
/**
|
|
3191
|
+
* 攻击最大带宽
|
|
3192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3193
|
+
*/
|
|
3194
|
+
AttackMaxBandWidth: number;
|
|
3195
|
+
/**
|
|
3196
|
+
* 攻击包速率峰值
|
|
3197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3198
|
+
*/
|
|
3199
|
+
AttackPacketMaxRate: number;
|
|
3200
|
+
/**
|
|
3201
|
+
* 攻击开始时间 单位为s
|
|
3202
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3203
|
+
*/
|
|
3204
|
+
AttackStartTime: number;
|
|
3205
|
+
/**
|
|
3206
|
+
* 攻击结束时间 单位为s
|
|
3207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3208
|
+
*/
|
|
3209
|
+
AttackEndTime: number;
|
|
3210
|
+
/**
|
|
3211
|
+
* 事件ID
|
|
3212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3213
|
+
*/
|
|
3214
|
+
EventId: string;
|
|
3215
|
+
/**
|
|
3216
|
+
* 站点id
|
|
3217
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3218
|
+
*/
|
|
3219
|
+
ZoneId: string;
|
|
2524
3220
|
}
|
|
2525
3221
|
/**
|
|
2526
3222
|
* 失败原因
|
|
@@ -2698,6 +3394,57 @@ export interface DeleteLoadBalancingResponse {
|
|
|
2698
3394
|
*/
|
|
2699
3395
|
RequestId?: string;
|
|
2700
3396
|
}
|
|
3397
|
+
/**
|
|
3398
|
+
* DescribeWebProtectionData请求参数结构体
|
|
3399
|
+
*/
|
|
3400
|
+
export interface DescribeWebProtectionDataRequest {
|
|
3401
|
+
/**
|
|
3402
|
+
* 开始时间
|
|
3403
|
+
*/
|
|
3404
|
+
StartTime: string;
|
|
3405
|
+
/**
|
|
3406
|
+
* 结束时间
|
|
3407
|
+
*/
|
|
3408
|
+
EndTime: string;
|
|
3409
|
+
/**
|
|
3410
|
+
* 统计指标列表
|
|
3411
|
+
*/
|
|
3412
|
+
MetricNames: Array<string>;
|
|
3413
|
+
/**
|
|
3414
|
+
* 站点id列表
|
|
3415
|
+
*/
|
|
3416
|
+
ZoneIds?: Array<string>;
|
|
3417
|
+
/**
|
|
3418
|
+
* 子域名列表
|
|
3419
|
+
*/
|
|
3420
|
+
Domains?: Array<string>;
|
|
3421
|
+
/**
|
|
3422
|
+
* 协议类型
|
|
3423
|
+
*/
|
|
3424
|
+
ProtocolType?: string;
|
|
3425
|
+
/**
|
|
3426
|
+
* "webshell" : Webshell检测防护
|
|
3427
|
+
"oa" : 常见OA漏洞防护
|
|
3428
|
+
"xss" : XSS跨站脚本攻击防护
|
|
3429
|
+
"xxe" : XXE攻击防护
|
|
3430
|
+
"webscan" : 扫描器攻击漏洞防护
|
|
3431
|
+
"cms" : 常见CMS漏洞防护
|
|
3432
|
+
"upload" : 恶意文件上传攻击防护
|
|
3433
|
+
"sql" : SQL注入攻击防护
|
|
3434
|
+
"cmd_inject": 命令/代码注入攻击防护
|
|
3435
|
+
"osc" : 开源组件漏洞防护
|
|
3436
|
+
"file_read" : 任意文件读取
|
|
3437
|
+
"ldap" : LDAP注入攻击防护
|
|
3438
|
+
"other" : 其它漏洞防护
|
|
3439
|
+
|
|
3440
|
+
"all":"所有"
|
|
3441
|
+
*/
|
|
3442
|
+
AttackType?: string;
|
|
3443
|
+
/**
|
|
3444
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
3445
|
+
*/
|
|
3446
|
+
Interval?: string;
|
|
3447
|
+
}
|
|
2701
3448
|
/**
|
|
2702
3449
|
* CheckCertificate请求参数结构体
|
|
2703
3450
|
*/
|
|
@@ -2787,46 +3534,25 @@ OFF:不传递
|
|
|
2787
3534
|
SessionPersist?: boolean;
|
|
2788
3535
|
}
|
|
2789
3536
|
/**
|
|
2790
|
-
*
|
|
3537
|
+
* bot托管规则详情
|
|
2791
3538
|
*/
|
|
2792
|
-
export interface
|
|
2793
|
-
/**
|
|
2794
|
-
* 任务ID
|
|
2795
|
-
*/
|
|
2796
|
-
JobId?: string;
|
|
2797
|
-
/**
|
|
2798
|
-
* 查询起始时间
|
|
2799
|
-
*/
|
|
2800
|
-
StartTime?: string;
|
|
2801
|
-
/**
|
|
2802
|
-
* 查询结束时间
|
|
2803
|
-
*/
|
|
2804
|
-
EndTime?: string;
|
|
2805
|
-
/**
|
|
2806
|
-
* 查询起始偏移量
|
|
2807
|
-
*/
|
|
2808
|
-
Offset?: number;
|
|
2809
|
-
/**
|
|
2810
|
-
* 查询最大返回的结果条数
|
|
2811
|
-
*/
|
|
2812
|
-
Limit?: number;
|
|
3539
|
+
export interface BotManagedRuleDetail {
|
|
2813
3540
|
/**
|
|
2814
|
-
*
|
|
2815
|
-
允许的值为:processing、success、failed、timeout、invalid
|
|
3541
|
+
* 规则ID
|
|
2816
3542
|
*/
|
|
2817
|
-
|
|
3543
|
+
RuleId: number;
|
|
2818
3544
|
/**
|
|
2819
|
-
*
|
|
3545
|
+
* 规则描述
|
|
2820
3546
|
*/
|
|
2821
|
-
|
|
3547
|
+
Description: string;
|
|
2822
3548
|
/**
|
|
2823
|
-
*
|
|
3549
|
+
* 规则分类
|
|
2824
3550
|
*/
|
|
2825
|
-
|
|
3551
|
+
RuleTypeName: string;
|
|
2826
3552
|
/**
|
|
2827
|
-
*
|
|
3553
|
+
* 该规则开启/关闭
|
|
2828
3554
|
*/
|
|
2829
|
-
|
|
3555
|
+
Status: string;
|
|
2830
3556
|
}
|
|
2831
3557
|
/**
|
|
2832
3558
|
* 访问协议强制https跳转配置
|
|
@@ -2894,6 +3620,15 @@ export interface ModifyApplicationProxyStatusResponse {
|
|
|
2894
3620
|
*/
|
|
2895
3621
|
RequestId?: string;
|
|
2896
3622
|
}
|
|
3623
|
+
/**
|
|
3624
|
+
* IdentifyZone请求参数结构体
|
|
3625
|
+
*/
|
|
3626
|
+
export interface IdentifyZoneRequest {
|
|
3627
|
+
/**
|
|
3628
|
+
* 站点名称
|
|
3629
|
+
*/
|
|
3630
|
+
Name: string;
|
|
3631
|
+
}
|
|
2897
3632
|
/**
|
|
2898
3633
|
* 域名配置信息
|
|
2899
3634
|
*/
|
|
@@ -2935,6 +3670,46 @@ export interface DescribeDnsRecordsResponse {
|
|
|
2935
3670
|
*/
|
|
2936
3671
|
RequestId?: string;
|
|
2937
3672
|
}
|
|
3673
|
+
/**
|
|
3674
|
+
* DescribeDefaultCertificates返回参数结构体
|
|
3675
|
+
*/
|
|
3676
|
+
export interface DescribeDefaultCertificatesResponse {
|
|
3677
|
+
/**
|
|
3678
|
+
* 证书总数
|
|
3679
|
+
*/
|
|
3680
|
+
TotalCount: number;
|
|
3681
|
+
/**
|
|
3682
|
+
* 默认证书列表
|
|
3683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3684
|
+
*/
|
|
3685
|
+
CertInfo: Array<DefaultServerCertInfo>;
|
|
3686
|
+
/**
|
|
3687
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3688
|
+
*/
|
|
3689
|
+
RequestId?: string;
|
|
3690
|
+
}
|
|
3691
|
+
/**
|
|
3692
|
+
* DescribeTimingL7AnalysisData返回参数结构体
|
|
3693
|
+
*/
|
|
3694
|
+
export interface DescribeTimingL7AnalysisDataResponse {
|
|
3695
|
+
/**
|
|
3696
|
+
* 详细数据
|
|
3697
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3698
|
+
*/
|
|
3699
|
+
Data: Array<TimingDataRecord>;
|
|
3700
|
+
/**
|
|
3701
|
+
* 查询维度
|
|
3702
|
+
*/
|
|
3703
|
+
Type: string;
|
|
3704
|
+
/**
|
|
3705
|
+
* 时间间隔
|
|
3706
|
+
*/
|
|
3707
|
+
Interval: string;
|
|
3708
|
+
/**
|
|
3709
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3710
|
+
*/
|
|
3711
|
+
RequestId?: string;
|
|
3712
|
+
}
|
|
2938
3713
|
/**
|
|
2939
3714
|
* bot 用户画像规则
|
|
2940
3715
|
*/
|
|
@@ -2971,19 +3746,54 @@ export interface BotPortraitRule {
|
|
|
2971
3746
|
Switch?: string;
|
|
2972
3747
|
}
|
|
2973
3748
|
/**
|
|
2974
|
-
*
|
|
3749
|
+
* DescribeWebProtectionAttackEvents请求参数结构体
|
|
2975
3750
|
*/
|
|
2976
|
-
export interface
|
|
3751
|
+
export interface DescribeWebProtectionAttackEventsRequest {
|
|
2977
3752
|
/**
|
|
2978
|
-
*
|
|
3753
|
+
* 开始时间
|
|
2979
3754
|
*/
|
|
2980
|
-
|
|
3755
|
+
StartTime: string;
|
|
2981
3756
|
/**
|
|
2982
|
-
*
|
|
2983
|
-
- enabled 开启
|
|
2984
|
-
- disabled 关闭
|
|
3757
|
+
* 结束时间
|
|
2985
3758
|
*/
|
|
2986
|
-
|
|
3759
|
+
EndTime: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* 条数
|
|
3762
|
+
*/
|
|
3763
|
+
PageSize: number;
|
|
3764
|
+
/**
|
|
3765
|
+
* 当前页
|
|
3766
|
+
*/
|
|
3767
|
+
PageNo: number;
|
|
3768
|
+
/**
|
|
3769
|
+
* 域名
|
|
3770
|
+
*/
|
|
3771
|
+
Domains?: Array<string>;
|
|
3772
|
+
/**
|
|
3773
|
+
* 站点集合
|
|
3774
|
+
*/
|
|
3775
|
+
ZoneIds?: Array<string>;
|
|
3776
|
+
}
|
|
3777
|
+
/**
|
|
3778
|
+
* DescribeOverviewL7Data返回参数结构体
|
|
3779
|
+
*/
|
|
3780
|
+
export interface DescribeOverviewL7DataResponse {
|
|
3781
|
+
/**
|
|
3782
|
+
* 查询维度
|
|
3783
|
+
*/
|
|
3784
|
+
Type: string;
|
|
3785
|
+
/**
|
|
3786
|
+
* 时间间隔
|
|
3787
|
+
*/
|
|
3788
|
+
Interval: string;
|
|
3789
|
+
/**
|
|
3790
|
+
* 详细数据
|
|
3791
|
+
*/
|
|
3792
|
+
Data: Array<TimingDataRecord>;
|
|
3793
|
+
/**
|
|
3794
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3795
|
+
*/
|
|
3796
|
+
RequestId?: string;
|
|
2987
3797
|
}
|
|
2988
3798
|
/**
|
|
2989
3799
|
* DescribeHostsCertificate请求参数结构体
|
|
@@ -3032,19 +3842,52 @@ export interface DescribeSecurityPolicyManagedRulesResponse {
|
|
|
3032
3842
|
RequestId?: string;
|
|
3033
3843
|
}
|
|
3034
3844
|
/**
|
|
3035
|
-
*
|
|
3845
|
+
* 源站组信息
|
|
3036
3846
|
*/
|
|
3037
|
-
export interface
|
|
3847
|
+
export interface OriginGroup {
|
|
3038
3848
|
/**
|
|
3039
|
-
*
|
|
3040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3849
|
+
* 源站组ID
|
|
3041
3850
|
*/
|
|
3042
|
-
|
|
3851
|
+
OriginId: string;
|
|
3043
3852
|
/**
|
|
3044
|
-
*
|
|
3853
|
+
* 源站组名称
|
|
3854
|
+
*/
|
|
3855
|
+
OriginName: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* 配置类型
|
|
3858
|
+
*/
|
|
3859
|
+
Type: string;
|
|
3860
|
+
/**
|
|
3861
|
+
* 记录
|
|
3862
|
+
*/
|
|
3863
|
+
Record: Array<OriginRecord>;
|
|
3864
|
+
/**
|
|
3865
|
+
* 更新时间
|
|
3866
|
+
*/
|
|
3867
|
+
UpdateTime: string;
|
|
3868
|
+
/**
|
|
3869
|
+
* 站点ID
|
|
3870
|
+
*/
|
|
3871
|
+
ZoneId: string;
|
|
3872
|
+
/**
|
|
3873
|
+
* 站点名称
|
|
3874
|
+
*/
|
|
3875
|
+
ZoneName: string;
|
|
3876
|
+
/**
|
|
3877
|
+
* 源站类型
|
|
3045
3878
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3046
3879
|
*/
|
|
3047
|
-
|
|
3880
|
+
OriginType: string;
|
|
3881
|
+
/**
|
|
3882
|
+
* 是否为四层代理使用
|
|
3883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3884
|
+
*/
|
|
3885
|
+
ApplicationProxyUsed: boolean;
|
|
3886
|
+
/**
|
|
3887
|
+
* 是否为负载均衡使用
|
|
3888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3889
|
+
*/
|
|
3890
|
+
LoadBalancingUsed: boolean;
|
|
3048
3891
|
}
|
|
3049
3892
|
/**
|
|
3050
3893
|
* DescribeApplicationProxy请求参数结构体
|
|
@@ -3063,6 +3906,19 @@ export interface DescribeApplicationProxyRequest {
|
|
|
3063
3906
|
*/
|
|
3064
3907
|
Limit?: number;
|
|
3065
3908
|
}
|
|
3909
|
+
/**
|
|
3910
|
+
* TopN数据Entry
|
|
3911
|
+
*/
|
|
3912
|
+
export interface TopNEntryValue {
|
|
3913
|
+
/**
|
|
3914
|
+
* Entry的name
|
|
3915
|
+
*/
|
|
3916
|
+
Name: string;
|
|
3917
|
+
/**
|
|
3918
|
+
* 数量
|
|
3919
|
+
*/
|
|
3920
|
+
Count: number;
|
|
3921
|
+
}
|
|
3066
3922
|
/**
|
|
3067
3923
|
* ModifyDDoSPolicyHost返回参数结构体
|
|
3068
3924
|
*/
|
|
@@ -3100,39 +3956,65 @@ online: 启用
|
|
|
3100
3956
|
Status: string;
|
|
3101
3957
|
}
|
|
3102
3958
|
/**
|
|
3103
|
-
*
|
|
3959
|
+
* Web拦截事件
|
|
3104
3960
|
*/
|
|
3105
|
-
export interface
|
|
3961
|
+
export interface WebAttackEvent {
|
|
3106
3962
|
/**
|
|
3107
|
-
*
|
|
3963
|
+
* 客户端ip
|
|
3108
3964
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3109
3965
|
*/
|
|
3110
|
-
|
|
3966
|
+
ClientIp: string;
|
|
3111
3967
|
/**
|
|
3112
|
-
*
|
|
3968
|
+
* 攻击URL
|
|
3113
3969
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3114
3970
|
*/
|
|
3115
|
-
|
|
3971
|
+
AttackUrl: string;
|
|
3116
3972
|
/**
|
|
3117
|
-
*
|
|
3973
|
+
* 攻击时间 单位为s
|
|
3118
3974
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3119
3975
|
*/
|
|
3120
|
-
|
|
3976
|
+
AttackTime: number;
|
|
3977
|
+
}
|
|
3978
|
+
/**
|
|
3979
|
+
* DescribeDDosAttackTopData请求参数结构体
|
|
3980
|
+
*/
|
|
3981
|
+
export interface DescribeDDosAttackTopDataRequest {
|
|
3121
3982
|
/**
|
|
3122
|
-
*
|
|
3123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3983
|
+
* 开始时间
|
|
3124
3984
|
*/
|
|
3125
|
-
|
|
3985
|
+
StartTime: string;
|
|
3126
3986
|
/**
|
|
3127
|
-
*
|
|
3128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3987
|
+
* 结束时间
|
|
3129
3988
|
*/
|
|
3130
|
-
|
|
3989
|
+
EndTime: string;
|
|
3131
3990
|
/**
|
|
3132
|
-
*
|
|
3133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3991
|
+
* 过滤指标
|
|
3134
3992
|
*/
|
|
3135
|
-
|
|
3993
|
+
MetricName: string;
|
|
3994
|
+
/**
|
|
3995
|
+
* 查询前多少名,传值为0 全量
|
|
3996
|
+
*/
|
|
3997
|
+
Limit: number;
|
|
3998
|
+
/**
|
|
3999
|
+
* 站点集合
|
|
4000
|
+
*/
|
|
4001
|
+
ZoneIds?: Array<string>;
|
|
4002
|
+
/**
|
|
4003
|
+
* ddos策略组id 集合
|
|
4004
|
+
*/
|
|
4005
|
+
PolicyIds?: Array<number>;
|
|
4006
|
+
/**
|
|
4007
|
+
* 端口号
|
|
4008
|
+
*/
|
|
4009
|
+
Port?: number;
|
|
4010
|
+
/**
|
|
4011
|
+
* 协议类型,tcp,udp,all
|
|
4012
|
+
*/
|
|
4013
|
+
ProtocolType?: string;
|
|
4014
|
+
/**
|
|
4015
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
4016
|
+
*/
|
|
4017
|
+
AttackType?: string;
|
|
3136
4018
|
}
|
|
3137
4019
|
/**
|
|
3138
4020
|
* CreateApplicationProxyRule返回参数结构体
|
|
@@ -3148,60 +4030,45 @@ export interface CreateApplicationProxyRuleResponse {
|
|
|
3148
4030
|
RequestId?: string;
|
|
3149
4031
|
}
|
|
3150
4032
|
/**
|
|
3151
|
-
*
|
|
4033
|
+
* DescribeDDosAttackData请求参数结构体
|
|
3152
4034
|
*/
|
|
3153
|
-
export interface
|
|
3154
|
-
/**
|
|
3155
|
-
* RateLimit统计阈值
|
|
3156
|
-
*/
|
|
3157
|
-
Threshold: number;
|
|
3158
|
-
/**
|
|
3159
|
-
* RateLimit统计时间
|
|
3160
|
-
*/
|
|
3161
|
-
Period: number;
|
|
3162
|
-
/**
|
|
3163
|
-
* 规则名
|
|
3164
|
-
*/
|
|
3165
|
-
RuleName: string;
|
|
4035
|
+
export interface DescribeDDosAttackDataRequest {
|
|
3166
4036
|
/**
|
|
3167
|
-
*
|
|
4037
|
+
* 开始时间
|
|
3168
4038
|
*/
|
|
3169
|
-
|
|
4039
|
+
StartTime: string;
|
|
3170
4040
|
/**
|
|
3171
|
-
*
|
|
4041
|
+
* 结束时间
|
|
3172
4042
|
*/
|
|
3173
|
-
|
|
4043
|
+
EndTime: string;
|
|
3174
4044
|
/**
|
|
3175
|
-
*
|
|
4045
|
+
* 统计指标列表
|
|
3176
4046
|
*/
|
|
3177
|
-
|
|
4047
|
+
MetricNames: Array<string>;
|
|
3178
4048
|
/**
|
|
3179
|
-
*
|
|
4049
|
+
* 站点id列表
|
|
3180
4050
|
*/
|
|
3181
|
-
|
|
4051
|
+
ZoneIds?: Array<string>;
|
|
3182
4052
|
/**
|
|
3183
|
-
*
|
|
4053
|
+
* ddos策略组id列表
|
|
3184
4054
|
*/
|
|
3185
|
-
|
|
4055
|
+
PolicyIds?: Array<number>;
|
|
3186
4056
|
/**
|
|
3187
|
-
*
|
|
4057
|
+
* 端口号
|
|
3188
4058
|
*/
|
|
3189
|
-
|
|
4059
|
+
Port?: number;
|
|
3190
4060
|
/**
|
|
3191
|
-
*
|
|
3192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4061
|
+
* 协议类型,tcp,udp,all
|
|
3193
4062
|
*/
|
|
3194
|
-
|
|
4063
|
+
ProtocolType?: string;
|
|
3195
4064
|
/**
|
|
3196
|
-
*
|
|
3197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4065
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
3198
4066
|
*/
|
|
3199
|
-
|
|
4067
|
+
AttackType?: string;
|
|
3200
4068
|
/**
|
|
3201
|
-
*
|
|
3202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4069
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
3203
4070
|
*/
|
|
3204
|
-
|
|
4071
|
+
Interval?: string;
|
|
3205
4072
|
}
|
|
3206
4073
|
/**
|
|
3207
4074
|
* ModifyDnsRecord返回参数结构体
|
|
@@ -3269,6 +4136,56 @@ export interface ModifyDnsRecordResponse {
|
|
|
3269
4136
|
*/
|
|
3270
4137
|
RequestId?: string;
|
|
3271
4138
|
}
|
|
4139
|
+
/**
|
|
4140
|
+
* 模板当前详细配置
|
|
4141
|
+
*/
|
|
4142
|
+
export interface RateLimitTemplateDetail {
|
|
4143
|
+
/**
|
|
4144
|
+
* 模板名称
|
|
4145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4146
|
+
*/
|
|
4147
|
+
Mode?: string;
|
|
4148
|
+
/**
|
|
4149
|
+
* 唯一id
|
|
4150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4151
|
+
*/
|
|
4152
|
+
ID?: number;
|
|
4153
|
+
/**
|
|
4154
|
+
* 处置动作
|
|
4155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4156
|
+
*/
|
|
4157
|
+
Action?: string;
|
|
4158
|
+
/**
|
|
4159
|
+
* 惩罚时间,秒
|
|
4160
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4161
|
+
*/
|
|
4162
|
+
PunishTime?: number;
|
|
4163
|
+
/**
|
|
4164
|
+
* 阈值
|
|
4165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4166
|
+
*/
|
|
4167
|
+
Threshold?: number;
|
|
4168
|
+
/**
|
|
4169
|
+
* 统计周期
|
|
4170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4171
|
+
*/
|
|
4172
|
+
Period?: number;
|
|
4173
|
+
}
|
|
4174
|
+
/**
|
|
4175
|
+
* 统计曲线数据项
|
|
4176
|
+
*/
|
|
4177
|
+
export interface TimingDataItem {
|
|
4178
|
+
/**
|
|
4179
|
+
* 秒级时间戳
|
|
4180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4181
|
+
*/
|
|
4182
|
+
Timestamp: number;
|
|
4183
|
+
/**
|
|
4184
|
+
* 数值
|
|
4185
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4186
|
+
*/
|
|
4187
|
+
Value: number;
|
|
4188
|
+
}
|
|
3272
4189
|
/**
|
|
3273
4190
|
* CreateApplicationProxy请求参数结构体
|
|
3274
4191
|
*/
|
|
@@ -3323,99 +4240,298 @@ instance:实例
|
|
|
3323
4240
|
ProxyType?: string;
|
|
3324
4241
|
}
|
|
3325
4242
|
/**
|
|
3326
|
-
*
|
|
4243
|
+
* DescribeTopL7AnalysisData返回参数结构体
|
|
3327
4244
|
*/
|
|
3328
|
-
export interface
|
|
4245
|
+
export interface DescribeTopL7AnalysisDataResponse {
|
|
3329
4246
|
/**
|
|
3330
|
-
*
|
|
3331
|
-
|
|
3332
|
-
开启:on。
|
|
4247
|
+
* top详细数据
|
|
4248
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3333
4249
|
*/
|
|
3334
|
-
|
|
4250
|
+
Data: Array<TopDataRecord>;
|
|
3335
4251
|
/**
|
|
3336
|
-
*
|
|
3337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4252
|
+
* 查询维度
|
|
3338
4253
|
*/
|
|
3339
|
-
|
|
4254
|
+
Type: string;
|
|
4255
|
+
/**
|
|
4256
|
+
* 查询指标
|
|
4257
|
+
*/
|
|
4258
|
+
MetricName: string;
|
|
4259
|
+
/**
|
|
4260
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4261
|
+
*/
|
|
4262
|
+
RequestId?: string;
|
|
3340
4263
|
}
|
|
3341
4264
|
/**
|
|
3342
|
-
*
|
|
4265
|
+
* web攻击日志
|
|
3343
4266
|
*/
|
|
3344
|
-
export interface
|
|
4267
|
+
export interface WebLogs {
|
|
3345
4268
|
/**
|
|
3346
|
-
*
|
|
4269
|
+
* 攻击内容
|
|
4270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3347
4271
|
*/
|
|
3348
|
-
|
|
4272
|
+
AttackContent: string;
|
|
3349
4273
|
/**
|
|
3350
|
-
*
|
|
4274
|
+
* 攻击IP
|
|
4275
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3351
4276
|
*/
|
|
3352
|
-
|
|
4277
|
+
AttackIp: string;
|
|
3353
4278
|
/**
|
|
3354
|
-
*
|
|
4279
|
+
* 攻击类型
|
|
4280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3355
4281
|
*/
|
|
3356
|
-
|
|
4282
|
+
AttackType: string;
|
|
3357
4283
|
/**
|
|
3358
|
-
*
|
|
4284
|
+
* 域名
|
|
4285
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3359
4286
|
*/
|
|
3360
|
-
|
|
4287
|
+
Domain: string;
|
|
3361
4288
|
/**
|
|
3362
|
-
*
|
|
4289
|
+
* uuid
|
|
4290
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3363
4291
|
*/
|
|
3364
|
-
|
|
4292
|
+
Msuuid: string;
|
|
3365
4293
|
/**
|
|
3366
|
-
*
|
|
4294
|
+
* 请求方法
|
|
4295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3367
4296
|
*/
|
|
3368
|
-
|
|
4297
|
+
RequestMethod: string;
|
|
3369
4298
|
/**
|
|
3370
|
-
*
|
|
4299
|
+
* 请求URI
|
|
3371
4300
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3372
4301
|
*/
|
|
3373
|
-
|
|
4302
|
+
RequestUri: string;
|
|
3374
4303
|
/**
|
|
3375
|
-
*
|
|
4304
|
+
* 风险等级
|
|
3376
4305
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3377
4306
|
*/
|
|
3378
|
-
|
|
4307
|
+
RiskLevel: string;
|
|
3379
4308
|
/**
|
|
3380
|
-
*
|
|
4309
|
+
* 规则ID
|
|
3381
4310
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3382
4311
|
*/
|
|
3383
|
-
|
|
3384
|
-
}
|
|
3385
|
-
/**
|
|
3386
|
-
* ModifyLoadBalancing返回参数结构体
|
|
3387
|
-
*/
|
|
3388
|
-
export interface ModifyLoadBalancingResponse {
|
|
4312
|
+
RuleId: number;
|
|
3389
4313
|
/**
|
|
3390
|
-
*
|
|
4314
|
+
* IP所在国家
|
|
4315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3391
4316
|
*/
|
|
3392
|
-
|
|
4317
|
+
SipCountryCode: string;
|
|
3393
4318
|
/**
|
|
3394
|
-
*
|
|
4319
|
+
* 事件id
|
|
4320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3395
4321
|
*/
|
|
3396
|
-
|
|
3397
|
-
}
|
|
3398
|
-
/**
|
|
3399
|
-
* DescribeCnameStatus请求参数结构体
|
|
3400
|
-
*/
|
|
3401
|
-
export interface DescribeCnameStatusRequest {
|
|
4322
|
+
EventId: string;
|
|
3402
4323
|
/**
|
|
3403
|
-
*
|
|
4324
|
+
* 处置方式
|
|
4325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3404
4326
|
*/
|
|
3405
|
-
|
|
4327
|
+
DisposalMethod: string;
|
|
3406
4328
|
/**
|
|
3407
|
-
*
|
|
4329
|
+
* http_log
|
|
4330
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3408
4331
|
*/
|
|
3409
|
-
|
|
4332
|
+
HttpLog: string;
|
|
4333
|
+
/**
|
|
4334
|
+
* user agent
|
|
4335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4336
|
+
*/
|
|
4337
|
+
Ua: string;
|
|
4338
|
+
/**
|
|
4339
|
+
* 攻击时间,为保持统一,原参数time更名为AttackTime
|
|
4340
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4341
|
+
*/
|
|
4342
|
+
AttackTime: number;
|
|
3410
4343
|
}
|
|
3411
4344
|
/**
|
|
3412
|
-
*
|
|
4345
|
+
* POST请求上传文件流式传输最大限制
|
|
3413
4346
|
*/
|
|
3414
|
-
export interface
|
|
4347
|
+
export interface PostMaxSize {
|
|
3415
4348
|
/**
|
|
3416
|
-
*
|
|
4349
|
+
* 是调整POST请求限制,平台默认为32MB。
|
|
4350
|
+
关闭:off,
|
|
4351
|
+
开启:on。
|
|
3417
4352
|
*/
|
|
3418
|
-
|
|
4353
|
+
Switch: string;
|
|
4354
|
+
/**
|
|
4355
|
+
* 最大限制,取值在1MB和500MB之间。单位字节
|
|
4356
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4357
|
+
*/
|
|
4358
|
+
MaxSize?: number;
|
|
4359
|
+
}
|
|
4360
|
+
/**
|
|
4361
|
+
* RateLimit规则
|
|
4362
|
+
*/
|
|
4363
|
+
export interface RateLimitUserRule {
|
|
4364
|
+
/**
|
|
4365
|
+
* RateLimit统计阈值
|
|
4366
|
+
*/
|
|
4367
|
+
Threshold: number;
|
|
4368
|
+
/**
|
|
4369
|
+
* RateLimit统计时间
|
|
4370
|
+
*/
|
|
4371
|
+
Period: number;
|
|
4372
|
+
/**
|
|
4373
|
+
* 规则名
|
|
4374
|
+
*/
|
|
4375
|
+
RuleName: string;
|
|
4376
|
+
/**
|
|
4377
|
+
* 动作:monitor(观察), drop(拦截)
|
|
4378
|
+
*/
|
|
4379
|
+
Action: string;
|
|
4380
|
+
/**
|
|
4381
|
+
* 惩罚时长
|
|
4382
|
+
*/
|
|
4383
|
+
PunishTime: number;
|
|
4384
|
+
/**
|
|
4385
|
+
* 处罚时长单位,second
|
|
4386
|
+
*/
|
|
4387
|
+
PunishTimeUnit: string;
|
|
4388
|
+
/**
|
|
4389
|
+
* 规则状态
|
|
4390
|
+
*/
|
|
4391
|
+
RuleStatus: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* 规则
|
|
4394
|
+
*/
|
|
4395
|
+
Conditions: Array<ACLCondition>;
|
|
4396
|
+
/**
|
|
4397
|
+
* 规则权重
|
|
4398
|
+
*/
|
|
4399
|
+
RulePriority: number;
|
|
4400
|
+
/**
|
|
4401
|
+
* 规则id
|
|
4402
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4403
|
+
*/
|
|
4404
|
+
RuleID?: number;
|
|
4405
|
+
/**
|
|
4406
|
+
* 过滤词
|
|
4407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4408
|
+
*/
|
|
4409
|
+
FreqFields?: Array<string>;
|
|
4410
|
+
/**
|
|
4411
|
+
* 更新时间
|
|
4412
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4413
|
+
*/
|
|
4414
|
+
UpdateTime?: string;
|
|
4415
|
+
}
|
|
4416
|
+
/**
|
|
4417
|
+
* 门神规则
|
|
4418
|
+
*/
|
|
4419
|
+
export interface ManagedRule {
|
|
4420
|
+
/**
|
|
4421
|
+
* 规则id
|
|
4422
|
+
*/
|
|
4423
|
+
RuleId: number;
|
|
4424
|
+
/**
|
|
4425
|
+
* 规则描述
|
|
4426
|
+
*/
|
|
4427
|
+
Description: string;
|
|
4428
|
+
/**
|
|
4429
|
+
* 规则类型名
|
|
4430
|
+
*/
|
|
4431
|
+
RuleTypeName: string;
|
|
4432
|
+
/**
|
|
4433
|
+
* 策略规则防护等级
|
|
4434
|
+
*/
|
|
4435
|
+
RuleLevelDesc: string;
|
|
4436
|
+
/**
|
|
4437
|
+
* 更新时间
|
|
4438
|
+
*/
|
|
4439
|
+
UpdateTime: string;
|
|
4440
|
+
/**
|
|
4441
|
+
* 规则当前状态 block, allow
|
|
4442
|
+
*/
|
|
4443
|
+
Status: string;
|
|
4444
|
+
/**
|
|
4445
|
+
* 规则标签
|
|
4446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4447
|
+
*/
|
|
4448
|
+
RuleTags?: Array<string>;
|
|
4449
|
+
/**
|
|
4450
|
+
* 规则类型详细描述
|
|
4451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4452
|
+
*/
|
|
4453
|
+
RuleTypeDesc?: string;
|
|
4454
|
+
/**
|
|
4455
|
+
* 规则类型id
|
|
4456
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4457
|
+
*/
|
|
4458
|
+
RuleTypeId?: number;
|
|
4459
|
+
}
|
|
4460
|
+
/**
|
|
4461
|
+
* 过滤条件
|
|
4462
|
+
*/
|
|
4463
|
+
export interface Filter {
|
|
4464
|
+
/**
|
|
4465
|
+
* 筛选维度
|
|
4466
|
+
*/
|
|
4467
|
+
Key: string;
|
|
4468
|
+
/**
|
|
4469
|
+
* 操作符
|
|
4470
|
+
*/
|
|
4471
|
+
Operator: string;
|
|
4472
|
+
/**
|
|
4473
|
+
* 筛选维度值
|
|
4474
|
+
*/
|
|
4475
|
+
Value: Array<string>;
|
|
4476
|
+
}
|
|
4477
|
+
/**
|
|
4478
|
+
* DescribeWebManagedRulesAttackEvents请求参数结构体
|
|
4479
|
+
*/
|
|
4480
|
+
export interface DescribeWebManagedRulesAttackEventsRequest {
|
|
4481
|
+
/**
|
|
4482
|
+
* 开始时间
|
|
4483
|
+
*/
|
|
4484
|
+
StartTime: string;
|
|
4485
|
+
/**
|
|
4486
|
+
* 结束时间
|
|
4487
|
+
*/
|
|
4488
|
+
EndTime: string;
|
|
4489
|
+
/**
|
|
4490
|
+
* 条数
|
|
4491
|
+
*/
|
|
4492
|
+
PageSize: number;
|
|
4493
|
+
/**
|
|
4494
|
+
* 当前页
|
|
4495
|
+
*/
|
|
4496
|
+
PageNo: number;
|
|
4497
|
+
/**
|
|
4498
|
+
* ddos策略组id 集合
|
|
4499
|
+
*/
|
|
4500
|
+
PolicyIds?: Array<number>;
|
|
4501
|
+
/**
|
|
4502
|
+
* 站点集合
|
|
4503
|
+
*/
|
|
4504
|
+
ZoneIds?: Array<string>;
|
|
4505
|
+
/**
|
|
4506
|
+
* 协议类型,{tcp,udp,all}
|
|
4507
|
+
*/
|
|
4508
|
+
Domains?: Array<string>;
|
|
4509
|
+
/**
|
|
4510
|
+
* 选填{Y、N},默认为Y;Y:展示,N:不展示
|
|
4511
|
+
*/
|
|
4512
|
+
IsShowDetail?: string;
|
|
4513
|
+
}
|
|
4514
|
+
/**
|
|
4515
|
+
* DescribeCnameStatus请求参数结构体
|
|
4516
|
+
*/
|
|
4517
|
+
export interface DescribeCnameStatusRequest {
|
|
4518
|
+
/**
|
|
4519
|
+
* 站点 ID
|
|
4520
|
+
*/
|
|
4521
|
+
ZoneId: string;
|
|
4522
|
+
/**
|
|
4523
|
+
* 域名列表
|
|
4524
|
+
*/
|
|
4525
|
+
Names: Array<string>;
|
|
4526
|
+
}
|
|
4527
|
+
/**
|
|
4528
|
+
* CreateCustomErrorPage请求参数结构体
|
|
4529
|
+
*/
|
|
4530
|
+
export interface CreateCustomErrorPageRequest {
|
|
4531
|
+
/**
|
|
4532
|
+
* zone的id
|
|
4533
|
+
*/
|
|
4534
|
+
ZoneId: string;
|
|
3419
4535
|
/**
|
|
3420
4536
|
* 具体所属实体
|
|
3421
4537
|
*/
|
|
@@ -3565,25 +4681,84 @@ export interface DeleteLoadBalancingRequest {
|
|
|
3565
4681
|
LoadBalancingId: string;
|
|
3566
4682
|
}
|
|
3567
4683
|
/**
|
|
3568
|
-
*
|
|
4684
|
+
* DescribeTimingL7AnalysisData请求参数结构体
|
|
3569
4685
|
*/
|
|
3570
|
-
export interface
|
|
4686
|
+
export interface DescribeTimingL7AnalysisDataRequest {
|
|
3571
4687
|
/**
|
|
3572
|
-
*
|
|
4688
|
+
* RFC3339标准,客户端时间
|
|
3573
4689
|
*/
|
|
3574
|
-
|
|
4690
|
+
StartTime: string;
|
|
3575
4691
|
/**
|
|
3576
|
-
*
|
|
4692
|
+
* RFC3339标准,客户端时间
|
|
3577
4693
|
*/
|
|
3578
|
-
|
|
4694
|
+
EndTime: string;
|
|
3579
4695
|
/**
|
|
3580
|
-
*
|
|
4696
|
+
* 时序类访问流量指标
|
|
3581
4697
|
*/
|
|
3582
|
-
|
|
4698
|
+
MetricNames: Array<string>;
|
|
3583
4699
|
/**
|
|
3584
|
-
*
|
|
4700
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
3585
4701
|
*/
|
|
3586
|
-
|
|
4702
|
+
Interval: string;
|
|
4703
|
+
/**
|
|
4704
|
+
* ZoneId数组
|
|
4705
|
+
*/
|
|
4706
|
+
ZoneIds?: Array<string>;
|
|
4707
|
+
/**
|
|
4708
|
+
* 筛选条件
|
|
4709
|
+
*/
|
|
4710
|
+
Filters?: Array<Filter>;
|
|
4711
|
+
}
|
|
4712
|
+
/**
|
|
4713
|
+
* DescribeSecurityPolicyManagedRulesId返回参数结构体
|
|
4714
|
+
*/
|
|
4715
|
+
export interface DescribeSecurityPolicyManagedRulesIdResponse {
|
|
4716
|
+
/**
|
|
4717
|
+
* 返回总数
|
|
4718
|
+
*/
|
|
4719
|
+
Total: number;
|
|
4720
|
+
/**
|
|
4721
|
+
* 门神规则
|
|
4722
|
+
*/
|
|
4723
|
+
Rules: Array<ManagedRule>;
|
|
4724
|
+
/**
|
|
4725
|
+
* 返回总数
|
|
4726
|
+
*/
|
|
4727
|
+
Count: number;
|
|
4728
|
+
/**
|
|
4729
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4730
|
+
*/
|
|
4731
|
+
RequestId?: string;
|
|
4732
|
+
}
|
|
4733
|
+
/**
|
|
4734
|
+
* web事件数据
|
|
4735
|
+
*/
|
|
4736
|
+
export interface WebEventData {
|
|
4737
|
+
/**
|
|
4738
|
+
* 攻击事件数据集合
|
|
4739
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4740
|
+
*/
|
|
4741
|
+
List: Array<WebAttackEvent>;
|
|
4742
|
+
/**
|
|
4743
|
+
* 当前页
|
|
4744
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4745
|
+
*/
|
|
4746
|
+
PageNo: number;
|
|
4747
|
+
/**
|
|
4748
|
+
* 每页展示条数
|
|
4749
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4750
|
+
*/
|
|
4751
|
+
PageSize: number;
|
|
4752
|
+
/**
|
|
4753
|
+
* 总页数
|
|
4754
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4755
|
+
*/
|
|
4756
|
+
Pages: number;
|
|
4757
|
+
/**
|
|
4758
|
+
* 总条数
|
|
4759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4760
|
+
*/
|
|
4761
|
+
TotalSize: number;
|
|
3587
4762
|
}
|
|
3588
4763
|
/**
|
|
3589
4764
|
* 应用代理实例
|
|
@@ -3811,6 +4986,40 @@ export interface Header {
|
|
|
3811
4986
|
*/
|
|
3812
4987
|
Value: string;
|
|
3813
4988
|
}
|
|
4989
|
+
/**
|
|
4990
|
+
* 自定义名字服务器 IP 信息
|
|
4991
|
+
*/
|
|
4992
|
+
export interface VanityNameServersIps {
|
|
4993
|
+
/**
|
|
4994
|
+
* 自定义名字服务器名称
|
|
4995
|
+
*/
|
|
4996
|
+
Name: string;
|
|
4997
|
+
/**
|
|
4998
|
+
* 自定义名字服务器 IPv4 地址
|
|
4999
|
+
*/
|
|
5000
|
+
IPv4: string;
|
|
5001
|
+
}
|
|
5002
|
+
/**
|
|
5003
|
+
* DescribeDDosAttackSourceEvent返回参数结构体
|
|
5004
|
+
*/
|
|
5005
|
+
export interface DescribeDDosAttackSourceEventResponse {
|
|
5006
|
+
/**
|
|
5007
|
+
* DDos攻击源数据
|
|
5008
|
+
*/
|
|
5009
|
+
Data: DDosAttackSourceEventData;
|
|
5010
|
+
/**
|
|
5011
|
+
* 状态,1:失败,0:成功
|
|
5012
|
+
*/
|
|
5013
|
+
Status: number;
|
|
5014
|
+
/**
|
|
5015
|
+
* 返回信息
|
|
5016
|
+
*/
|
|
5017
|
+
Msg: string;
|
|
5018
|
+
/**
|
|
5019
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5020
|
+
*/
|
|
5021
|
+
RequestId?: string;
|
|
5022
|
+
}
|
|
3814
5023
|
/**
|
|
3815
5024
|
* DescribeZoneDetails请求参数结构体
|
|
3816
5025
|
*/
|
|
@@ -3834,22 +5043,61 @@ export interface DescribeDDoSPolicyRequest {
|
|
|
3834
5043
|
ZoneId: string;
|
|
3835
5044
|
}
|
|
3836
5045
|
/**
|
|
3837
|
-
*
|
|
5046
|
+
* 安全数据Entry返回值
|
|
3838
5047
|
*/
|
|
3839
|
-
export interface
|
|
5048
|
+
export interface SecEntry {
|
|
3840
5049
|
/**
|
|
3841
|
-
*
|
|
5050
|
+
* Entry的Key
|
|
5051
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3842
5052
|
*/
|
|
3843
|
-
|
|
5053
|
+
Key: string;
|
|
3844
5054
|
/**
|
|
3845
|
-
*
|
|
5055
|
+
* Entry的Value
|
|
3846
5056
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3847
5057
|
*/
|
|
3848
|
-
|
|
5058
|
+
Value: Array<SecEntryValue>;
|
|
5059
|
+
}
|
|
5060
|
+
/**
|
|
5061
|
+
* DescribeDDosMajorAttackEvent请求参数结构体
|
|
5062
|
+
*/
|
|
5063
|
+
export interface DescribeDDosMajorAttackEventRequest {
|
|
3849
5064
|
/**
|
|
3850
|
-
*
|
|
5065
|
+
* 开始时间
|
|
3851
5066
|
*/
|
|
3852
|
-
|
|
5067
|
+
StartTime: string;
|
|
5068
|
+
/**
|
|
5069
|
+
* 结束时间
|
|
5070
|
+
*/
|
|
5071
|
+
EndTime: string;
|
|
5072
|
+
/**
|
|
5073
|
+
* 条数
|
|
5074
|
+
*/
|
|
5075
|
+
PageSize: number;
|
|
5076
|
+
/**
|
|
5077
|
+
* 当前页
|
|
5078
|
+
*/
|
|
5079
|
+
PageNo: number;
|
|
5080
|
+
/**
|
|
5081
|
+
* ddos 策略组id集合
|
|
5082
|
+
*/
|
|
5083
|
+
PolicyIds?: Array<number>;
|
|
5084
|
+
/**
|
|
5085
|
+
* 协议类型,{tcp,udp,all}
|
|
5086
|
+
*/
|
|
5087
|
+
ProtocolType?: string;
|
|
5088
|
+
/**
|
|
5089
|
+
* 站点集合
|
|
5090
|
+
*/
|
|
5091
|
+
ZoneIds?: Array<string>;
|
|
5092
|
+
}
|
|
5093
|
+
/**
|
|
5094
|
+
* Quic配置项
|
|
5095
|
+
*/
|
|
5096
|
+
export interface Quic {
|
|
5097
|
+
/**
|
|
5098
|
+
* 是否启动Quic配置
|
|
5099
|
+
*/
|
|
5100
|
+
Switch: string;
|
|
3853
5101
|
}
|
|
3854
5102
|
/**
|
|
3855
5103
|
* CreateOriginGroup返回参数结构体
|
|
@@ -3915,6 +5163,36 @@ excludeCustom:排除部分url参数
|
|
|
3915
5163
|
* DescribeSecurityPolicyRegions请求参数结构体
|
|
3916
5164
|
*/
|
|
3917
5165
|
export declare type DescribeSecurityPolicyRegionsRequest = null;
|
|
5166
|
+
/**
|
|
5167
|
+
* 安全数据Entry对应的值
|
|
5168
|
+
*/
|
|
5169
|
+
export interface SecEntryValue {
|
|
5170
|
+
/**
|
|
5171
|
+
* 指标名称
|
|
5172
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5173
|
+
*/
|
|
5174
|
+
Metric: string;
|
|
5175
|
+
/**
|
|
5176
|
+
* 指标数据明细
|
|
5177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5178
|
+
*/
|
|
5179
|
+
Detail: Array<TimingDataItem>;
|
|
5180
|
+
/**
|
|
5181
|
+
* 最大值
|
|
5182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5183
|
+
*/
|
|
5184
|
+
Max: number;
|
|
5185
|
+
/**
|
|
5186
|
+
* 平均值
|
|
5187
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5188
|
+
*/
|
|
5189
|
+
Avg: number;
|
|
5190
|
+
/**
|
|
5191
|
+
* 数据总和
|
|
5192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5193
|
+
*/
|
|
5194
|
+
Sum: number;
|
|
5195
|
+
}
|
|
3918
5196
|
/**
|
|
3919
5197
|
* ReclaimZone请求参数结构体
|
|
3920
5198
|
*/
|
|
@@ -4015,6 +5293,43 @@ export interface ModifyDefaultCertificateResponse {
|
|
|
4015
5293
|
*/
|
|
4016
5294
|
RequestId?: string;
|
|
4017
5295
|
}
|
|
5296
|
+
/**
|
|
5297
|
+
* DescribeDDosAttackEvent请求参数结构体
|
|
5298
|
+
*/
|
|
5299
|
+
export interface DescribeDDosAttackEventRequest {
|
|
5300
|
+
/**
|
|
5301
|
+
* 开始时间
|
|
5302
|
+
*/
|
|
5303
|
+
StartTime: string;
|
|
5304
|
+
/**
|
|
5305
|
+
* 结束时间
|
|
5306
|
+
*/
|
|
5307
|
+
EndTime: string;
|
|
5308
|
+
/**
|
|
5309
|
+
* 条数
|
|
5310
|
+
*/
|
|
5311
|
+
PageSize: number;
|
|
5312
|
+
/**
|
|
5313
|
+
* 当前页
|
|
5314
|
+
*/
|
|
5315
|
+
PageNo: number;
|
|
5316
|
+
/**
|
|
5317
|
+
* ddos策略组id 集合
|
|
5318
|
+
*/
|
|
5319
|
+
PolicyIds?: Array<number>;
|
|
5320
|
+
/**
|
|
5321
|
+
* 站点集合
|
|
5322
|
+
*/
|
|
5323
|
+
ZoneIds?: Array<string>;
|
|
5324
|
+
/**
|
|
5325
|
+
* 协议类型,{tcp,udp,all}
|
|
5326
|
+
*/
|
|
5327
|
+
ProtocolType?: string;
|
|
5328
|
+
/**
|
|
5329
|
+
* 选填{Y、N},默认为Y;Y:展示,N:不展示
|
|
5330
|
+
*/
|
|
5331
|
+
IsShowDetail?: string;
|
|
5332
|
+
}
|
|
4018
5333
|
/**
|
|
4019
5334
|
* 客户端IP头部
|
|
4020
5335
|
*/
|
|
@@ -4102,81 +5417,372 @@ export interface DescribeZoneSettingResponse {
|
|
|
4102
5417
|
*/
|
|
4103
5418
|
PostMaxSize: PostMaxSize;
|
|
4104
5419
|
/**
|
|
4105
|
-
* 智能压缩配置
|
|
4106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5420
|
+
* 智能压缩配置
|
|
5421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5422
|
+
*/
|
|
5423
|
+
Compression: Compression;
|
|
5424
|
+
/**
|
|
5425
|
+
* http2回源配置
|
|
5426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5427
|
+
*/
|
|
5428
|
+
UpstreamHttp2: UpstreamHttp2;
|
|
5429
|
+
/**
|
|
5430
|
+
* 访问协议强制https跳转配置
|
|
5431
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5432
|
+
*/
|
|
5433
|
+
ForceRedirect: ForceRedirect;
|
|
5434
|
+
/**
|
|
5435
|
+
* Https 加速配置
|
|
5436
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5437
|
+
*/
|
|
5438
|
+
Https: Https;
|
|
5439
|
+
/**
|
|
5440
|
+
* 源站配置
|
|
5441
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5442
|
+
*/
|
|
5443
|
+
Origin: Origin;
|
|
5444
|
+
/**
|
|
5445
|
+
* 动态加速配置
|
|
5446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5447
|
+
*/
|
|
5448
|
+
SmartRouting: SmartRouting;
|
|
5449
|
+
/**
|
|
5450
|
+
* 站点ID
|
|
5451
|
+
*/
|
|
5452
|
+
ZoneId: string;
|
|
5453
|
+
/**
|
|
5454
|
+
* 站点域名
|
|
5455
|
+
*/
|
|
5456
|
+
Zone: string;
|
|
5457
|
+
/**
|
|
5458
|
+
* WebSocket配置
|
|
5459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5460
|
+
*/
|
|
5461
|
+
WebSocket: WebSocket;
|
|
5462
|
+
/**
|
|
5463
|
+
* 客户端IP回源请求头配置
|
|
5464
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5465
|
+
*/
|
|
5466
|
+
ClientIpHeader: ClientIp;
|
|
5467
|
+
/**
|
|
5468
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5469
|
+
*/
|
|
5470
|
+
RequestId?: string;
|
|
5471
|
+
}
|
|
5472
|
+
/**
|
|
5473
|
+
* AI规则引擎防护
|
|
5474
|
+
*/
|
|
5475
|
+
export interface AiRule {
|
|
5476
|
+
/**
|
|
5477
|
+
* smart_status_close-关闭;smart_status_open-拦截处置;
|
|
5478
|
+
smart_status_observe-观察处置
|
|
5479
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5480
|
+
*/
|
|
5481
|
+
Mode?: string;
|
|
5482
|
+
}
|
|
5483
|
+
/**
|
|
5484
|
+
* DescribePurgeTasks请求参数结构体
|
|
5485
|
+
*/
|
|
5486
|
+
export interface DescribePurgeTasksRequest {
|
|
5487
|
+
/**
|
|
5488
|
+
* 任务ID
|
|
5489
|
+
*/
|
|
5490
|
+
JobId?: string;
|
|
5491
|
+
/**
|
|
5492
|
+
* 类型
|
|
5493
|
+
*/
|
|
5494
|
+
Type?: string;
|
|
5495
|
+
/**
|
|
5496
|
+
* 查询起始时间
|
|
5497
|
+
*/
|
|
5498
|
+
StartTime?: string;
|
|
5499
|
+
/**
|
|
5500
|
+
* 查询结束时间
|
|
5501
|
+
*/
|
|
5502
|
+
EndTime?: string;
|
|
5503
|
+
/**
|
|
5504
|
+
* 查询起始偏移量
|
|
5505
|
+
*/
|
|
5506
|
+
Offset?: number;
|
|
5507
|
+
/**
|
|
5508
|
+
* 查询最大返回的结果条数
|
|
5509
|
+
*/
|
|
5510
|
+
Limit?: number;
|
|
5511
|
+
/**
|
|
5512
|
+
* 查询的状态
|
|
5513
|
+
允许的值为:processing、success、failed、timeout、invalid
|
|
5514
|
+
*/
|
|
5515
|
+
Statuses?: Array<string>;
|
|
5516
|
+
/**
|
|
5517
|
+
* zone id
|
|
5518
|
+
*/
|
|
5519
|
+
ZoneId?: string;
|
|
5520
|
+
/**
|
|
5521
|
+
* 查询的域名列表
|
|
5522
|
+
*/
|
|
5523
|
+
Domains?: Array<string>;
|
|
5524
|
+
/**
|
|
5525
|
+
* 查询内容
|
|
5526
|
+
*/
|
|
5527
|
+
Target?: string;
|
|
5528
|
+
}
|
|
5529
|
+
/**
|
|
5530
|
+
* 查询条件
|
|
5531
|
+
*/
|
|
5532
|
+
export interface QueryCondition {
|
|
5533
|
+
/**
|
|
5534
|
+
* 维度
|
|
5535
|
+
*/
|
|
5536
|
+
Key: string;
|
|
5537
|
+
/**
|
|
5538
|
+
* 操作符
|
|
5539
|
+
*/
|
|
5540
|
+
Operator: string;
|
|
5541
|
+
/**
|
|
5542
|
+
* 维度值
|
|
5543
|
+
*/
|
|
5544
|
+
Value: Array<string>;
|
|
5545
|
+
}
|
|
5546
|
+
/**
|
|
5547
|
+
* DescribeDnsData请求参数结构体
|
|
5548
|
+
*/
|
|
5549
|
+
export interface DescribeDnsDataRequest {
|
|
5550
|
+
/**
|
|
5551
|
+
* 起始时间
|
|
5552
|
+
*/
|
|
5553
|
+
StartTime: string;
|
|
5554
|
+
/**
|
|
5555
|
+
* 结束时间
|
|
5556
|
+
*/
|
|
5557
|
+
EndTime: string;
|
|
5558
|
+
/**
|
|
5559
|
+
* 过滤参数
|
|
5560
|
+
*/
|
|
5561
|
+
Filters?: Array<DnsDataFilter>;
|
|
5562
|
+
/**
|
|
5563
|
+
* 时间粒度,默认为1分钟粒度,服务端根据时间范围自适应。
|
|
5564
|
+
支持指定以下几种粒度:
|
|
5565
|
+
min:1分钟粒度
|
|
5566
|
+
5min:5分钟粒度
|
|
5567
|
+
hour:1小时粒度
|
|
5568
|
+
day:天粒度
|
|
5569
|
+
*/
|
|
5570
|
+
Interval?: string;
|
|
5571
|
+
}
|
|
5572
|
+
/**
|
|
5573
|
+
* 缓存规则配置。
|
|
5574
|
+
*/
|
|
5575
|
+
export interface CacheConfig {
|
|
5576
|
+
/**
|
|
5577
|
+
* 缓存配置
|
|
5578
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5579
|
+
*/
|
|
5580
|
+
Cache?: CacheConfigCache;
|
|
5581
|
+
/**
|
|
5582
|
+
* 不缓存配置
|
|
5583
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5584
|
+
*/
|
|
5585
|
+
NoCache?: CacheConfigNoCache;
|
|
5586
|
+
/**
|
|
5587
|
+
* 遵循源站配置
|
|
5588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5589
|
+
*/
|
|
5590
|
+
FollowOrigin?: CacheConfigFollowOrigin;
|
|
5591
|
+
}
|
|
5592
|
+
/**
|
|
5593
|
+
* DescribeDDosAttackEventDetail返回参数结构体
|
|
5594
|
+
*/
|
|
5595
|
+
export interface DescribeDDosAttackEventDetailResponse {
|
|
5596
|
+
/**
|
|
5597
|
+
* DDos攻击事件详情
|
|
5598
|
+
*/
|
|
5599
|
+
Data: DDosAttackEventDetailData;
|
|
5600
|
+
/**
|
|
5601
|
+
* 状态,1:失败,0:成功
|
|
5602
|
+
*/
|
|
5603
|
+
Status: number;
|
|
5604
|
+
/**
|
|
5605
|
+
* 返回信息
|
|
5606
|
+
*/
|
|
5607
|
+
Msg: string;
|
|
5608
|
+
/**
|
|
5609
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5610
|
+
*/
|
|
5611
|
+
RequestId?: string;
|
|
5612
|
+
}
|
|
5613
|
+
/**
|
|
5614
|
+
* ModifyApplicationProxyRule请求参数结构体
|
|
5615
|
+
*/
|
|
5616
|
+
export interface ModifyApplicationProxyRuleRequest {
|
|
5617
|
+
/**
|
|
5618
|
+
* 站点ID
|
|
5619
|
+
*/
|
|
5620
|
+
ZoneId: string;
|
|
5621
|
+
/**
|
|
5622
|
+
* 代理ID
|
|
5623
|
+
*/
|
|
5624
|
+
ProxyId: string;
|
|
5625
|
+
/**
|
|
5626
|
+
* 规则ID
|
|
5627
|
+
*/
|
|
5628
|
+
RuleId: string;
|
|
5629
|
+
/**
|
|
5630
|
+
* 协议,取值为TCP或者UDP
|
|
5631
|
+
*/
|
|
5632
|
+
Proto: string;
|
|
5633
|
+
/**
|
|
5634
|
+
* 端口,支持格式:
|
|
5635
|
+
80:80端口
|
|
5636
|
+
81-90:81至90端口
|
|
5637
|
+
*/
|
|
5638
|
+
Port: Array<string>;
|
|
5639
|
+
/**
|
|
5640
|
+
* 源站类型,取值:
|
|
5641
|
+
custom:手动添加
|
|
5642
|
+
origins:源站组
|
|
5643
|
+
load_balancing:负载均衡
|
|
5644
|
+
*/
|
|
5645
|
+
OriginType: string;
|
|
5646
|
+
/**
|
|
5647
|
+
* 源站信息:
|
|
5648
|
+
当OriginType=custom时,表示多个:
|
|
5649
|
+
IP:端口
|
|
5650
|
+
域名:端口
|
|
5651
|
+
当OriginType=origins时,包含一个元素,表示源站组ID
|
|
5652
|
+
当OriginType=load_balancing时,包含一个元素,表示负载均衡ID
|
|
5653
|
+
*/
|
|
5654
|
+
OriginValue: Array<string>;
|
|
5655
|
+
/**
|
|
5656
|
+
* 传递客户端IP,当Proto=TCP时,取值:
|
|
5657
|
+
TOA:TOA
|
|
5658
|
+
PPV1: Proxy Protocol传递,协议版本V1
|
|
5659
|
+
PPV2: Proxy Protocol传递,协议版本V2
|
|
5660
|
+
OFF:不传递
|
|
5661
|
+
当Proto=UDP时,取值:
|
|
5662
|
+
PPV2: Proxy Protocol传递,协议版本V2
|
|
5663
|
+
OFF:不传递
|
|
5664
|
+
*/
|
|
5665
|
+
ForwardClientIp?: string;
|
|
5666
|
+
/**
|
|
5667
|
+
* 是否开启会话保持
|
|
5668
|
+
*/
|
|
5669
|
+
SessionPersist?: boolean;
|
|
5670
|
+
}
|
|
5671
|
+
/**
|
|
5672
|
+
* ModifyDDoSPolicy请求参数结构体
|
|
5673
|
+
*/
|
|
5674
|
+
export interface ModifyDDoSPolicyRequest {
|
|
5675
|
+
/**
|
|
5676
|
+
* 策略组ID
|
|
5677
|
+
*/
|
|
5678
|
+
PolicyId: number;
|
|
5679
|
+
/**
|
|
5680
|
+
* 一级域名
|
|
5681
|
+
*/
|
|
5682
|
+
ZoneId: string;
|
|
5683
|
+
/**
|
|
5684
|
+
* DDoS具体防护配置
|
|
5685
|
+
*/
|
|
5686
|
+
DdosRule?: DdosRule;
|
|
5687
|
+
}
|
|
5688
|
+
/**
|
|
5689
|
+
* ModifyZoneCnameSpeedUp返回参数结构体
|
|
5690
|
+
*/
|
|
5691
|
+
export interface ModifyZoneCnameSpeedUpResponse {
|
|
5692
|
+
/**
|
|
5693
|
+
* 站点 ID
|
|
5694
|
+
*/
|
|
5695
|
+
Id: string;
|
|
5696
|
+
/**
|
|
5697
|
+
* 站点名称
|
|
5698
|
+
*/
|
|
5699
|
+
Name: string;
|
|
5700
|
+
/**
|
|
5701
|
+
* CNAME 加速状态
|
|
5702
|
+
- enabled 开启
|
|
5703
|
+
- disabled 关闭
|
|
5704
|
+
*/
|
|
5705
|
+
Status: string;
|
|
5706
|
+
/**
|
|
5707
|
+
* 更新时间
|
|
5708
|
+
*/
|
|
5709
|
+
ModifiedOn: string;
|
|
5710
|
+
/**
|
|
5711
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5712
|
+
*/
|
|
5713
|
+
RequestId?: string;
|
|
5714
|
+
}
|
|
5715
|
+
/**
|
|
5716
|
+
* DescribeWebProtectionLog请求参数结构体
|
|
5717
|
+
*/
|
|
5718
|
+
export interface DescribeWebProtectionLogRequest {
|
|
5719
|
+
/**
|
|
5720
|
+
* 起始时间
|
|
4107
5721
|
*/
|
|
4108
|
-
|
|
5722
|
+
StartTime: string;
|
|
4109
5723
|
/**
|
|
4110
|
-
*
|
|
4111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5724
|
+
* 结束时间
|
|
4112
5725
|
*/
|
|
4113
|
-
|
|
5726
|
+
EndTime: string;
|
|
4114
5727
|
/**
|
|
4115
|
-
*
|
|
4116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5728
|
+
* 每页条数
|
|
4117
5729
|
*/
|
|
4118
|
-
|
|
5730
|
+
PageSize: number;
|
|
4119
5731
|
/**
|
|
4120
|
-
*
|
|
4121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5732
|
+
* 当前页
|
|
4122
5733
|
*/
|
|
4123
|
-
|
|
5734
|
+
PageNo: number;
|
|
4124
5735
|
/**
|
|
4125
|
-
*
|
|
4126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5736
|
+
* 站点集合
|
|
4127
5737
|
*/
|
|
4128
|
-
|
|
5738
|
+
ZoneIds?: Array<string>;
|
|
4129
5739
|
/**
|
|
4130
|
-
*
|
|
4131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5740
|
+
* 域名集合
|
|
4132
5741
|
*/
|
|
4133
|
-
|
|
5742
|
+
Domains?: Array<string>;
|
|
4134
5743
|
/**
|
|
4135
|
-
*
|
|
5744
|
+
* 查询条件
|
|
4136
5745
|
*/
|
|
4137
|
-
|
|
5746
|
+
QueryCondition?: Array<QueryCondition>;
|
|
5747
|
+
}
|
|
5748
|
+
/**
|
|
5749
|
+
* 限速拦截日志
|
|
5750
|
+
*/
|
|
5751
|
+
export interface CCLogData {
|
|
4138
5752
|
/**
|
|
4139
|
-
*
|
|
5753
|
+
* CC拦截日志数据集合
|
|
5754
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4140
5755
|
*/
|
|
4141
|
-
|
|
5756
|
+
List: Array<CCLog>;
|
|
4142
5757
|
/**
|
|
4143
|
-
*
|
|
5758
|
+
* 当前页
|
|
4144
5759
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4145
5760
|
*/
|
|
4146
|
-
|
|
5761
|
+
PageNo: number;
|
|
4147
5762
|
/**
|
|
4148
|
-
*
|
|
5763
|
+
* 每页展示条数
|
|
4149
5764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4150
5765
|
*/
|
|
4151
|
-
|
|
5766
|
+
PageSize: number;
|
|
4152
5767
|
/**
|
|
4153
|
-
*
|
|
5768
|
+
* 总页数
|
|
5769
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4154
5770
|
*/
|
|
4155
|
-
|
|
4156
|
-
}
|
|
4157
|
-
/**
|
|
4158
|
-
* AI规则引擎防护
|
|
4159
|
-
*/
|
|
4160
|
-
export interface AiRule {
|
|
5771
|
+
Pages: number;
|
|
4161
5772
|
/**
|
|
4162
|
-
*
|
|
4163
|
-
smart_status_observe-观察处置
|
|
5773
|
+
* 总条数
|
|
4164
5774
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4165
5775
|
*/
|
|
4166
|
-
|
|
5776
|
+
TotalSize: number;
|
|
4167
5777
|
}
|
|
4168
5778
|
/**
|
|
4169
|
-
*
|
|
5779
|
+
* DescribePrefetchTasks请求参数结构体
|
|
4170
5780
|
*/
|
|
4171
|
-
export interface
|
|
5781
|
+
export interface DescribePrefetchTasksRequest {
|
|
4172
5782
|
/**
|
|
4173
5783
|
* 任务ID
|
|
4174
5784
|
*/
|
|
4175
5785
|
JobId?: string;
|
|
4176
|
-
/**
|
|
4177
|
-
* 类型
|
|
4178
|
-
*/
|
|
4179
|
-
Type?: string;
|
|
4180
5786
|
/**
|
|
4181
5787
|
* 查询起始时间
|
|
4182
5788
|
*/
|
|
@@ -4207,117 +5813,38 @@ export interface DescribePurgeTasksRequest {
|
|
|
4207
5813
|
*/
|
|
4208
5814
|
Domains?: Array<string>;
|
|
4209
5815
|
/**
|
|
4210
|
-
*
|
|
5816
|
+
* 查询的资源
|
|
4211
5817
|
*/
|
|
4212
5818
|
Target?: string;
|
|
4213
5819
|
}
|
|
4214
5820
|
/**
|
|
4215
|
-
*
|
|
4216
|
-
*/
|
|
4217
|
-
export interface IdentifyZoneRequest {
|
|
4218
|
-
/**
|
|
4219
|
-
* 站点名称
|
|
4220
|
-
*/
|
|
4221
|
-
Name: string;
|
|
4222
|
-
}
|
|
4223
|
-
/**
|
|
4224
|
-
* 缓存规则配置。
|
|
4225
|
-
*/
|
|
4226
|
-
export interface CacheConfig {
|
|
4227
|
-
/**
|
|
4228
|
-
* 缓存配置
|
|
4229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4230
|
-
*/
|
|
4231
|
-
Cache?: CacheConfigCache;
|
|
4232
|
-
/**
|
|
4233
|
-
* 不缓存配置
|
|
4234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4235
|
-
*/
|
|
4236
|
-
NoCache?: CacheConfigNoCache;
|
|
4237
|
-
/**
|
|
4238
|
-
* 遵循源站配置
|
|
4239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4240
|
-
*/
|
|
4241
|
-
FollowOrigin?: CacheConfigFollowOrigin;
|
|
4242
|
-
}
|
|
4243
|
-
/**
|
|
4244
|
-
* ModifyDDoSPolicy请求参数结构体
|
|
4245
|
-
*/
|
|
4246
|
-
export interface ModifyDDoSPolicyRequest {
|
|
4247
|
-
/**
|
|
4248
|
-
* 策略组ID
|
|
4249
|
-
*/
|
|
4250
|
-
PolicyId: number;
|
|
4251
|
-
/**
|
|
4252
|
-
* 一级域名
|
|
4253
|
-
*/
|
|
4254
|
-
ZoneId: string;
|
|
4255
|
-
/**
|
|
4256
|
-
* DDoS具体防护配置
|
|
4257
|
-
*/
|
|
4258
|
-
DdosRule?: DdosRule;
|
|
4259
|
-
}
|
|
4260
|
-
/**
|
|
4261
|
-
* ModifyZoneCnameSpeedUp返回参数结构体
|
|
5821
|
+
* 内容管理任务结果
|
|
4262
5822
|
*/
|
|
4263
|
-
export interface
|
|
4264
|
-
/**
|
|
4265
|
-
* 站点 ID
|
|
4266
|
-
*/
|
|
4267
|
-
Id: string;
|
|
5823
|
+
export interface Task {
|
|
4268
5824
|
/**
|
|
4269
|
-
*
|
|
5825
|
+
* 任务ID
|
|
4270
5826
|
*/
|
|
4271
|
-
|
|
5827
|
+
JobId: string;
|
|
4272
5828
|
/**
|
|
4273
|
-
*
|
|
4274
|
-
- enabled 开启
|
|
4275
|
-
- disabled 关闭
|
|
5829
|
+
* 状态
|
|
4276
5830
|
*/
|
|
4277
5831
|
Status: string;
|
|
4278
5832
|
/**
|
|
4279
|
-
*
|
|
4280
|
-
*/
|
|
4281
|
-
ModifiedOn: string;
|
|
4282
|
-
/**
|
|
4283
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4284
|
-
*/
|
|
4285
|
-
RequestId?: string;
|
|
4286
|
-
}
|
|
4287
|
-
/**
|
|
4288
|
-
* 站点查询过滤条件
|
|
4289
|
-
*/
|
|
4290
|
-
export interface ZoneFilter {
|
|
4291
|
-
/**
|
|
4292
|
-
* 过滤字段名,支持的列表如下:
|
|
4293
|
-
- name: 站点名。
|
|
4294
|
-
- status: 站点状态
|
|
4295
|
-
*/
|
|
4296
|
-
Name: string;
|
|
4297
|
-
/**
|
|
4298
|
-
* 过滤字段值
|
|
5833
|
+
* 资源
|
|
4299
5834
|
*/
|
|
4300
|
-
|
|
5835
|
+
Target: string;
|
|
4301
5836
|
/**
|
|
4302
|
-
*
|
|
5837
|
+
* 任务类型
|
|
4303
5838
|
*/
|
|
4304
|
-
|
|
4305
|
-
}
|
|
4306
|
-
/**
|
|
4307
|
-
* 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
|
|
4308
|
-
*/
|
|
4309
|
-
export interface MaxAge {
|
|
5839
|
+
Type: string;
|
|
4310
5840
|
/**
|
|
4311
|
-
*
|
|
4312
|
-
注意:时间为0,即不缓存。
|
|
4313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5841
|
+
* 任务创建时间
|
|
4314
5842
|
*/
|
|
4315
|
-
|
|
5843
|
+
CreateTime: string;
|
|
4316
5844
|
/**
|
|
4317
|
-
*
|
|
4318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5845
|
+
* 任务完成时间
|
|
4319
5846
|
*/
|
|
4320
|
-
|
|
5847
|
+
UpdateTime: string;
|
|
4321
5848
|
}
|
|
4322
5849
|
/**
|
|
4323
5850
|
* DeleteDnsRecords请求参数结构体
|
|
@@ -4383,43 +5910,46 @@ export interface DescribeZoneDDoSPolicyResponse {
|
|
|
4383
5910
|
RequestId?: string;
|
|
4384
5911
|
}
|
|
4385
5912
|
/**
|
|
4386
|
-
*
|
|
5913
|
+
* CNAME 状态
|
|
4387
5914
|
*/
|
|
4388
|
-
export interface
|
|
5915
|
+
export interface CnameStatus {
|
|
4389
5916
|
/**
|
|
4390
|
-
*
|
|
5917
|
+
* 记录名称
|
|
4391
5918
|
*/
|
|
4392
|
-
|
|
5919
|
+
Name: string;
|
|
4393
5920
|
/**
|
|
4394
|
-
*
|
|
5921
|
+
* CNAME 地址
|
|
5922
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4395
5923
|
*/
|
|
4396
|
-
|
|
5924
|
+
Cname: string;
|
|
5925
|
+
/**
|
|
5926
|
+
* 状态
|
|
5927
|
+
生效:active
|
|
5928
|
+
不生效:moved
|
|
5929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5930
|
+
*/
|
|
5931
|
+
Status: string;
|
|
4397
5932
|
}
|
|
4398
5933
|
/**
|
|
4399
|
-
*
|
|
5934
|
+
* DescribeDDosMajorAttackEvent返回参数结构体
|
|
4400
5935
|
*/
|
|
4401
|
-
export interface
|
|
5936
|
+
export interface DescribeDDosMajorAttackEventResponse {
|
|
4402
5937
|
/**
|
|
4403
|
-
*
|
|
5938
|
+
* DDos查询主攻击事件
|
|
4404
5939
|
*/
|
|
4405
|
-
|
|
5940
|
+
Data: DDosMajorAttackEventData;
|
|
4406
5941
|
/**
|
|
4407
|
-
*
|
|
5942
|
+
* 状态,1:失败,0:成功
|
|
4408
5943
|
*/
|
|
4409
|
-
|
|
5944
|
+
Status: number;
|
|
4410
5945
|
/**
|
|
4411
|
-
*
|
|
5946
|
+
* 返回消息
|
|
4412
5947
|
*/
|
|
4413
|
-
|
|
5948
|
+
Msg: string;
|
|
4414
5949
|
/**
|
|
4415
|
-
*
|
|
4416
|
-
支持指定以下几种粒度:
|
|
4417
|
-
min:1分钟粒度
|
|
4418
|
-
5min:5分钟粒度
|
|
4419
|
-
hour:1小时粒度
|
|
4420
|
-
day:天粒度
|
|
5950
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4421
5951
|
*/
|
|
4422
|
-
|
|
5952
|
+
RequestId?: string;
|
|
4423
5953
|
}
|
|
4424
5954
|
/**
|
|
4425
5955
|
* DDoS特征过滤
|
|
@@ -4510,6 +6040,27 @@ export interface DDoSFeaturesFilter {
|
|
|
4510
6040
|
*/
|
|
4511
6041
|
MatchBegin2?: string;
|
|
4512
6042
|
}
|
|
6043
|
+
/**
|
|
6044
|
+
* DescribeWebProtectionAttackEvents返回参数结构体
|
|
6045
|
+
*/
|
|
6046
|
+
export interface DescribeWebProtectionAttackEventsResponse {
|
|
6047
|
+
/**
|
|
6048
|
+
* DDos攻击事件数据
|
|
6049
|
+
*/
|
|
6050
|
+
Data: CCInterceptEventData;
|
|
6051
|
+
/**
|
|
6052
|
+
* 状态,1:失败,0:成功
|
|
6053
|
+
*/
|
|
6054
|
+
Status: number;
|
|
6055
|
+
/**
|
|
6056
|
+
* 返回消息
|
|
6057
|
+
*/
|
|
6058
|
+
Msg: string;
|
|
6059
|
+
/**
|
|
6060
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6061
|
+
*/
|
|
6062
|
+
RequestId?: string;
|
|
6063
|
+
}
|
|
4513
6064
|
/**
|
|
4514
6065
|
* CreatePurgeTask请求参数结构体
|
|
4515
6066
|
*/
|
|
@@ -4620,9 +6171,42 @@ instance:实例
|
|
|
4620
6171
|
*/
|
|
4621
6172
|
HostId: string;
|
|
4622
6173
|
/**
|
|
4623
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6174
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6175
|
+
*/
|
|
6176
|
+
RequestId?: string;
|
|
6177
|
+
}
|
|
6178
|
+
/**
|
|
6179
|
+
* DescribeBotLog请求参数结构体
|
|
6180
|
+
*/
|
|
6181
|
+
export interface DescribeBotLogRequest {
|
|
6182
|
+
/**
|
|
6183
|
+
* 起始时间
|
|
6184
|
+
*/
|
|
6185
|
+
StartTime: string;
|
|
6186
|
+
/**
|
|
6187
|
+
* 结束时间
|
|
6188
|
+
*/
|
|
6189
|
+
EndTime: string;
|
|
6190
|
+
/**
|
|
6191
|
+
* 每页条数
|
|
6192
|
+
*/
|
|
6193
|
+
PageSize: number;
|
|
6194
|
+
/**
|
|
6195
|
+
* 当前页
|
|
6196
|
+
*/
|
|
6197
|
+
PageNo: number;
|
|
6198
|
+
/**
|
|
6199
|
+
* 站点集合
|
|
6200
|
+
*/
|
|
6201
|
+
ZoneIds?: Array<string>;
|
|
6202
|
+
/**
|
|
6203
|
+
* 域名集合
|
|
6204
|
+
*/
|
|
6205
|
+
Domains?: Array<string>;
|
|
6206
|
+
/**
|
|
6207
|
+
* 查询条件
|
|
4624
6208
|
*/
|
|
4625
|
-
|
|
6209
|
+
QueryCondition?: Array<QueryCondition>;
|
|
4626
6210
|
}
|
|
4627
6211
|
/**
|
|
4628
6212
|
* DownloadL7Logs返回参数结构体
|
|
@@ -4658,6 +6242,43 @@ export interface DownloadL7LogsResponse {
|
|
|
4658
6242
|
*/
|
|
4659
6243
|
RequestId?: string;
|
|
4660
6244
|
}
|
|
6245
|
+
/**
|
|
6246
|
+
* ddos 攻击事件的详情
|
|
6247
|
+
*/
|
|
6248
|
+
export interface DDosAttackEventDetailData {
|
|
6249
|
+
/**
|
|
6250
|
+
* 攻击状态
|
|
6251
|
+
*/
|
|
6252
|
+
AttackStatus: number;
|
|
6253
|
+
/**
|
|
6254
|
+
* 攻击类型
|
|
6255
|
+
*/
|
|
6256
|
+
AttackType: string;
|
|
6257
|
+
/**
|
|
6258
|
+
* 结束时间
|
|
6259
|
+
*/
|
|
6260
|
+
EndTime: number;
|
|
6261
|
+
/**
|
|
6262
|
+
* 开始时间
|
|
6263
|
+
*/
|
|
6264
|
+
StartTime: number;
|
|
6265
|
+
/**
|
|
6266
|
+
* 最大带宽
|
|
6267
|
+
*/
|
|
6268
|
+
MaxBandWidth: number;
|
|
6269
|
+
/**
|
|
6270
|
+
* 最大包速率
|
|
6271
|
+
*/
|
|
6272
|
+
PacketMaxRate: number;
|
|
6273
|
+
/**
|
|
6274
|
+
* 事件Id
|
|
6275
|
+
*/
|
|
6276
|
+
EventId: string;
|
|
6277
|
+
/**
|
|
6278
|
+
* ddos 策略组id
|
|
6279
|
+
*/
|
|
6280
|
+
PolicyId: number;
|
|
6281
|
+
}
|
|
4661
6282
|
/**
|
|
4662
6283
|
* CreateOriginGroup请求参数结构体
|
|
4663
6284
|
*/
|
|
@@ -4688,6 +6309,43 @@ third_party:第三方源站
|
|
|
4688
6309
|
*/
|
|
4689
6310
|
OriginType?: string;
|
|
4690
6311
|
}
|
|
6312
|
+
/**
|
|
6313
|
+
* DescribeTimingL4Data请求参数结构体
|
|
6314
|
+
*/
|
|
6315
|
+
export interface DescribeTimingL4DataRequest {
|
|
6316
|
+
/**
|
|
6317
|
+
* RFC3339格式,客户端时间
|
|
6318
|
+
*/
|
|
6319
|
+
StartTime: string;
|
|
6320
|
+
/**
|
|
6321
|
+
* RFC3339格式,客户端时间
|
|
6322
|
+
*/
|
|
6323
|
+
EndTime: string;
|
|
6324
|
+
/**
|
|
6325
|
+
* 指标列表
|
|
6326
|
+
*/
|
|
6327
|
+
MetricNames: Array<string>;
|
|
6328
|
+
/**
|
|
6329
|
+
* ZoneId列表,仅在zone/instance维度下查询时该参数有效
|
|
6330
|
+
*/
|
|
6331
|
+
ZoneIds?: Array<string>;
|
|
6332
|
+
/**
|
|
6333
|
+
* InstanceId列表,仅在Instance维度下查询时该参数有效
|
|
6334
|
+
*/
|
|
6335
|
+
InstanceIds?: Array<string>;
|
|
6336
|
+
/**
|
|
6337
|
+
* 协议类型, 该字段当前无效
|
|
6338
|
+
*/
|
|
6339
|
+
Protocol?: string;
|
|
6340
|
+
/**
|
|
6341
|
+
* 时间间隔,选填{min, 5min, hour, day}
|
|
6342
|
+
*/
|
|
6343
|
+
Interval?: string;
|
|
6344
|
+
/**
|
|
6345
|
+
* 规则ID,仅在instance维度有效
|
|
6346
|
+
*/
|
|
6347
|
+
RuleId?: string;
|
|
6348
|
+
}
|
|
4691
6349
|
/**
|
|
4692
6350
|
* DescribeHostsSetting请求参数结构体
|
|
4693
6351
|
*/
|
|
@@ -4718,6 +6376,65 @@ export interface DescribeZoneDDoSPolicyRequest {
|
|
|
4718
6376
|
*/
|
|
4719
6377
|
ZoneId?: string;
|
|
4720
6378
|
}
|
|
6379
|
+
/**
|
|
6380
|
+
* DescribeDDosAttackData返回参数结构体
|
|
6381
|
+
*/
|
|
6382
|
+
export interface DescribeDDosAttackDataResponse {
|
|
6383
|
+
/**
|
|
6384
|
+
* DDos攻击数据
|
|
6385
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6386
|
+
*/
|
|
6387
|
+
Data: Array<SecEntry>;
|
|
6388
|
+
/**
|
|
6389
|
+
* 状态,1:失败,0:成功
|
|
6390
|
+
*/
|
|
6391
|
+
Status: number;
|
|
6392
|
+
/**
|
|
6393
|
+
* 返回数据
|
|
6394
|
+
*/
|
|
6395
|
+
Msg: string;
|
|
6396
|
+
/**
|
|
6397
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
6398
|
+
*/
|
|
6399
|
+
Interval: string;
|
|
6400
|
+
/**
|
|
6401
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6402
|
+
*/
|
|
6403
|
+
RequestId?: string;
|
|
6404
|
+
}
|
|
6405
|
+
/**
|
|
6406
|
+
* DescribeWebManagedRulesLog请求参数结构体
|
|
6407
|
+
*/
|
|
6408
|
+
export interface DescribeWebManagedRulesLogRequest {
|
|
6409
|
+
/**
|
|
6410
|
+
* 起始时间
|
|
6411
|
+
*/
|
|
6412
|
+
StartTime: string;
|
|
6413
|
+
/**
|
|
6414
|
+
* 结束时间
|
|
6415
|
+
*/
|
|
6416
|
+
EndTime: string;
|
|
6417
|
+
/**
|
|
6418
|
+
* 每页条数
|
|
6419
|
+
*/
|
|
6420
|
+
PageSize: number;
|
|
6421
|
+
/**
|
|
6422
|
+
* 当前页
|
|
6423
|
+
*/
|
|
6424
|
+
PageNo: number;
|
|
6425
|
+
/**
|
|
6426
|
+
* 站点集合
|
|
6427
|
+
*/
|
|
6428
|
+
ZoneIds?: Array<string>;
|
|
6429
|
+
/**
|
|
6430
|
+
* 域名集合
|
|
6431
|
+
*/
|
|
6432
|
+
Domains?: Array<string>;
|
|
6433
|
+
/**
|
|
6434
|
+
* 查询条件
|
|
6435
|
+
*/
|
|
6436
|
+
QueryCondition?: Array<QueryCondition>;
|
|
6437
|
+
}
|
|
4721
6438
|
/**
|
|
4722
6439
|
* CreateApplicationProxyRules返回参数结构体
|
|
4723
6440
|
*/
|
|
@@ -4731,6 +6448,51 @@ export interface CreateApplicationProxyRulesResponse {
|
|
|
4731
6448
|
*/
|
|
4732
6449
|
RequestId?: string;
|
|
4733
6450
|
}
|
|
6451
|
+
/**
|
|
6452
|
+
* DescribeWebManagedRulesTopData请求参数结构体
|
|
6453
|
+
*/
|
|
6454
|
+
export interface DescribeWebManagedRulesTopDataRequest {
|
|
6455
|
+
/**
|
|
6456
|
+
* 开始时间
|
|
6457
|
+
*/
|
|
6458
|
+
StartTime: string;
|
|
6459
|
+
/**
|
|
6460
|
+
* 结束时间
|
|
6461
|
+
*/
|
|
6462
|
+
EndTime: string;
|
|
6463
|
+
/**
|
|
6464
|
+
* 过滤指标
|
|
6465
|
+
*/
|
|
6466
|
+
MetricName: string;
|
|
6467
|
+
/**
|
|
6468
|
+
* 查询前多少名,传值为0 全量
|
|
6469
|
+
*/
|
|
6470
|
+
Limit: number;
|
|
6471
|
+
/**
|
|
6472
|
+
* 站点集合
|
|
6473
|
+
*/
|
|
6474
|
+
ZoneIds?: Array<string>;
|
|
6475
|
+
/**
|
|
6476
|
+
* ddos策略组id 集合
|
|
6477
|
+
*/
|
|
6478
|
+
PolicyIds?: Array<number>;
|
|
6479
|
+
/**
|
|
6480
|
+
* 端口号
|
|
6481
|
+
*/
|
|
6482
|
+
Port?: number;
|
|
6483
|
+
/**
|
|
6484
|
+
* 协议类型,tcp,udp,all
|
|
6485
|
+
*/
|
|
6486
|
+
ProtocolType?: string;
|
|
6487
|
+
/**
|
|
6488
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
6489
|
+
*/
|
|
6490
|
+
AttackType?: string;
|
|
6491
|
+
/**
|
|
6492
|
+
* 域名集合
|
|
6493
|
+
*/
|
|
6494
|
+
Domains?: Array<string>;
|
|
6495
|
+
}
|
|
4734
6496
|
/**
|
|
4735
6497
|
* DescribeIdentification返回参数结构体
|
|
4736
6498
|
*/
|
|
@@ -4768,52 +6530,49 @@ export interface DescribeIdentificationResponse {
|
|
|
4768
6530
|
RequestId?: string;
|
|
4769
6531
|
}
|
|
4770
6532
|
/**
|
|
4771
|
-
*
|
|
6533
|
+
* DDos主攻击事件
|
|
4772
6534
|
*/
|
|
4773
|
-
export interface
|
|
4774
|
-
/**
|
|
4775
|
-
* 源站组ID
|
|
4776
|
-
*/
|
|
4777
|
-
OriginId: string;
|
|
4778
|
-
/**
|
|
4779
|
-
* 源站组名称
|
|
4780
|
-
*/
|
|
4781
|
-
OriginName: string;
|
|
4782
|
-
/**
|
|
4783
|
-
* 配置类型
|
|
4784
|
-
*/
|
|
4785
|
-
Type: string;
|
|
6535
|
+
export interface DDosMajorAttackEvent {
|
|
4786
6536
|
/**
|
|
4787
|
-
*
|
|
6537
|
+
* ddos 策略组id
|
|
4788
6538
|
*/
|
|
4789
|
-
|
|
6539
|
+
PolicyId: number;
|
|
4790
6540
|
/**
|
|
4791
|
-
*
|
|
6541
|
+
* 攻击最大带宽
|
|
4792
6542
|
*/
|
|
4793
|
-
|
|
6543
|
+
AttackMaxBandWidth: number;
|
|
4794
6544
|
/**
|
|
4795
|
-
*
|
|
6545
|
+
* 攻击时间 单位为s
|
|
4796
6546
|
*/
|
|
4797
|
-
|
|
6547
|
+
AttackTime: number;
|
|
6548
|
+
}
|
|
6549
|
+
/**
|
|
6550
|
+
* ModifyZoneCnameSpeedUp请求参数结构体
|
|
6551
|
+
*/
|
|
6552
|
+
export interface ModifyZoneCnameSpeedUpRequest {
|
|
4798
6553
|
/**
|
|
4799
|
-
*
|
|
6554
|
+
* 站点 ID
|
|
4800
6555
|
*/
|
|
4801
|
-
|
|
6556
|
+
Id: string;
|
|
4802
6557
|
/**
|
|
4803
|
-
*
|
|
4804
|
-
|
|
6558
|
+
* CNAME 加速状态
|
|
6559
|
+
- enabled 开启
|
|
6560
|
+
- disabled 关闭
|
|
4805
6561
|
*/
|
|
4806
|
-
|
|
6562
|
+
Status: string;
|
|
6563
|
+
}
|
|
6564
|
+
/**
|
|
6565
|
+
* ModifyLoadBalancing返回参数结构体
|
|
6566
|
+
*/
|
|
6567
|
+
export interface ModifyLoadBalancingResponse {
|
|
4807
6568
|
/**
|
|
4808
|
-
*
|
|
4809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6569
|
+
* 负载均衡ID
|
|
4810
6570
|
*/
|
|
4811
|
-
|
|
6571
|
+
LoadBalancingId: string;
|
|
4812
6572
|
/**
|
|
4813
|
-
*
|
|
4814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6573
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4815
6574
|
*/
|
|
4816
|
-
|
|
6575
|
+
RequestId?: string;
|
|
4817
6576
|
}
|
|
4818
6577
|
/**
|
|
4819
6578
|
* DDoS黑白名单
|
|
@@ -4850,6 +6609,27 @@ export interface DDoSUserAllowBlockIP {
|
|
|
4850
6609
|
*/
|
|
4851
6610
|
Mask2?: number;
|
|
4852
6611
|
}
|
|
6612
|
+
/**
|
|
6613
|
+
* DescribeBotLog返回参数结构体
|
|
6614
|
+
*/
|
|
6615
|
+
export interface DescribeBotLogResponse {
|
|
6616
|
+
/**
|
|
6617
|
+
* Bot攻击Data
|
|
6618
|
+
*/
|
|
6619
|
+
Data: BotLogData;
|
|
6620
|
+
/**
|
|
6621
|
+
* 状态,1:失败,0:成功
|
|
6622
|
+
*/
|
|
6623
|
+
Status: number;
|
|
6624
|
+
/**
|
|
6625
|
+
* 返回信息
|
|
6626
|
+
*/
|
|
6627
|
+
Msg: string;
|
|
6628
|
+
/**
|
|
6629
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6630
|
+
*/
|
|
6631
|
+
RequestId?: string;
|
|
6632
|
+
}
|
|
4853
6633
|
/**
|
|
4854
6634
|
* DescribeLoadBalancing返回参数结构体
|
|
4855
6635
|
*/
|
|
@@ -4867,6 +6647,32 @@ export interface DescribeLoadBalancingResponse {
|
|
|
4867
6647
|
*/
|
|
4868
6648
|
RequestId?: string;
|
|
4869
6649
|
}
|
|
6650
|
+
/**
|
|
6651
|
+
* DescribeWebProtectionData返回参数结构体
|
|
6652
|
+
*/
|
|
6653
|
+
export interface DescribeWebProtectionDataResponse {
|
|
6654
|
+
/**
|
|
6655
|
+
* 数据详情
|
|
6656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6657
|
+
*/
|
|
6658
|
+
Data: Array<SecEntry>;
|
|
6659
|
+
/**
|
|
6660
|
+
* 状态,1:失败,0:成功
|
|
6661
|
+
*/
|
|
6662
|
+
Status: number;
|
|
6663
|
+
/**
|
|
6664
|
+
* 消息
|
|
6665
|
+
*/
|
|
6666
|
+
Msg: string;
|
|
6667
|
+
/**
|
|
6668
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
6669
|
+
*/
|
|
6670
|
+
Interval: string;
|
|
6671
|
+
/**
|
|
6672
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6673
|
+
*/
|
|
6674
|
+
RequestId?: string;
|
|
6675
|
+
}
|
|
4870
6676
|
/**
|
|
4871
6677
|
* ModifyDnssec返回参数结构体
|
|
4872
6678
|
*/
|
|
@@ -5143,6 +6949,50 @@ export interface OfflineCache {
|
|
|
5143
6949
|
*/
|
|
5144
6950
|
Switch: string;
|
|
5145
6951
|
}
|
|
6952
|
+
/**
|
|
6953
|
+
* DescribeOriginGroupDetail请求参数结构体
|
|
6954
|
+
*/
|
|
6955
|
+
export interface DescribeOriginGroupDetailRequest {
|
|
6956
|
+
/**
|
|
6957
|
+
* 源站组ID
|
|
6958
|
+
*/
|
|
6959
|
+
OriginId: string;
|
|
6960
|
+
/**
|
|
6961
|
+
* 站点ID
|
|
6962
|
+
*/
|
|
6963
|
+
ZoneId: string;
|
|
6964
|
+
}
|
|
6965
|
+
/**
|
|
6966
|
+
* DescribeDDosAttackEventDetail请求参数结构体
|
|
6967
|
+
*/
|
|
6968
|
+
export interface DescribeDDosAttackEventDetailRequest {
|
|
6969
|
+
/**
|
|
6970
|
+
* 时间id
|
|
6971
|
+
*/
|
|
6972
|
+
EventId: string;
|
|
6973
|
+
}
|
|
6974
|
+
/**
|
|
6975
|
+
* DescribeTimingL4Data返回参数结构体
|
|
6976
|
+
*/
|
|
6977
|
+
export interface DescribeTimingL4DataResponse {
|
|
6978
|
+
/**
|
|
6979
|
+
* 查询维度
|
|
6980
|
+
*/
|
|
6981
|
+
Type: string;
|
|
6982
|
+
/**
|
|
6983
|
+
* 时间间隔
|
|
6984
|
+
*/
|
|
6985
|
+
Interval: string;
|
|
6986
|
+
/**
|
|
6987
|
+
* 详细数据
|
|
6988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6989
|
+
*/
|
|
6990
|
+
Data: Array<TimingDataRecord>;
|
|
6991
|
+
/**
|
|
6992
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6993
|
+
*/
|
|
6994
|
+
RequestId?: string;
|
|
6995
|
+
}
|
|
5146
6996
|
/**
|
|
5147
6997
|
* 安全Bot配置
|
|
5148
6998
|
*/
|
|
@@ -5169,17 +7019,38 @@ export interface BotConfig {
|
|
|
5169
7019
|
PortraitRule?: BotPortraitRule;
|
|
5170
7020
|
}
|
|
5171
7021
|
/**
|
|
5172
|
-
*
|
|
7022
|
+
* 时序类型详细数据
|
|
5173
7023
|
*/
|
|
5174
|
-
export interface
|
|
7024
|
+
export interface TimingTypeValue {
|
|
5175
7025
|
/**
|
|
5176
|
-
*
|
|
7026
|
+
* 数据和
|
|
7027
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5177
7028
|
*/
|
|
5178
|
-
|
|
7029
|
+
Sum: number;
|
|
5179
7030
|
/**
|
|
5180
|
-
*
|
|
7031
|
+
* 最大
|
|
7032
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5181
7033
|
*/
|
|
5182
|
-
|
|
7034
|
+
Max: number;
|
|
7035
|
+
/**
|
|
7036
|
+
* 平均
|
|
7037
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7038
|
+
*/
|
|
7039
|
+
Avg: number;
|
|
7040
|
+
/**
|
|
7041
|
+
* 指标名
|
|
7042
|
+
*/
|
|
7043
|
+
MetricName: string;
|
|
7044
|
+
/**
|
|
7045
|
+
* 废弃字段,即将下线,请使用Detail字段
|
|
7046
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7047
|
+
*/
|
|
7048
|
+
DetailData: Array<number>;
|
|
7049
|
+
/**
|
|
7050
|
+
* 详细数据
|
|
7051
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7052
|
+
*/
|
|
7053
|
+
Detail: Array<TimingDataItem>;
|
|
5183
7054
|
}
|
|
5184
7055
|
/**
|
|
5185
7056
|
* DescribeBotManagedRules请求参数结构体
|