tccli 3.0.1395.1__py2.py3-none-any.whl → 3.0.1396.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.
Files changed (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +3 -3
  3. tccli/services/cdn/cdn_client.py +4 -163
  4. tccli/services/cdn/v20180606/api.json +0 -297
  5. tccli/services/cdn/v20180606/examples.json +0 -24
  6. tccli/services/ckafka/v20190819/api.json +1 -1
  7. tccli/services/ckafka/v20190819/examples.json +1 -1
  8. tccli/services/essbasic/v20210526/examples.json +2 -2
  9. tccli/services/iai/v20180301/api.json +49 -49
  10. tccli/services/iai/v20180301/examples.json +7 -7
  11. tccli/services/iai/v20200303/api.json +3 -3
  12. tccli/services/iai/v20200303/examples.json +1 -1
  13. tccli/services/iotexplorer/v20190423/api.json +18 -0
  14. tccli/services/lcic/v20220817/api.json +6 -6
  15. tccli/services/lke/lke_client.py +0 -106
  16. tccli/services/lke/v20231130/api.json +0 -106
  17. tccli/services/lke/v20231130/examples.json +0 -16
  18. tccli/services/mongodb/v20190725/api.json +38 -36
  19. tccli/services/mongodb/v20190725/examples.json +3 -3
  20. tccli/services/mps/mps_client.py +220 -8
  21. tccli/services/mps/v20190612/api.json +420 -3
  22. tccli/services/mps/v20190612/examples.json +50 -0
  23. tccli/services/redis/v20180412/api.json +4 -4
  24. tccli/services/tcss/v20201101/api.json +21 -1
  25. tccli/services/teo/v20220901/api.json +10 -0
  26. tccli/services/trtc/v20190722/api.json +10 -10
  27. tccli/services/tse/v20201207/api.json +39 -1
  28. tccli/services/tse/v20201207/examples.json +3 -3
  29. tccli/services/vpc/v20170312/api.json +1 -1
  30. tccli/services/waf/v20180125/api.json +792 -142
  31. tccli/services/waf/v20180125/examples.json +1 -1
  32. {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/METADATA +2 -2
  33. {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/RECORD +36 -36
  34. {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1395.1'
1
+ __version__ = '3.0.1396.1'
@@ -8,7 +8,7 @@
8
8
  "status": "online"
9
9
  },
10
10
  "QueryHunyuanTo3DProJob": {
11
- "document": "混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。\n默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
11
+ "document": "混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。\n默认提供3个并发,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
12
12
  "input": "QueryHunyuanTo3DProJobRequest",
13
13
  "name": "查询混元生3D专业版任务",
14
14
  "output": "QueryHunyuanTo3DProJobResponse",
@@ -29,7 +29,7 @@
29
29
  "status": "online"
30
30
  },
31
31
  "SubmitHunyuanTo3DProJob": {
32
- "document": "混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。\n默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
32
+ "document": "混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。\n默认提供3个并发,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
33
33
  "input": "SubmitHunyuanTo3DProJobRequest",
34
34
  "name": "提交混元生3D专业版任务",
35
35
  "output": "SubmitHunyuanTo3DProJobResponse",
@@ -431,7 +431,7 @@
431
431
  },
432
432
  {
433
433
  "disabled": false,
434
- "document": "生成任务类型,默认Normal,参考值:\nNormal:可生成带纹理的几何模型。\nLowPoly:可生成智能减面后的模型。\nGeometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。\nSketch:可输入草图或线稿图生成模型。",
434
+ "document": "生成任务类型,默认Normal,参考值:\nNormal:可生成带纹理的几何模型。\nLowPoly:可生成智能减面后的模型。\nGeometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。\nSketch:可输入草图或线稿图生成模型,此模式下prompt和ImageUrl/ImageBase64可一起输入。",
435
435
  "example": "Normal",
436
436
  "member": "string",
437
437
  "name": "GenerateType",
@@ -693,7 +693,7 @@ def doDescribeCdnData(args, parsed_globals):
693
693
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
694
694
 
695
695
 
696
- def doDisableCaches(args, parsed_globals):
696
+ def doDescribeHttpsPackages(args, parsed_globals):
697
697
  g_param = parse_global_arg(parsed_globals)
698
698
 
699
699
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -722,11 +722,11 @@ def doDisableCaches(args, parsed_globals):
722
722
  client = mod.CdnClient(cred, g_param[OptionsDefine.Region], profile)
723
723
  client._sdkVersion += ("_CLI_" + __version__)
724
724
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
725
- model = models.DisableCachesRequest()
725
+ model = models.DescribeHttpsPackagesRequest()
726
726
  model.from_json_string(json.dumps(args))
727
727
  start_time = time.time()
728
728
  while True:
729
- rsp = client.DisableCaches(model)
729
+ rsp = client.DescribeHttpsPackages(model)
730
730
  result = rsp.to_json_string()
731
731
  try:
732
732
  json_obj = json.loads(result)
@@ -1733,58 +1733,6 @@ def doDescribePurgeTasks(args, parsed_globals):
1733
1733
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1734
1734
 
1735
1735
 
1736
- def doDescribeHttpsPackages(args, parsed_globals):
1737
- g_param = parse_global_arg(parsed_globals)
1738
-
1739
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1740
- cred = credential.CVMRoleCredential()
1741
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1742
- cred = credential.STSAssumeRoleCredential(
1743
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1744
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1745
- )
1746
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
1747
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1748
- else:
1749
- cred = credential.Credential(
1750
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1751
- )
1752
- http_profile = HttpProfile(
1753
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1754
- reqMethod="POST",
1755
- endpoint=g_param[OptionsDefine.Endpoint],
1756
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1757
- )
1758
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1759
- if g_param[OptionsDefine.Language]:
1760
- profile.language = g_param[OptionsDefine.Language]
1761
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1762
- client = mod.CdnClient(cred, g_param[OptionsDefine.Region], profile)
1763
- client._sdkVersion += ("_CLI_" + __version__)
1764
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
1765
- model = models.DescribeHttpsPackagesRequest()
1766
- model.from_json_string(json.dumps(args))
1767
- start_time = time.time()
1768
- while True:
1769
- rsp = client.DescribeHttpsPackages(model)
1770
- result = rsp.to_json_string()
1771
- try:
1772
- json_obj = json.loads(result)
1773
- except TypeError as e:
1774
- json_obj = json.loads(result.decode('utf-8')) # python3.3
1775
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1776
- break
1777
- cur_time = time.time()
1778
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1779
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1780
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1781
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1782
- else:
1783
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1784
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1785
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1786
-
1787
-
1788
1736
  def doDescribeUrlViolations(args, parsed_globals):
1789
1737
  g_param = parse_global_arg(parsed_globals)
1790
1738
 
@@ -2513,58 +2461,6 @@ def doListClsLogTopics(args, parsed_globals):
2513
2461
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2514
2462
 
2515
2463
 
2516
- def doGetDisableRecords(args, parsed_globals):
2517
- g_param = parse_global_arg(parsed_globals)
2518
-
2519
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
2520
- cred = credential.CVMRoleCredential()
2521
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
2522
- cred = credential.STSAssumeRoleCredential(
2523
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
2524
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
2525
- )
2526
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
2527
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
2528
- else:
2529
- cred = credential.Credential(
2530
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
2531
- )
2532
- http_profile = HttpProfile(
2533
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
2534
- reqMethod="POST",
2535
- endpoint=g_param[OptionsDefine.Endpoint],
2536
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2537
- )
2538
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2539
- if g_param[OptionsDefine.Language]:
2540
- profile.language = g_param[OptionsDefine.Language]
2541
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
2542
- client = mod.CdnClient(cred, g_param[OptionsDefine.Region], profile)
2543
- client._sdkVersion += ("_CLI_" + __version__)
2544
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
2545
- model = models.GetDisableRecordsRequest()
2546
- model.from_json_string(json.dumps(args))
2547
- start_time = time.time()
2548
- while True:
2549
- rsp = client.GetDisableRecords(model)
2550
- result = rsp.to_json_string()
2551
- try:
2552
- json_obj = json.loads(result)
2553
- except TypeError as e:
2554
- json_obj = json.loads(result.decode('utf-8')) # python3.3
2555
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
2556
- break
2557
- cur_time = time.time()
2558
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
2559
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
2560
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
2561
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
2562
- else:
2563
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
2564
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
2565
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2566
-
2567
-
2568
2464
  def doDeleteClsLogTopic(args, parsed_globals):
2569
2465
  g_param = parse_global_arg(parsed_globals)
2570
2466
 
@@ -2981,58 +2877,6 @@ def doUpdatePayType(args, parsed_globals):
2981
2877
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2982
2878
 
2983
2879
 
2984
- def doEnableCaches(args, parsed_globals):
2985
- g_param = parse_global_arg(parsed_globals)
2986
-
2987
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
2988
- cred = credential.CVMRoleCredential()
2989
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
2990
- cred = credential.STSAssumeRoleCredential(
2991
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
2992
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
2993
- )
2994
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
2995
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
2996
- else:
2997
- cred = credential.Credential(
2998
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
2999
- )
3000
- http_profile = HttpProfile(
3001
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
3002
- reqMethod="POST",
3003
- endpoint=g_param[OptionsDefine.Endpoint],
3004
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
3005
- )
3006
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
3007
- if g_param[OptionsDefine.Language]:
3008
- profile.language = g_param[OptionsDefine.Language]
3009
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
3010
- client = mod.CdnClient(cred, g_param[OptionsDefine.Region], profile)
3011
- client._sdkVersion += ("_CLI_" + __version__)
3012
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
3013
- model = models.EnableCachesRequest()
3014
- model.from_json_string(json.dumps(args))
3015
- start_time = time.time()
3016
- while True:
3017
- rsp = client.EnableCaches(model)
3018
- result = rsp.to_json_string()
3019
- try:
3020
- json_obj = json.loads(result)
3021
- except TypeError as e:
3022
- json_obj = json.loads(result.decode('utf-8')) # python3.3
3023
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
3024
- break
3025
- cur_time = time.time()
3026
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
3027
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
3028
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
3029
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
3030
- else:
3031
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
3032
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
3033
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3034
-
3035
-
3036
2880
  CLIENT_MAP = {
3037
2881
  "v20180606": cdn_client_v20180606,
3038
2882
 
@@ -3057,7 +2901,7 @@ ACTION_MAP = {
3057
2901
  "AddCdnDomain": doAddCdnDomain,
3058
2902
  "DescribeIpVisit": doDescribeIpVisit,
3059
2903
  "DescribeCdnData": doDescribeCdnData,
3060
- "DisableCaches": doDisableCaches,
2904
+ "DescribeHttpsPackages": doDescribeHttpsPackages,
3061
2905
  "DescribeDomains": doDescribeDomains,
3062
2906
  "CreateVerifyRecord": doCreateVerifyRecord,
3063
2907
  "SearchClsLog": doSearchClsLog,
@@ -3077,7 +2921,6 @@ ACTION_MAP = {
3077
2921
  "DescribeCdnIp": doDescribeCdnIp,
3078
2922
  "PurgePathCache": doPurgePathCache,
3079
2923
  "DescribePurgeTasks": doDescribePurgeTasks,
3080
- "DescribeHttpsPackages": doDescribeHttpsPackages,
3081
2924
  "DescribeUrlViolations": doDescribeUrlViolations,
3082
2925
  "PurgeUrlsCache": doPurgeUrlsCache,
3083
2926
  "DescribeTrafficPackages": doDescribeTrafficPackages,
@@ -3092,7 +2935,6 @@ ACTION_MAP = {
3092
2935
  "PushUrlsCache": doPushUrlsCache,
3093
2936
  "ListClsTopicDomains": doListClsTopicDomains,
3094
2937
  "ListClsLogTopics": doListClsLogTopics,
3095
- "GetDisableRecords": doGetDisableRecords,
3096
2938
  "DeleteClsLogTopic": doDeleteClsLogTopic,
3097
2939
  "DescribeCdnOriginIp": doDescribeCdnOriginIp,
3098
2940
  "DescribeBillingData": doDescribeBillingData,
@@ -3101,7 +2943,6 @@ ACTION_MAP = {
3101
2943
  "DescribeReportData": doDescribeReportData,
3102
2944
  "DescribeDistrictIspData": doDescribeDistrictIspData,
3103
2945
  "UpdatePayType": doUpdatePayType,
3104
- "EnableCaches": doEnableCaches,
3105
2946
 
3106
2947
  }
3107
2948
 
@@ -238,13 +238,6 @@
238
238
  "output": "DescribeUrlViolationsResponse",
239
239
  "status": "online"
240
240
  },
241
- "DisableCaches": {
242
- "document": "### <font color=red>**该接口已废弃** </font><br>\nDisableCaches 用于禁用 CDN 上指定 URL 的访问,禁用完成后,中国境内访问会直接返回 403。",
243
- "input": "DisableCachesRequest",
244
- "name": "禁用 URL(已废弃)",
245
- "output": "DisableCachesResponse",
246
- "status": "online"
247
- },
248
241
  "DisableClsLogTopic": {
249
242
  "document": "DisableClsLogTopic 用于停止日志主题投递。注意:停止后,所有绑定该日志主题域名的日志将不再继续投递至该主题,已经投递的日志将会继续保留。生效时间约为 5~15 分钟。\n",
250
243
  "input": "DisableClsLogTopicRequest",
@@ -259,13 +252,6 @@
259
252
  "output": "DuplicateDomainConfigResponse",
260
253
  "status": "online"
261
254
  },
262
- "EnableCaches": {
263
- "document": "### <font color=red>**该接口已废弃** </font><br>\nEnableCaches 用于解禁手工封禁的 URL,解禁成功后,全网生效时间约 5~10 分钟。",
264
- "input": "EnableCachesRequest",
265
- "name": "解禁 URL(已废弃)",
266
- "output": "EnableCachesResponse",
267
- "status": "online"
268
- },
269
255
  "EnableClsLogTopic": {
270
256
  "document": "EnableClsLogTopic 用于启动日志主题投递。注意:启动后,所有绑定该日志主题域名的日志将继续投递至该主题。生效时间约为 5~15 分钟。",
271
257
  "input": "EnableClsLogTopicRequest",
@@ -273,13 +259,6 @@
273
259
  "output": "EnableClsLogTopicResponse",
274
260
  "status": "online"
275
261
  },
276
- "GetDisableRecords": {
277
- "document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nGetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。",
278
- "input": "GetDisableRecordsRequest",
279
- "name": "禁用历史查询(已废弃)",
280
- "output": "GetDisableRecordsResponse",
281
- "status": "deprecated"
282
- },
283
262
  "ListClsLogTopics": {
284
263
  "document": "ListClsLogTopics 用于显示日志主题列表。注意:一个日志集下至多含10个日志主题。",
285
264
  "input": "ListClsLogTopicsRequest",
@@ -2691,32 +2670,6 @@
2691
2670
  ],
2692
2671
  "usage": "both"
2693
2672
  },
2694
- "CacheOptResult": {
2695
- "document": "违规资源封禁/解封返回类型",
2696
- "members": [
2697
- {
2698
- "disabled": false,
2699
- "document": "成功的url列表\n注意:此字段可能返回 null,表示取不到有效值。",
2700
- "example": "https://qq.com/SuccessUrls",
2701
- "member": "string",
2702
- "name": "SuccessUrls",
2703
- "output_required": true,
2704
- "type": "list",
2705
- "value_allowed_null": true
2706
- },
2707
- {
2708
- "disabled": false,
2709
- "document": "失败的url列表\n注意:此字段可能返回 null,表示取不到有效值。",
2710
- "example": "https://qq.com/FailUrls",
2711
- "member": "string",
2712
- "name": "FailUrls",
2713
- "output_required": true,
2714
- "type": "list",
2715
- "value_allowed_null": true
2716
- }
2717
- ],
2718
- "usage": "out"
2719
- },
2720
2673
  "CacheTagKey": {
2721
2674
  "document": "组成CacheKey的一部分",
2722
2675
  "members": [
@@ -6775,53 +6728,6 @@
6775
6728
  ],
6776
6729
  "usage": "out"
6777
6730
  },
6778
- "DisableCachesRequest": {
6779
- "document": "DisableCaches请求参数结构体",
6780
- "members": [
6781
- {
6782
- "disabled": false,
6783
- "document": "禁用的 URL 列表(分协议生效,必须包含http://或https://)\n每次最多可提交 100 条,每日最多可提交 3000 条",
6784
- "example": "http://www.test.com/1.txt",
6785
- "member": "string",
6786
- "name": "Urls",
6787
- "required": true,
6788
- "type": "list"
6789
- }
6790
- ],
6791
- "type": "object"
6792
- },
6793
- "DisableCachesResponse": {
6794
- "document": "DisableCaches返回参数结构体",
6795
- "members": [
6796
- {
6797
- "disabled": false,
6798
- "document": "提交结果",
6799
- "example": "无",
6800
- "member": "CacheOptResult",
6801
- "name": "CacheOptResult",
6802
- "output_required": true,
6803
- "type": "object",
6804
- "value_allowed_null": false
6805
- },
6806
- {
6807
- "disabled": false,
6808
- "document": "任务ID",
6809
- "example": "9597132570124",
6810
- "member": "string",
6811
- "name": "TaskId",
6812
- "output_required": true,
6813
- "type": "string",
6814
- "value_allowed_null": false
6815
- },
6816
- {
6817
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6818
- "member": "string",
6819
- "name": "RequestId",
6820
- "type": "string"
6821
- }
6822
- ],
6823
- "type": "object"
6824
- },
6825
6731
  "DisableClsLogTopicRequest": {
6826
6732
  "document": "DisableClsLogTopic请求参数结构体",
6827
6733
  "members": [
@@ -7286,62 +7192,6 @@
7286
7192
  ],
7287
7193
  "usage": "out"
7288
7194
  },
7289
- "EnableCachesRequest": {
7290
- "document": "EnableCaches请求参数结构体",
7291
- "members": [
7292
- {
7293
- "disabled": false,
7294
- "document": "解封 URL 列表",
7295
- "example": "[\"http:\\/\\/example.com\\/path\\/to.jpg\\r\\n\"]",
7296
- "member": "string",
7297
- "name": "Urls",
7298
- "required": true,
7299
- "type": "list"
7300
- },
7301
- {
7302
- "disabled": false,
7303
- "document": "URL封禁日期",
7304
- "example": "2021-06-01",
7305
- "member": "date",
7306
- "name": "Date",
7307
- "required": false,
7308
- "type": "string"
7309
- }
7310
- ],
7311
- "type": "object"
7312
- },
7313
- "EnableCachesResponse": {
7314
- "document": "EnableCaches返回参数结构体",
7315
- "members": [
7316
- {
7317
- "disabled": false,
7318
- "document": "结果列表",
7319
- "example": "无",
7320
- "member": "CacheOptResult",
7321
- "name": "CacheOptResult",
7322
- "output_required": true,
7323
- "type": "object",
7324
- "value_allowed_null": false
7325
- },
7326
- {
7327
- "disabled": false,
7328
- "document": "任务ID",
7329
- "example": "1632627566746100176",
7330
- "member": "string",
7331
- "name": "TaskId",
7332
- "output_required": true,
7333
- "type": "string",
7334
- "value_allowed_null": false
7335
- },
7336
- {
7337
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7338
- "member": "string",
7339
- "name": "RequestId",
7340
- "type": "string"
7341
- }
7342
- ],
7343
- "type": "object"
7344
- },
7345
7195
  "EnableClsLogTopicRequest": {
7346
7196
  "document": "EnableClsLogTopic请求参数结构体",
7347
7197
  "members": [
@@ -7556,107 +7406,6 @@
7556
7406
  ],
7557
7407
  "usage": "both"
7558
7408
  },
7559
- "GetDisableRecordsRequest": {
7560
- "document": "GetDisableRecords请求参数结构体",
7561
- "members": [
7562
- {
7563
- "disabled": false,
7564
- "document": "指定 URL 查询",
7565
- "example": "http://www.test.com/1.txt",
7566
- "member": "string",
7567
- "name": "Url",
7568
- "required": false,
7569
- "type": "string"
7570
- },
7571
- {
7572
- "disabled": false,
7573
- "document": "开始时间,如:2018-12-12 10:24:00。",
7574
- "example": "2021-02-01 00:00:00",
7575
- "member": "datetime",
7576
- "name": "StartTime",
7577
- "required": false,
7578
- "type": "string"
7579
- },
7580
- {
7581
- "disabled": false,
7582
- "document": "结束时间,如:2018-12-14 10:24:00。",
7583
- "example": "2021-02-01 23:59:59",
7584
- "member": "datetime",
7585
- "name": "EndTime",
7586
- "required": false,
7587
- "type": "string"
7588
- },
7589
- {
7590
- "disabled": false,
7591
- "document": "URL 当前状态\ndisable:当前仍为禁用状态,访问返回 403\nenable:当前为可用状态,已解禁,可正常访问",
7592
- "example": "disable",
7593
- "member": "string",
7594
- "name": "Status",
7595
- "required": false,
7596
- "type": "string"
7597
- },
7598
- {
7599
- "disabled": false,
7600
- "document": "分页查询偏移量,默认为 0",
7601
- "example": "0",
7602
- "member": "int64",
7603
- "name": "Offset",
7604
- "required": false,
7605
- "type": "int"
7606
- },
7607
- {
7608
- "disabled": false,
7609
- "document": "分页查询限制数目,默认为20。",
7610
- "example": "100",
7611
- "member": "int64",
7612
- "name": "Limit",
7613
- "required": false,
7614
- "type": "int"
7615
- },
7616
- {
7617
- "disabled": false,
7618
- "document": "任务ID,任务ID和起始时间需要至少填写一项。",
7619
- "example": "364332106815435411",
7620
- "member": "string",
7621
- "name": "TaskId",
7622
- "required": false,
7623
- "type": "string"
7624
- }
7625
- ],
7626
- "type": "object"
7627
- },
7628
- "GetDisableRecordsResponse": {
7629
- "document": "GetDisableRecords返回参数结构体",
7630
- "members": [
7631
- {
7632
- "disabled": false,
7633
- "document": "封禁历史记录",
7634
- "example": "无",
7635
- "member": "UrlRecord",
7636
- "name": "UrlRecordList",
7637
- "output_required": true,
7638
- "type": "list",
7639
- "value_allowed_null": false
7640
- },
7641
- {
7642
- "disabled": false,
7643
- "document": "任务总数,用于分页",
7644
- "example": "1",
7645
- "member": "int64",
7646
- "name": "TotalCount",
7647
- "output_required": true,
7648
- "type": "int",
7649
- "value_allowed_null": false
7650
- },
7651
- {
7652
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7653
- "member": "string",
7654
- "name": "RequestId",
7655
- "type": "string"
7656
- }
7657
- ],
7658
- "type": "object"
7659
- },
7660
7409
  "GuetzliAdapter": {
7661
7410
  "document": "图片优化-GuetzliAdapter配置",
7662
7411
  "members": [
@@ -13769,52 +13518,6 @@
13769
13518
  ],
13770
13519
  "type": "object"
13771
13520
  },
13772
- "UrlRecord": {
13773
- "document": "封禁url的详细信息",
13774
- "members": [
13775
- {
13776
- "disabled": false,
13777
- "document": "状态(disable表示封禁,enable表示解封)\n注意:此字段可能返回 null,表示取不到有效值。",
13778
- "example": "disable",
13779
- "member": "string",
13780
- "name": "Status",
13781
- "output_required": true,
13782
- "type": "string",
13783
- "value_allowed_null": true
13784
- },
13785
- {
13786
- "disabled": false,
13787
- "document": "对应的url\n注意:此字段可能返回 null,表示取不到有效值。",
13788
- "example": "https://qq.com/disable",
13789
- "member": "string",
13790
- "name": "RealUrl",
13791
- "output_required": true,
13792
- "type": "string",
13793
- "value_allowed_null": true
13794
- },
13795
- {
13796
- "disabled": false,
13797
- "document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
13798
- "example": "2023-06-28 17:02:24",
13799
- "member": "string",
13800
- "name": "CreateTime",
13801
- "output_required": true,
13802
- "type": "string",
13803
- "value_allowed_null": true
13804
- },
13805
- {
13806
- "disabled": false,
13807
- "document": "更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
13808
- "example": "2023-06-28 17:02:24",
13809
- "member": "string",
13810
- "name": "UpdateTime",
13811
- "output_required": true,
13812
- "type": "string",
13813
- "value_allowed_null": true
13814
- }
13815
- ],
13816
- "usage": "out"
13817
- },
13818
13521
  "UrlRedirect": {
13819
13522
  "document": "访问URL重写配置",
13820
13523
  "members": [
@@ -272,14 +272,6 @@
272
272
  "title": "违规历史查询"
273
273
  }
274
274
  ],
275
- "DisableCaches": [
276
- {
277
- "document": "",
278
- "input": "https://cdn.tencentcloudapi.com/?Action=DisableCaches\n&Urls.0=http://example.com/path/to.jpg\n&<公共请求参数>",
279
- "output": "{\n \"Response\": {\n \"RequestId\": \"f13cf55b-69e6-4937-8856-bd8965beea8c\",\n \"CacheOptResult\": {\n \"SuccessUrls\": [\n \"http://example.com/path/to.jpg\"\n ],\n \"FailUrls\": []\n },\n \"TaskId\": \"9597132570124\"\n }\n}",
280
- "title": "封禁示例"
281
- }
282
- ],
283
275
  "DisableClsLogTopic": [
284
276
  {
285
277
  "document": "",
@@ -296,14 +288,6 @@
296
288
  "title": "拷贝参考域名的配置至新域名"
297
289
  }
298
290
  ],
299
- "EnableCaches": [
300
- {
301
- "document": "",
302
- "input": "https://cdn.tencentcloudapi.com/?Action=EnableCaches\n&Urls.0=http://example.com/path/to.jpg\n&<公共请求参数>",
303
- "output": "{\n \"Response\": {\n \"RequestId\": \"asdasdascsa721d8ha8chsa\",\n \"CacheOptResult\": {\n \"FailUrls\": [],\n \"SuccessUrls\": [\n \"http://example.com/path/to.jpg\"\n ]\n },\n \"TaskId\": \"1632627566746100176\"\n }\n}",
304
- "title": "解封示例"
305
- }
306
- ],
307
291
  "EnableClsLogTopic": [
308
292
  {
309
293
  "document": "",
@@ -312,14 +296,6 @@
312
296
  "title": "启动日志主题投递"
313
297
  }
314
298
  ],
315
- "GetDisableRecords": [
316
- {
317
- "document": "",
318
- "input": "https://cdn.tencentcloudapi.com/?Action=GetDisableRecords\n&StartTime=2018-12-12 10:24:00\n&EndTime=2018-12-14 10:24:00\n&<公共请求参数>",
319
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"RequestId\": \"f13cf55b-69e6-4937-8856-bd8965beea8c\",\n \"UrlRecordList\": [\n {\n \"Status\": \"enable\",\n \"RealUrl\": \"https://www.example.com/7349199.txt\",\n \"CreateTime\": \"2018-12-13 12:25:07\",\n \"UpdateTime\": \"2018-12-13 12:25:07\"\n },\n {\n \"Status\": \"disable\",\n \"RealUrl\": \"http://www.example.com/v1/example1.jpg\",\n \"CreateTime\": \"2018-12-13 14:40:59\",\n \"UpdateTime\": \"2018-12-13 14:40:59\"\n }\n ]\n }\n}",
320
- "title": "获取示例"
321
- }
322
- ],
323
299
  "ListClsLogTopics": [
324
300
  {
325
301
  "document": "",
@@ -16346,7 +16346,7 @@
16346
16346
  },
16347
16347
  {
16348
16348
  "disabled": false,
16349
- "document": "vip网络类型(1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(idc 环境) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(cvm 环境)",
16349
+ "document": "路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)",
16350
16350
  "example": "1",
16351
16351
  "member": "int64",
16352
16352
  "name": "VipType",