tccli 3.0.1098.1__py2.py3-none-any.whl → 3.0.1099.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cfw/v20190904/DescribeIPStatusList.md +4 -4
  3. tccli/examples/cls/v20201016/OpenKafkaConsumer.md +1 -1
  4. tccli/examples/cynosdb/v20190107/DescribeChangedParamsAfterUpgrade.md +31 -0
  5. tccli/examples/faceid/v20180301/GetFaceIdResult.md +3 -1
  6. tccli/examples/hunyuan/v20230901/ChatCompletions.md +43 -0
  7. tccli/examples/ims/v20200713/ImageModeration.md +4 -1
  8. tccli/examples/teo/v20220901/DescribeRealtimeLogDeliveryTasks.md +42 -21
  9. tccli/services/aiart/v20221229/api.json +1 -1
  10. tccli/services/ccc/v20200210/api.json +1 -1
  11. tccli/services/cfs/v20190719/api.json +27 -27
  12. tccli/services/cfw/v20190904/api.json +5 -5
  13. tccli/services/cfw/v20190904/examples.json +1 -1
  14. tccli/services/cloudstudio/v20230508/api.json +13 -4
  15. tccli/services/cls/v20201016/api.json +68 -44
  16. tccli/services/cls/v20201016/examples.json +1 -1
  17. tccli/services/cynosdb/cynosdb_client.py +53 -0
  18. tccli/services/cynosdb/v20190107/api.json +120 -2
  19. tccli/services/cynosdb/v20190107/examples.json +8 -0
  20. tccli/services/dcdb/v20180411/api.json +2 -2
  21. tccli/services/ess/v20201111/api.json +1 -1
  22. tccli/services/faceid/v20180301/api.json +21 -1
  23. tccli/services/faceid/v20180301/examples.json +1 -1
  24. tccli/services/hunyuan/hunyuan_client.py +53 -0
  25. tccli/services/hunyuan/v20230901/api.json +161 -22
  26. tccli/services/hunyuan/v20230901/examples.json +8 -0
  27. tccli/services/ims/v20200713/api.json +13 -0
  28. tccli/services/ims/v20200713/examples.json +1 -1
  29. tccli/services/lcic/v20220817/api.json +1 -1
  30. tccli/services/mariadb/v20170312/api.json +2 -2
  31. tccli/services/monitor/v20180724/api.json +1 -1
  32. tccli/services/mps/v20190612/api.json +46 -1
  33. tccli/services/rum/v20210622/api.json +2 -2
  34. tccli/services/teo/v20220901/api.json +128 -17
  35. tccli/services/teo/v20220901/examples.json +2 -2
  36. tccli/services/tmt/v20180321/api.json +1 -1
  37. tccli/services/waf/v20180125/api.json +2 -2
  38. {tccli-3.0.1098.1.dist-info → tccli-3.0.1099.1.dist-info}/METADATA +2 -2
  39. {tccli-3.0.1098.1.dist-info → tccli-3.0.1099.1.dist-info}/RECORD +42 -40
  40. {tccli-3.0.1098.1.dist-info → tccli-3.0.1099.1.dist-info}/WHEEL +0 -0
  41. {tccli-3.0.1098.1.dist-info → tccli-3.0.1099.1.dist-info}/entry_points.txt +0 -0
  42. {tccli-3.0.1098.1.dist-info → tccli-3.0.1099.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CancelDcnJob": {
18
- "document": "取消DCN同步",
18
+ "document": "本接口(CancelDcnJob)用于取消DCN同步",
19
19
  "input": "CancelDcnJobRequest",
20
20
  "name": "取消DCN同步",
21
21
  "output": "CancelDcnJobResponse",
@@ -652,7 +652,7 @@
652
652
  "example": "11211",
653
653
  "member": "int64",
654
654
  "name": "FlowId",
655
- "required": true,
655
+ "output_required": true,
656
656
  "type": "int",
657
657
  "value_allowed_null": false
658
658
  },
@@ -687,7 +687,7 @@
687
687
  "status": "online"
688
688
  },
689
689
  "DescribePrometheusTargetsTMP": {
690
- "document": "获取targets信息",
690
+ "document": "获取targets信息,在过滤条件中指定job名称时返回targets详情,否则仅返回数量",
691
691
  "input": "DescribePrometheusTargetsTMPRequest",
692
692
  "name": "获取targets信息",
693
693
  "output": "DescribePrometheusTargetsTMPResponse",
@@ -16782,6 +16782,32 @@
16782
16782
  ],
16783
16783
  "usage": "out"
16784
16784
  },
16785
+ "LiveStreamRecordResultInfo": {
16786
+ "document": "直播流录制结果",
16787
+ "members": [
16788
+ {
16789
+ "disabled": false,
16790
+ "document": "录制是否结束。\n0:录制未结束,返回单个文件结果\n1:录制结束,返回所有录制文件结果\n注意:此字段可能返回 null,表示取不到有效值。",
16791
+ "example": "0",
16792
+ "member": "uint64",
16793
+ "name": "RecordOver",
16794
+ "output_required": false,
16795
+ "type": "int",
16796
+ "value_allowed_null": true
16797
+ },
16798
+ {
16799
+ "disabled": false,
16800
+ "document": "文件列表\n注意:此字段可能返回 null,表示取不到有效值。",
16801
+ "example": "无",
16802
+ "member": "LiveRecordFile",
16803
+ "name": "FileResults",
16804
+ "output_required": false,
16805
+ "type": "list",
16806
+ "value_allowed_null": true
16807
+ }
16808
+ ],
16809
+ "usage": "out"
16810
+ },
16785
16811
  "LiveStreamTagRecognitionResult": {
16786
16812
  "document": "直播 AI 打点识别结果",
16787
16813
  "members": [
@@ -21045,10 +21071,11 @@
21045
21071
  "members": [
21046
21072
  {
21047
21073
  "disabled": false,
21048
- "document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
21074
+ "document": "直播流处理结果类型,包含:\n<li>AiReviewResult:内容审核结果;</li>\n<li>AiRecognitionResult:内容识别结果;</li>\n<li>LiveRecordResult:直播录制结果;</li>\n<li>ProcessEof:直播流处理结束。</li>",
21049
21075
  "example": "ProcessEof",
21050
21076
  "member": "string",
21051
21077
  "name": "NotificationType",
21078
+ "output_required": true,
21052
21079
  "type": "string",
21053
21080
  "value_allowed_null": false
21054
21081
  },
@@ -21058,6 +21085,7 @@
21058
21085
  "example": "xxx",
21059
21086
  "member": "string",
21060
21087
  "name": "TaskId",
21088
+ "output_required": true,
21061
21089
  "type": "string",
21062
21090
  "value_allowed_null": false
21063
21091
  },
@@ -21067,6 +21095,7 @@
21067
21095
  "example": "无",
21068
21096
  "member": "LiveStreamProcessErrorInfo",
21069
21097
  "name": "ProcessEofInfo",
21098
+ "output_required": true,
21070
21099
  "type": "object",
21071
21100
  "value_allowed_null": true
21072
21101
  },
@@ -21076,6 +21105,7 @@
21076
21105
  "example": "无",
21077
21106
  "member": "LiveStreamAiReviewResultInfo",
21078
21107
  "name": "AiReviewResultInfo",
21108
+ "output_required": true,
21079
21109
  "type": "object",
21080
21110
  "value_allowed_null": true
21081
21111
  },
@@ -21085,6 +21115,7 @@
21085
21115
  "example": "无",
21086
21116
  "member": "LiveStreamAiRecognitionResultInfo",
21087
21117
  "name": "AiRecognitionResultInfo",
21118
+ "output_required": true,
21088
21119
  "type": "object",
21089
21120
  "value_allowed_null": true
21090
21121
  },
@@ -21094,6 +21125,7 @@
21094
21125
  "example": "无",
21095
21126
  "member": "LiveStreamAiAnalysisResultInfo",
21096
21127
  "name": "AiAnalysisResultInfo",
21128
+ "output_required": true,
21097
21129
  "type": "object",
21098
21130
  "value_allowed_null": true
21099
21131
  },
@@ -21103,6 +21135,17 @@
21103
21135
  "example": "无",
21104
21136
  "member": "LiveStreamAiQualityControlResultInfo",
21105
21137
  "name": "AiQualityControlResultInfo",
21138
+ "output_required": true,
21139
+ "type": "object",
21140
+ "value_allowed_null": true
21141
+ },
21142
+ {
21143
+ "disabled": false,
21144
+ "document": "直播录制结果,当 NotificationType 为 LiveRecordResult 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
21145
+ "example": "无",
21146
+ "member": "LiveStreamRecordResultInfo",
21147
+ "name": "LiveRecordResultInfo",
21148
+ "output_required": false,
21106
21149
  "type": "object",
21107
21150
  "value_allowed_null": true
21108
21151
  },
@@ -21112,6 +21155,7 @@
21112
21155
  "example": "xx",
21113
21156
  "member": "string",
21114
21157
  "name": "SessionId",
21158
+ "output_required": true,
21115
21159
  "type": "string",
21116
21160
  "value_allowed_null": false
21117
21161
  },
@@ -21121,6 +21165,7 @@
21121
21165
  "example": "xx",
21122
21166
  "member": "string",
21123
21167
  "name": "SessionContext",
21168
+ "output_required": true,
21124
21169
  "type": "string",
21125
21170
  "value_allowed_null": false
21126
21171
  },
@@ -1841,7 +1841,7 @@
1841
1841
  },
1842
1842
  {
1843
1843
  "disabled": false,
1844
- "document": "是否海外",
1844
+ "document": "显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。",
1845
1845
  "example": "1",
1846
1846
  "member": "string",
1847
1847
  "name": "IsAbroad",
@@ -1896,7 +1896,7 @@
1896
1896
  "example": "无",
1897
1897
  "member": "string",
1898
1898
  "name": "Result",
1899
- "required": true,
1899
+ "output_required": true,
1900
1900
  "type": "string",
1901
1901
  "value_allowed_null": false
1902
1902
  },
@@ -4083,6 +4083,15 @@
4083
4083
  "required": false,
4084
4084
  "type": "int"
4085
4085
  },
4086
+ {
4087
+ "disabled": false,
4088
+ "document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
4089
+ "example": "无",
4090
+ "member": "LogFormat",
4091
+ "name": "LogFormat",
4092
+ "required": false,
4093
+ "type": "object"
4094
+ },
4086
4095
  {
4087
4096
  "disabled": false,
4088
4097
  "document": "CLS 的配置信息。当 TaskType 取值为 cls 时,该参数必填。",
@@ -4703,7 +4712,7 @@
4703
4712
  "members": [
4704
4713
  {
4705
4714
  "disabled": false,
4706
- "document": "中国大陆地区独立 DDoS 防护的规格。详情请参考 [独立 DDoS 防护相关费用](https://cloud.tencent.com/document/product/1552/94162)\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>BASE30_MAX300:开启独立 DDoS 防护,提供 30 Gbps 保底防护带宽,可配置最高 300 Gpbs 弹性防护带宽;</li>\n<li>BASE60_MAX600:开启独立 DDoS 防护,提供 60 Gbps 保底防护带宽,可配置最高 600 Gpbs 弹性防护带宽。</li>不填写参数时,取默认值 PLATFORM。",
4715
+ "document": "中国大陆地区独立 DDoS 防护的规格。详情请参考 [独立 DDoS 防护相关费用](https://cloud.tencent.com/document/product/1552/94162)\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>BASE30_MAX300:开启独立 DDoS 防护,提供 30 Gbps 保底防护带宽以及 300 Gbps 弹性防护带宽;</li>\n<li>BASE60_MAX600:开启独立 DDoS 防护,提供 60 Gbps 保底防护带宽以及 600 Gbps 弹性防护带宽。</li>不填写参数时,取默认值 PLATFORM。",
4707
4716
  "example": "PLATFORM",
4708
4717
  "member": "string",
4709
4718
  "name": "LevelMainland",
@@ -4725,7 +4734,7 @@
4725
4734
  },
4726
4735
  {
4727
4736
  "disabled": false,
4728
- "document": "全球(除中国大陆以外)地区独立 DDoS 防护的规格。\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>ANYCAST300:开启独立 DDoS 防护,提供合计最大 300 Gbps 防护带宽;</li>\n<li>ANYCAST_ALLIN:开启独立 DDoS 防护,使用全部可用防护资源进行防护。</li>不填写参数时,取默认值 PLATFORM。",
4737
+ "document": "全球(除中国大陆以外)地区独立 DDoS 防护的规格。\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>ANYCAST300:开启独立 DDoS 防护,提供 300 Gbps 防护带宽;</li>\n<li>ANYCAST_ALLIN:开启独立 DDoS 防护,使用全部可用防护资源进行防护。</li>不填写参数时,取默认值 PLATFORM。",
4729
4738
  "example": "ANYCAST_ALLIN",
4730
4739
  "member": "string",
4731
4740
  "name": "LevelOverseas",
@@ -10377,6 +10386,89 @@
10377
10386
  ],
10378
10387
  "usage": "out"
10379
10388
  },
10389
+ "LogFormat": {
10390
+ "document": "实时日志投递的输出格式。您可以直接通过 FormatType 参数使用指定预设日志输出格式(JSON Lines / csv),也可以在预设日志输出格式基础上,通过其他参数来自定义变体输出格式。",
10391
+ "members": [
10392
+ {
10393
+ "disabled": false,
10394
+ "document": "日志投递的预设输出格式类型,取值有:\n<li>json:使用预设日志输出格式 JSON Lines,单条日志中的字段以键值对方式呈现;</li>\n<li>csv:使用预设日志输出格式 csv,单条日志中仅呈现字段值,不呈现字段名称。</li>",
10395
+ "example": "json",
10396
+ "member": "string",
10397
+ "name": "FormatType",
10398
+ "output_required": true,
10399
+ "required": true,
10400
+ "type": "string",
10401
+ "value_allowed_null": false
10402
+ },
10403
+ {
10404
+ "disabled": false,
10405
+ "document": "在每个日志投递批次之前添加的字符串。每个日志投递批次可能包含多条日志记录。",
10406
+ "example": "{\"events\":[",
10407
+ "member": "string",
10408
+ "name": "BatchPrefix",
10409
+ "output_required": true,
10410
+ "required": false,
10411
+ "type": "string",
10412
+ "value_allowed_null": false
10413
+ },
10414
+ {
10415
+ "disabled": false,
10416
+ "document": "在每个日志投递批次后附加的字符串。",
10417
+ "example": "]}",
10418
+ "member": "string",
10419
+ "name": "BatchSuffix",
10420
+ "output_required": true,
10421
+ "required": false,
10422
+ "type": "string",
10423
+ "value_allowed_null": false
10424
+ },
10425
+ {
10426
+ "disabled": false,
10427
+ "document": "在每条日志记录之前添加的字符串。",
10428
+ "example": "{",
10429
+ "member": "string",
10430
+ "name": "RecordPrefix",
10431
+ "output_required": true,
10432
+ "required": false,
10433
+ "type": "string",
10434
+ "value_allowed_null": false
10435
+ },
10436
+ {
10437
+ "disabled": false,
10438
+ "document": "在每条日志记录后附加的字符串。",
10439
+ "example": "}",
10440
+ "member": "string",
10441
+ "name": "RecordSuffix",
10442
+ "output_required": true,
10443
+ "required": false,
10444
+ "type": "string",
10445
+ "value_allowed_null": false
10446
+ },
10447
+ {
10448
+ "disabled": false,
10449
+ "document": "插入日志记录之间作为分隔符的字符串,取值有:\n<li>\\n:换行符;</li>\n<li>\\t:制表符;</li>\n<li>,:半角逗号。</li>",
10450
+ "example": ",",
10451
+ "member": "string",
10452
+ "name": "RecordDelimiter",
10453
+ "output_required": true,
10454
+ "required": false,
10455
+ "type": "string",
10456
+ "value_allowed_null": false
10457
+ },
10458
+ {
10459
+ "disabled": false,
10460
+ "document": "单条日志记录内,插入字段之间作为分隔符的字符串,取值有:\n<li>\\t:制表符;</li>\n<li>,:半角逗号;</li>\n<li>;:半角分号。</li>",
10461
+ "example": ",",
10462
+ "member": "string",
10463
+ "name": "FieldDelimiter",
10464
+ "output_required": true,
10465
+ "required": false,
10466
+ "type": "string",
10467
+ "value_allowed_null": false
10468
+ }
10469
+ ],
10470
+ "usage": "both"
10471
+ },
10380
10472
  "MaxAge": {
10381
10473
  "document": "浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态",
10382
10474
  "members": [
@@ -11369,6 +11461,15 @@
11369
11461
  "required": false,
11370
11462
  "type": "int"
11371
11463
  },
11464
+ {
11465
+ "disabled": false,
11466
+ "document": "日志投递的输出格式。不填保持原有配置。",
11467
+ "example": "无",
11468
+ "member": "LogFormat",
11469
+ "name": "LogFormat",
11470
+ "required": false,
11471
+ "type": "object"
11472
+ },
11372
11473
  {
11373
11474
  "disabled": false,
11374
11475
  "document": "自定义 HTTP 服务的配置信息,不填保持原有配置。 ",
@@ -13333,6 +13434,16 @@
13333
13434
  "type": "int",
13334
13435
  "value_allowed_null": false
13335
13436
  },
13437
+ {
13438
+ "disabled": false,
13439
+ "document": "日志投递的输出格式。出参为 null 时表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
13440
+ "example": "无",
13441
+ "member": "LogFormat",
13442
+ "name": "LogFormat",
13443
+ "output_required": false,
13444
+ "type": "object",
13445
+ "value_allowed_null": true
13446
+ },
13336
13447
  {
13337
13448
  "disabled": false,
13338
13449
  "document": "CLS 的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -14857,17 +14968,7 @@
14857
14968
  "example": "20g9wz8m9mgx",
14858
14969
  "member": "string",
14859
14970
  "name": "JobId",
14860
- "required": true,
14861
- "type": "string",
14862
- "value_allowed_null": false
14863
- },
14864
- {
14865
- "disabled": false,
14866
- "document": "状态。",
14867
- "example": "状态",
14868
- "member": "string",
14869
- "name": "Status",
14870
- "required": true,
14971
+ "output_required": true,
14871
14972
  "type": "string",
14872
14973
  "value_allowed_null": false
14873
14974
  },
@@ -14877,7 +14978,7 @@
14877
14978
  "example": "http://www.qq.com",
14878
14979
  "member": "string",
14879
14980
  "name": "Target",
14880
- "required": true,
14981
+ "output_required": true,
14881
14982
  "type": "string",
14882
14983
  "value_allowed_null": false
14883
14984
  },
@@ -14887,7 +14988,17 @@
14887
14988
  "example": "purge_url",
14888
14989
  "member": "string",
14889
14990
  "name": "Type",
14890
- "required": true,
14991
+ "output_required": true,
14992
+ "type": "string",
14993
+ "value_allowed_null": false
14994
+ },
14995
+ {
14996
+ "disabled": false,
14997
+ "document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li> failed:失败;</li>\n<li>timeout:超时。</li>",
14998
+ "example": "状态",
14999
+ "member": "string",
15000
+ "name": "Status",
15001
+ "output_required": true,
14891
15002
  "type": "string",
14892
15003
  "value_allowed_null": false
14893
15004
  },
@@ -14897,7 +15008,7 @@
14897
15008
  "example": "2022-02-09T02:28:43Z",
14898
15009
  "member": "datetime_iso",
14899
15010
  "name": "CreateTime",
14900
- "required": true,
15011
+ "output_required": true,
14901
15012
  "type": "string",
14902
15013
  "value_allowed_null": false
14903
15014
  },
@@ -14907,7 +15018,7 @@
14907
15018
  "example": "2022-02-09T02:28:43Z",
14908
15019
  "member": "datetime_iso",
14909
15020
  "name": "UpdateTime",
14910
- "required": true,
15021
+ "output_required": true,
14911
15022
  "type": "string",
14912
15023
  "value_allowed_null": false
14913
15024
  }
@@ -575,8 +575,8 @@
575
575
  "DescribeRealtimeLogDeliveryTasks": [
576
576
  {
577
577
  "document": "查询指定 zone-id 下的所有实时日志投递任务信息。",
578
- "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRealtimeLogDeliveryTasks\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2o7b38ba1hvr\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
579
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RealtimeLogDeliveryTasks\": [\n {\n \"TaskId\": \"57f6ebaa-f952-4ebf-8105-8071d1c59dde\",\n \"TaskName\": \"test_log_task\",\n \"DeliveryStatus\": \"enabled\",\n \"TaskType\": \"cls\",\n \"EntityList\": [\n \"domain.example.com\"\n ],\n \"LogType\": \"domain\",\n \"Area\": \"overseas\",\n \"Fields\": [\n \"RequestID\",\n \"ClientIP\",\n \"ClientRegion\"\n ],\n \"CustomFields\": [],\n \"DeliveryConditions\": [],\n \"Sample\": 1000,\n \"CLS\": {\n \"LogSetId\": \"288f187c-c3ef-4479-a086-b9465a1243cb\",\n \"LogSetRegion\": \"ap-guangzhou\",\n \"TopicId\": \"0e23008b-c0ed-4d98-a77c-bdc65dfe3731\"\n },\n \"CustomEndpoint\": null,\n \"S3\": null,\n \"CreateTime\": \"2023-12-22T15:27:53+00:00\",\n \"UpdateTime\": \"2023-12-22T15:30:07+00:00\"\n }\n ],\n \"RequestId\": \"f025c1f0-cb83-41b1-bb7d-565af7e28479\"\n }\n}",
578
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRealtimeLogDeliveryTasks\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2ur49nglp1a2\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
579
+ "output": "{\n \"Response\": {\n \"RealtimeLogDeliveryTasks\": [\n {\n \"Area\": \"overseas\",\n \"CLS\": {\n \"LogSetId\": \"980611e5-3eb2-430f-a0cc-e1c4e84a9e40\",\n \"LogSetRegion\": \"ap-guangzhou\",\n \"TopicId\": \"d258c060-dc6e-4586-8b7c-6a951667fa7a\"\n },\n \"CreateTime\": \"2024-03-26T03:00:39+08:00\",\n \"CustomEndpoint\": null,\n \"CustomFields\": [],\n \"DeliveryConditions\": [],\n \"DeliveryStatus\": \"enabled\",\n \"EntityList\": [\n \"qqqq.loliyu.com\"\n ],\n \"Fields\": [\n \"RequestID\",\n \"ClientIP\",\n \"ClientRegion\",\n \"RequestTime\",\n \"RequestHost\",\n \"RequestBytes\",\n \"RequestMethod\",\n \"RequestUrl\",\n \"RequestUrlQueryString\",\n \"RequestUA\",\n \"RequestRange\",\n \"RequestReferer\",\n \"RequestProtocol\",\n \"RemotePort\",\n \"EdgeCacheStatus\",\n \"EdgeResponseStatusCode\",\n \"EdgeResponseBytes\",\n \"EdgeResponseTime\",\n \"EdgeInternalTime\",\n \"ClientState\",\n \"ClientISP\",\n \"EdgeServerID\",\n \"EdgeServerIP\"\n ],\n \"LogFormat\": null,\n \"LogType\": \"domain\",\n \"S3\": null,\n \"Sample\": 0,\n \"TaskId\": \"f0e1686a-1c4e-4f15-967b-5afb2a0803ea\",\n \"TaskName\": \"ccc\",\n \"TaskType\": \"cls\",\n \"UpdateTime\": \"2024-03-26T03:10:13+08:00\"\n }\n ],\n \"RequestId\": \"05205d07-f582-444d-b558-b338a3f68857\",\n \"TotalCount\": 1\n }\n}",
580
580
  "title": "查询某个站点下的所有实时日志投递任务信息"
581
581
  },
582
582
  {
@@ -98,7 +98,7 @@
98
98
  },
99
99
  {
100
100
  "disabled": false,
101
- "document": "需要翻译文件url,文件需小于100MB。",
101
+ "document": "需要翻译文件url,文件限制如下:docx/xIsx/html/markdown文件不超过800万字符,doc/pdf/pptx文件不超过300页,txt/po文件不超过10MB,pdf/docx/pptx/xlsx不超过40MB",
102
102
  "example": "http://test.com",
103
103
  "member": "string",
104
104
  "name": "Url",
@@ -409,7 +409,7 @@
409
409
  "DescribeIpAccessControl": {
410
410
  "document": "Waf ip黑白名单查询",
411
411
  "input": "DescribeIpAccessControlRequest",
412
- "name": "Waf ip黑白名单查询",
412
+ "name": "Waf IP黑白名单查询",
413
413
  "output": "DescribeIpAccessControlResponse",
414
414
  "status": "online"
415
415
  },
@@ -14637,7 +14637,7 @@
14637
14637
  },
14638
14638
  {
14639
14639
  "disabled": false,
14640
- "document": "WEB 安全模块开关,0或1",
14640
+ "document": "Web 安全模块开关,0或1",
14641
14641
  "example": "1",
14642
14642
  "member": "uint64",
14643
14643
  "name": "WebSecurity",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1098.1
3
+ Version: 3.0.1099.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1098
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1099
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介