tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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 (245) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +32 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +120 -48
  21. tccli/services/billing/billing_client.py +210 -84
  22. tccli/services/cam/cam_client.py +405 -162
  23. tccli/services/captcha/captcha_client.py +5 -2
  24. tccli/services/car/car_client.py +165 -66
  25. tccli/services/cbs/cbs_client.py +190 -76
  26. tccli/services/ccc/ccc_client.py +794 -160
  27. tccli/services/ccc/v20200210/api.json +1778 -202
  28. tccli/services/ccc/v20200210/examples.json +64 -0
  29. tccli/services/cdb/cdb_client.py +1770 -531
  30. tccli/services/cdb/v20170320/api.json +2166 -335
  31. tccli/services/cdb/v20170320/examples.json +126 -6
  32. tccli/services/cdc/cdc_client.py +100 -40
  33. tccli/services/cdc/v20201214/api.json +2 -2
  34. tccli/services/cdc/v20201214/examples.json +4 -4
  35. tccli/services/cdn/cdn_client.py +220 -88
  36. tccli/services/cdn/v20180606/api.json +22 -22
  37. tccli/services/cdn/v20180606/examples.json +1 -1
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1149 -259
  50. tccli/services/ckafka/v20190819/api.json +3738 -1696
  51. tccli/services/ckafka/v20190819/examples.json +266 -162
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +598 -185
  68. tccli/services/cvm/v20170312/examples.json +172 -126
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +196 -53
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +546 -0
  106. tccli/services/hunyuan/v20230901/api.json +628 -0
  107. tccli/services/hunyuan/v20230901/examples.json +60 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/iotcloud/iotcloud_client.py +100 -40
  113. tccli/services/ip/ip_client.py +30 -12
  114. tccli/services/kms/kms_client.py +340 -136
  115. tccli/services/kms/v20190118/api.json +80 -3
  116. tccli/services/kms/v20190118/examples.json +3 -3
  117. tccli/services/lcic/lcic_client.py +265 -106
  118. tccli/services/lighthouse/lighthouse_client.py +730 -172
  119. tccli/services/lighthouse/v20200324/api.json +502 -14
  120. tccli/services/lighthouse/v20200324/examples.json +59 -5
  121. tccli/services/live/live_client.py +600 -240
  122. tccli/services/lke/lke_client.py +450 -180
  123. tccli/services/lkeap/__init__.py +4 -0
  124. tccli/services/lkeap/lkeap_client.py +602 -0
  125. tccli/services/lkeap/v20240522/api.json +989 -0
  126. tccli/services/lkeap/v20240522/examples.json +92 -0
  127. tccli/services/mariadb/mariadb_client.py +250 -100
  128. tccli/services/mdc/mdc_client.py +90 -36
  129. tccli/services/mdl/mdl_client.py +357 -90
  130. tccli/services/mdl/v20200326/api.json +1095 -77
  131. tccli/services/mdl/v20200326/examples.json +40 -16
  132. tccli/services/mdp/mdp_client.py +416 -124
  133. tccli/services/mdp/v20200527/api.json +335 -40
  134. tccli/services/mdp/v20200527/examples.json +95 -79
  135. tccli/services/message/__init__.py +4 -0
  136. tccli/services/message/message_client.py +210 -0
  137. tccli/services/message/v20181225/api.json +72 -0
  138. tccli/services/message/v20181225/examples.json +13 -0
  139. tccli/services/mongodb/mongodb_client.py +1404 -141
  140. tccli/services/mongodb/v20190725/api.json +2919 -677
  141. tccli/services/mongodb/v20190725/examples.json +190 -22
  142. tccli/services/monitor/monitor_client.py +1008 -296
  143. tccli/services/monitor/v20180724/api.json +664 -15
  144. tccli/services/monitor/v20180724/examples.json +152 -4
  145. tccli/services/mps/mps_client.py +1721 -381
  146. tccli/services/mps/v20190612/api.json +4905 -561
  147. tccli/services/mps/v20190612/examples.json +221 -69
  148. tccli/services/mqtt/__init__.py +4 -0
  149. tccli/services/mqtt/mqtt_client.py +1610 -0
  150. tccli/services/mqtt/v20240516/api.json +3057 -0
  151. tccli/services/mqtt/v20240516/examples.json +213 -0
  152. tccli/services/msp/msp_client.py +35 -14
  153. tccli/services/ocr/ocr_client.py +358 -76
  154. tccli/services/ocr/v20181119/api.json +731 -88
  155. tccli/services/ocr/v20181119/examples.json +40 -10
  156. tccli/services/omics/omics_client.py +100 -40
  157. tccli/services/organization/organization_client.py +580 -232
  158. tccli/services/postgres/postgres_client.py +455 -182
  159. tccli/services/privatedns/privatedns_client.py +155 -62
  160. tccli/services/pts/pts_client.py +240 -96
  161. tccli/services/quota/__init__.py +4 -0
  162. tccli/services/quota/quota_client.py +434 -0
  163. tccli/services/quota/v20241204/api.json +548 -0
  164. tccli/services/quota/v20241204/examples.json +51 -0
  165. tccli/services/rce/rce_client.py +5 -2
  166. tccli/services/redis/redis_client.py +545 -218
  167. tccli/services/redis/v20180412/api.json +227 -115
  168. tccli/services/redis/v20180412/examples.json +19 -19
  169. tccli/services/region/region_client.py +15 -6
  170. tccli/services/rum/rum_client.py +300 -120
  171. tccli/services/scf/scf_client.py +210 -84
  172. tccli/services/ses/ses_client.py +145 -58
  173. tccli/services/smh/__init__.py +4 -0
  174. tccli/services/smh/smh_client.py +714 -0
  175. tccli/services/smh/v20210712/api.json +1287 -0
  176. tccli/services/smh/v20210712/examples.json +85 -0
  177. tccli/services/sms/sms_client.py +90 -36
  178. tccli/services/sqlserver/sqlserver_client.py +3759 -480
  179. tccli/services/sqlserver/v20180328/api.json +8909 -2941
  180. tccli/services/sqlserver/v20180328/examples.json +447 -3
  181. tccli/services/ssl/ssl_client.py +190 -76
  182. tccli/services/ssm/ssm_client.py +120 -48
  183. tccli/services/sts/sts_client.py +25 -10
  184. tccli/services/tag/tag_client.py +150 -60
  185. tccli/services/tat/tat_client.py +95 -38
  186. tccli/services/tbaas/tbaas_client.py +20 -8
  187. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  188. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  189. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  190. tccli/services/tchd/tchd_client.py +5 -2
  191. tccli/services/tcmpp/tcmpp_client.py +520 -208
  192. tccli/services/tcr/tcr_client.py +380 -152
  193. tccli/services/tcsas/tcsas_client.py +2576 -327
  194. tccli/services/tcsas/v20250106/api.json +8304 -3241
  195. tccli/services/tcsas/v20250106/examples.json +311 -15
  196. tccli/services/tcss/tcss_client.py +1650 -660
  197. tccli/services/tdid/tdid_client.py +240 -96
  198. tccli/services/tdmq/tdmq_client.py +2876 -466
  199. tccli/services/tdmq/v20200217/api.json +11607 -3958
  200. tccli/services/tdmq/v20200217/examples.json +562 -264
  201. tccli/services/tem/tem_client.py +280 -112
  202. tccli/services/teo/teo_client.py +1590 -540
  203. tccli/services/teo/v20220901/api.json +703 -71
  204. tccli/services/teo/v20220901/examples.json +88 -22
  205. tccli/services/tione/__init__.py +4 -0
  206. tccli/services/tione/tione_client.py +210 -0
  207. tccli/services/tione/v20211111/api.json +3074 -0
  208. tccli/services/tione/v20211111/examples.json +12 -0
  209. tccli/services/tiw/tiw_client.py +255 -102
  210. tccli/services/tke/tke_client.py +858 -276
  211. tccli/services/tke/v20180525/api.json +227 -0
  212. tccli/services/tke/v20180525/examples.json +24 -0
  213. tccli/services/tms/tms_client.py +5 -2
  214. tccli/services/tmt/tmt_client.py +5 -2
  215. tccli/services/trabbit/trabbit_client.py +145 -58
  216. tccli/services/trocket/__init__.py +4 -0
  217. tccli/services/trocket/trocket_client.py +2450 -0
  218. tccli/services/trocket/v20230308/api.json +6062 -0
  219. tccli/services/trocket/v20230308/examples.json +339 -0
  220. tccli/services/trro/trro_client.py +95 -38
  221. tccli/services/trtc/trtc_client.py +255 -102
  222. tccli/services/trtc/v20190722/api.json +135 -31
  223. tccli/services/trtc/v20190722/examples.json +7 -7
  224. tccli/services/tts/tts_client.py +5 -2
  225. tccli/services/vclm/vclm_client.py +10 -4
  226. tccli/services/vm/vm_client.py +20 -8
  227. tccli/services/vod/v20180717/api.json +2929 -296
  228. tccli/services/vod/v20180717/examples.json +40 -6
  229. tccli/services/vod/vod_client.py +1175 -358
  230. tccli/services/vpc/v20170312/api.json +1102 -137
  231. tccli/services/vpc/v20170312/examples.json +127 -23
  232. tccli/services/vpc/vpc_client.py +2241 -670
  233. tccli/services/waf/v20180125/api.json +1372 -194
  234. tccli/services/waf/v20180125/examples.json +89 -1
  235. tccli/services/waf/waf_client.py +1149 -245
  236. tccli/services/wedata/v20250806/api.json +13644 -0
  237. tccli/services/wedata/v20250806/examples.json +621 -0
  238. tccli/services/wedata/wedata_client.py +6067 -1263
  239. tccli/services/yunjing/yunjing_client.py +355 -142
  240. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
  241. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
  242. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  243. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
  244. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  245. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -54,6 +54,14 @@
54
54
  "title": "Rebalancing the loads of instances in an RO group"
55
55
  }
56
56
  ],
57
+ "CloseAuditService": [
58
+ {
59
+ "document": "None",
60
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseAuditService\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-6990cckk\"\n}",
61
+ "output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
62
+ "title": "Disabling Audit"
63
+ }
64
+ ],
57
65
  "CloseCDBProxy": [
58
66
  {
59
67
  "document": " ",
@@ -86,6 +94,14 @@
86
94
  "title": "Creating a TencentDB account"
87
95
  }
88
96
  ],
97
+ "CreateAuditLogFile": [
98
+ {
99
+ "document": "This example shows you how to successfully query audit logs.",
100
+ "input": "https://cdb.tencentcloudapi.com/?Action=CreateAuditLogFile\r\n&InstanceId=cdb-qwerasdf\r\n&StartTime=2017-07-12 10:29:20\r\n&EndTime=2017-07-13 10:29:20\r\n&<Common request parameters>",
101
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"FileName\": \"shenji.csv\"\n }\n}",
102
+ "title": "Creating an Audit Log File"
103
+ }
104
+ ],
89
105
  "CreateAuditPolicy": [
90
106
  {
91
107
  "document": " ",
@@ -94,6 +110,14 @@
94
110
  "title": "Creating an audit policy"
95
111
  }
96
112
  ],
113
+ "CreateAuditRuleTemplate": [
114
+ {
115
+ "document": "None",
116
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditRuleTemplate\n<Common request parameters>\n\n{\n \"RuleFilters\": [\n {\n \"Type\": \"host\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"100.122.76.176\",\n \"10.0.0.9\"\n ]\n },\n {\n \"Type\": \"user\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"wy\"\n ]\n },\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"Update\",\n \"Delete\"\n ]\n }\n ],\n \"RuleTemplateName\": \"andy\",\n \"Description\": \"Rule template for testing\"\n}",
117
+ "output": "{\n \"Response\": {\n \"RuleTemplateId\": \"cdb-rt-ws23fwu8\",\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
118
+ "title": "Creating an Audit Rule Template"
119
+ }
120
+ ],
97
121
  "CreateBackup": [
98
122
  {
99
123
  "document": " ",
@@ -186,6 +210,14 @@
186
210
  "title": "Creating a VIP exclusive to a TencentDB read-only replica"
187
211
  }
188
212
  ],
213
+ "CreateRotationPassword": [
214
+ {
215
+ "document": "",
216
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRotationPassword\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-0zgqlqmd\",\n \"Accounts\": [\n {\n \"User\": \"andy\",\n \"Host\": \"192.1.1.1\"\n }\n ]\n}",
217
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
218
+ "title": "Enabling Password Rotation"
219
+ }
220
+ ],
189
221
  "DeleteAccounts": [
190
222
  {
191
223
  "document": " ",
@@ -194,6 +226,30 @@
194
226
  "title": "Deleting a TencentDB account"
195
227
  }
196
228
  ],
229
+ "DeleteAuditLogFile": [
230
+ {
231
+ "document": " ",
232
+ "input": "https://cdb.tencentcloudapi.com/?Action=DeleteAuditLogFile\r\n&InstanceId=cdb-test1234\r\n&FileName=test.csv\r\n&<Common request parameters>",
233
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
234
+ "title": "Deleting an Audit Log File"
235
+ }
236
+ ],
237
+ "DeleteAuditPolicy": [
238
+ {
239
+ "document": " ",
240
+ "input": "https://cdb.tencentcloudapi.com/?Action=DeleteAuditPolicy\r\n&PolicyId=cdbpolicy-234\r\n&InstanceId=cdb-xxxxxxx\r\n&<Common request parameters>",
241
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
242
+ "title": "Deleting an Audit Policy"
243
+ }
244
+ ],
245
+ "DeleteAuditRuleTemplates": [
246
+ {
247
+ "document": "",
248
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-rt-ws23fwu8\"\n ]\n}",
249
+ "output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
250
+ "title": "Deleting an Audit Rule Template"
251
+ }
252
+ ],
197
253
  "DeleteBackup": [
198
254
  {
199
255
  "document": " ",
@@ -242,6 +298,30 @@
242
298
  "title": "Querying the execution result of an async task"
243
299
  }
244
300
  ],
301
+ "DescribeAuditConfig": [
302
+ {
303
+ "document": "",
304
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditConfig\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdbro-6zpy4ei1\"\n}",
305
+ "output": "{\n \"Response\": {\n \"RequestId\": \"507f6863-2827-4c2c-9c3b-fbbcc32e1ed4\",\n \"CreateTime\": \"2025-04-11 15:13:07\",\n \"IsClosing\": \"false\",\n \"IsOpening\": \"false\",\n \"LogExpireDay\": 90,\n \"LogType\": \"storage\"\n }\n}",
306
+ "title": "Querying Instance Configuration"
307
+ }
308
+ ],
309
+ "DescribeAuditInstanceList": [
310
+ {
311
+ "document": "This example shows you how to obtain the audit instance list.",
312
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditInstanceList\n<Common request parameters>\n\n{\n \"AuditMode\": 0,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"cdb-euu5fkcj\"\n ],\n \"Name\": \"InstanceId\",\n \"ExactMatch\": true\n }\n ],\n \"AuditSwitch\": 0,\n \"Offset\": 1\n}",
313
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"InstanceId\": \"cdb-euu5fkcj\",\n \"AuditStatus\": \"OFF\",\n \"AuditTask\": 1,\n \"LogExpireDay\": 1,\n \"HighLogExpireDay\": 1,\n \"LowLogExpireDay\": 1,\n \"BillingAmount\": 0,\n \"HighRealStorage\": 0,\n \"LowRealStorage\": 0,\n \"AuditAll\": true,\n \"CreateAt\": \"2022-03-02 10:09:08\",\n \"InstanceInfo\": {\n \"ProjectId\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"andy\",\n \"TagValue\": \"1\"\n }\n ],\n \"DbType\": \"MYSQL\",\n \"DbVersion\": \"5.7\"\n },\n \"RealStorage\": 0,\n \"OldRule\": true,\n \"RuleTemplateIds\": [\n \"cdb-art-nuf7ej8d\"\n ]\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
314
+ "title": "Obtaining the Audit Instance List"
315
+ }
316
+ ],
317
+ "DescribeAuditLogFiles": [
318
+ {
319
+ "document": " ",
320
+ "input": "https://cdb.tencentcloudapi.com/?Action=DescribeAuditLogFiles\n&InstanceId=cdb-qwerasdf\n&<Common request parameters>",
321
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"FileName\": \"andy.txt\",\n \"Status\": \"running\",\n \"CreateTime\": \"2019-03-20 17:09:13\",\n \"FileSize\": 3,\n \"DownloadUrl\": \"http://xxxxxx\",\n \"ErrMsg\": \"\"\n }\n ]\n }\n}",
322
+ "title": "Querying Audit Log Files"
323
+ }
324
+ ],
245
325
  "DescribeAuditLogs": [
246
326
  {
247
327
  "document": "",
@@ -270,6 +350,22 @@
270
350
  "title": "Querying the audit policies"
271
351
  }
272
352
  ],
353
+ "DescribeAuditRuleTemplateModifyHistory": [
354
+ {
355
+ "document": "",
356
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRuleTemplateModifyHistory\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-art-8qx2kcr7\"\n ],\n \"StartTime\": \"2023-07-26 00:00:00\",\n \"EndTime\": \"2023-07-27 00:00:00\",\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"DESC\"\n}",
357
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"TaskId\": 1997098,\n \"ModifyBeforeInfo\": {\n \"RuleTemplateId\": \"cdb-art-8qx2kcr7\",\n \"RuleTemplateName\": \"wy_1\",\n \"RuleFilters\": [\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"DROP\"\n ]\n }\n ],\n \"AlarmLevel\": 1,\n \"AlarmPolicy\": 0,\n \"Description\": \"andyaudit\"\n },\n \"ModifyAfterInfo\": {\n \"RuleTemplateId\": \"cdb-art-8qx2kcr7\",\n \"RuleTemplateName\": \"wy_1\",\n \"RuleFilters\": [\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"DROP\",\n \"DELETE\"\n ]\n }\n ],\n \"AlarmLevel\": 2,\n \"AlarmPolicy\": 0,\n \"Description\": \"andyrule2\"\n },\n \"AffectedInstances\": [\n \"cdb-nzg4gv35\",\n \"cdb-12y4cjjd\"\n ],\n \"Operator\": \"700000579947\",\n \"UpdateTime\": \"2023-07-26 00:09:00\"\n }\n ],\n \"RequestId\": \"186905b7-756c-4aae-a403-a40568aa5952\"\n }\n}",
358
+ "title": "Correct Return"
359
+ }
360
+ ],
361
+ "DescribeAuditRuleTemplates": [
362
+ {
363
+ "document": "None",
364
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateNames\": [\n \"template_1\"\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
365
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateAt\": \"2022-12-06 00:54:01\",\n \"Description\": \"all_template_des\",\n \"RuleFilters\": [\n {\n \"Compare\": \"INC\",\n \"Type\": \"sqlType\",\n \"Value\": [\n \"ALTER\"\n ]\n },\n {\n \"Compare\": \"EQS\",\n \"Type\": \"host\",\n \"Value\": [\n \"10.0.0.2\"\n ]\n },\n {\n \"Compare\": \"NEQ\",\n \"Type\": \"user\",\n \"Value\": [\n \"lue\"\n ]\n },\n {\n \"Compare\": \"INC\",\n \"Type\": \"dbName\",\n \"Value\": [\n \"lue\"\n ]\n }\n ],\n \"RuleTemplateId\": \"cdb-art-lcpm4as3\",\n \"RuleTemplateName\": \"template_test\"\n }\n ],\n \"RequestId\": \"a19ebcfb-8b35-40f4-85ee-383109c9134b\",\n \"TotalCount\": 1\n }\n}",
366
+ "title": "Querying Audit Rule Template Information"
367
+ }
368
+ ],
273
369
  "DescribeAuditRules": [
274
370
  {
275
371
  "document": " ",
@@ -362,7 +458,7 @@
362
458
  {
363
459
  "document": " ",
364
460
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCdbZoneConfig\n<Common request parameters>\n\n{}",
365
- "output": "{\n \"Response\": {\n \"DataResult\": {\n \"Configs\": [\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 11,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 1200,\n \"Memory\": 1000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 12,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 2000,\n \"Memory\": 2000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 8,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"RocksDB\",\n \"Id\": 175,\n \"Info\": \"Large-scale game apps with millions of DAUs\"\n \"Iops\": 28000,\n \"Memory\": 32000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n }\n ],\n \"Regions\": [\n {\n \"Area\": \"East China\",\n \"IsDefaultRegion\": 0,\n \"Region\": \"ap-shanghai\",\n \"RegionConfig\": [\n {\n \"DrZone\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\",\n \"ap-guangzhou-5\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"EngineType\": [\n \"InnoDB\",\n \"RocksDB\"\n ],\n \"ExClusterRemoteRoZone\": [],\n \"ExClusterStatus\": 3,\n \"ExClusterZoneConf\": {\n \"BackupZone\": [],\n \"DeployMode\": [\n 0\n ],\n \"MasterZone\": [],\n \"SlaveZone\": [\n },\n \"HourInstanceSaleMaxNum\": 10000,\n \"IsBm\": false,\n \"IsCustom\": true,\n \"IsDefaultZone\": false,\n \"IsSupportDr\": true,\n \"IsSupportIpv6\": false,\n \"IsSupportRemoteRo\": true,\n \"IsSupportVpc\": true,\n \"PayType\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"ProtectMode\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"RemoteRoZone\": [\n \"ap-beijing-1\",\n \"ap-beijing-2\",\n \"ap-beijing-3\"\n ],\n \"SellType\": [\n {\n \"ConfigIds\": [],\n \"EngineVersion\": [],\n \"TypeName\": \"CVM\"\n },\n {\n \"ConfigIds\": [\n 11,\n 12,\n 175\n ],\n \"EngineVersion\": [\n \"5.5\",\n \"5.6\",\n \"5.7\",\n \"8.0\"\n ],\n \"TypeName\": \"Z3\"\n }\n ],\n \"Status\": 3,\n \"Zone\": \"ap-shanghai-1\",\n \"ZoneConf\": {\n \"BackupZone\": [\n \"ap-shanghai-1\"\n ],\n \"DeployMode\": [\n 0,\n 1\n ],\n \"MasterZone\": [\n \"ap-shanghai-1\"\n ],\n \"SlaveZone\": [\n \"ap-shanghai-1\"\n ]\n },\n \"ZoneId\": 200001,\n \"ZoneName\": \"Shanghai Zone 1\"\n }\n ],\n \"RegionName\": \"Shanghai\"\n }\n ]\n },\n \"RequestId\": \"33ad58ce-64d3-5ef4-101a-1823da6f7cad\"\n }\n}",
461
+ "output": "{\n \"Response\": {\n \"DataResult\": {\n \"Configs\": [\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 11,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 1200,\n \"Memory\": 1000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 12,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 2000,\n \"Memory\": 2000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 8,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"RocksDB\",\n \"Id\": 175,\n \"Info\": \"Large-scale game apps with millions of DAUs\"\n \"Iops\": 28000,\n \"Memory\": 32000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n }\n ],\n \"Regions\": [\n {\n \"Area\": \"East China\",\n \"IsDefaultRegion\": 0,\n \"Region\": \"ap-shanghai\",\n \"RegionConfig\": [\n {\n \"DrZone\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\",\n \"ap-guangzhou-5\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"EngineType\": [\n \"InnoDB\",\n \"RocksDB\"\n ],\n \"ExClusterRemoteRoZone\": [],\n \"ExClusterStatus\": 3,\n \"ExClusterZoneConf\": {\n \"BackupZone\": [],\n \"DeployMode\": [\n 0\n ],\n \"MasterZone\": [],\n \"SlaveZone\": [\n },\n \"HourInstanceSaleMaxNum\": 10000,\n \"IsBm\": false,\n \"IsCustom\": true,\n \"IsDefaultZone\": false,\n \"IsSupportDr\": true,\n \"IsSupportIpv6\": false,\n \"IsSupportRemoteRo\": true,\n \"IsSupportVpc\": true,\n \"PayType\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"ProtectMode\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"RemoteRoZone\": [\n \"ap-beijing-1\",\n \"ap-beijing-3\"\n ],\n \"SellType\": [\n {\n \"ConfigIds\": [],\n \"EngineVersion\": [],\n \"TypeName\": \"CVM\"\n },\n {\n \"ConfigIds\": [\n 11,\n 12,\n 175\n ],\n \"EngineVersion\": [\n \"5.5\",\n \"5.6\",\n \"5.7\",\n \"8.0\"\n ],\n \"TypeName\": \"Z3\"\n }\n ],\n \"Status\": 3,\n \"Zone\": \"ap-shanghai-2\",\n \"ZoneConf\": {\n \"BackupZone\": [\n \"ap-shanghai-2\"\n ],\n \"DeployMode\": [\n 0,\n 1\n ],\n \"MasterZone\": [\n \"ap-shanghai-2\"\n ],\n \"SlaveZone\": [\n \"ap-shanghai-2\"\n ]\n },\n \"ZoneId\": 200002,\n \"ZoneName\": \"Shanghai Zone 2\"\n }\n ],\n \"RegionName\": \"Shanghai\"\n }\n ]\n },\n \"RequestId\": \"33ad58ce-64d3-5ef4-101a-1823da6f7cad\"\n }\n}",
366
462
  "title": "Querying the purchasable database specifications"
367
463
  }
368
464
  ],
@@ -410,7 +506,7 @@
410
506
  {
411
507
  "document": " ",
412
508
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceConfig\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\"\n}",
413
- "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"SlaveConfig\": {\n \"ReplicationMode\": \"async\",\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"BackupConfig\": {\n \"ReplicationMode\": \"sync\",\n \"Vip\": \"\",\n \"Vport\": 0,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"ProtectMode\": 0,\n \"Zone\": \"ap-guangzhou-3\",\n \"DeployMode\": 1,\n \"Switched\": false\n }\n}",
509
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"SlaveConfig\": {\n \"ReplicationMode\": \"async\",\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"BackupConfig\": {\n \"ReplicationMode\": \"sync\",\n \"Vip\": \"172.1.1.1\",\n \"Vport\": 3306,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"ProtectMode\": 0,\n \"Zone\": \"ap-guangzhou-3\",\n \"DeployMode\": 1,\n \"Switched\": false\n }\n}",
414
510
  "title": "Querying the configuration information of a TencentDB instance"
415
511
  }
416
512
  ],
@@ -448,10 +544,10 @@
448
544
  ],
449
545
  "DescribeDBInstances": [
450
546
  {
451
- "document": "This example shows you how to query the list of instances.",
547
+ "document": "This example shows you how to query the instance list.",
452
548
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"cdb-70zdmgg1\"\n ]\n}",
453
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"test\",\n \"RoVipInfo\": {\n \"RoVport\": 0,\n \"RoVpcId\": 0,\n \"RoVipStatus\": 0,\n \"RoVip\": \"192.168.1.1\",\n \"RoSubnetId\": 0\n },\n \"Memory\": 1000,\n \"EngineType\": \"InnoDB\",\n \"Status\": 1,\n \"VpcId\": 511512,\n \"SlaveInfo\": {\n \"Second\": {\n \"Vport\": 0,\n \"Vip\": \"test\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"First\": {\n \"Vport\": 0,\n \"Vip\": \"test\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n }\n },\n \"InstanceId\": \"cdn-abc\",\n \"PhysicalId\": \"test\",\n \"Volume\": 50,\n \"AutoRenew\": 0,\n \"ProtectMode\": 0,\n \"CdbError\": 0,\n \"DeviceClass\": \"test\",\n \"MasterInfo\": {\n \"Status\": 0,\n \"VpcId\": 0,\n \"Zone\": \"100001\",\n \"ExClusterName\": \"test\",\n \"InstanceId\": \"test\",\n \"ResourceId\": \"test\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 0,\n \"ZoneId\": 0,\n \"Volume\": 0,\n \"DeviceType\": \"test\",\n \"Memory\": 0,\n \"SubnetId\": 0,\n \"Qps\": 0,\n \"TaskStatus\": 0,\n \"InstanceName\": \"test\",\n \"InstanceType\": 0,\n \"ExClusterId\": \"test\"\n },\n \"DeployGroupId\": \"test\",\n \"InstanceNodes\": 2,\n \"RoGroups\": [\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"test\",\n \"RoGroupZone\": \"test\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"test\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"test\",\n \"Weight\": 0,\n \"UniqVpcId\": \"test\",\n \"RoInstances\": [\n {\n \"Zone\": \"test\",\n \"MasterInstanceId\": \"test\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"test\",\n \"Volume\": 50,\n \"OfflineTime\": \"test\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"test\",\n \"Region\": \"test\",\n \"DeadlineTime\": \"test\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"test\",\n \"EngineVersion\": \"test\",\n \"InstanceName\": \"test\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"test\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"test\",\n \"UniqSubnetId\": \"test\",\n \"RoGroupRegion\": \"test\",\n \"Vport\": 3306,\n \"WeightMode\": \"test\"\n },\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"test\",\n \"RoGroupZone\": \"test\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"test\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"test\",\n \"UniqVpcId\": \"test\",\n \"Weight\": 0,\n \"RoInstances\": [\n {\n \"Zone\": \"test\",\n \"MasterInstanceId\": \"test\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"test\",\n \"Volume\": 25,\n \"OfflineTime\": \"test\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"test\",\n \"Region\": \"test\",\n \"DeadlineTime\": \"test\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"test\",\n \"EngineVersion\": \"test\",\n \"InstanceName\": \"test\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"test\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"test\",\n \"UniqSubnetId\": \"test\",\n \"RoGroupRegion\": \"test\",\n \"Vport\": 3306,\n \"WeightMode\": \"test\"\n }\n ],\n \"ProjectId\": 0,\n \"DeadlineTime\": \"2020-09-22 00:00:00\",\n \"DeployMode\": 0,\n \"TaskStatus\": 0,\n \"SubnetId\": 115839,\n \"DeviceType\": \"test\",\n \"EngineVersion\": \"test\",\n \"MaxDelayTime\": 0,\n \"InstanceName\": \"test\",\n \"Cpu\": 8,\n \"DrInfo\": [\n {\n \"Status\": 0,\n \"Zone\": \"test\",\n \"InstanceId\": \"test\",\n \"Region\": \"test\",\n \"SyncStatus\": 0,\n \"InstanceName\": \"test\",\n \"InstanceType\": 0\n }\n ],\n \"UniqVpcId\": \"test\",\n \"WanDomain\": \"test\",\n \"InitFlag\": 1,\n \"PayType\": 1,\n \"InstanceType\": 1,\n \"Vip\": \"test\",\n \"UniqSubnetId\": \"test\",\n \"Region\": \"test\",\n \"Qps\": 0,\n \"Vport\": 3306,\n \"TagList\": [\n {\n \"TagKey\": \"test\",\n \"TagValue\": \"test\"\n }\n ],\n \"CreateTime\": \"test\",\n \"ZoneId\": 720001,\n \"ZoneName\": \"test\"\n }\n ]\n }\n}",
454
- "title": "Querying the list of instances"
549
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"CLOUD_SSD\",\n \"RoVipInfo\": {\n \"RoVport\": 0,\n \"RoVpcId\": 0,\n \"RoVipStatus\": 0,\n \"RoVip\": \"192.168.1.1\",\n \"RoSubnetId\": 0\n },\n \"Memory\": 1000,\n \"EngineType\": \"InnoDB\",\n \"Status\": 1,\n \"VpcId\": 511512,\n \"SlaveInfo\": {\n \"Second\": {\n \"Vport\": 0,\n \"Vip\": \"172.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"First\": {\n \"Vport\": 0,\n \"Vip\": \"17.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n }\n },\n \"InstanceId\": \"cdn-ahend\",\n \"PhysicalId\": \"136527\",\n \"Volume\": 50,\n \"AutoRenew\": 0,\n \"ProtectMode\": 0,\n \"CdbError\": 0,\n \"DeviceClass\": \"20\",\n \"MasterInfo\": {\n \"Status\": 1,\n \"VpcId\": 0,\n \"Zone\": \"100001\",\n \"ExClusterName\": \"andy\",\n \"InstanceId\": \"cdb-hsyhend\",\n \"ResourceId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 0,\n \"ZoneId\": 0,\n \"Volume\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"Memory\": 0,\n \"SubnetId\": 0,\n \"Qps\": 0,\n \"TaskStatus\": 0,\n \"InstanceName\": \"cdb342\",\n \"InstanceType\": 0,\n \"ExClusterId\": \"cdb-3ho6jddd\"\n },\n \"DeployGroupId\": \"ps-7t11vrwf\",\n \"InstanceNodes\": 2,\n \"RoGroups\": [\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"800003\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq2\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"cdbro2\",\n \"Weight\": 0,\n \"UniqVpcId\": \"vpc-ja6ts123\",\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"MasterInstanceId\": \"cdb-fapcrp1q\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdb-hendhs\",\n \"Volume\": 50,\n \"OfflineTime\": \"2024-09-09 16:40:31\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro732\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"10.89.90.66\",\n \"UniqSubnetId\": \"subnet-njh2bc99\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n },\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"ap-guangzhou\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq4\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"andy6\",\n \"UniqVpcId\": \"vpc-ja6ts453\",\n \"Weight\": 0,\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"MasterInstanceId\": \"cdb-fapcrp12\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdbro-c1nl9rpv\",\n \"Volume\": 25,\n \"OfflineTime\": \"2024-09-09 16:40:30\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro7\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"12.1.1.1\",\n \"UniqSubnetId\": \"subnet-njh2bc11\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n }\n ],\n \"ProjectId\": 0,\n \"DeadlineTime\": \"2020-09-22 00:00:00\",\n \"DeployMode\": 0,\n \"TaskStatus\": 0,\n \"SubnetId\": 115839,\n \"DeviceType\": \"EXCLUSIVE\",\n \"EngineVersion\": \"5.7\",\n \"MaxDelayTime\": 0,\n \"InstanceName\": \"cdbandy\",\n \"Cpu\": 8,\n \"DrInfo\": [\n {\n \"Status\": 0,\n \"Zone\": \"ap-beijing-3\",\n \"InstanceId\": \"cdb-hegns\",\n \"Region\": \"ap-beijing\",\n \"SyncStatus\": 0,\n \"InstanceName\": \"andydr\",\n \"InstanceType\": 0\n }\n ],\n \"UniqVpcId\": \"vpc-5v8wn9m1\",\n \"WanDomain\": \"gz-cdb-******.sql.tencentcdb.com\",\n \"InitFlag\": 1,\n \"PayType\": 1,\n \"InstanceType\": 1,\n \"Vip\": \"13.1.1.1\",\n \"UniqSubnetId\": \"subnet-1typ0s7d\",\n \"Region\": \"ap-beijing\",\n \"Qps\": 0,\n \"Vport\": 3306,\n \"TagList\": [\n {\n \"TagKey\": \"name\",\n \"TagValue\": \"andy\"\n }\n ],\n \"CreateTime\": \"2023-08-29 08:37:33\",\n \"ZoneId\": 720001,\n \"ZoneName\": \"Beijing Zone 3.\"\n }\n ]\n }\n}",
550
+ "title": "Querying the Instance List"
455
551
  }
456
552
  ],
457
553
  "DescribeDBPrice": [
@@ -601,7 +697,7 @@
601
697
  "document": "",
602
698
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoGroups\n<common request parameters>\n\n{\n \"InstanceId\": \"cdb-93hvfefg\"\n}",
603
699
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e18a101-e6f5-440c-a9d3-3b30aef256e1\",\n \"RoGroups\": [\n {\n \"DelayReplicationTime\": 0,\n \"MinRoInGroup\": 1,\n \"RoGroupId\": \"cdbrg-lsj**ijm\",\n \"RoGroupMode\": \"\",\n \"RoGroupName\": \"tommy1\",\n \"RoGroupRegion\": \"ap-beijing\",\n \"RoGroupZone\": \"ap-beijing-6\",\n \"RoInstances\": [\n {\n \"DeadlineTime\": \"2024-11-12 16:11:06\",\n \"DeviceType\": \"CUSTOM\",\n \"EngineVersion\": \"8.0\",\n \"HourFeeStatus\": 1,\n \"InstanceId\": \"cdbro-lsjh**jm\",\n \"InstanceName\": \"cdb_ro_21**63\",\n \"InstanceType\": 3,\n \"MasterInstanceId\": \"cdb-93**fefg\",\n \"Memory\": 4000,\n \"OfflineTime\": \"2024-01-25 15:05:59\",\n \"PayType\": 0,\n \"Qps\": 4400,\n \"Region\": \"ap-beijing\",\n \"RoStatus\": \"online\",\n \"Status\": 1,\n \"SubnetId\": 2738750,\n \"TaskStatus\": 0,\n \"Vip\": \"172.*.32.13\",\n \"Volume\": 60,\n \"VpcId\": 7078258,\n \"Vport\": 3306,\n \"Weight\": 2,\n \"Zone\": \"ap-beijing-6\"\n }\n ],\n \"RoMaxDelayTime\": 10,\n \"RoOfflineDelay\": 1,\n \"UniqSubnetId\": \"subnet-jp6**13n\",\n \"UniqVpcId\": \"vpc-4ko**3u6\",\n \"Vip\": \"172.*.64.7\",\n \"Vport\": 3306,\n \"Weight\": 0,\n \"WeightMode\": \"system\"\n }\n ]\n }\n}",
604
- "title": "Querying the Information of All RO Groups of a Cloud Database Instance"
700
+ "title": "Queries the information of all RO groups of TencentDB instance"
605
701
  }
606
702
  ],
607
703
  "DescribeRoMinScale": [
@@ -740,6 +836,30 @@
740
836
  "title": "Modifying the permissions of a TencentDB instance account"
741
837
  }
742
838
  ],
839
+ "ModifyAuditConfig": [
840
+ {
841
+ "document": " ",
842
+ "input": "https://cdb.tencentcloudapi.com/?Action=ModifyAuditConfig\n&LogExpireDay=365\n&InstanceId=cdb-txcniupi\n&<Common request parameters>",
843
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
844
+ "title": "Modifying Audit Service Configurations"
845
+ }
846
+ ],
847
+ "ModifyAuditRuleTemplates": [
848
+ {
849
+ "document": "None",
850
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-rt-ws23fwu8\"\n ],\n \"RuleTemplateName\": \"andyrule\"\n}",
851
+ "output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
852
+ "title": "Modifying an Audit Rule Template"
853
+ }
854
+ ],
855
+ "ModifyAuditService": [
856
+ {
857
+ "document": "None",
858
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditService\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-6990cckk\",\n \"LogExpireDay\": 30,\n \"HighLogExpireDay\": 7,\n \"AuditAll\": true\n}",
859
+ "output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
860
+ "title": "Modifying the Audit Service"
861
+ }
862
+ ],
743
863
  "ModifyAutoRenewFlag": [
744
864
  {
745
865
  "document": " ",