tccli 3.0.1315.1__py2.py3-none-any.whl → 3.0.1317.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.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bh/v20230418/api.json +2 -2
- tccli/services/cbs/v20170312/api.json +108 -98
- tccli/services/cbs/v20170312/examples.json +12 -12
- tccli/services/cdb/v20170320/api.json +41 -28
- tccli/services/cdb/v20170320/examples.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +39 -39
- tccli/services/cfs/v20190719/examples.json +10 -10
- tccli/services/cfw/v20190904/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +22 -22
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +163 -4
- tccli/services/dnspod/v20210323/api.json +102 -82
- tccli/services/dnspod/v20210323/examples.json +28 -28
- tccli/services/domain/v20180808/api.json +10 -10
- tccli/services/domain/v20180808/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +111 -11
- tccli/services/ess/v20201111/examples.json +9 -1
- tccli/services/essbasic/v20210526/api.json +25 -7
- tccli/services/essbasic/v20210526/examples.json +10 -4
- tccli/services/gs/v20191118/api.json +22 -0
- tccli/services/hai/v20230812/api.json +59 -59
- tccli/services/hai/v20230812/examples.json +6 -6
- tccli/services/lke/v20231130/api.json +412 -18
- tccli/services/lkeap/lkeap_client.py +53 -53
- tccli/services/lkeap/v20240522/api.json +90 -70
- tccli/services/lkeap/v20240522/examples.json +8 -8
- tccli/services/mps/v20190612/api.json +163 -0
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +30 -0
- tccli/services/postgres/postgres_client.py +24 -183
- tccli/services/postgres/v20170312/api.json +0 -157
- tccli/services/postgres/v20170312/examples.json +0 -36
- tccli/services/privatedns/v20201028/api.json +6 -6
- tccli/services/privatedns/v20201028/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +10 -0
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/tbaas/v20180416/api.json +3 -3
- tccli/services/tbaas/v20180416/examples.json +1 -1
- tccli/services/tcbr/v20220217/api.json +16 -16
- tccli/services/teo/v20220901/api.json +39 -11
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/tke_client.py +8 -61
- tccli/services/tke/v20180525/api.json +16 -114
- tccli/services/tke/v20180525/examples.json +0 -8
- tccli/services/tke/v20220501/api.json +61 -1
- tccli/services/tke/v20220501/examples.json +1 -1
- tccli/services/tms/v20201229/api.json +27 -8
- tccli/services/tms/v20201229/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +12 -12
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +78 -22
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/RECORD +62 -62
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/license_files/LICENSE +0 -0
@@ -50,7 +50,7 @@
|
|
50
50
|
],
|
51
51
|
"CreateAutoSnapshotPolicy": [
|
52
52
|
{
|
53
|
-
"document": "
|
53
|
+
"document": "创建一个定期快照策略,绑定该定期快照策略的云盘会在每周四的0点创建快照。",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAutoSnapshotPolicy\n<公共请求参数>\n\n{\n \"AutoSnapshotPolicyName\": \"backup_data_friday\",\n \"Policy\": [\n {\n \"DayOfWeek\": [\n 4\n ],\n \"Hour\": [\n 0\n ]\n }\n ]\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"AutoSnapshotPolicyId\": \"asp-1lebc9r3\",\n \"NextTriggerTime\": \"2018-08-08 16:00:00\",\n \"RequestId\": \"88d95732-c4e9-bd97-4a23-5a1f978d3b72\"\n }\n}",
|
56
56
|
"title": "创建定期快照策略"
|
@@ -67,19 +67,19 @@
|
|
67
67
|
"CreateDisks": [
|
68
68
|
{
|
69
69
|
"document": "新购云盘具体配置如下:云盘所在位置为广州二区,云盘大小50GiB,云盘类型为普通云盘,所属项目ID为0,付费模式为预付费,购买时长1个月,通知过期且自动续费。",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"Placement\": {\n \"ProjectId\":
|
70
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-2\"\n },\n \"DiskChargeType\": \"PREPAID\",\n \"DiskCount\": 1,\n \"DiskType\": \"CLOUD_HSSD\",\n \"ThroughputPerformance\": 100,\n \"DiskSize\": 500,\n \"DiskChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n }\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"DiskIdSet\": [\n \"disk-lzrg2pwi\"\n ],\n \"RequestId\": \"6a57da9a-2049-7182-2de3-5a1f8014ccfd\"\n }\n}",
|
72
72
|
"title": "使用基本参数购买"
|
73
73
|
},
|
74
74
|
{
|
75
75
|
"document": "传入快照创建云硬盘,未传DiskSize参数,此时新购云盘的大小为快照大小,新购云盘复制了快照数据。",
|
76
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"Placement\": {\n \"ProjectId\":
|
76
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-2\"\n },\n \"DiskChargeType\": \"PREPAID\",\n \"DiskCount\": 1,\n \"DiskType\": \"CLOUD_HSSD\",\n \"DiskChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"SnapshotId\": \"snap-iepc4w3h\"\n}",
|
77
77
|
"output": "{\n \"Response\": {\n \"DiskIdSet\": [\n \"disk-6rz0ilvu\"\n ],\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\"\n }\n}",
|
78
78
|
"title": "根据快照新建云硬盘"
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"document": "在广州三区创建一块云硬盘,云盘类型为高性能云硬盘,大小100GiB,付费类型为按小时后付费。",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"DiskName\": \"postPayDisk\",\n \"Placement\": {\n \"ProjectId\":
|
82
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"DiskName\": \"postPayDisk\",\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"DiskChargeType\": \"POSTPAID_BY_HOUR\",\n \"DiskCount\": 1,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 100\n}",
|
83
83
|
"output": "{\n \"Response\": {\n \"DiskIdSet\": [\n \"disk-ecjc4cpw\"\n ],\n \"RequestId\": \"fe2274fa-eaec-4009-807b-6ffc00963fec\"\n }\n}",
|
84
84
|
"title": "创建按小时后付费云盘"
|
85
85
|
}
|
@@ -160,7 +160,7 @@
|
|
160
160
|
{
|
161
161
|
"document": "查询上海五区高性能云硬盘的可售卖规格",
|
162
162
|
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigQuota\n<公共请求参数>\n\n{\n \"InquiryType\": \"INQUIRY_CBS_CONFIG\",\n \"DiskChargeType\": \"POSTPAID_BY_HOUR\",\n \"Zones\": [\n \"ap-shanghai-5\"\n ],\n \"DiskTypes\": [\n \"CLOUD_PREMIUM\"\n ]\n}",
|
163
|
-
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Available\": true,\n \"MaxDiskSize\": 32000,\n \"Zone\": \"ap-shanghai-5\",\n \"InstanceFamily\": null,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"StepSize\": 1,\n \"ExtraPerformanceRange\": null,\n \"DeviceClass\": null,\n \"DiskUsage\": \"DATA_DISK\",\n \"MinDiskSize\": 10,\n \"DiskChargeType\": \"PREPAID\",\n \"Price\": {\n \"UnitPriceDiscount\": 0.21,\n \"UnitPrice\": 0.21\n }\n }\n ],\n \"RequestId\": \"50346458-c053-47f1-b60f-5507e7cc5b26\"\n }\n}",
|
163
|
+
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Available\": true,\n \"MaxDiskSize\": 32000,\n \"Zone\": \"ap-shanghai-5\",\n \"InstanceFamily\": null,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"StepSize\": 1,\n \"ExtraPerformanceRange\": null,\n \"DeviceClass\": null,\n \"DiskUsage\": \"DATA_DISK\",\n \"MinDiskSize\": 10,\n \"DiskChargeType\": \"PREPAID\",\n \"Price\": {\n \"DiscountPriceHigh\": \"81\",\n \"DiscountPrice\": 1.0,\n \"UnitPriceHigh\": \"1.00\",\n \"UnitPriceDiscountHigh\": \"1.00\",\n \"OriginalPriceHigh\": \"10\",\n \"ChargeUnit\": \"H\",\n \"OriginalPrice\": 1.0,\n \"UnitPriceDiscount\": 0.21,\n \"UnitPrice\": 0.21\n }\n }\n ],\n \"RequestId\": \"50346458-c053-47f1-b60f-5507e7cc5b26\"\n }\n}",
|
164
164
|
"title": "查询上海五区高性能云硬盘的可售卖规格"
|
165
165
|
}
|
166
166
|
],
|
@@ -247,7 +247,7 @@
|
|
247
247
|
"InquirePriceModifyDiskBackupQuota": [
|
248
248
|
{
|
249
249
|
"document": "",
|
250
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceModifyDiskBackupQuota\n<公共请求参数>\n\n{\n \"DiskId\": \"disk-
|
250
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceModifyDiskBackupQuota\n<公共请求参数>\n\n{\n \"DiskId\": \"disk-l7mxexxc\",\n \"DiskBackupQuota\": 1\n}",
|
251
251
|
"output": "{\n \"Response\": {\n \"RequestId\": \"0195b2d8-fec5-490a-ace9-579f49435e69\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": \"0.059\",\n \"DiscountPrice\": null,\n \"UnitPriceHigh\": \"0.059\",\n \"OriginalPriceHigh\": null,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"UnitPriceDiscount\": 0.06,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": 0.06\n }\n }\n}",
|
252
252
|
"title": "修改云硬盘备份点配额询价"
|
253
253
|
}
|
@@ -277,14 +277,14 @@
|
|
277
277
|
"InquiryPriceRenewDisks": [
|
278
278
|
{
|
279
279
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"Period\":
|
281
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"Period\": 1\n }\n ],\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ]\n}",
|
281
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2e7414a3-369f-4995-b708-80eb2e7414a3\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 250.0,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 250.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 500.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": \"500\",\n \"ChargeUnit\": null,\n \"OriginalPrice\": 500.0,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": \"250\",\n \"UnitPrice\": null\n }\n }\n}",
|
282
282
|
"title": "查询云盘续费1个月的价格"
|
283
283
|
},
|
284
284
|
{
|
285
285
|
"document": "实例当前到期时间为:2018-03-17 15:15:03,需续费一个月,调用本接口续费实例挂载的预付费云盘,使云盘与实例的到期时间对齐。",
|
286
286
|
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"CurInstanceDeadline\": \"2018-03-17 15:15:03\",\n \"Period\": \"1\"\n }\n ],\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ]\n}",
|
287
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
287
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2e7414a3-369f-4995-b708-80eb2e7414a3\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 250,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 250,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 500,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": \"500\",\n \"ChargeUnit\": null,\n \"OriginalPrice\": 500,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": \"250\",\n \"UnitPrice\": null\n }\n }\n}",
|
288
288
|
"title": "续费实例时,需续费挂载的预付费云盘,使云盘与实例的到期时间对齐。"
|
289
289
|
}
|
290
290
|
],
|
@@ -292,7 +292,7 @@
|
|
292
292
|
{
|
293
293
|
"document": "查询云盘扩容到200G的价格",
|
294
294
|
"input": "https://cbs.tencentcloudapi.com/?Action=InquiryPriceResizeDisk\n&DiskId=disk-dw0bbzws\n&DiskSize=200\n&<公共请求参数>",
|
295
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
295
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"138749c3-94a5-426e-8621-37c4b228951c\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 119.95,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 119.95,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 428.42,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘性能包\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskExtraPerformance\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"ChargeUnit\": null,\n \"OriginalPrice\": 428.42,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n }\n}",
|
296
296
|
"title": "查询云盘扩容到200G的价格"
|
297
297
|
}
|
298
298
|
],
|
@@ -336,8 +336,8 @@
|
|
336
336
|
],
|
337
337
|
"ModifyDisksChargeType": [
|
338
338
|
{
|
339
|
-
"document": "
|
340
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDisksChargeType\n<公共请求参数>\n\n{\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ],\n \"DiskChargePrepaid\": {\n \"Period\":
|
339
|
+
"document": "本示例用于切换一个云硬盘的计费模式(将按量计费模式转换为包年包月模式)。",
|
340
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDisksChargeType\n<公共请求参数>\n\n{\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ],\n \"DiskChargePrepaid\": {\n \"Period\": 1\n }\n}",
|
341
341
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
|
342
342
|
"title": "切换云硬盘的计费模式"
|
343
343
|
}
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"status": "deprecated"
|
359
359
|
},
|
360
360
|
"DescribeBackupConfig": {
|
361
|
-
"document": "
|
361
|
+
"document": "本接口(DescribeBackupConfig)用于查询数据库备份配置信息。",
|
362
362
|
"input": "DescribeBackupConfigRequest",
|
363
363
|
"name": "查询云数据库备份配置信息",
|
364
364
|
"output": "DescribeBackupConfigResponse",
|
@@ -1801,8 +1801,8 @@
|
|
1801
1801
|
"type": "list"
|
1802
1802
|
},
|
1803
1803
|
{
|
1804
|
-
"disabled":
|
1805
|
-
"document": "
|
1804
|
+
"disabled": true,
|
1805
|
+
"document": "已废弃。",
|
1806
1806
|
"example": "{\"SqlTypes\": [\"CREATE\"]}",
|
1807
1807
|
"member": "AuditLogFilter",
|
1808
1808
|
"name": "AuditLogFilter",
|
@@ -4801,7 +4801,7 @@
|
|
4801
4801
|
"type": "string"
|
4802
4802
|
},
|
4803
4803
|
{
|
4804
|
-
"disabled":
|
4804
|
+
"disabled": true,
|
4805
4805
|
"document": "已废弃。",
|
4806
4806
|
"example": "{\"SqlTypes\": [\"CREATE\"]}",
|
4807
4807
|
"member": "AuditLogFilter",
|
@@ -5882,7 +5882,7 @@
|
|
5882
5882
|
},
|
5883
5883
|
{
|
5884
5884
|
"disabled": false,
|
5885
|
-
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662)
|
5885
|
+
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。\n说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例2。",
|
5886
5886
|
"example": "[{\"Name\": \"auto_increment_increment\",\"Value\": \"1\"}]",
|
5887
5887
|
"member": "ParamInfo",
|
5888
5888
|
"name": "ParamList",
|
@@ -6316,7 +6316,7 @@
|
|
6316
6316
|
},
|
6317
6317
|
{
|
6318
6318
|
"disabled": false,
|
6319
|
-
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662)
|
6319
|
+
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。\n说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例3。",
|
6320
6320
|
"example": "[{\"Name\": \"auto_increment_increment\",\"Value\": \"1\"}]",
|
6321
6321
|
"member": "ParamInfo",
|
6322
6322
|
"name": "ParamList",
|
@@ -8048,7 +8048,7 @@
|
|
8048
8048
|
{
|
8049
8049
|
"disabled": false,
|
8050
8050
|
"document": "审计日志详情。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8051
|
-
"example": "[\"AffectRows\": 1,\"CheckRows\": 0,\"CpuTime\": 375.786,\"DBName\": \"wyang\",\"
|
8051
|
+
"example": "[\"AffectRows\": 1,\"CheckRows\": 0,\"CpuTime\": 375.786,\"DBName\": \"wyang\",\"User\": \"root\"}]",
|
8052
8052
|
"member": "AuditLog",
|
8053
8053
|
"name": "Items",
|
8054
8054
|
"output_required": true,
|
@@ -8442,20 +8442,22 @@
|
|
8442
8442
|
"document": "DescribeBackupConfig返回参数结构体",
|
8443
8443
|
"members": [
|
8444
8444
|
{
|
8445
|
-
"disabled":
|
8445
|
+
"disabled": true,
|
8446
8446
|
"document": "自动备份开始的最早时间点,单位为时刻。例如,2 - 凌晨 2:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)",
|
8447
8447
|
"example": "10",
|
8448
8448
|
"member": "int64",
|
8449
8449
|
"name": "StartTimeMin",
|
8450
|
+
"output_required": true,
|
8450
8451
|
"type": "int",
|
8451
8452
|
"value_allowed_null": false
|
8452
8453
|
},
|
8453
8454
|
{
|
8454
|
-
"disabled":
|
8455
|
+
"disabled": true,
|
8455
8456
|
"document": "自动备份开始的最晚时间点,单位为时刻。例如,6 - 凌晨 6:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)",
|
8456
8457
|
"example": "14",
|
8457
8458
|
"member": "int64",
|
8458
8459
|
"name": "StartTimeMax",
|
8460
|
+
"output_required": true,
|
8459
8461
|
"type": "int",
|
8460
8462
|
"value_allowed_null": false
|
8461
8463
|
},
|
@@ -8465,6 +8467,7 @@
|
|
8465
8467
|
"example": "7",
|
8466
8468
|
"member": "int64",
|
8467
8469
|
"name": "BackupExpireDays",
|
8470
|
+
"output_required": true,
|
8468
8471
|
"type": "int",
|
8469
8472
|
"value_allowed_null": false
|
8470
8473
|
},
|
@@ -8474,6 +8477,7 @@
|
|
8474
8477
|
"example": "physical",
|
8475
8478
|
"member": "string",
|
8476
8479
|
"name": "BackupMethod",
|
8480
|
+
"output_required": true,
|
8477
8481
|
"type": "string",
|
8478
8482
|
"value_allowed_null": false
|
8479
8483
|
},
|
@@ -8483,15 +8487,17 @@
|
|
8483
8487
|
"example": "7",
|
8484
8488
|
"member": "int64",
|
8485
8489
|
"name": "BinlogExpireDays",
|
8490
|
+
"output_required": true,
|
8486
8491
|
"type": "int",
|
8487
8492
|
"value_allowed_null": false
|
8488
8493
|
},
|
8489
8494
|
{
|
8490
8495
|
"disabled": false,
|
8491
8496
|
"document": "实例自动备份的时间窗。",
|
8492
|
-
"example": "
|
8497
|
+
"example": "{\"BackupPeriodStrategy\": \"weekly\",\"BackupPeriodTime\": \"00:00-12:00\",\"Days\": [],\"Friday\": \"10:00-14:00\",\"Monday\": \"10:00-14:00\",\"Saturday\": \"10:00-14:00\",\"Sunday\": \"10:00-14:00\",\"Thursday\": \"10:00-14:00\",\"Tuesday\": \"10:00-14:00\",\"Wednesday\": \"10:00-14:00\"}",
|
8493
8498
|
"member": "CommonTimeWindow",
|
8494
8499
|
"name": "BackupTimeWindow",
|
8500
|
+
"output_required": true,
|
8495
8501
|
"type": "object",
|
8496
8502
|
"value_allowed_null": false
|
8497
8503
|
},
|
@@ -8501,6 +8507,7 @@
|
|
8501
8507
|
"example": "off",
|
8502
8508
|
"member": "string",
|
8503
8509
|
"name": "EnableBackupPeriodSave",
|
8510
|
+
"output_required": true,
|
8504
8511
|
"type": "string",
|
8505
8512
|
"value_allowed_null": false
|
8506
8513
|
},
|
@@ -8510,6 +8517,7 @@
|
|
8510
8517
|
"example": "1080",
|
8511
8518
|
"member": "int64",
|
8512
8519
|
"name": "BackupPeriodSaveDays",
|
8520
|
+
"output_required": true,
|
8513
8521
|
"type": "int",
|
8514
8522
|
"value_allowed_null": false
|
8515
8523
|
},
|
@@ -8519,6 +8527,7 @@
|
|
8519
8527
|
"example": "weekly",
|
8520
8528
|
"member": "string",
|
8521
8529
|
"name": "BackupPeriodSaveInterval",
|
8530
|
+
"output_required": true,
|
8522
8531
|
"type": "string",
|
8523
8532
|
"value_allowed_null": false
|
8524
8533
|
},
|
@@ -8528,6 +8537,7 @@
|
|
8528
8537
|
"example": "1",
|
8529
8538
|
"member": "int64",
|
8530
8539
|
"name": "BackupPeriodSaveCount",
|
8540
|
+
"output_required": true,
|
8531
8541
|
"type": "int",
|
8532
8542
|
"value_allowed_null": false
|
8533
8543
|
},
|
@@ -8537,6 +8547,7 @@
|
|
8537
8547
|
"example": "1970-01-01 00:00:01",
|
8538
8548
|
"member": "string",
|
8539
8549
|
"name": "StartBackupPeriodSaveDate",
|
8550
|
+
"output_required": true,
|
8540
8551
|
"type": "string",
|
8541
8552
|
"value_allowed_null": false
|
8542
8553
|
},
|
@@ -8546,6 +8557,7 @@
|
|
8546
8557
|
"example": "off",
|
8547
8558
|
"member": "string",
|
8548
8559
|
"name": "EnableBackupArchive",
|
8560
|
+
"output_required": true,
|
8549
8561
|
"type": "string",
|
8550
8562
|
"value_allowed_null": false
|
8551
8563
|
},
|
@@ -8555,6 +8567,7 @@
|
|
8555
8567
|
"example": "180",
|
8556
8568
|
"member": "int64",
|
8557
8569
|
"name": "BackupArchiveDays",
|
8570
|
+
"output_required": true,
|
8558
8571
|
"type": "int",
|
8559
8572
|
"value_allowed_null": false
|
8560
8573
|
},
|
@@ -8564,6 +8577,7 @@
|
|
8564
8577
|
"example": "off",
|
8565
8578
|
"member": "string",
|
8566
8579
|
"name": "EnableBinlogArchive",
|
8580
|
+
"output_required": true,
|
8567
8581
|
"type": "string",
|
8568
8582
|
"value_allowed_null": false
|
8569
8583
|
},
|
@@ -8573,6 +8587,7 @@
|
|
8573
8587
|
"example": "180",
|
8574
8588
|
"member": "int64",
|
8575
8589
|
"name": "BinlogArchiveDays",
|
8590
|
+
"output_required": true,
|
8576
8591
|
"type": "int",
|
8577
8592
|
"value_allowed_null": false
|
8578
8593
|
},
|
@@ -8582,6 +8597,7 @@
|
|
8582
8597
|
"example": "off",
|
8583
8598
|
"member": "string",
|
8584
8599
|
"name": "EnableBackupStandby",
|
8600
|
+
"output_required": true,
|
8585
8601
|
"type": "string",
|
8586
8602
|
"value_allowed_null": false
|
8587
8603
|
},
|
@@ -8591,6 +8607,7 @@
|
|
8591
8607
|
"example": "30",
|
8592
8608
|
"member": "int64",
|
8593
8609
|
"name": "BackupStandbyDays",
|
8610
|
+
"output_required": true,
|
8594
8611
|
"type": "int",
|
8595
8612
|
"value_allowed_null": false
|
8596
8613
|
},
|
@@ -8600,6 +8617,7 @@
|
|
8600
8617
|
"example": "off",
|
8601
8618
|
"member": "string",
|
8602
8619
|
"name": "EnableBinlogStandby",
|
8620
|
+
"output_required": true,
|
8603
8621
|
"type": "string",
|
8604
8622
|
"value_allowed_null": false
|
8605
8623
|
},
|
@@ -8609,6 +8627,7 @@
|
|
8609
8627
|
"example": "30",
|
8610
8628
|
"member": "int64",
|
8611
8629
|
"name": "BinlogStandbyDays",
|
8630
|
+
"output_required": true,
|
8612
8631
|
"type": "int",
|
8613
8632
|
"value_allowed_null": false
|
8614
8633
|
},
|
@@ -14817,7 +14836,7 @@
|
|
14817
14836
|
"document": "IsolateDBInstance返回参数结构体",
|
14818
14837
|
"members": [
|
14819
14838
|
{
|
14820
|
-
"disabled":
|
14839
|
+
"disabled": true,
|
14821
14840
|
"document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)",
|
14822
14841
|
"example": "e48eb1e9-0ca0ecae-c0dac9c7-60d12864",
|
14823
14842
|
"member": "string",
|
@@ -15801,8 +15820,8 @@
|
|
15801
15820
|
"type": "bool"
|
15802
15821
|
},
|
15803
15822
|
{
|
15804
|
-
"disabled":
|
15805
|
-
"document": "
|
15823
|
+
"disabled": true,
|
15824
|
+
"document": "废弃。",
|
15806
15825
|
"example": "full",
|
15807
15826
|
"member": "AuditRuleFilters",
|
15808
15827
|
"name": "AuditRuleFilters",
|
@@ -16680,7 +16699,7 @@
|
|
16680
16699
|
"document": "ModifyDBInstanceVipVport返回参数结构体",
|
16681
16700
|
"members": [
|
16682
16701
|
{
|
16683
|
-
"disabled":
|
16702
|
+
"disabled": true,
|
16684
16703
|
"document": "异步任务ID。(该返回字段目前已废弃)",
|
16685
16704
|
"example": "d2baf2fb-cbae62df-7dd0d736-9cbd3e31",
|
16686
16705
|
"member": "string",
|
@@ -17154,7 +17173,7 @@
|
|
17154
17173
|
"type": "int"
|
17155
17174
|
},
|
17156
17175
|
{
|
17157
|
-
"disabled":
|
17176
|
+
"disabled": true,
|
17158
17177
|
"document": "废弃参数,无意义。",
|
17159
17178
|
"example": "1000",
|
17160
17179
|
"member": "int64",
|
@@ -17335,7 +17354,7 @@
|
|
17335
17354
|
"type": "int"
|
17336
17355
|
},
|
17337
17356
|
{
|
17338
|
-
"disabled":
|
17357
|
+
"disabled": true,
|
17339
17358
|
"document": "审计规则(该参数已废弃,不再生效)。",
|
17340
17359
|
"example": "[{\"RuleFilters\": [{\"Compare\": \"NEQ\",\"Type\": \"host\",\"Value\": [\"127.0.0.1\"]}]}]",
|
17341
17360
|
"member": "AuditRuleFilters",
|
@@ -19107,8 +19126,7 @@
|
|
19107
19126
|
"member": "string",
|
19108
19127
|
"name": "RoGroupName",
|
19109
19128
|
"required": false,
|
19110
|
-
"type": "string"
|
19111
|
-
"value_allowed_null": false
|
19129
|
+
"type": "string"
|
19112
19130
|
},
|
19113
19131
|
{
|
19114
19132
|
"disabled": false,
|
@@ -19117,8 +19135,7 @@
|
|
19117
19135
|
"member": "int64",
|
19118
19136
|
"name": "RoMaxDelayTime",
|
19119
19137
|
"required": false,
|
19120
|
-
"type": "int"
|
19121
|
-
"value_allowed_null": false
|
19138
|
+
"type": "int"
|
19122
19139
|
},
|
19123
19140
|
{
|
19124
19141
|
"disabled": false,
|
@@ -19127,8 +19144,7 @@
|
|
19127
19144
|
"member": "int64",
|
19128
19145
|
"name": "RoOfflineDelay",
|
19129
19146
|
"required": false,
|
19130
|
-
"type": "int"
|
19131
|
-
"value_allowed_null": false
|
19147
|
+
"type": "int"
|
19132
19148
|
},
|
19133
19149
|
{
|
19134
19150
|
"disabled": false,
|
@@ -19137,8 +19153,7 @@
|
|
19137
19153
|
"member": "int64",
|
19138
19154
|
"name": "MinRoInGroup",
|
19139
19155
|
"required": false,
|
19140
|
-
"type": "int"
|
19141
|
-
"value_allowed_null": false
|
19156
|
+
"type": "int"
|
19142
19157
|
},
|
19143
19158
|
{
|
19144
19159
|
"disabled": false,
|
@@ -19147,8 +19162,7 @@
|
|
19147
19162
|
"member": "string",
|
19148
19163
|
"name": "WeightMode",
|
19149
19164
|
"required": false,
|
19150
|
-
"type": "string"
|
19151
|
-
"value_allowed_null": false
|
19165
|
+
"type": "string"
|
19152
19166
|
},
|
19153
19167
|
{
|
19154
19168
|
"disabled": false,
|
@@ -19157,8 +19171,7 @@
|
|
19157
19171
|
"member": "int64",
|
19158
19172
|
"name": "ReplicationDelayTime",
|
19159
19173
|
"required": false,
|
19160
|
-
"type": "int"
|
19161
|
-
"value_allowed_null": false
|
19174
|
+
"type": "int"
|
19162
19175
|
}
|
19163
19176
|
],
|
19164
19177
|
"usage": "in"
|
@@ -206,6 +206,12 @@
|
|
206
206
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstance\n<公共请求参数>\n\n{\n \"RoGroup\": {\n \"RoGroupMode\": \"allinone\",\n \"RoGroupName\": \"jersey\",\n \"RoMaxDelayTime\": 5,\n \"MinRoInGroup\": 1,\n \"RoOfflineDelay\": 1\n },\n \"GoodsNum\": 1,\n \"InstanceRole\": \"ro\",\n \"MasterInstanceId\": \"cdb-fn3f9xpx\",\n \"Period\": 1,\n \"Volume\": 100,\n \"Memory\": 4000\n}",
|
207
207
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"DealIds\": [\n \"20171205110051\"\n ],\n \"InstanceIds\": [\n \"cdbro-hlpl4ik9\"\n ]\n }\n}",
|
208
208
|
"title": "购买只读实例"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"document": "创建实例时设置表名大小写敏感",
|
212
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstance\n<公共请求参数>\n\n{\n \"Memory\": 1000,\n \"Volume\": 25,\n \"Period\": 1,\n \"GoodsNum\": 1,\n \"Zone\": \"ap-beijing-3\",\n \"UniqVpcId\": \"vpc-4pagx2lk\",\n \"UniqSubnetId\": \"subnet-a2eaqb1t\",\n \"InstanceRole\": \"master\",\n \"EngineVersion\": \"8.0\",\n \"ParamList\": [\n {\n \"Name\": \"lower_case_table_names\",\n \"Value\": \"0\"\n }\n ],\n \"DeviceType\": \"UNIVERSAL\",\n \"Cpu\": 1,\n \"EngineType\": \"InnoDB\"\n}",
|
213
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6166b535-64e8-4372-86fc-d6e25791f4fc\",\n \"InstanceIds\": [\n \"cdb-grq113rc\"\n ],\n \"DealIds\": [\n \"20250519054092411681521\"\n ]\n }\n}",
|
214
|
+
"title": "创建实例时设置表名大小写敏感"
|
209
215
|
}
|
210
216
|
],
|
211
217
|
"CreateDBInstanceHour": [
|
@@ -214,6 +220,12 @@
|
|
214
220
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstanceHour\n<公共请求参数>\n\n{\n \"ResourceTags\": [\n {\n \"TagKey\": \"march\",\n \"TagValue\": [\n \"march1\"\n ]\n }\n ],\n \"Zone\": \"ap-guangzhou-3\",\n \"UniqVpcId\": \"vpc-0akbol5v\",\n \"ProjectId\": 0,\n \"SlaveZone\": \"ap-guangzhou-3\",\n \"InstanceRole\": \"master\",\n \"GoodsNum\": 1,\n \"DeployMode\": 0,\n \"Volume\": 25,\n \"EngineVersion\": \"5.6\",\n \"UniqSubnetId\": \"subnet-fyrtjbqw\",\n \"Memory\": 1000,\n \"ProtectMode\": 0\n}",
|
215
221
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"InstanceIds\": [\n \"cdb-03brtubb\"\n ],\n \"DealIds\": [\n \"20171201160000002670226599824833\"\n ]\n }\n}",
|
216
222
|
"title": "创建云数据库实例(按量计费)"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"document": "创建实例时设置表名大小写敏感",
|
226
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstanceHour\n<公共请求参数>\n\n{\n \"GoodsNum\": 1,\n \"Memory\": 1000,\n \"Volume\": 25,\n \"EngineVersion\": \"8.0\",\n \"UniqVpcId\": \"vpc-4pagx2lk\",\n \"UniqSubnetId\": \"subnet-a2eaqb1t\",\n \"Zone\": \"ap-beijing-3\",\n \"InstanceRole\": \"master\",\n \"ParamList\": [\n {\n \"Name\": \"lower_case_table_names\",\n \"Value\": \"0\"\n }\n ],\n \"DeviceType\": \"UNIVERSAL\",\n \"Cpu\": 1,\n \"EngineType\": \"InnoDB\"\n}",
|
227
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6166b535-64e8-4372-86fc-d6e26791f4fc\",\n \"InstanceIds\": [\n \"cdb-grq223rc\"\n ],\n \"DealIds\": [\n \"20250519054092411681522\"\n ]\n }\n}",
|
228
|
+
"title": "创建实例时设置表名大小写敏感"
|
217
229
|
}
|
218
230
|
],
|
219
231
|
"CreateDatabase": [
|
@@ -3977,6 +3977,26 @@
|
|
3977
3977
|
"type": "string",
|
3978
3978
|
"value_allowed_null": false
|
3979
3979
|
},
|
3980
|
+
{
|
3981
|
+
"disabled": false,
|
3982
|
+
"document": "流程ProcessId",
|
3983
|
+
"example": "124654",
|
3984
|
+
"member": "string",
|
3985
|
+
"name": "ProcessId",
|
3986
|
+
"output_required": false,
|
3987
|
+
"type": "string",
|
3988
|
+
"value_allowed_null": false
|
3989
|
+
},
|
3990
|
+
{
|
3991
|
+
"disabled": false,
|
3992
|
+
"document": "Job名称",
|
3993
|
+
"example": "create_instance",
|
3994
|
+
"member": "string",
|
3995
|
+
"name": "JobName",
|
3996
|
+
"output_required": false,
|
3997
|
+
"type": "string",
|
3998
|
+
"value_allowed_null": false
|
3999
|
+
},
|
3980
4000
|
{
|
3981
4001
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3982
4002
|
"member": "string",
|