tccli 3.0.1098.1__py2.py3-none-any.whl → 3.0.1100.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 (109) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cfw/v20190904/DescribeIPStatusList.md +4 -4
  3. tccli/examples/cls/v20201016/CreateCosRecharge.md +4 -4
  4. tccli/examples/cls/v20201016/CreateDashboardSubscribe.md +18 -0
  5. tccli/examples/cls/v20201016/DeleteDashboardSubscribe.md +18 -0
  6. tccli/examples/cls/v20201016/DescribeDashboardSubscribes.md +18 -0
  7. tccli/examples/cls/v20201016/ModifyCosRecharge.md +3 -3
  8. tccli/examples/cls/v20201016/ModifyDashboardSubscribe.md +18 -0
  9. tccli/examples/cls/v20201016/OpenKafkaConsumer.md +1 -1
  10. tccli/examples/cls/v20201016/SearchDashboardSubscribe.md +35 -0
  11. tccli/examples/cynosdb/v20190107/DescribeChangedParamsAfterUpgrade.md +31 -0
  12. tccli/examples/dlc/v20210125/CreateSparkSessionBatchSQL.md +1 -1
  13. tccli/examples/domain/v20180808/ModifyTemplate.md +73 -0
  14. tccli/examples/ess/v20201111/DescribeBatchOrganizationRegistrationUrls.md +27 -0
  15. tccli/examples/faceid/v20180301/GetFaceIdResult.md +3 -1
  16. tccli/examples/hunyuan/v20230901/ChatCompletions.md +183 -0
  17. tccli/examples/hunyuan/v20230901/ChatPro.md +2 -2
  18. tccli/examples/ims/v20200713/ImageModeration.md +4 -1
  19. tccli/examples/lke/v20231130/GetEmbedding.md +1 -1
  20. tccli/examples/lke/v20231130/GetMsgRecord.md +4 -1
  21. tccli/examples/ocr/v20181119/RecognizeGeneralTextImageWarn.md +83 -0
  22. tccli/examples/rum/v20210622/CreateWhitelist.md +2 -2
  23. tccli/examples/rum/v20210622/DescribeRumGroupLog.md +3 -3
  24. tccli/examples/rum/v20210622/DescribeRumLogExport.md +6 -6
  25. tccli/examples/rum/v20210622/DescribeRumStatsLogList.md +2 -2
  26. tccli/examples/teo/v20220901/CreatePlan.md +47 -0
  27. tccli/examples/teo/v20220901/DescribeRealtimeLogDeliveryTasks.md +42 -21
  28. tccli/examples/teo/v20220901/DestroyPlan.md +20 -0
  29. tccli/examples/teo/v20220901/IncreasePlanQuota.md +46 -0
  30. tccli/examples/teo/v20220901/ModifyPlan.md +21 -0
  31. tccli/examples/teo/v20220901/RenewPlan.md +23 -0
  32. tccli/examples/teo/v20220901/UpgradePlan.md +23 -0
  33. tccli/examples/tione/v20191022/UpdateCodeRepository.md +1 -1
  34. tccli/examples/tke/v20180525/CheckInstancesUpgradeAble.md +15 -7
  35. tccli/examples/tke/v20180525/CreateCluster.md +58 -142
  36. tccli/examples/tke/v20180525/DescribeClusterNodePools.md +1 -0
  37. tccli/examples/tke/v20180525/GetUpgradeInstanceProgress.md +18 -19
  38. tccli/examples/tke/v20180525/ModifyClusterAuthenticationOptions.md +3 -0
  39. tccli/examples/tke/v20180525/ModifyNodePoolInstanceTypes.md +1 -1
  40. tccli/examples/tms/v20201229/AnswerQuestion.md +21 -0
  41. tccli/examples/vpc/v20170312/DescribeVpnGatewayRoutes.md +2 -1
  42. tccli/examples/vpc/v20170312/ModifyVpnGatewayRoutes.md +8 -4
  43. tccli/services/aiart/v20221229/api.json +5 -5
  44. tccli/services/ccc/v20200210/api.json +1 -1
  45. tccli/services/cfs/v20190719/api.json +27 -27
  46. tccli/services/cfw/v20190904/api.json +5 -5
  47. tccli/services/cfw/v20190904/examples.json +1 -1
  48. tccli/services/cloudstudio/v20230508/api.json +13 -4
  49. tccli/services/cls/cls_client.py +337 -72
  50. tccli/services/cls/v20201016/api.json +501 -66
  51. tccli/services/cls/v20201016/examples.json +45 -5
  52. tccli/services/cynosdb/cynosdb_client.py +53 -0
  53. tccli/services/cynosdb/v20190107/api.json +120 -2
  54. tccli/services/cynosdb/v20190107/examples.json +8 -0
  55. tccli/services/dcdb/v20180411/api.json +2 -2
  56. tccli/services/dlc/v20210125/api.json +14 -4
  57. tccli/services/dlc/v20210125/examples.json +1 -1
  58. tccli/services/domain/domain_client.py +53 -0
  59. tccli/services/domain/v20180808/api.json +62 -0
  60. tccli/services/domain/v20180808/examples.json +8 -0
  61. tccli/services/dts/v20211206/api.json +1 -1
  62. tccli/services/ess/ess_client.py +57 -4
  63. tccli/services/ess/v20201111/api.json +89 -1
  64. tccli/services/ess/v20201111/examples.json +8 -0
  65. tccli/services/essbasic/v20210526/api.json +1 -1
  66. tccli/services/faceid/v20180301/api.json +21 -1
  67. tccli/services/faceid/v20180301/examples.json +1 -1
  68. tccli/services/hunyuan/hunyuan_client.py +53 -0
  69. tccli/services/hunyuan/v20230901/api.json +165 -26
  70. tccli/services/hunyuan/v20230901/examples.json +33 -1
  71. tccli/services/ims/v20200713/api.json +13 -0
  72. tccli/services/ims/v20200713/examples.json +1 -1
  73. tccli/services/ims/v20201229/api.json +2 -1
  74. tccli/services/iotvideo/v20211125/api.json +15 -0
  75. tccli/services/lcic/v20220817/api.json +1 -1
  76. tccli/services/lke/lke_client.py +114 -8
  77. tccli/services/lke/v20231130/api.json +492 -0
  78. tccli/services/lke/v20231130/examples.json +18 -2
  79. tccli/services/mariadb/v20170312/api.json +2 -2
  80. tccli/services/monitor/v20180724/api.json +1 -1
  81. tccli/services/mps/v20190612/api.json +46 -1
  82. tccli/services/ocr/ocr_client.py +53 -0
  83. tccli/services/ocr/v20181119/api.json +156 -0
  84. tccli/services/ocr/v20181119/examples.json +8 -0
  85. tccli/services/rce/v20201103/api.json +9 -9
  86. tccli/services/rum/v20210622/api.json +37 -35
  87. tccli/services/rum/v20210622/examples.json +7 -7
  88. tccli/services/tdmq/v20200217/api.json +6 -6
  89. tccli/services/teo/teo_client.py +338 -20
  90. tccli/services/teo/v20220901/api.json +503 -18
  91. tccli/services/teo/v20220901/examples.json +62 -2
  92. tccli/services/tione/v20191022/api.json +6 -7
  93. tccli/services/tione/v20191022/examples.json +1 -1
  94. tccli/services/tione/v20211111/api.json +2 -0
  95. tccli/services/tke/v20180525/api.json +77 -93
  96. tccli/services/tke/v20180525/examples.json +7 -7
  97. tccli/services/tms/tms_client.py +53 -0
  98. tccli/services/tms/v20201229/api.json +44 -0
  99. tccli/services/tms/v20201229/examples.json +8 -0
  100. tccli/services/tmt/v20180321/api.json +1 -1
  101. tccli/services/tse/v20201207/api.json +49 -1
  102. tccli/services/vpc/v20170312/api.json +3 -0
  103. tccli/services/vpc/v20170312/examples.json +3 -3
  104. tccli/services/waf/v20180125/api.json +2 -2
  105. {tccli-3.0.1098.1.dist-info → tccli-3.0.1100.1.dist-info}/METADATA +2 -2
  106. {tccli-3.0.1098.1.dist-info → tccli-3.0.1100.1.dist-info}/RECORD +109 -92
  107. {tccli-3.0.1098.1.dist-info → tccli-3.0.1100.1.dist-info}/WHEEL +0 -0
  108. {tccli-3.0.1098.1.dist-info → tccli-3.0.1100.1.dist-info}/entry_points.txt +0 -0
  109. {tccli-3.0.1098.1.dist-info → tccli-3.0.1100.1.dist-info}/license_files/LICENSE +0 -0
@@ -91,6 +91,13 @@
91
91
  "output": "CreateOriginGroupResponse",
92
92
  "status": "online"
93
93
  },
94
+ "CreatePlan": {
95
+ "document": "若您需要使用 Edgeone 产品,您需要通过此接口创建计费套餐。\n> 创建套餐后,您需要通过 [CreateZone](https://cloud.tencent.com/document/product/1552/80719) 完成创建站点,绑定套餐的流程,Edgeone 才能正常提供服务。",
96
+ "input": "CreatePlanRequest",
97
+ "name": "创建套餐",
98
+ "output": "CreatePlanResponse",
99
+ "status": "online"
100
+ },
94
101
  "CreatePlanForZone": {
95
102
  "document": "为未购买套餐的站点购买套餐",
96
103
  "input": "CreatePlanForZoneRequest",
@@ -490,6 +497,13 @@
490
497
  "output": "DescribeZonesResponse",
491
498
  "status": "online"
492
499
  },
500
+ "DestroyPlan": {
501
+ "document": "当您需要停止 Edgeone 套餐的计费,可以通过该接口销毁计费套餐。\n> 销毁计费套餐需要满足以下条件:\n 1.套餐已过期(企业版套餐除外);\n 2.套餐下所有站点均已关闭或删除。\n\n> 站点状态可以通过 [查询站点列表](https://cloud.tencent.com/document/product/1552/80713) 接口进行查询\n停用站点可以通过 [切换站点状态](https://cloud.tencent.com/document/product/1552/80707) 接口将站点切换至关闭状态\n删除站点可以通过 [删除站点](https://cloud.tencent.com/document/product/1552/80717) 接口将站点删除",
502
+ "input": "DestroyPlanRequest",
503
+ "name": "销毁套餐",
504
+ "output": "DestroyPlanResponse",
505
+ "status": "online"
506
+ },
493
507
  "DownloadL4Logs": {
494
508
  "document": "本接口(DownloadL4Logs)用于下载四层离线日志。",
495
509
  "input": "DownloadL4LogsRequest",
@@ -511,6 +525,13 @@
511
525
  "output": "IdentifyZoneResponse",
512
526
  "status": "online"
513
527
  },
528
+ "IncreasePlanQuota": {
529
+ "document": "当您的套餐绑定的站点数,或配置的 Web 防护 - 自定义规则 - 精准匹配策略的规则数,或 Web 防护 - 速率限制 - 精准速率限制模块的规则数达到套餐允许的配额上限,可以通过该接口增购对应配额。\n> 该接口该仅支持企业版套餐。",
530
+ "input": "IncreasePlanQuotaRequest",
531
+ "name": "增购套餐配额",
532
+ "output": "IncreasePlanQuotaResponse",
533
+ "status": "online"
534
+ },
514
535
  "ModifyAccelerationDomain": {
515
536
  "document": "修改加速域名信息",
516
537
  "input": "ModifyAccelerationDomainRequest",
@@ -609,6 +630,13 @@
609
630
  "output": "ModifyOriginGroupResponse",
610
631
  "status": "online"
611
632
  },
633
+ "ModifyPlan": {
634
+ "document": "修改套餐配置。目前仅支持修改预付费套餐的自动续费开关。",
635
+ "input": "ModifyPlanRequest",
636
+ "name": "修改套餐配置",
637
+ "output": "ModifyPlanResponse",
638
+ "status": "online"
639
+ },
612
640
  "ModifyRealtimeLogDeliveryTask": {
613
641
  "document": "通过本接口修改实时日志投递任务配置。本接口有如下限制:<li>不支持修改实时日志投递任务目的地类型(TaskType);</li><li>不支持修改数据投递类型(LogType)</li><li>不支持修改数据投递区域(Area)</li><li>当原实时日志投递任务的目的地为腾讯云 CLS 时,不支持修改目的地详细配置,如日志集、日志主题。</li>",
614
642
  "input": "ModifyRealtimeLogDeliveryTaskRequest",
@@ -658,6 +686,20 @@
658
686
  "output": "ModifyZoneStatusResponse",
659
687
  "status": "online"
660
688
  },
689
+ "RenewPlan": {
690
+ "document": "当您的套餐需要延长有效期,可以通过该接口进行续费。套餐续费仅支持个人版,基础版,标准版套餐。\n> 费用详情可参考 [套餐费用](https://cloud.tencent.com/document/product/1552/94158)",
691
+ "input": "RenewPlanRequest",
692
+ "name": "续费套餐",
693
+ "output": "RenewPlanResponse",
694
+ "status": "online"
695
+ },
696
+ "UpgradePlan": {
697
+ "document": "当您需要使用高等级套餐才拥有的功能,可以通过本接口升级套餐,仅支持个人版,基础版套餐进行升级。\n> 不同类型 Edgeone 计费套餐区别参考 [Edgeone计费套餐选型对比](https://cloud.tencent.com/document/product/1552/94165)\n计费套餐升级规则以及资费详情参考 [Edgeone计费套餐升配说明](https://cloud.tencent.com/document/product/1552/95291)\n如果需要将套餐升级至企业版,请 [联系我们](https://cloud.tencent.com/online-service)",
698
+ "input": "UpgradePlanRequest",
699
+ "name": "升级套餐",
700
+ "output": "UpgradePlanResponse",
701
+ "status": "online"
702
+ },
661
703
  "VerifyOwnership": {
662
704
  "document": "在 CNAME 接入模式下,您需要对站点或者域名的归属权进行验证,可以通过本接口触发验证。若站点通过归属权验证后,后续添加域名无需再验证。详情参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789)。\n\n在 NS 接入模式下,您也可以通过本接口来查询 NS 服务器是否切换成功,详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。",
663
705
  "input": "VerifyOwnershipRequest",
@@ -3833,6 +3875,71 @@
3833
3875
  ],
3834
3876
  "type": "object"
3835
3877
  },
3878
+ "CreatePlanRequest": {
3879
+ "document": "CreatePlan请求参数结构体",
3880
+ "members": [
3881
+ {
3882
+ "disabled": false,
3883
+ "document": "订阅的套餐类型,取值有:<li> personal:个人版套餐,预付费套餐;</li><li> basic:基础版套餐,预付费套餐;</li><li> standard:标准版套餐,预付费套餐;</li><li> enterprise:企业版套餐,后付费套餐。</li>订阅预付费套餐时,请确保账号内有足够余额,余额不足会产生一个待支付的订单。\n计费概述参考 [Edgeone计费概述](https://cloud.tencent.com/document/product/1552/94156)\n不同套餐区别参考 [Edgeone计费套餐选型对比](https://cloud.tencent.com/document/product/1552/94165)",
3884
+ "example": "无",
3885
+ "member": "string",
3886
+ "name": "PlanType",
3887
+ "required": true,
3888
+ "type": "string"
3889
+ },
3890
+ {
3891
+ "disabled": false,
3892
+ "document": "是否自动使用代金券,取值有:<li> true:是;</li><li> false:否。</li>该参数仅在 PlanType 为 personal, basic, standard 时有效。\n不填写使用默认值 false。",
3893
+ "example": "无",
3894
+ "member": "string",
3895
+ "name": "AutoUseVoucher",
3896
+ "required": false,
3897
+ "type": "string"
3898
+ },
3899
+ {
3900
+ "disabled": false,
3901
+ "document": "订阅预付费套餐参数,PlanType 为 personal, basic, standard 时,可以选填该参数,用于传入套餐的订阅时长和是否开启自动续费。\n不填该参数时,默认开通套餐时长为 1 个月,不开启自动续费。",
3902
+ "example": "无",
3903
+ "member": "PrepaidPlanParam",
3904
+ "name": "PrepaidPlanParam",
3905
+ "required": false,
3906
+ "type": "object"
3907
+ }
3908
+ ],
3909
+ "type": "object"
3910
+ },
3911
+ "CreatePlanResponse": {
3912
+ "document": "CreatePlan返回参数结构体",
3913
+ "members": [
3914
+ {
3915
+ "disabled": false,
3916
+ "document": "套餐 ID,形如 edgeone-2unuvzjmmn2q。",
3917
+ "example": "edgeone-2unuvzjmmn2q",
3918
+ "member": "string",
3919
+ "name": "PlanId",
3920
+ "output_required": true,
3921
+ "type": "string",
3922
+ "value_allowed_null": false
3923
+ },
3924
+ {
3925
+ "disabled": false,
3926
+ "document": "订单号。",
3927
+ "example": "2024123412312312",
3928
+ "member": "string",
3929
+ "name": "DealName",
3930
+ "output_required": true,
3931
+ "type": "string",
3932
+ "value_allowed_null": false
3933
+ },
3934
+ {
3935
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3936
+ "member": "string",
3937
+ "name": "RequestId",
3938
+ "type": "string"
3939
+ }
3940
+ ],
3941
+ "type": "object"
3942
+ },
3836
3943
  "CreatePrefetchTaskRequest": {
3837
3944
  "document": "CreatePrefetchTask请求参数结构体",
3838
3945
  "members": [
@@ -4083,6 +4190,15 @@
4083
4190
  "required": false,
4084
4191
  "type": "int"
4085
4192
  },
4193
+ {
4194
+ "disabled": false,
4195
+ "document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
4196
+ "example": "无",
4197
+ "member": "LogFormat",
4198
+ "name": "LogFormat",
4199
+ "required": false,
4200
+ "type": "object"
4201
+ },
4086
4202
  {
4087
4203
  "disabled": false,
4088
4204
  "document": "CLS 的配置信息。当 TaskType 取值为 cls 时,该参数必填。",
@@ -4703,7 +4819,7 @@
4703
4819
  "members": [
4704
4820
  {
4705
4821
  "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。",
4822
+ "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
4823
  "example": "PLATFORM",
4708
4824
  "member": "string",
4709
4825
  "name": "LevelMainland",
@@ -4725,7 +4841,7 @@
4725
4841
  },
4726
4842
  {
4727
4843
  "disabled": false,
4728
- "document": "全球(除中国大陆以外)地区独立 DDoS 防护的规格。\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>ANYCAST300:开启独立 DDoS 防护,提供合计最大 300 Gbps 防护带宽;</li>\n<li>ANYCAST_ALLIN:开启独立 DDoS 防护,使用全部可用防护资源进行防护。</li>不填写参数时,取默认值 PLATFORM。",
4844
+ "document": "全球(除中国大陆以外)地区独立 DDoS 防护的规格。\n<li>PLATFORM:平台默认防护,即不开启独立 DDoS 防护;</li>\n<li>ANYCAST300:开启独立 DDoS 防护,提供 300 Gbps 防护带宽;</li>\n<li>ANYCAST_ALLIN:开启独立 DDoS 防护,使用全部可用防护资源进行防护。</li>不填写参数时,取默认值 PLATFORM。",
4729
4845
  "example": "ANYCAST_ALLIN",
4730
4846
  "member": "string",
4731
4847
  "name": "LevelOverseas",
@@ -5298,7 +5414,7 @@
5298
5414
  "members": [
5299
5415
  {
5300
5416
  "disabled": false,
5301
- "document": "日志过滤条件,详细的过滤条件如下:\n<li>EdgeResponseStatusCode:按照 EdgeOne 节点响应返回给客户端的状态码进行过滤。<br>   支持运算符:equal、great、less、great_equal、less_equal<br>   取值范围:任意大于等于 0 的整数</li>\n<li>OriginResponseStatusCode:按照源站响应状态码进行过滤。<br>   支持运算符:equal、great、less、great_equal、less_equal<br>   取值范围:任意大于等于 -1 的整数</li>\n<li>SecurityAction:按照请求命中安全规则后的最终处置动作进行过滤。<br>   支持运算符:equal<br>   可选项如下:<br>   -:未知/未命中<br>   Monitor:观察<br>   JSChallenge:JavaScript 挑战<br>   Deny:拦截<br>   Allow:放行<br>   BlockIP:IP 封禁<br>   Redirect:重定向<br>   ReturnCustomPage:返回自定义页面<br>   ManagedChallenge:托管挑战<br>   Silence:静默<br>   LongDelay:长时间等待后响应<br>   ShortDelay:短时间等待后响应</li>",
5417
+ "document": "日志过滤条件,详细的过滤条件如下:\n<li>EdgeResponseStatusCode:按照 EdgeOne 节点响应返回给客户端的状态码进行过滤。<br>   支持运算符:equal、great、less、great_equal、less_equal<br>   取值范围:任意大于等于 0 的整数</li>\n<li>OriginResponseStatusCode:按照源站响应状态码进行过滤。<br>   支持运算符:equal、great、less、great_equal、less_equal<br>   取值范围:任意大于等于 -1 的整数</li>\n<li>SecurityAction:按照请求命中安全规则后的最终处置动作进行过滤。<br>   支持运算符:equal<br>   可选项如下:<br>   -:未知/未命中<br>   Monitor:观察<br>   JSChallenge:JavaScript 挑战<br>   Deny:拦截<br>   Allow:放行<br>   BlockIP:IP 封禁<br>   Redirect:重定向<br>   ReturnCustomPage:返回自定义页面<br>   ManagedChallenge:托管挑战<br>   Silence:静默<br>   LongDelay:长时间等待后响应<br>   ShortDelay:短时间等待后响应</li>\n<li>SecurityModule:按照最终处置请求的安全模块名称进行过滤。<br>   支持运算符:equal<br>   可选项如下:<br>   -:未知/未命中<br>   CustomRule:Web防护 - 自定义规则<br>   RateLimitingCustomRule:Web防护 - 速率限制规则<br>   ManagedRule:Web防护 - 托管规则<br>   L7DDoS:Web防护 - CC攻击防护<br>   BotManagement:Bot管理 - Bot基础管理<br>   BotClientReputation:Bot管理 - 客户端画像分析<br>   BotBehaviorAnalysis:Bot管理 - Bot智能分析<br>   BotCustomRule:Bot管理 - 自定义Bot规则<br>   BotActiveDetection:Bot管理 - 主动特征识别</li>",
5302
5418
  "example": "无",
5303
5419
  "member": "QueryCondition",
5304
5420
  "name": "Conditions",
@@ -8221,6 +8337,33 @@
8221
8337
  ],
8222
8338
  "type": "object"
8223
8339
  },
8340
+ "DestroyPlanRequest": {
8341
+ "document": "DestroyPlan请求参数结构体",
8342
+ "members": [
8343
+ {
8344
+ "disabled": false,
8345
+ "document": "套餐 ID,形如 edgeone-2wdo315m2y4c。",
8346
+ "example": "edgeone-edgeone-2unuvzjmmn2q",
8347
+ "member": "string",
8348
+ "name": "PlanId",
8349
+ "required": true,
8350
+ "type": "string"
8351
+ }
8352
+ ],
8353
+ "type": "object"
8354
+ },
8355
+ "DestroyPlanResponse": {
8356
+ "document": "DestroyPlan返回参数结构体",
8357
+ "members": [
8358
+ {
8359
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8360
+ "member": "string",
8361
+ "name": "RequestId",
8362
+ "type": "string"
8363
+ }
8364
+ ],
8365
+ "type": "object"
8366
+ },
8224
8367
  "DetailHost": {
8225
8368
  "document": "域名配置信息",
8226
8369
  "members": [
@@ -9738,6 +9881,61 @@
9738
9881
  ],
9739
9882
  "usage": "both"
9740
9883
  },
9884
+ "IncreasePlanQuotaRequest": {
9885
+ "document": "IncreasePlanQuota请求参数结构体",
9886
+ "members": [
9887
+ {
9888
+ "disabled": false,
9889
+ "document": "套餐 ID, 形如 edgeone-2unuvzjmmn2q。",
9890
+ "example": "edgeone-2unuvzjmmn2q",
9891
+ "member": "string",
9892
+ "name": "PlanId",
9893
+ "required": true,
9894
+ "type": "string"
9895
+ },
9896
+ {
9897
+ "disabled": false,
9898
+ "document": "新增的套餐配额类型,取值有:<li> site:站点数;</li><li> precise_access_control_rule:Web 防护 - 自定义规则 - 精准匹配策略的规则配额;</li><li> rate_limiting_rule:Web 防护 - 速率限制 - 精准速率限制模块的规则配额。</li>",
9899
+ "example": "zone",
9900
+ "member": "string",
9901
+ "name": "QuotaType",
9902
+ "required": true,
9903
+ "type": "string"
9904
+ },
9905
+ {
9906
+ "disabled": false,
9907
+ "document": "新增的配额个数。单次新增的配额个数上限为 100。",
9908
+ "example": "1",
9909
+ "member": "int64",
9910
+ "name": "QuotaNumber",
9911
+ "required": true,
9912
+ "type": "int"
9913
+ }
9914
+ ],
9915
+ "type": "object"
9916
+ },
9917
+ "IncreasePlanQuotaResponse": {
9918
+ "document": "IncreasePlanQuota返回参数结构体",
9919
+ "members": [
9920
+ {
9921
+ "disabled": false,
9922
+ "document": "订单号。",
9923
+ "example": "20240312347001004723731",
9924
+ "member": "string",
9925
+ "name": "DealName",
9926
+ "output_required": true,
9927
+ "type": "string",
9928
+ "value_allowed_null": false
9929
+ },
9930
+ {
9931
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9932
+ "member": "string",
9933
+ "name": "RequestId",
9934
+ "type": "string"
9935
+ }
9936
+ ],
9937
+ "type": "object"
9938
+ },
9741
9939
  "IntelligenceRule": {
9742
9940
  "document": "智能分析规则",
9743
9941
  "members": [
@@ -10377,6 +10575,89 @@
10377
10575
  ],
10378
10576
  "usage": "out"
10379
10577
  },
10578
+ "LogFormat": {
10579
+ "document": "实时日志投递的输出格式。您可以直接通过 FormatType 参数使用指定预设日志输出格式(JSON Lines / csv),也可以在预设日志输出格式基础上,通过其他参数来自定义变体输出格式。",
10580
+ "members": [
10581
+ {
10582
+ "disabled": false,
10583
+ "document": "日志投递的预设输出格式类型,取值有:\n<li>json:使用预设日志输出格式 JSON Lines,单条日志中的字段以键值对方式呈现;</li>\n<li>csv:使用预设日志输出格式 csv,单条日志中仅呈现字段值,不呈现字段名称。</li>",
10584
+ "example": "json",
10585
+ "member": "string",
10586
+ "name": "FormatType",
10587
+ "output_required": true,
10588
+ "required": true,
10589
+ "type": "string",
10590
+ "value_allowed_null": false
10591
+ },
10592
+ {
10593
+ "disabled": false,
10594
+ "document": "在每个日志投递批次之前添加的字符串。每个日志投递批次可能包含多条日志记录。",
10595
+ "example": "{\"events\":[",
10596
+ "member": "string",
10597
+ "name": "BatchPrefix",
10598
+ "output_required": true,
10599
+ "required": false,
10600
+ "type": "string",
10601
+ "value_allowed_null": false
10602
+ },
10603
+ {
10604
+ "disabled": false,
10605
+ "document": "在每个日志投递批次后附加的字符串。",
10606
+ "example": "]}",
10607
+ "member": "string",
10608
+ "name": "BatchSuffix",
10609
+ "output_required": true,
10610
+ "required": false,
10611
+ "type": "string",
10612
+ "value_allowed_null": false
10613
+ },
10614
+ {
10615
+ "disabled": false,
10616
+ "document": "在每条日志记录之前添加的字符串。",
10617
+ "example": "{",
10618
+ "member": "string",
10619
+ "name": "RecordPrefix",
10620
+ "output_required": true,
10621
+ "required": false,
10622
+ "type": "string",
10623
+ "value_allowed_null": false
10624
+ },
10625
+ {
10626
+ "disabled": false,
10627
+ "document": "在每条日志记录后附加的字符串。",
10628
+ "example": "}",
10629
+ "member": "string",
10630
+ "name": "RecordSuffix",
10631
+ "output_required": true,
10632
+ "required": false,
10633
+ "type": "string",
10634
+ "value_allowed_null": false
10635
+ },
10636
+ {
10637
+ "disabled": false,
10638
+ "document": "插入日志记录之间作为分隔符的字符串,取值有:\n<li>\\n:换行符;</li>\n<li>\\t:制表符;</li>\n<li>,:半角逗号。</li>",
10639
+ "example": ",",
10640
+ "member": "string",
10641
+ "name": "RecordDelimiter",
10642
+ "output_required": true,
10643
+ "required": false,
10644
+ "type": "string",
10645
+ "value_allowed_null": false
10646
+ },
10647
+ {
10648
+ "disabled": false,
10649
+ "document": "单条日志记录内,插入字段之间作为分隔符的字符串,取值有:\n<li>\\t:制表符;</li>\n<li>,:半角逗号;</li>\n<li>;:半角分号。</li>",
10650
+ "example": ",",
10651
+ "member": "string",
10652
+ "name": "FieldDelimiter",
10653
+ "output_required": true,
10654
+ "required": false,
10655
+ "type": "string",
10656
+ "value_allowed_null": false
10657
+ }
10658
+ ],
10659
+ "usage": "both"
10660
+ },
10380
10661
  "MaxAge": {
10381
10662
  "document": "浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态",
10382
10663
  "members": [
@@ -11285,6 +11566,42 @@
11285
11566
  ],
11286
11567
  "type": "object"
11287
11568
  },
11569
+ "ModifyPlanRequest": {
11570
+ "document": "ModifyPlan请求参数结构体",
11571
+ "members": [
11572
+ {
11573
+ "disabled": false,
11574
+ "document": "套餐 ID,形如 edgeone-2unuvzjmmn2q。",
11575
+ "example": "edgeone-2unuvzjmmn2q",
11576
+ "member": "string",
11577
+ "name": "PlanId",
11578
+ "required": true,
11579
+ "type": "string"
11580
+ },
11581
+ {
11582
+ "disabled": false,
11583
+ "document": "预付费套餐自动续费配置。若开启了自动续费,则会在套餐到期前一天自动续费,仅支持个人版,基础版,标准版套餐。不填写表示保持原有配置。",
11584
+ "example": "无",
11585
+ "member": "RenewFlag",
11586
+ "name": "RenewFlag",
11587
+ "required": false,
11588
+ "type": "object"
11589
+ }
11590
+ ],
11591
+ "type": "object"
11592
+ },
11593
+ "ModifyPlanResponse": {
11594
+ "document": "ModifyPlan返回参数结构体",
11595
+ "members": [
11596
+ {
11597
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11598
+ "member": "string",
11599
+ "name": "RequestId",
11600
+ "type": "string"
11601
+ }
11602
+ ],
11603
+ "type": "object"
11604
+ },
11288
11605
  "ModifyRealtimeLogDeliveryTaskRequest": {
11289
11606
  "document": "ModifyRealtimeLogDeliveryTask请求参数结构体",
11290
11607
  "members": [
@@ -11369,6 +11686,15 @@
11369
11686
  "required": false,
11370
11687
  "type": "int"
11371
11688
  },
11689
+ {
11690
+ "disabled": false,
11691
+ "document": "日志投递的输出格式。不填保持原有配置。",
11692
+ "example": "无",
11693
+ "member": "LogFormat",
11694
+ "name": "LogFormat",
11695
+ "required": false,
11696
+ "type": "object"
11697
+ },
11372
11698
  {
11373
11699
  "disabled": false,
11374
11700
  "document": "自定义 HTTP 服务的配置信息,不填保持原有配置。 ",
@@ -12662,6 +12988,30 @@
12662
12988
  ],
12663
12989
  "usage": "both"
12664
12990
  },
12991
+ "PrepaidPlanParam": {
12992
+ "document": "预付费套餐计费参数",
12993
+ "members": [
12994
+ {
12995
+ "disabled": false,
12996
+ "document": "订阅预付费套餐的周期,单位:月,取值有:1,2,3,4,5,6,7,8,9,10,11,12,24,36。\n\n不填写使用默认值 1。",
12997
+ "example": "1",
12998
+ "member": "int64",
12999
+ "name": "Period",
13000
+ "required": false,
13001
+ "type": "int"
13002
+ },
13003
+ {
13004
+ "disabled": false,
13005
+ "document": "预付费套餐的自动续费标志,取值有:\n<li> on:开启自动续费;</li>\n<li> off:不开启自动续费。</li>\n不填写使用默认值 off,自动续费时,默认续费1个月。",
13006
+ "example": "on",
13007
+ "member": "string",
13008
+ "name": "RenewFlag",
13009
+ "required": false,
13010
+ "type": "string"
13011
+ }
13012
+ ],
13013
+ "usage": "in"
13014
+ },
12665
13015
  "PrivateParameter": {
12666
13016
  "document": "对象存储源站私有鉴权参数",
12667
13017
  "members": [
@@ -13333,6 +13683,16 @@
13333
13683
  "type": "int",
13334
13684
  "value_allowed_null": false
13335
13685
  },
13686
+ {
13687
+ "disabled": false,
13688
+ "document": "日志投递的输出格式。出参为 null 时表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
13689
+ "example": "无",
13690
+ "member": "LogFormat",
13691
+ "name": "LogFormat",
13692
+ "output_required": false,
13693
+ "type": "object",
13694
+ "value_allowed_null": true
13695
+ },
13336
13696
  {
13337
13697
  "disabled": false,
13338
13698
  "document": "CLS 的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -13386,6 +13746,76 @@
13386
13746
  ],
13387
13747
  "usage": "out"
13388
13748
  },
13749
+ "RenewFlag": {
13750
+ "document": "预付费套餐自动续费配置项。",
13751
+ "members": [
13752
+ {
13753
+ "disabled": false,
13754
+ "document": "预付费套餐的自动续费标志,取值有:\n<li> on:开启自动续费;</li>\n<li> off:不开启自动续费。</li>",
13755
+ "example": "on",
13756
+ "member": "string",
13757
+ "name": "Switch",
13758
+ "required": true,
13759
+ "type": "string"
13760
+ }
13761
+ ],
13762
+ "usage": "in"
13763
+ },
13764
+ "RenewPlanRequest": {
13765
+ "document": "RenewPlan请求参数结构体",
13766
+ "members": [
13767
+ {
13768
+ "disabled": false,
13769
+ "document": "套餐 ID,形如 edgeone-2unuvzjmmn2q。",
13770
+ "example": "edgeone-2unuvzjmmn2q",
13771
+ "member": "string",
13772
+ "name": "PlanId",
13773
+ "required": true,
13774
+ "type": "string"
13775
+ },
13776
+ {
13777
+ "disabled": false,
13778
+ "document": "续费套餐的时长,单位:月,取值有:1,2,3,4,5,6,7,8,9,10,11,12,24,36。",
13779
+ "example": "1",
13780
+ "member": "int64",
13781
+ "name": "Period",
13782
+ "required": true,
13783
+ "type": "int"
13784
+ },
13785
+ {
13786
+ "disabled": false,
13787
+ "document": "是否自动使用代金券,取值有:<li> true:是;</li><li> false:否。</li>不填写使用默认值 false。",
13788
+ "example": "true",
13789
+ "member": "string",
13790
+ "name": "AutoUseVoucher",
13791
+ "required": false,
13792
+ "type": "string"
13793
+ }
13794
+ ],
13795
+ "type": "object"
13796
+ },
13797
+ "RenewPlanResponse": {
13798
+ "document": "RenewPlan返回参数结构体",
13799
+ "members": [
13800
+ {
13801
+ "disabled": false,
13802
+ "document": "订单号。",
13803
+ "example": "20240312347001004723731",
13804
+ "member": "string",
13805
+ "name": "DealName",
13806
+ "output_required": true,
13807
+ "type": "string",
13808
+ "value_allowed_null": false
13809
+ },
13810
+ {
13811
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13812
+ "member": "string",
13813
+ "name": "RequestId",
13814
+ "type": "string"
13815
+ }
13816
+ ],
13817
+ "type": "object"
13818
+ },
13389
13819
  "Resource": {
13390
13820
  "document": "计费资源",
13391
13821
  "members": [
@@ -14857,17 +15287,7 @@
14857
15287
  "example": "20g9wz8m9mgx",
14858
15288
  "member": "string",
14859
15289
  "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,
15290
+ "output_required": true,
14871
15291
  "type": "string",
14872
15292
  "value_allowed_null": false
14873
15293
  },
@@ -14877,7 +15297,7 @@
14877
15297
  "example": "http://www.qq.com",
14878
15298
  "member": "string",
14879
15299
  "name": "Target",
14880
- "required": true,
15300
+ "output_required": true,
14881
15301
  "type": "string",
14882
15302
  "value_allowed_null": false
14883
15303
  },
@@ -14887,7 +15307,17 @@
14887
15307
  "example": "purge_url",
14888
15308
  "member": "string",
14889
15309
  "name": "Type",
14890
- "required": true,
15310
+ "output_required": true,
15311
+ "type": "string",
15312
+ "value_allowed_null": false
15313
+ },
15314
+ {
15315
+ "disabled": false,
15316
+ "document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li> failed:失败;</li>\n<li>timeout:超时。</li>",
15317
+ "example": "状态",
15318
+ "member": "string",
15319
+ "name": "Status",
15320
+ "output_required": true,
14891
15321
  "type": "string",
14892
15322
  "value_allowed_null": false
14893
15323
  },
@@ -14897,7 +15327,7 @@
14897
15327
  "example": "2022-02-09T02:28:43Z",
14898
15328
  "member": "datetime_iso",
14899
15329
  "name": "CreateTime",
14900
- "required": true,
15330
+ "output_required": true,
14901
15331
  "type": "string",
14902
15332
  "value_allowed_null": false
14903
15333
  },
@@ -14907,7 +15337,7 @@
14907
15337
  "example": "2022-02-09T02:28:43Z",
14908
15338
  "member": "datetime_iso",
14909
15339
  "name": "UpdateTime",
14910
- "required": true,
15340
+ "output_required": true,
14911
15341
  "type": "string",
14912
15342
  "value_allowed_null": false
14913
15343
  }
@@ -15180,6 +15610,61 @@
15180
15610
  ],
15181
15611
  "usage": "out"
15182
15612
  },
15613
+ "UpgradePlanRequest": {
15614
+ "document": "UpgradePlan请求参数结构体",
15615
+ "members": [
15616
+ {
15617
+ "disabled": false,
15618
+ "document": "套餐 ID,形如 edgeone-2unuvzjmmn2q。",
15619
+ "example": "edgeone-2unuvzjmmn2q",
15620
+ "member": "string",
15621
+ "name": "PlanId",
15622
+ "required": true,
15623
+ "type": "string"
15624
+ },
15625
+ {
15626
+ "disabled": false,
15627
+ "document": "需要升级到的目标套餐版本,取值有:<li> basic:基础版套餐;</li><li> standard:标准版套餐。</li>",
15628
+ "example": "basic",
15629
+ "member": "string",
15630
+ "name": "PlanType",
15631
+ "required": true,
15632
+ "type": "string"
15633
+ },
15634
+ {
15635
+ "disabled": false,
15636
+ "document": "是否自动使用代金券,取值有:<li> true:是;</li><li> false:否。</li>不填写使用默认值 false。",
15637
+ "example": "true",
15638
+ "member": "string",
15639
+ "name": "AutoUseVoucher",
15640
+ "required": false,
15641
+ "type": "string"
15642
+ }
15643
+ ],
15644
+ "type": "object"
15645
+ },
15646
+ "UpgradePlanResponse": {
15647
+ "document": "UpgradePlan返回参数结构体",
15648
+ "members": [
15649
+ {
15650
+ "disabled": false,
15651
+ "document": "订单号。",
15652
+ "example": "20240312347001004723731",
15653
+ "member": "string",
15654
+ "name": "DealName",
15655
+ "output_required": true,
15656
+ "type": "string",
15657
+ "value_allowed_null": false
15658
+ },
15659
+ {
15660
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15661
+ "member": "string",
15662
+ "name": "RequestId",
15663
+ "type": "string"
15664
+ }
15665
+ ],
15666
+ "type": "object"
15667
+ },
15183
15668
  "UpstreamHttp2": {
15184
15669
  "document": "Http2回源配置",
15185
15670
  "members": [