tccli 3.0.859.1__py2.py3-none-any.whl → 3.0.861.1__py2.py3-none-any.whl

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.
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "AuthorizedTransfer": {
4
+ "document": "接收客户侧的用户已授权的号码。",
5
+ "input": "AuthorizedTransferRequest",
6
+ "name": "授权数据上报接口",
7
+ "output": "AuthorizedTransferResponse",
8
+ "status": "online"
9
+ },
3
10
  "CreateCodeBatch": {
4
11
  "document": "新增批次",
5
12
  "input": "CreateCodeBatchRequest",
@@ -238,6 +245,13 @@
238
245
  "output": "DescribeTraceCodesResponse",
239
246
  "status": "online"
240
247
  },
248
+ "DescribeTraceDataById": {
249
+ "document": "查询溯源ID查溯源信息,通常溯源信息跟生产批次绑定,即一个批次的所有溯源信息都是一样的",
250
+ "input": "DescribeTraceDataByIdRequest",
251
+ "name": "根据溯源ID查溯源信息",
252
+ "output": "DescribeTraceDataByIdResponse",
253
+ "status": "online"
254
+ },
241
255
  "DescribeTraceDataList": {
242
256
  "document": "查询溯源信息,通常溯源信息跟生产批次绑定,即一个批次的所有溯源信息都是一样的",
243
257
  "input": "DescribeTraceDataListRequest",
@@ -245,6 +259,13 @@
245
259
  "output": "DescribeTraceDataListResponse",
246
260
  "status": "online"
247
261
  },
262
+ "EffectFeedback": {
263
+ "document": "接收客户反馈的各环节数据",
264
+ "input": "EffectFeedbackRequest",
265
+ "name": "效果数据反馈",
266
+ "output": "EffectFeedbackResponse",
267
+ "status": "online"
268
+ },
248
269
  "ModifyCodeBatch": {
249
270
  "document": "修改批次",
250
271
  "input": "ModifyCodeBatchRequest",
@@ -307,6 +328,13 @@
307
328
  "name": "修改溯源信息的排序",
308
329
  "output": "ModifyTraceDataRanksResponse",
309
330
  "status": "online"
331
+ },
332
+ "ReportBatchCallbackStatus": {
333
+ "document": "接收离线筛选包回执,用于效果统计和分析。",
334
+ "input": "ReportBatchCallbackStatusRequest",
335
+ "name": "离线筛选包数据推送",
336
+ "output": "ReportBatchCallbackStatusResponse",
337
+ "status": "online"
310
338
  }
311
339
  },
312
340
  "metadata": {
@@ -316,6 +344,40 @@
316
344
  "serviceShortName": "trp"
317
345
  },
318
346
  "objects": {
347
+ "AuthorizedTransferRequest": {
348
+ "document": "AuthorizedTransfer请求参数结构体",
349
+ "members": [
350
+ {
351
+ "document": "业务加密入参。",
352
+ "example": "无",
353
+ "member": "InputEncryptData",
354
+ "name": "BusinessSecurityData",
355
+ "required": true,
356
+ "type": "object"
357
+ }
358
+ ],
359
+ "type": "object"
360
+ },
361
+ "AuthorizedTransferResponse": {
362
+ "document": "AuthorizedTransfer返回参数结构体",
363
+ "members": [
364
+ {
365
+ "document": "业务出参。",
366
+ "example": "无",
367
+ "member": "OutputAuthorizedTransfer",
368
+ "name": "Data",
369
+ "type": "object",
370
+ "value_allowed_null": false
371
+ },
372
+ {
373
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
374
+ "member": "string",
375
+ "name": "RequestId",
376
+ "type": "string"
377
+ }
378
+ ],
379
+ "type": "object"
380
+ },
319
381
  "ChainData": {
320
382
  "document": "上链数据",
321
383
  "members": [
@@ -3270,6 +3332,51 @@
3270
3332
  ],
3271
3333
  "type": "object"
3272
3334
  },
3335
+ "DescribeTraceDataByIdRequest": {
3336
+ "document": "DescribeTraceDataById请求参数结构体",
3337
+ "members": [
3338
+ {
3339
+ "default": "",
3340
+ "document": "溯源ID",
3341
+ "example": "ccc",
3342
+ "member": "string",
3343
+ "name": "Id",
3344
+ "required": true,
3345
+ "type": "string"
3346
+ },
3347
+ {
3348
+ "default": "",
3349
+ "document": "企业ID",
3350
+ "example": "1000",
3351
+ "member": "uint64",
3352
+ "name": "CorpId",
3353
+ "required": false,
3354
+ "type": "int"
3355
+ }
3356
+ ],
3357
+ "type": "object"
3358
+ },
3359
+ "DescribeTraceDataByIdResponse": {
3360
+ "document": "DescribeTraceDataById返回参数结构体",
3361
+ "members": [
3362
+ {
3363
+ "document": "无",
3364
+ "example": "无",
3365
+ "member": "TraceData",
3366
+ "name": "TraceData",
3367
+ "required": true,
3368
+ "type": "object",
3369
+ "value_allowed_null": false
3370
+ },
3371
+ {
3372
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3373
+ "member": "string",
3374
+ "name": "RequestId",
3375
+ "type": "string"
3376
+ }
3377
+ ],
3378
+ "type": "object"
3379
+ },
3273
3380
  "DescribeTraceDataListRequest": {
3274
3381
  "document": "DescribeTraceDataList请求参数结构体",
3275
3382
  "members": [
@@ -3369,11 +3476,96 @@
3369
3476
  ],
3370
3477
  "type": "object"
3371
3478
  },
3479
+ "EffectFeedbackRequest": {
3480
+ "document": "EffectFeedback请求参数结构体",
3481
+ "members": [
3482
+ {
3483
+ "document": "业务加密入参。",
3484
+ "example": "无",
3485
+ "member": "InputEncryptData",
3486
+ "name": "BusinessSecurityData",
3487
+ "required": true,
3488
+ "type": "object"
3489
+ }
3490
+ ],
3491
+ "type": "object"
3492
+ },
3493
+ "EffectFeedbackResponse": {
3494
+ "document": "EffectFeedback返回参数结构体",
3495
+ "members": [
3496
+ {
3497
+ "document": "业务出参。",
3498
+ "example": "无",
3499
+ "member": "OutputAuthorizedTransfer",
3500
+ "name": "Data",
3501
+ "type": "object",
3502
+ "value_allowed_null": false
3503
+ },
3504
+ {
3505
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3506
+ "member": "string",
3507
+ "name": "RequestId",
3508
+ "type": "string"
3509
+ }
3510
+ ],
3511
+ "type": "object"
3512
+ },
3372
3513
  "Ext": {
3373
3514
  "document": "预留字段",
3374
3515
  "members": [],
3375
3516
  "usage": "out"
3376
3517
  },
3518
+ "InputEncryptData": {
3519
+ "document": "业务加密入参",
3520
+ "members": [
3521
+ {
3522
+ "ValueAllowedNull": true,
3523
+ "document": "加密方式,0:AES加密;\n",
3524
+ "example": "1",
3525
+ "member": "int64",
3526
+ "name": "EncryptMethod",
3527
+ "required": true,
3528
+ "type": "int"
3529
+ },
3530
+ {
3531
+ "ValueAllowedNull": true,
3532
+ "document": "加密算法中的块处理模式,1:CBC模式; 目前只支持CBC模式",
3533
+ "example": "1",
3534
+ "member": "int64",
3535
+ "name": "EncryptMode",
3536
+ "required": true,
3537
+ "type": "int"
3538
+ },
3539
+ {
3540
+ "ValueAllowedNull": true,
3541
+ "document": "填充模式,0:ZeroPadding;1:PKCS5Padding;2:\nPKCS7Padding。",
3542
+ "example": "1",
3543
+ "member": "int64",
3544
+ "name": "PaddingType",
3545
+ "required": true,
3546
+ "type": "int"
3547
+ },
3548
+ {
3549
+ "ValueAllowedNull": true,
3550
+ "document": "加密数据,将AuthorizedData结构体数组(数组最大长度不超过20)序列化成JSON字符串,对得到的字符串加密并填充到该字段。",
3551
+ "example": "abc",
3552
+ "member": "string",
3553
+ "name": "EncryptData",
3554
+ "required": true,
3555
+ "type": "string"
3556
+ },
3557
+ {
3558
+ "ValueAllowedNull": true,
3559
+ "document": "用户是否授权,本接口取值:1,已授权。\n",
3560
+ "example": "1",
3561
+ "member": "int64",
3562
+ "name": "IsAuthorized",
3563
+ "required": false,
3564
+ "type": "int"
3565
+ }
3566
+ ],
3567
+ "usage": "in"
3568
+ },
3377
3569
  "Job": {
3378
3570
  "document": "通用调度任务",
3379
3571
  "members": [
@@ -4243,6 +4435,39 @@
4243
4435
  ],
4244
4436
  "type": "object"
4245
4437
  },
4438
+ "OutputAuthorizedTransfer": {
4439
+ "document": "业务出参",
4440
+ "members": [
4441
+ {
4442
+ "document": "推送状态,0表示成功。\n注意:此字段可能返回 null,表示取不到有效值。",
4443
+ "example": "0",
4444
+ "member": "int64",
4445
+ "name": "Code",
4446
+ "required": false,
4447
+ "type": "int",
4448
+ "value_allowed_null": true
4449
+ },
4450
+ {
4451
+ "document": "错误码。\n注意:此字段可能返回 null,表示取不到有效值。",
4452
+ "example": "abc",
4453
+ "member": "string",
4454
+ "name": "Message",
4455
+ "required": false,
4456
+ "type": "string",
4457
+ "value_allowed_null": true
4458
+ },
4459
+ {
4460
+ "document": "错误信息描述。\n注意:此字段可能返回 null,表示取不到有效值。",
4461
+ "example": "abc",
4462
+ "member": "string",
4463
+ "name": "Value",
4464
+ "required": false,
4465
+ "type": "string",
4466
+ "value_allowed_null": true
4467
+ }
4468
+ ],
4469
+ "usage": "out"
4470
+ },
4246
4471
  "PackSpec": {
4247
4472
  "document": "层级码配置",
4248
4473
  "members": [
@@ -4614,6 +4839,40 @@
4614
4839
  ],
4615
4840
  "usage": "both"
4616
4841
  },
4842
+ "ReportBatchCallbackStatusRequest": {
4843
+ "document": "ReportBatchCallbackStatus请求参数结构体",
4844
+ "members": [
4845
+ {
4846
+ "document": "业务加密入参。",
4847
+ "example": "无",
4848
+ "member": "InputEncryptData",
4849
+ "name": "BusinessSecurityData",
4850
+ "required": true,
4851
+ "type": "object"
4852
+ }
4853
+ ],
4854
+ "type": "object"
4855
+ },
4856
+ "ReportBatchCallbackStatusResponse": {
4857
+ "document": "ReportBatchCallbackStatus返回参数结构体",
4858
+ "members": [
4859
+ {
4860
+ "document": "业务出参。",
4861
+ "example": "无",
4862
+ "member": "OutputAuthorizedTransfer",
4863
+ "name": "Data",
4864
+ "type": "object",
4865
+ "value_allowed_null": false
4866
+ },
4867
+ {
4868
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
4869
+ "member": "string",
4870
+ "name": "RequestId",
4871
+ "type": "string"
4872
+ }
4873
+ ],
4874
+ "type": "object"
4875
+ },
4617
4876
  "ScanLog": {
4618
4877
  "document": "扫码明细",
4619
4878
  "members": [
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "actions": {
3
+ "AuthorizedTransfer": [
4
+ {
5
+ "document": "接收客户侧的用户已授权的号码",
6
+ "input": "POST / HTTP/1.1\nHost: smop.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AuthorizedTransfer\n<公共请求参数>\n\n{\n \"BusinessSecurityData\": {\n \"IsAuthorized\": 0,\n \"EncryptMethod\": 0,\n \"EncryptMode\": 0,\n \"PaddingType\": 0,\n \"EncryptData\": \"abc\"\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"abc\",\n \"Value\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
8
+ "title": "接收客户侧的用户已授权的号码"
9
+ }
10
+ ],
3
11
  "CreateCodeBatch": [
4
12
  {
5
13
  "document": "新增批次",
@@ -272,6 +280,14 @@
272
280
  "title": "查询标识列表"
273
281
  }
274
282
  ],
283
+ "DescribeTraceDataById": [
284
+ {
285
+ "document": "",
286
+ "input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTraceDataById\n<公共请求参数>\n\n{\n \"Id\": \"xfetmgoiky2nms6nk8\"\n}",
287
+ "output": "{\n \"Response\": {\n \"TraceData\": {\n \"Status\": 0,\n \"ChainStatus\": 1,\n \"Code\": \"xx\",\n \"PhaseData\": {\n \"HeadTitle\": \"xx\",\n \"AppName\": \"xx\",\n \"AppPath\": \"xx\",\n \"Key\": \"xx\",\n \"AppId\": \"xx\",\n \"HeadEnabled\": true\n },\n \"CorpId\": 1,\n \"TraceItems\": [\n {\n \"Name\": \"xx\",\n \"ReadOnly\": true,\n \"Value\": \"xx\",\n \"Ext\": \"xx\",\n \"Values\": [\n \"xx\"\n ],\n \"Key\": \"xx\",\n \"Hidden\": true,\n \"Type\": \"xx\"\n }\n ],\n \"Rank\": 1,\n \"CreateTime\": \"xx\",\n \"TraceId\": \"xx\",\n \"PhaseName\": \"xx\",\n \"TraceTime\": \"xx\",\n \"Phase\": 1,\n \"ChainData\": {\n \"BlockHeight\": \"xx\",\n \"BlockHash\": \"xx\",\n \"BlockTime\": \"xx\"\n },\n \"Type\": 1,\n \"ChainTime\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
288
+ "title": "查询溯源信息"
289
+ }
290
+ ],
275
291
  "DescribeTraceDataList": [
276
292
  {
277
293
  "document": "",
@@ -280,6 +296,14 @@
280
296
  "title": "查询溯源信息"
281
297
  }
282
298
  ],
299
+ "EffectFeedback": [
300
+ {
301
+ "document": "接收客户反馈的各环节数据\n\n",
302
+ "input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EffectFeedback\n<公共请求参数>\n\n{\n \"BusinessSecurityData\": {\n \"IsAuthorized\": 0,\n \"EncryptMethod\": 0,\n \"EncryptMode\": 0,\n \"PaddingType\": 0,\n \"EncryptData\": \"abc\"\n }\n}",
303
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"abc\",\n \"Value\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
304
+ "title": "效果数据反馈"
305
+ }
306
+ ],
283
307
  "ModifyCodeBatch": [
284
308
  {
285
309
  "document": "激活批次",
@@ -351,6 +375,14 @@
351
375
  "output": "{\n \"Response\": {\n \"BatchId\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
352
376
  "title": "修改溯源信息的排序"
353
377
  }
378
+ ],
379
+ "ReportBatchCallbackStatus": [
380
+ {
381
+ "document": "接收离线筛选包回执,用于效果统计和分析。",
382
+ "input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReportBatchCallbackStatus\n<公共请求参数>\n\n{\n \"BusinessSecurityData\": {\n \"IsAuthorized\": 0,\n \"EncryptMethod\": 0,\n \"EncryptMode\": 0,\n \"PaddingType\": 0,\n \"EncryptData\": \"abc\"\n }\n}",
383
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"abc\",\n \"Value\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
384
+ "title": "离线筛选包数据推送"
385
+ }
354
386
  ]
355
387
  },
356
388
  "version": "1.0"
@@ -168,6 +168,20 @@
168
168
  "output": "DescribeIpHitItemsResponse",
169
169
  "status": "online"
170
170
  },
171
+ "DescribePeakPoints": {
172
+ "document": "查询业务和攻击概要趋势",
173
+ "input": "DescribePeakPointsRequest",
174
+ "name": "查询业务和攻击概要趋势",
175
+ "output": "DescribePeakPointsResponse",
176
+ "status": "online"
177
+ },
178
+ "DescribePeakValue": {
179
+ "document": "获取业务和攻击概览峰值",
180
+ "input": "DescribePeakValueRequest",
181
+ "name": "获取业务和攻击概览峰值",
182
+ "output": "DescribePeakValueResponse",
183
+ "status": "online"
184
+ },
171
185
  "DescribePolicyStatus": {
172
186
  "document": "获取防护状态以及生效的实例id",
173
187
  "input": "DescribePolicyStatusRequest",
@@ -2967,6 +2981,204 @@
2967
2981
  ],
2968
2982
  "type": "object"
2969
2983
  },
2984
+ "DescribePeakPointsRequest": {
2985
+ "document": "DescribePeakPoints请求参数结构体",
2986
+ "members": [
2987
+ {
2988
+ "default": "",
2989
+ "document": "查询起始时间",
2990
+ "example": "2019-12-30 00:00:00",
2991
+ "member": "datetime",
2992
+ "name": "FromTime",
2993
+ "required": true,
2994
+ "type": "string"
2995
+ },
2996
+ {
2997
+ "default": "",
2998
+ "document": "查询终止时间",
2999
+ "example": "2019-12-30 23:59:59",
3000
+ "member": "datetime",
3001
+ "name": "ToTime",
3002
+ "required": true,
3003
+ "type": "string"
3004
+ },
3005
+ {
3006
+ "default": "",
3007
+ "document": "查询的域名,如果查询所有域名数据,该参数不填写",
3008
+ "example": "abc.qcloudwaf.com",
3009
+ "member": "string",
3010
+ "name": "Domain",
3011
+ "required": false,
3012
+ "type": "string"
3013
+ },
3014
+ {
3015
+ "default": "",
3016
+ "document": "只有两个值有效,sparta-waf,clb-waf,不传则不过滤",
3017
+ "example": "sparta-waf",
3018
+ "member": "string",
3019
+ "name": "Edition",
3020
+ "required": false,
3021
+ "type": "string"
3022
+ },
3023
+ {
3024
+ "default": "",
3025
+ "document": "WAF实例ID,不传则不过滤",
3026
+ "example": "waf_000q3t12p",
3027
+ "member": "string",
3028
+ "name": "InstanceID",
3029
+ "required": false,
3030
+ "type": "string"
3031
+ },
3032
+ {
3033
+ "default": "",
3034
+ "document": "六个值可选:\naccess-峰值qps趋势图\nbotAccess- bot峰值qps趋势图\ndown-下行峰值带宽趋势图\nup-上行峰值带宽趋势图\nattack-Web攻击总数趋势图\ncc-CC攻击总数趋势图",
3035
+ "example": "access",
3036
+ "member": "string",
3037
+ "name": "MetricName",
3038
+ "required": false,
3039
+ "type": "string"
3040
+ }
3041
+ ],
3042
+ "type": "object"
3043
+ },
3044
+ "DescribePeakPointsResponse": {
3045
+ "document": "DescribePeakPoints返回参数结构体",
3046
+ "members": [
3047
+ {
3048
+ "document": "数据点",
3049
+ "example": "无",
3050
+ "member": "PeakPointsItem",
3051
+ "name": "Points",
3052
+ "required": true,
3053
+ "type": "list",
3054
+ "value_allowed_null": false
3055
+ },
3056
+ {
3057
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3058
+ "member": "string",
3059
+ "name": "RequestId",
3060
+ "type": "string"
3061
+ }
3062
+ ],
3063
+ "type": "object"
3064
+ },
3065
+ "DescribePeakValueRequest": {
3066
+ "document": "DescribePeakValue请求参数结构体",
3067
+ "members": [
3068
+ {
3069
+ "default": "",
3070
+ "document": "查询起始时间",
3071
+ "example": "2019-12-30 00:00:00",
3072
+ "member": "datetime",
3073
+ "name": "FromTime",
3074
+ "required": true,
3075
+ "type": "string"
3076
+ },
3077
+ {
3078
+ "default": "",
3079
+ "document": "查询结束时间",
3080
+ "example": "2019-12-30 23:59:59",
3081
+ "member": "datetime",
3082
+ "name": "ToTime",
3083
+ "required": true,
3084
+ "type": "string"
3085
+ },
3086
+ {
3087
+ "default": "",
3088
+ "document": "需要查询的域名,当前用户所有域名可以不传",
3089
+ "example": "abc.qcloudwaf.com",
3090
+ "member": "string",
3091
+ "name": "Domain",
3092
+ "required": false,
3093
+ "type": "string"
3094
+ },
3095
+ {
3096
+ "default": "",
3097
+ "document": "只有两个值有效,sparta-waf,clb-waf,不传则不过滤",
3098
+ "example": "sparta-waf",
3099
+ "member": "string",
3100
+ "name": "Edition",
3101
+ "required": false,
3102
+ "type": "string"
3103
+ },
3104
+ {
3105
+ "default": "",
3106
+ "document": "WAF实例ID,不传则不过滤",
3107
+ "example": "waf_000q3t12p",
3108
+ "member": "string",
3109
+ "name": "InstanceID",
3110
+ "required": false,
3111
+ "type": "string"
3112
+ },
3113
+ {
3114
+ "default": "",
3115
+ "document": "五个值可选:\naccess-峰值qps\ndown-下行峰值带宽\nup-上行峰值带宽\nattack-Web攻击总数\ncc-CC攻击总数趋势图",
3116
+ "example": "access",
3117
+ "member": "string",
3118
+ "name": "MetricName",
3119
+ "required": false,
3120
+ "type": "string"
3121
+ }
3122
+ ],
3123
+ "type": "object"
3124
+ },
3125
+ "DescribePeakValueResponse": {
3126
+ "document": "DescribePeakValue返回参数结构体",
3127
+ "members": [
3128
+ {
3129
+ "document": "QPS峰值",
3130
+ "example": "0",
3131
+ "member": "uint64",
3132
+ "name": "Access",
3133
+ "required": true,
3134
+ "type": "int",
3135
+ "value_allowed_null": false
3136
+ },
3137
+ {
3138
+ "document": "上行带宽峰值,单位B",
3139
+ "example": "0",
3140
+ "member": "uint64",
3141
+ "name": "Up",
3142
+ "required": true,
3143
+ "type": "int",
3144
+ "value_allowed_null": false
3145
+ },
3146
+ {
3147
+ "document": "下行带宽峰值,单位B",
3148
+ "example": "0",
3149
+ "member": "uint64",
3150
+ "name": "Down",
3151
+ "required": true,
3152
+ "type": "int",
3153
+ "value_allowed_null": false
3154
+ },
3155
+ {
3156
+ "document": "Web攻击总数",
3157
+ "example": "0",
3158
+ "member": "uint64",
3159
+ "name": "Attack",
3160
+ "required": true,
3161
+ "type": "int",
3162
+ "value_allowed_null": false
3163
+ },
3164
+ {
3165
+ "document": "CC攻击总数",
3166
+ "example": "0",
3167
+ "member": "uint64",
3168
+ "name": "Cc",
3169
+ "required": true,
3170
+ "type": "int",
3171
+ "value_allowed_null": false
3172
+ },
3173
+ {
3174
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3175
+ "member": "string",
3176
+ "name": "RequestId",
3177
+ "type": "string"
3178
+ }
3179
+ ],
3180
+ "type": "object"
3181
+ },
2970
3182
  "DescribePolicyStatusRequest": {
2971
3183
  "document": "DescribePolicyStatus请求参数结构体",
2972
3184
  "members": [
@@ -5339,6 +5551,82 @@
5339
5551
  ],
5340
5552
  "type": "object"
5341
5553
  },
5554
+ "PeakPointsItem": {
5555
+ "document": "PeakPoints数组项",
5556
+ "members": [
5557
+ {
5558
+ "default": "",
5559
+ "document": "秒级别时间戳",
5560
+ "example": "2",
5561
+ "member": "uint64",
5562
+ "name": "Time",
5563
+ "required": true,
5564
+ "type": "int",
5565
+ "value_allowed_null": false
5566
+ },
5567
+ {
5568
+ "default": "",
5569
+ "document": "QPS",
5570
+ "example": "1",
5571
+ "member": "uint64",
5572
+ "name": "Access",
5573
+ "required": true,
5574
+ "type": "int",
5575
+ "value_allowed_null": false
5576
+ },
5577
+ {
5578
+ "default": "",
5579
+ "document": "上行带宽峰值,单位B",
5580
+ "example": "4",
5581
+ "member": "uint64",
5582
+ "name": "Up",
5583
+ "required": true,
5584
+ "type": "int",
5585
+ "value_allowed_null": false
5586
+ },
5587
+ {
5588
+ "default": "",
5589
+ "document": "下行带宽峰值,单位B",
5590
+ "example": "7",
5591
+ "member": "uint64",
5592
+ "name": "Down",
5593
+ "required": true,
5594
+ "type": "int",
5595
+ "value_allowed_null": false
5596
+ },
5597
+ {
5598
+ "default": "",
5599
+ "document": "Web攻击次数",
5600
+ "example": "8",
5601
+ "member": "uint64",
5602
+ "name": "Attack",
5603
+ "required": true,
5604
+ "type": "int",
5605
+ "value_allowed_null": false
5606
+ },
5607
+ {
5608
+ "default": "",
5609
+ "document": "CC攻击次数",
5610
+ "example": "9",
5611
+ "member": "uint64",
5612
+ "name": "Cc",
5613
+ "required": true,
5614
+ "type": "int",
5615
+ "value_allowed_null": false
5616
+ },
5617
+ {
5618
+ "default": "",
5619
+ "document": "Bot qps\n注意:此字段可能返回 null,表示取不到有效值。",
5620
+ "example": "100",
5621
+ "member": "uint64",
5622
+ "name": "BotAccess",
5623
+ "required": true,
5624
+ "type": "int",
5625
+ "value_allowed_null": true
5626
+ }
5627
+ ],
5628
+ "usage": "out"
5629
+ },
5342
5630
  "PortInfo": {
5343
5631
  "document": "防护域名端口配置信息",
5344
5632
  "members": [],