tccli 3.0.1353.1__py2.py3-none-any.whl → 3.0.1355.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aiart/aiart_client.py +70 -123
  4. tccli/services/aiart/v20221229/api.json +1 -99
  5. tccli/services/aiart/v20221229/examples.json +0 -8
  6. tccli/services/apm/v20210622/api.json +39 -1
  7. tccli/services/autoscaling/v20180419/api.json +45 -1
  8. tccli/services/cbs/v20170312/examples.json +3 -3
  9. tccli/services/ccc/v20200210/api.json +100 -0
  10. tccli/services/cdb/v20170320/api.json +64 -16
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdwch/v20200915/api.json +85 -85
  13. tccli/services/cdwch/v20200915/examples.json +1 -1
  14. tccli/services/ctsdb/__init__.py +4 -0
  15. tccli/services/ctsdb/ctsdb_client.py +260 -0
  16. tccli/services/ctsdb/v20230202/api.json +679 -0
  17. tccli/services/ctsdb/v20230202/examples.json +21 -0
  18. tccli/services/dbbrain/v20210527/api.json +40 -0
  19. tccli/services/dlc/dlc_client.py +53 -0
  20. tccli/services/dlc/v20210125/api.json +44 -0
  21. tccli/services/dlc/v20210125/examples.json +8 -0
  22. tccli/services/essbasic/v20210526/api.json +46 -1
  23. tccli/services/gs/v20191118/api.json +32 -2
  24. tccli/services/hunyuan/v20230901/api.json +80 -0
  25. tccli/services/igtm/v20231024/api.json +152 -152
  26. tccli/services/igtm/v20231024/examples.json +27 -27
  27. tccli/services/lke/v20231130/api.json +1 -1
  28. tccli/services/securitylake/v20240117/api.json +2 -2
  29. tccli/services/ssl/v20191205/api.json +50 -0
  30. tccli/services/tcaplusdb/v20190823/api.json +2 -2
  31. tccli/services/teo/v20220901/api.json +55 -6
  32. tccli/services/teo/v20220901/examples.json +18 -0
  33. tccli/services/trtc/v20190722/api.json +1 -1
  34. tccli/services/tts/v20190823/api.json +3 -3
  35. tccli/services/vclm/v20240523/api.json +2 -2
  36. tccli/services/vod/v20180717/api.json +11 -2
  37. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/METADATA +3 -3
  38. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/RECORD +41 -37
  39. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/license_files/LICENSE +0 -0
@@ -144,14 +144,6 @@
144
144
  "title": "成功提交训练任务"
145
145
  }
146
146
  ],
147
- "TextToImage": [
148
- {
149
- "document": "正常调用场景",
150
- "input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToImage\n<公共请求参数>\n\n{\n \"Prompt\": \"女孩\",\n \"Styles\": [\n \"101\"\n ],\n \"RspImgType\": \"url\"\n}",
151
- "output": "{\n \"Response\": {\n \"ResultImage\": \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\",\n \"RequestId\": \"b429894a-d0e5-4d5c-8dcf-6be8d05ef484\"\n }\n}",
152
- "title": "调用示例"
153
- }
154
- ],
155
147
  "TextToImageLite": [
156
148
  {
157
149
  "document": "",
@@ -1049,6 +1049,26 @@
1049
1049
  "output_required": false,
1050
1050
  "type": "string",
1051
1051
  "value_allowed_null": false
1052
+ },
1053
+ {
1054
+ "disabled": false,
1055
+ "document": "URL长分段收敛阈值",
1056
+ "example": "40",
1057
+ "member": "int64",
1058
+ "name": "UrlLongSegmentThreshold",
1059
+ "output_required": true,
1060
+ "type": "int",
1061
+ "value_allowed_null": false
1062
+ },
1063
+ {
1064
+ "disabled": false,
1065
+ "document": "URL数字分段收敛阈值",
1066
+ "example": "5",
1067
+ "member": "int64",
1068
+ "name": "UrlNumberSegmentThreshold",
1069
+ "output_required": true,
1070
+ "type": "int",
1071
+ "value_allowed_null": false
1052
1072
  }
1053
1073
  ],
1054
1074
  "usage": "out"
@@ -1575,7 +1595,7 @@
1575
1595
  {
1576
1596
  "disabled": false,
1577
1597
  "document": "对查询指标进行排序:\nKey 填写云 API 指标名称,[详情请见。](https://cloud.tencent.com/document/product/248/101681)\nValue 填写排序方式: \n- asc:对查询指标进行升序排序\n- desc:对查询指标进行降序排序",
1578
- "example": "{ \t\"Key\": \"duration_avg\", \"Value\": \"desc\"",
1598
+ "example": "{ \t\"Key\": \"duration_avg\", \"Value\": \"desc\" \t}",
1579
1599
  "member": "OrderBy",
1580
1600
  "name": "OrderBy",
1581
1601
  "required": false,
@@ -2718,6 +2738,24 @@
2718
2738
  "name": "IsDeserializationAnalysis",
2719
2739
  "required": false,
2720
2740
  "type": "int"
2741
+ },
2742
+ {
2743
+ "disabled": false,
2744
+ "document": "URL长分段收敛阈值",
2745
+ "example": "40",
2746
+ "member": "int64",
2747
+ "name": "UrlLongSegmentThreshold",
2748
+ "required": false,
2749
+ "type": "int"
2750
+ },
2751
+ {
2752
+ "disabled": false,
2753
+ "document": "URL数字分段收敛阈值",
2754
+ "example": "5",
2755
+ "member": "int64",
2756
+ "name": "UrlNumberSegmentThreshold",
2757
+ "required": false,
2758
+ "type": "int"
2721
2759
  }
2722
2760
  ],
2723
2761
  "type": "object"
@@ -2995,7 +2995,7 @@
2995
2995
  },
2996
2996
  {
2997
2997
  "disabled": false,
2998
- "document": "过滤条件。\n<li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
2998
+ "document": "过滤条件。\n<li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n<li> private-ip-address - String - 是否必填:否 -(过滤条件)按照实例内网IP过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `PrivateIpAddresses`获取实例内网IP。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
2999
2999
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
3000
3000
  "member": "Filter",
3001
3001
  "name": "Filters",
@@ -4472,6 +4472,50 @@
4472
4472
  "required": false,
4473
4473
  "type": "string",
4474
4474
  "value_allowed_null": true
4475
+ },
4476
+ {
4477
+ "disabled": false,
4478
+ "document": "线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n\n<li>BGP:常规 BGP 线路</li>\n已开通静态单线IP白名单的用户,可选值:\n\n<li>CMCC:中国移动</li>\n<li>CTCC:中国电信</li>\n<li>CUCC:中国联通</li>\n注意:仅部分地域支持静态单线IP。\n",
4479
+ "example": "BGP",
4480
+ "member": "string",
4481
+ "name": "InternetServiceProvider",
4482
+ "output_required": false,
4483
+ "required": false,
4484
+ "type": "string",
4485
+ "value_allowed_null": false
4486
+ },
4487
+ {
4488
+ "disabled": false,
4489
+ "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li> \n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
4490
+ "example": "WanIP",
4491
+ "member": "string",
4492
+ "name": "IPv4AddressType",
4493
+ "output_required": false,
4494
+ "required": false,
4495
+ "type": "string",
4496
+ "value_allowed_null": false
4497
+ },
4498
+ {
4499
+ "disabled": false,
4500
+ "document": "高防包唯一ID,申请高防IP时,该字段必传。",
4501
+ "example": "bgp-00000000",
4502
+ "member": "string",
4503
+ "name": "AntiDDoSPackageId",
4504
+ "output_required": false,
4505
+ "required": false,
4506
+ "type": "string",
4507
+ "value_allowed_null": false
4508
+ },
4509
+ {
4510
+ "disabled": false,
4511
+ "document": "实例销毁时是否一并销毁绑定的弹性IP。\n\n取值范围:\n<li>TRUE:表示保留EIP</li>\n<li>FALSE:表示不保留</li>\n请注意,当IPv4AddressType字段指定EIP类型时,默认不保留EIP。WanIP不受此字段影响始终随实例销毁。\n变更配置此字段,已绑定伸缩组会立刻生效。\n",
4512
+ "example": "false",
4513
+ "member": "bool",
4514
+ "name": "IsKeepEIP",
4515
+ "output_required": false,
4516
+ "required": false,
4517
+ "type": "bool",
4518
+ "value_allowed_null": false
4475
4519
  }
4476
4520
  ],
4477
4521
  "usage": "both"
@@ -299,13 +299,13 @@
299
299
  "ModifyAutoSnapshotPolicyAttribute": [
300
300
  {
301
301
  "document": "启用自动快照策略",
302
- "input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoSnapshotPolicyAttribute\n<公共请求参数>\n\n{\n \"AutoSnapshotPolicyId\": \"asp-01928374\",\n \"IsActivated\": \"true\"\n}",
302
+ "input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoSnapshotPolicyAttribute\n<公共请求参数>\n\n{\n \"AutoSnapshotPolicyId\": \"asp-01928374\",\n \"IsActivated\": true\n}",
303
303
  "output": "{\n \"Response\": {\n \"RequestId\": \"88a4815c-4a09-4948-b0c9-fa6fdefe8e4a\"\n }\n}",
304
304
  "title": "启用自动快照策略"
305
305
  },
306
306
  {
307
- "document": "修改该定期快照策略的名称为data_disk_auto_snapshot,且将IsPermanent置为TRUE,通过该定期快照策略创建的快照为永久保留的快照。",
308
- "input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoSnapshotPolicyAttribute\n<公共请求参数>\n\n{\n \"AutoSnapshotPolicyId\": \"asp-nqu08k2l\",\n \"AutoSnapshotPolicyName\": \"data_disk_auto_snapshot\",\n \"IsPermanent\": \"TRUE\"\n}",
307
+ "document": "修改该定期快照策略的名称为data_disk_auto_snapshot,且将IsPermanent置为true,通过该定期快照策略创建的快照为永久保留的快照。",
308
+ "input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoSnapshotPolicyAttribute\n<公共请求参数>\n\n{\n \"AutoSnapshotPolicyId\": \"asp-nqu08k2l\",\n \"AutoSnapshotPolicyName\": \"data_disk_auto_snapshot\",\n \"IsPermanent\": true\n}",
309
309
  "output": "{\n \"Response\": {\n \"RequestId\": \"384c1fa8-6973-9623-b6bf-5a1fa9a7ad88\"\n }\n}",
310
310
  "title": "修改定期快照策略属性"
311
311
  }
@@ -2432,6 +2432,33 @@
2432
2432
  "name": "Variables",
2433
2433
  "required": false,
2434
2434
  "type": "list"
2435
+ },
2436
+ {
2437
+ "disabled": false,
2438
+ "document": "模型topP",
2439
+ "example": "0.8",
2440
+ "member": "float",
2441
+ "name": "TopP",
2442
+ "required": false,
2443
+ "type": "float"
2444
+ },
2445
+ {
2446
+ "disabled": false,
2447
+ "document": "vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。",
2448
+ "example": "1",
2449
+ "member": "uint64",
2450
+ "name": "VadLevel",
2451
+ "required": false,
2452
+ "type": "int"
2453
+ },
2454
+ {
2455
+ "disabled": false,
2456
+ "document": "衔接语",
2457
+ "example": "无",
2458
+ "member": "ToneWordInfo",
2459
+ "name": "ToneWord",
2460
+ "required": false,
2461
+ "type": "object"
2435
2462
  }
2436
2463
  ],
2437
2464
  "type": "object"
@@ -8602,6 +8629,16 @@
8602
8629
  "output_required": true,
8603
8630
  "type": "string",
8604
8631
  "value_allowed_null": false
8632
+ },
8633
+ {
8634
+ "disabled": false,
8635
+ "document": "是否同振",
8636
+ "example": "false",
8637
+ "member": "bool",
8638
+ "name": "RingAll",
8639
+ "output_required": false,
8640
+ "type": "bool",
8641
+ "value_allowed_null": false
8605
8642
  }
8606
8643
  ],
8607
8644
  "usage": "out"
@@ -9500,6 +9537,30 @@
9500
9537
  ],
9501
9538
  "usage": "both"
9502
9539
  },
9540
+ "ToneWordInfo": {
9541
+ "document": "承接语气词信息",
9542
+ "members": [
9543
+ {
9544
+ "disabled": false,
9545
+ "document": "首句超时时间,单位秒",
9546
+ "example": "0.4",
9547
+ "member": "float",
9548
+ "name": "FirstSentenceTimeout",
9549
+ "required": false,
9550
+ "type": "float"
9551
+ },
9552
+ {
9553
+ "disabled": false,
9554
+ "document": "承接语气词",
9555
+ "example": "{\"Positive\":[\"真不错\",\"挺好的\"],\"Negative\":[\"好悲催\",\"太差劲了\"],\"Neutral\":[\"嘿嘿\",\"差不多\"]}",
9556
+ "member": "ZHToneWordsInfo",
9557
+ "name": "ZHToneWords",
9558
+ "required": false,
9559
+ "type": "object"
9560
+ }
9561
+ ],
9562
+ "usage": "in"
9563
+ },
9503
9564
  "TransferToManualRequest": {
9504
9565
  "document": "TransferToManual请求参数结构体",
9505
9566
  "members": [
@@ -10002,6 +10063,45 @@
10002
10063
  }
10003
10064
  ],
10004
10065
  "usage": "both"
10066
+ },
10067
+ "ZHToneWordsInfo": {
10068
+ "document": "承接语气词",
10069
+ "members": [
10070
+ {
10071
+ "disabled": false,
10072
+ "document": "中性词列表",
10073
+ "example": "[\"嗯嗯\"]",
10074
+ "member": "string",
10075
+ "name": "Neutral",
10076
+ "output_required": false,
10077
+ "required": false,
10078
+ "type": "list",
10079
+ "value_allowed_null": false
10080
+ },
10081
+ {
10082
+ "disabled": false,
10083
+ "document": "正面词列表",
10084
+ "example": "[\"嗯嗯\"]",
10085
+ "member": "string",
10086
+ "name": "Positive",
10087
+ "output_required": false,
10088
+ "required": false,
10089
+ "type": "list",
10090
+ "value_allowed_null": false
10091
+ },
10092
+ {
10093
+ "disabled": false,
10094
+ "document": "负面词列表",
10095
+ "example": "[\"嗯嗯\"]",
10096
+ "member": "string",
10097
+ "name": "Negative",
10098
+ "output_required": false,
10099
+ "required": false,
10100
+ "type": "list",
10101
+ "value_allowed_null": false
10102
+ }
10103
+ ],
10104
+ "usage": "both"
10005
10105
  }
10006
10106
  },
10007
10107
  "version": "1.0"
@@ -239,7 +239,7 @@
239
239
  "status": "online"
240
240
  },
241
241
  "DeleteBackup": {
242
- "document": "本接口(DeleteBackup)用于删除数据库备份。本接口只支持删除手动发起的备份。",
242
+ "document": "本接口(DeleteBackup)用于删除数据库备份。本接口只支持删除手动发起的备份。",
243
243
  "input": "DeleteBackupRequest",
244
244
  "name": "删除云数据库备份",
245
245
  "output": "DeleteBackupResponse",
@@ -3930,7 +3930,7 @@
3930
3930
  {
3931
3931
  "disabled": false,
3932
3932
  "document": "多可用区信息",
3933
- "example": "{}",
3933
+ "example": "{\"BackupZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ], \"DeployMode\": [0, 1 ], \"MasterZone\": [], \"SlaveZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ] }",
3934
3934
  "member": "ZoneConf",
3935
3935
  "name": "ZoneConf",
3936
3936
  "output_required": true,
@@ -3990,7 +3990,7 @@
3990
3990
  {
3991
3991
  "disabled": false,
3992
3992
  "document": "独享型多可用区信息",
3993
- "example": "{}",
3993
+ "example": "{\"BackupZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ], \"DeployMode\": [0, 1 ], \"MasterZone\": [], \"SlaveZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ] }",
3994
3994
  "member": "ZoneConf",
3995
3995
  "name": "ExClusterZoneConf",
3996
3996
  "output_required": true,
@@ -4000,7 +4000,7 @@
4000
4000
  {
4001
4001
  "disabled": false,
4002
4002
  "document": "售卖实例类型数组,其中configIds的值与configs结构体中的id一一对应。",
4003
- "example": "[]",
4003
+ "example": "{\"ConfigIds\": [187 ], \"EngineVersion\": [\"5.7\", \"8.0\" ], \"TypeName\": \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" }",
4004
4004
  "member": "CdbSellType",
4005
4005
  "name": "SellType",
4006
4006
  "output_required": true,
@@ -4036,6 +4036,26 @@
4036
4036
  "output_required": true,
4037
4037
  "type": "list",
4038
4038
  "value_allowed_null": false
4039
+ },
4040
+ {
4041
+ "disabled": false,
4042
+ "document": "集群版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示",
4043
+ "example": "1",
4044
+ "member": "int64",
4045
+ "name": "CloudNativeClusterStatus",
4046
+ "output_required": false,
4047
+ "type": "int",
4048
+ "value_allowed_null": false
4049
+ },
4050
+ {
4051
+ "disabled": false,
4052
+ "document": "集群版或者单节点基础型支持的磁盘类型。",
4053
+ "example": "[{\"DeviceType\": \"basic_v2\", \"DiskType\": [\"CLOUD_SSD\", \"CLOUD_HSSD\" ] }, {\"DeviceType\": \"CLOUD_NATIVE_CLUSTER\", \"DiskType\": [\"CLOUD_SSD\", \"CLOUD_HSSD\", \"CLOUD_PREMIUM\" ] } ]",
4054
+ "member": "DiskTypeConfigItem",
4055
+ "name": "DiskTypeConf",
4056
+ "output_required": false,
4057
+ "type": "list",
4058
+ "value_allowed_null": false
4039
4059
  }
4040
4060
  ],
4041
4061
  "usage": "out"
@@ -13821,6 +13841,34 @@
13821
13841
  ],
13822
13842
  "type": "object"
13823
13843
  },
13844
+ "DiskTypeConfigItem": {
13845
+ "document": "磁盘售卖类型",
13846
+ "members": [
13847
+ {
13848
+ "disabled": false,
13849
+ "document": "磁盘对应的实例类型。仅支持单节点基础型和集群版。",
13850
+ "example": "CLOUD_NATIVE_CLUSTER",
13851
+ "member": "string",
13852
+ "name": "DeviceType",
13853
+ "output_required": false,
13854
+ "required": false,
13855
+ "type": "string",
13856
+ "value_allowed_null": false
13857
+ },
13858
+ {
13859
+ "disabled": false,
13860
+ "document": "可以选择的磁盘类型列表。",
13861
+ "example": "[\"CLOUD_SSD\",\"CLOUD_HSSD\"]",
13862
+ "member": "string",
13863
+ "name": "DiskType",
13864
+ "output_required": false,
13865
+ "required": false,
13866
+ "type": "list",
13867
+ "value_allowed_null": false
13868
+ }
13869
+ ],
13870
+ "usage": "both"
13871
+ },
13824
13872
  "DrInfo": {
13825
13873
  "document": "灾备实例信息",
13826
13874
  "members": [
@@ -15193,25 +15241,25 @@
15193
15241
  "type": "object"
15194
15242
  },
15195
15243
  "LocalBinlogConfig": {
15196
- "document": "本地binlog保留配置",
15244
+ "document": "本地 binlog 保留配置",
15197
15245
  "members": [
15198
15246
  {
15199
15247
  "disabled": false,
15200
- "document": "本地binlog保留时长,可取值范围:[72,168]。",
15248
+ "document": "本地 binlog 保留时长,可取值范围:[6,168]。",
15201
15249
  "example": "70",
15202
15250
  "member": "int64",
15203
15251
  "name": "SaveHours",
15204
- "required": true,
15252
+ "output_required": true,
15205
15253
  "type": "int",
15206
15254
  "value_allowed_null": false
15207
15255
  },
15208
15256
  {
15209
15257
  "disabled": false,
15210
- "document": "本地binlog空间使用率,可取值范围:[30,50]。",
15258
+ "document": "本地 binlog 空间使用率,可取值范围:[30,50]。",
15211
15259
  "example": "30",
15212
15260
  "member": "int64",
15213
15261
  "name": "MaxUsage",
15214
- "required": true,
15262
+ "output_required": true,
15215
15263
  "type": "int",
15216
15264
  "value_allowed_null": false
15217
15265
  }
@@ -15219,25 +15267,25 @@
15219
15267
  "usage": "out"
15220
15268
  },
15221
15269
  "LocalBinlogConfigDefault": {
15222
- "document": "本地binlog保留策略默认配置。",
15270
+ "document": "本地 binlog 保留策略默认配置",
15223
15271
  "members": [
15224
15272
  {
15225
15273
  "disabled": false,
15226
- "document": "本地binlog保留时长,可取值范围:[72,168]。",
15274
+ "document": "本地 binlog 保留时长,可取值范围:[6,168]。",
15227
15275
  "example": "70",
15228
15276
  "member": "int64",
15229
15277
  "name": "SaveHours",
15230
- "required": true,
15278
+ "output_required": true,
15231
15279
  "type": "int",
15232
15280
  "value_allowed_null": false
15233
15281
  },
15234
15282
  {
15235
15283
  "disabled": false,
15236
- "document": "本地binlog空间使用率,可取值范围:[30,50]。",
15284
+ "document": "本地 binlog 空间使用率,可取值范围:[30,50]。",
15237
15285
  "example": "30",
15238
15286
  "member": "int64",
15239
15287
  "name": "MaxUsage",
15240
- "required": true,
15288
+ "output_required": true,
15241
15289
  "type": "int",
15242
15290
  "value_allowed_null": false
15243
15291
  }
@@ -20522,8 +20570,8 @@
20522
20570
  },
20523
20571
  {
20524
20572
  "disabled": false,
20525
- "document": "备份快照时间,时间格式:2016-03-17 02:10:37",
20526
- "example": "2024-04-26 00:00:08",
20573
+ "document": "备份快照时间,时间格式:2016-03-17",
20574
+ "example": "2024-04-26",
20527
20575
  "member": "string",
20528
20576
  "name": "Date",
20529
20577
  "output_required": true,
@@ -311,7 +311,7 @@
311
311
  "DeleteBackup": [
312
312
  {
313
313
  "document": "",
314
- "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackup\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"BackupId\": \"173381\"\n}",
314
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackup\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"BackupId\": 173381\n}",
315
315
  "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
316
316
  "title": "删除云数据库备份"
317
317
  }