tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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 (292) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +46 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +444 -272
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1007 -139
  29. tccli/services/billing/v20180709/api.json +1707 -429
  30. tccli/services/billing/v20180709/examples.json +161 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +463 -208
  42. tccli/services/cdb/v20170320/examples.json +8 -8
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdn/v20180606/api.json +22 -22
  48. tccli/services/cdn/v20180606/examples.json +1 -1
  49. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  50. tccli/services/cdwpg/cdwpg_client.py +120 -48
  51. tccli/services/cdz/__init__.py +4 -0
  52. tccli/services/cdz/cdz_client.py +210 -0
  53. tccli/services/cdz/v20221123/api.json +233 -0
  54. tccli/services/cdz/v20221123/examples.json +12 -0
  55. tccli/services/cfg/cfg_client.py +80 -32
  56. tccli/services/cfg/v20210820/api.json +30 -10
  57. tccli/services/cfg/v20210820/examples.json +1 -1
  58. tccli/services/cfs/cfs_client.py +195 -78
  59. tccli/services/cfw/cfw_client.py +330 -132
  60. tccli/services/chdfs/chdfs_client.py +145 -58
  61. tccli/services/ciam/ciam_client.py +80 -32
  62. tccli/services/ckafka/ckafka_client.py +1149 -259
  63. tccli/services/ckafka/v20190819/api.json +3738 -1696
  64. tccli/services/ckafka/v20190819/examples.json +266 -162
  65. tccli/services/clb/clb_client.py +1054 -469
  66. tccli/services/clb/v20180317/api.json +2273 -1020
  67. tccli/services/clb/v20180317/examples.json +184 -124
  68. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  69. tccli/services/cls/cls_client.py +434 -173
  70. tccli/services/cmq/cmq_client.py +14 -803
  71. tccli/services/cmq/v20190304/api.json +173 -1367
  72. tccli/services/cmq/v20190304/examples.json +0 -120
  73. tccli/services/config/config_client.py +30 -12
  74. tccli/services/controlcenter/controlcenter_client.py +229 -2
  75. tccli/services/controlcenter/v20230110/api.json +528 -5
  76. tccli/services/controlcenter/v20230110/examples.json +32 -0
  77. tccli/services/csip/csip_client.py +339 -78
  78. tccli/services/csip/v20221121/api.json +1011 -38
  79. tccli/services/csip/v20221121/examples.json +24 -0
  80. tccli/services/ctsdb/__init__.py +4 -0
  81. tccli/services/ctsdb/ctsdb_client.py +266 -0
  82. tccli/services/ctsdb/v20230202/api.json +677 -0
  83. tccli/services/ctsdb/v20230202/examples.json +20 -0
  84. tccli/services/cvm/cvm_client.py +706 -189
  85. tccli/services/cvm/v20170312/api.json +1003 -453
  86. tccli/services/cvm/v20170312/examples.json +176 -130
  87. tccli/services/cwp/cwp_client.py +2325 -930
  88. tccli/services/cynosdb/cynosdb_client.py +2272 -591
  89. tccli/services/cynosdb/v20190107/api.json +12480 -7740
  90. tccli/services/cynosdb/v20190107/examples.json +193 -9
  91. tccli/services/dataintegration/dataintegration_client.py +5 -2
  92. tccli/services/dayu/dayu_client.py +515 -206
  93. tccli/services/dbbrain/dbbrain_client.py +210 -84
  94. tccli/services/dc/dc_client.py +90 -36
  95. tccli/services/dcdb/dcdb_client.py +310 -124
  96. tccli/services/dlc/dlc_client.py +859 -214
  97. tccli/services/dlc/v20210125/api.json +637 -13
  98. tccli/services/dlc/v20210125/examples.json +48 -0
  99. tccli/services/dms/dms_client.py +10 -4
  100. tccli/services/dnspod/dnspod_client.py +390 -111
  101. tccli/services/dnspod/v20210323/api.json +196 -0
  102. tccli/services/dnspod/v20210323/examples.json +24 -0
  103. tccli/services/domain/domain_client.py +120 -48
  104. tccli/services/dts/dts_client.py +415 -166
  105. tccli/services/eb/eb_client.py +130 -52
  106. tccli/services/ecdn/ecdn_client.py +75 -30
  107. tccli/services/ecm/ecm_client.py +620 -248
  108. tccli/services/eiam/eiam_client.py +200 -80
  109. tccli/services/emr/emr_client.py +3104 -117
  110. tccli/services/emr/v20190103/api.json +15311 -4361
  111. tccli/services/emr/v20190103/examples.json +452 -42
  112. tccli/services/es/es_client.py +105 -42
  113. tccli/services/facefusion/facefusion_client.py +15 -6
  114. tccli/services/faceid/faceid_client.py +95 -38
  115. tccli/services/faceid/v20180301/api.json +172 -45
  116. tccli/services/faceid/v20180301/examples.json +3 -3
  117. tccli/services/gaap/gaap_client.py +440 -176
  118. tccli/services/gme/gme_client.py +50 -20
  119. tccli/services/gpm/gpm_client.py +90 -36
  120. tccli/services/gse/gse_client.py +110 -44
  121. tccli/services/gwlb/gwlb_client.py +90 -36
  122. tccli/services/hunyuan/__init__.py +4 -0
  123. tccli/services/hunyuan/hunyuan_client.py +490 -0
  124. tccli/services/hunyuan/v20230901/api.json +566 -0
  125. tccli/services/hunyuan/v20230901/examples.json +52 -0
  126. tccli/services/iai/iai_client.py +145 -58
  127. tccli/services/iai/v20200303/api.json +187 -51
  128. tccli/services/iai/v20200303/examples.json +30 -12
  129. tccli/services/iap/iap_client.py +30 -12
  130. tccli/services/ims/ims_client.py +5 -2
  131. tccli/services/ims/v20201229/api.json +133 -141
  132. tccli/services/ims/v20201229/examples.json +3 -3
  133. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
  134. tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
  135. tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
  136. tccli/services/iotcloud/iotcloud_client.py +100 -40
  137. tccli/services/iotcloud/v20210408/api.json +216 -107
  138. tccli/services/iotcloud/v20210408/examples.json +9 -9
  139. tccli/services/ip/ip_client.py +30 -12
  140. tccli/services/kms/kms_client.py +1226 -227
  141. tccli/services/kms/v20190118/api.json +1465 -123
  142. tccli/services/kms/v20190118/examples.json +129 -3
  143. tccli/services/lcic/lcic_client.py +265 -106
  144. tccli/services/lighthouse/lighthouse_client.py +730 -172
  145. tccli/services/lighthouse/v20200324/api.json +502 -14
  146. tccli/services/lighthouse/v20200324/examples.json +59 -5
  147. tccli/services/live/live_client.py +804 -232
  148. tccli/services/live/v20180801/api.json +272 -0
  149. tccli/services/live/v20180801/examples.json +32 -0
  150. tccli/services/lke/__init__.py +4 -0
  151. tccli/services/lke/lke_client.py +5194 -0
  152. tccli/services/lke/v20231130/api.json +14803 -0
  153. tccli/services/lke/v20231130/examples.json +736 -0
  154. tccli/services/lkeap/__init__.py +4 -0
  155. tccli/services/lkeap/lkeap_client.py +602 -0
  156. tccli/services/lkeap/v20240522/api.json +989 -0
  157. tccli/services/lkeap/v20240522/examples.json +92 -0
  158. tccli/services/mariadb/mariadb_client.py +250 -100
  159. tccli/services/mdc/mdc_client.py +90 -36
  160. tccli/services/mdl/mdl_client.py +402 -82
  161. tccli/services/mdl/v20200326/api.json +1437 -100
  162. tccli/services/mdl/v20200326/examples.json +48 -16
  163. tccli/services/mdp/mdp_client.py +785 -122
  164. tccli/services/mdp/v20200527/api.json +1336 -49
  165. tccli/services/mdp/v20200527/examples.json +151 -79
  166. tccli/services/message/__init__.py +4 -0
  167. tccli/services/message/message_client.py +210 -0
  168. tccli/services/message/v20181225/api.json +72 -0
  169. tccli/services/message/v20181225/examples.json +13 -0
  170. tccli/services/mongodb/mongodb_client.py +1452 -136
  171. tccli/services/mongodb/v20190725/api.json +4393 -1462
  172. tccli/services/mongodb/v20190725/examples.json +265 -71
  173. tccli/services/monitor/monitor_client.py +1008 -296
  174. tccli/services/monitor/v20180724/api.json +664 -15
  175. tccli/services/monitor/v20180724/examples.json +152 -4
  176. tccli/services/mps/mps_client.py +1878 -379
  177. tccli/services/mps/v20190612/api.json +7473 -1626
  178. tccli/services/mps/v20190612/examples.json +276 -82
  179. tccli/services/mqtt/__init__.py +4 -0
  180. tccli/services/mqtt/mqtt_client.py +1610 -0
  181. tccli/services/mqtt/v20240516/api.json +3057 -0
  182. tccli/services/mqtt/v20240516/examples.json +213 -0
  183. tccli/services/msp/msp_client.py +35 -14
  184. tccli/services/ocr/ocr_client.py +515 -74
  185. tccli/services/ocr/v20181119/api.json +1991 -168
  186. tccli/services/ocr/v20181119/examples.json +58 -4
  187. tccli/services/omics/omics_client.py +100 -40
  188. tccli/services/organization/organization_client.py +580 -232
  189. tccli/services/postgres/postgres_client.py +455 -182
  190. tccli/services/postgres/v20170312/api.json +134 -109
  191. tccli/services/postgres/v20170312/examples.json +14 -14
  192. tccli/services/privatedns/privatedns_client.py +206 -60
  193. tccli/services/privatedns/v20201028/api.json +179 -0
  194. tccli/services/privatedns/v20201028/examples.json +8 -0
  195. tccli/services/pts/pts_client.py +240 -96
  196. tccli/services/quota/__init__.py +4 -0
  197. tccli/services/quota/quota_client.py +434 -0
  198. tccli/services/quota/v20241204/api.json +548 -0
  199. tccli/services/quota/v20241204/examples.json +51 -0
  200. tccli/services/rce/rce_client.py +5 -2
  201. tccli/services/redis/redis_client.py +698 -212
  202. tccli/services/redis/v20180412/api.json +968 -563
  203. tccli/services/redis/v20180412/examples.json +98 -56
  204. tccli/services/region/__init__.py +4 -0
  205. tccli/services/region/region_client.py +322 -0
  206. tccli/services/region/v20220627/api.json +399 -0
  207. tccli/services/region/v20220627/examples.json +29 -0
  208. tccli/services/rum/rum_client.py +300 -120
  209. tccli/services/scf/scf_client.py +210 -84
  210. tccli/services/ses/ses_client.py +368 -69
  211. tccli/services/ses/v20201002/api.json +240 -0
  212. tccli/services/ses/v20201002/examples.json +32 -0
  213. tccli/services/smh/__init__.py +4 -0
  214. tccli/services/smh/smh_client.py +714 -0
  215. tccli/services/smh/v20210712/api.json +1287 -0
  216. tccli/services/smh/v20210712/examples.json +85 -0
  217. tccli/services/sms/sms_client.py +90 -36
  218. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  219. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  220. tccli/services/sqlserver/v20180328/examples.json +480 -20
  221. tccli/services/ssl/ssl_client.py +504 -72
  222. tccli/services/ssl/v20191205/api.json +789 -21
  223. tccli/services/ssl/v20191205/examples.json +54 -0
  224. tccli/services/ssm/ssm_client.py +120 -48
  225. tccli/services/sts/sts_client.py +25 -10
  226. tccli/services/tag/tag_client.py +150 -60
  227. tccli/services/tat/tat_client.py +95 -38
  228. tccli/services/tbaas/tbaas_client.py +20 -8
  229. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  230. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  231. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  232. tccli/services/tchd/tchd_client.py +5 -2
  233. tccli/services/tcmpp/tcmpp_client.py +520 -208
  234. tccli/services/tcr/tcr_client.py +380 -152
  235. tccli/services/tcsas/tcsas_client.py +295 -118
  236. tccli/services/tcsas/v20250106/api.json +1084 -980
  237. tccli/services/tcsas/v20250106/examples.json +15 -15
  238. tccli/services/tcss/tcss_client.py +1650 -660
  239. tccli/services/tdid/tdid_client.py +240 -96
  240. tccli/services/tdmq/tdmq_client.py +2876 -466
  241. tccli/services/tdmq/v20200217/api.json +11607 -3958
  242. tccli/services/tdmq/v20200217/examples.json +562 -264
  243. tccli/services/tem/tem_client.py +280 -112
  244. tccli/services/teo/teo_client.py +4507 -966
  245. tccli/services/teo/v20220901/api.json +7341 -1405
  246. tccli/services/teo/v20220901/examples.json +679 -99
  247. tccli/services/tione/__init__.py +4 -0
  248. tccli/services/tione/tione_client.py +210 -0
  249. tccli/services/tione/v20211111/api.json +3074 -0
  250. tccli/services/tione/v20211111/examples.json +12 -0
  251. tccli/services/tiw/tiw_client.py +255 -102
  252. tccli/services/tke/tke_client.py +858 -276
  253. tccli/services/tke/v20180525/api.json +227 -0
  254. tccli/services/tke/v20180525/examples.json +24 -0
  255. tccli/services/tms/tms_client.py +5 -2
  256. tccli/services/tms/v20201229/api.json +91 -100
  257. tccli/services/tmt/tmt_client.py +5 -2
  258. tccli/services/trabbit/trabbit_client.py +145 -58
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +531 -54
  273. tccli/services/vod/v20180717/examples.json +25 -7
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1428 -350
  277. tccli/services/vpc/v20170312/api.json +1031 -133
  278. tccli/services/vpc/v20170312/examples.json +119 -23
  279. tccli/services/vpc/vpc_client.py +2159 -644
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20250806/api.json +13644 -0
  284. tccli/services/wedata/v20250806/examples.json +621 -0
  285. tccli/services/wedata/wedata_client.py +6067 -1263
  286. tccli/services/yunjing/yunjing_client.py +355 -142
  287. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
  288. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
  289. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
  290. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
  291. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
  292. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
@@ -80,7 +80,7 @@
80
80
  "CreateInstanceAccount": {
81
81
  "document": "This API is used to customize the account for accessing instances.",
82
82
  "input": "CreateInstanceAccountRequest",
83
- "name": "Creates instance sub-account",
83
+ "name": "Customizes an instance account",
84
84
  "output": "CreateInstanceAccountResponse",
85
85
  "status": "online"
86
86
  },
@@ -176,16 +176,16 @@
176
176
  "status": "online"
177
177
  },
178
178
  "DescribeGlobalReplicationArea": {
179
- "document": "This API is used to query the supported regions for global replication.",
179
+ "document": "This API is used to query the information on regions supported for global replication.",
180
180
  "input": "DescribeGlobalReplicationAreaRequest",
181
181
  "name": "Queries the supported regions for global replication",
182
182
  "output": "DescribeGlobalReplicationAreaResponse",
183
183
  "status": "online"
184
184
  },
185
185
  "DescribeInstanceAccount": {
186
- "document": "This API is used to query the information of an instance sub-account.",
186
+ "document": "This API is used to view instance account information.",
187
187
  "input": "DescribeInstanceAccountRequest",
188
- "name": "Views instance sub-account information",
188
+ "name": "Views instance account information",
189
189
  "output": "DescribeInstanceAccountResponse",
190
190
  "status": "online"
191
191
  },
@@ -253,7 +253,7 @@
253
253
  "status": "online"
254
254
  },
255
255
  "DescribeInstanceMonitorSIP": {
256
- "document": "This API is used to query the access source information of an instance.",
256
+ "document": "This API is no longer used. Please use the TencentDB for DBbrain API [DescribeProxyProcessStatistics](https://intl.cloud.tencent.com/document/product/1130/84544?from_cn_redirect=1) to obtain the instance access source.",
257
257
  "input": "DescribeInstanceMonitorSIPRequest",
258
258
  "name": "Queries the access source information of an instance",
259
259
  "output": "DescribeInstanceMonitorSIPResponse",
@@ -267,7 +267,7 @@
267
267
  "status": "online"
268
268
  },
269
269
  "DescribeInstanceMonitorTopNCmd": {
270
- "document": "This API is used to query an instance access command.",
270
+ "document": "This API is used to query instance access commands.",
271
271
  "input": "DescribeInstanceMonitorTopNCmdRequest",
272
272
  "name": "Queries an instance access command",
273
273
  "output": "DescribeInstanceMonitorTopNCmdResponse",
@@ -288,7 +288,7 @@
288
288
  "status": "online"
289
289
  },
290
290
  "DescribeInstanceParamRecords": {
291
- "document": "This API is used to query the list of parameter modifications.",
291
+ "document": "This API is used to query the parameter modification record list.",
292
292
  "input": "DescribeInstanceParamRecordsRequest",
293
293
  "name": "Queries the list of parameter modifications",
294
294
  "output": "DescribeInstanceParamRecordsResponse",
@@ -358,7 +358,7 @@
358
358
  "status": "online"
359
359
  },
360
360
  "DescribeParamTemplates": {
361
- "document": "This API is used to query the list of parameter templates.",
361
+ "document": "This API is used to query the parameter template list.",
362
362
  "input": "DescribeParamTemplatesRequest",
363
363
  "name": "Queries the list of parameter templates",
364
364
  "output": "DescribeParamTemplatesResponse",
@@ -427,6 +427,13 @@
427
427
  "output": "DescribeSSLStatusResponse",
428
428
  "status": "online"
429
429
  },
430
+ "DescribeSecondLevelBackupInfo": {
431
+ "document": "This API is used to query second-level backup information for the instance.",
432
+ "input": "DescribeSecondLevelBackupInfoRequest",
433
+ "name": "Queries the second-level backup information on an instance",
434
+ "output": "DescribeSecondLevelBackupInfoResponse",
435
+ "status": "online"
436
+ },
430
437
  "DescribeSlowLog": {
431
438
  "document": "This API is used to query the records of slow query.",
432
439
  "input": "DescribeSlowLogRequest",
@@ -561,9 +568,9 @@
561
568
  "status": "online"
562
569
  },
563
570
  "ModifyInstanceAccount": {
564
- "document": "This API is used to modify the instance sub-account.",
571
+ "document": "This API is used to modify an instance account.",
565
572
  "input": "ModifyInstanceAccountRequest",
566
- "name": "Modifies instance sub-account",
573
+ "name": "Modifies an instance account",
567
574
  "output": "ModifyInstanceAccountResponse",
568
575
  "status": "online"
569
576
  },
@@ -574,6 +581,13 @@
574
581
  "output": "ModifyInstanceAvailabilityZonesResponse",
575
582
  "status": "online"
576
583
  },
584
+ "ModifyInstanceBackupMode": {
585
+ "document": "This API is used to modify the backup mode of an instance.",
586
+ "input": "ModifyInstanceBackupModeRequest",
587
+ "name": "Enables or disables the data flashback feature",
588
+ "output": "ModifyInstanceBackupModeResponse",
589
+ "status": "online"
590
+ },
577
591
  "ModifyInstanceEvent": {
578
592
  "document": "This API is used to modify the operations event execution schedule of an instance.",
579
593
  "input": "ModifyInstanceEventRequest",
@@ -651,6 +665,13 @@
651
665
  "output": "ReleaseWanAddressResponse",
652
666
  "status": "online"
653
667
  },
668
+ "RemoveReplicationGroup": {
669
+ "document": "This API is used to delete a replication group.",
670
+ "input": "RemoveReplicationGroupRequest",
671
+ "name": "Deletes a replication group",
672
+ "output": "RemoveReplicationGroupResponse",
673
+ "status": "online"
674
+ },
654
675
  "RemoveReplicationInstance": {
655
676
  "document": "This API is used to remove instances from a replication group.",
656
677
  "input": "RemoveReplicationInstanceRequest",
@@ -673,7 +694,7 @@
673
694
  "status": "online"
674
695
  },
675
696
  "RestoreInstance": {
676
- "document": "This API is used to restore a Redis instance.",
697
+ "document": "This API is used to restore an instance.",
677
698
  "input": "RestoreInstanceRequest",
678
699
  "name": "Restores Redis instance",
679
700
  "output": "RestoreInstanceResponse",
@@ -754,73 +775,73 @@
754
775
  "members": [
755
776
  {
756
777
  "disabled": false,
757
- "document": "Instance ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
778
+ "document": "Instance ID.",
758
779
  "example": "crs-deindi7de",
759
780
  "member": "string",
760
781
  "name": "InstanceId",
761
782
  "output_required": true,
762
783
  "type": "string",
763
- "value_allowed_null": true
784
+ "value_allowed_null": false
764
785
  },
765
786
  {
766
787
  "disabled": false,
767
- "document": "Account name.\nNote: This field may return null, indicating that no valid value can be obtained.",
768
- "example": "test",
788
+ "document": "Account name.",
789
+ "example": "example_account_name",
769
790
  "member": "string",
770
791
  "name": "AccountName",
771
792
  "output_required": true,
772
793
  "type": "string",
773
- "value_allowed_null": true
794
+ "value_allowed_null": false
774
795
  },
775
796
  {
776
797
  "disabled": false,
777
- "document": "Account description.\nNote: This field may return null, indicating that no valid value can be obtained.",
798
+ "document": "Account description.",
778
799
  "example": "Create an account with read-only access",
779
800
  "member": "string",
780
801
  "name": "Remark",
781
802
  "output_required": true,
782
803
  "type": "string",
783
- "value_allowed_null": true
804
+ "value_allowed_null": false
784
805
  },
785
806
  {
786
807
  "disabled": false,
787
- "document": "Read/write permission policy.\n- r: read-only.\n- w: write-only.\n- rw: read/write.\nNote: This field may return null, indicating that no valid value can be obtained.",
808
+ "document": "Read/Write permission policy.\n- r: read-only.\n\n - w: write-only.\n- rw: read/write.",
788
809
  "example": "r",
789
810
  "member": "string",
790
811
  "name": "Privilege",
791
812
  "output_required": true,
792
813
  "type": "string",
793
- "value_allowed_null": true
814
+ "value_allowed_null": false
794
815
  },
795
816
  {
796
817
  "disabled": false,
797
- "document": "Read-only routing policy.\n- master: primary node.\n- replication: secondary node.\nNote: This field may return null, indicating that no valid value can be obtained.",
818
+ "document": "Read-only routing policy.\n - master: primary node.\n - replication: replica node.",
798
819
  "example": "replication",
799
820
  "member": "string",
800
821
  "name": "ReadonlyPolicy",
801
822
  "output_required": true,
802
823
  "type": "list",
803
- "value_allowed_null": true
824
+ "value_allowed_null": false
804
825
  },
805
826
  {
806
827
  "disabled": false,
807
- "document": "Sub-account status.\n- 1: changing.\n- 2: valid.\n- 4: deleted.\nNote: This field may return null, indicating that no valid value can be obtained.",
828
+ "document": "Sub-account status.\n - 1: account under modification.\n - 2: valid account.\n - 4: account deleted.",
808
829
  "example": "1",
809
830
  "member": "int64",
810
831
  "name": "Status",
811
832
  "output_required": true,
812
833
  "type": "int",
813
- "value_allowed_null": true
834
+ "value_allowed_null": false
814
835
  },
815
836
  {
816
837
  "disabled": false,
817
- "document": "Creation time.Note: This field may return null, indicating that no valid values can be obtained.",
838
+ "document": "Creation time",
818
839
  "example": "\"2024-01-03 17:44:25\",如果没有则显示为空",
819
840
  "member": "string",
820
841
  "name": "CreateTime",
821
842
  "output_required": false,
822
843
  "type": "string",
823
- "value_allowed_null": true
844
+ "value_allowed_null": false
824
845
  }
825
846
  ],
826
847
  "usage": "out"
@@ -839,7 +860,7 @@
839
860
  },
840
861
  {
841
862
  "disabled": false,
842
- "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
863
+ "document": "Instance ID.\n- There are region and AZ limitations for adding a replication group instance. For detailed information, see [Use Limits](https://www.tencentcloud.comom/document/product/239/71934?from_cn_redirect=1).\n- Currently, only Redis 4.0 and 5.0 cluster architecture instances support being added to the replication groups.\n- Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy the ID of the instance that needs to be added to the replication group in the instance list.",
843
864
  "example": "crs-deindi7de",
844
865
  "member": "string",
845
866
  "name": "InstanceId",
@@ -933,7 +954,7 @@
933
954
  {
934
955
  "disabled": false,
935
956
  "document": "Instance ID list. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy the instance ID in the instance list.",
936
- "example": "crs-deindi7de",
957
+ "example": "[\"crs-deindi7de\"]",
937
958
  "member": "string",
938
959
  "name": "InstanceIds",
939
960
  "required": true,
@@ -941,7 +962,7 @@
941
962
  },
942
963
  {
943
964
  "disabled": false,
944
- "document": "ID of the applied parameter template, which can be obtained through the response parameter **TemplateId** of the API [DescribeParamTemplateInfo](https://intl.cloud.tencent.com/document/product/239/58748?from_cn_redirect=1).",
965
+ "document": "ID of the applied parameter template.\n- The parameter template ID can be obtained through the response parameter **TemplateId** of the API [DescribeParamTemplateInfo](https://www.tencentcloud.comom/document/product/239/58748?from_cn_redirect=1).\n- The operation can only be successfully performed when the parameter template version matches the architecture version of the target instance. A version mismatch will trigger an execution error.",
945
966
  "example": "crs-cfg-rhlppeye",
946
967
  "member": "string",
947
968
  "name": "TemplateId",
@@ -957,7 +978,7 @@
957
978
  {
958
979
  "disabled": false,
959
980
  "document": "Task ID",
960
- "example": "212",
981
+ "example": "[212]",
961
982
  "member": "int64",
962
983
  "name": "TaskIds",
963
984
  "output_required": true,
@@ -1023,23 +1044,23 @@
1023
1044
  "members": [
1024
1045
  {
1025
1046
  "disabled": false,
1026
- "document": "Region\n\nNote: This field may return null, indicating that no valid value can be obtained.",
1047
+ "document": "Region",
1027
1048
  "example": "ap-guangzhou",
1028
1049
  "member": "string",
1029
1050
  "name": "Region",
1030
1051
  "output_required": false,
1031
1052
  "type": "string",
1032
- "value_allowed_null": true
1053
+ "value_allowed_null": false
1033
1054
  },
1034
1055
  {
1035
1056
  "disabled": false,
1036
- "document": "AZ information.\nNote: This field may return null, indicating that no valid value can be obtained.",
1057
+ "document": "AZ information",
1037
1058
  "example": "ap-guangzhou-1",
1038
1059
  "member": "string",
1039
1060
  "name": "AvailableZones",
1040
1061
  "output_required": false,
1041
1062
  "type": "list",
1042
- "value_allowed_null": true
1063
+ "value_allowed_null": false
1043
1064
  }
1044
1065
  ],
1045
1066
  "usage": "out"
@@ -1122,50 +1143,50 @@
1122
1143
  {
1123
1144
  "disabled": false,
1124
1145
  "document": "Database",
1125
- "example": "",
1146
+ "example": "0",
1126
1147
  "member": "int64",
1127
1148
  "name": "DB",
1128
- "required": true,
1149
+ "output_required": true,
1129
1150
  "type": "int",
1130
1151
  "value_allowed_null": false
1131
1152
  },
1132
1153
  {
1133
1154
  "disabled": false,
1134
1155
  "document": "Big key",
1135
- "example": "",
1156
+ "example": "keyName",
1136
1157
  "member": "string",
1137
1158
  "name": "Key",
1138
- "required": true,
1159
+ "output_required": true,
1139
1160
  "type": "string",
1140
1161
  "value_allowed_null": false
1141
1162
  },
1142
1163
  {
1143
1164
  "disabled": false,
1144
1165
  "document": "Type",
1145
- "example": "",
1166
+ "example": "Set",
1146
1167
  "member": "string",
1147
1168
  "name": "Type",
1148
- "required": true,
1169
+ "output_required": true,
1149
1170
  "type": "string",
1150
1171
  "value_allowed_null": false
1151
1172
  },
1152
1173
  {
1153
1174
  "disabled": false,
1154
1175
  "document": "Size",
1155
- "example": "",
1176
+ "example": "1024",
1156
1177
  "member": "int64",
1157
1178
  "name": "Size",
1158
- "required": true,
1179
+ "output_required": true,
1159
1180
  "type": "int",
1160
1181
  "value_allowed_null": false
1161
1182
  },
1162
1183
  {
1163
1184
  "disabled": false,
1164
1185
  "document": "Data timestamp",
1165
- "example": "",
1186
+ "example": "1736409407",
1166
1187
  "member": "int64",
1167
1188
  "name": "Updatetime",
1168
- "required": true,
1189
+ "output_required": true,
1169
1190
  "type": "int",
1170
1191
  "value_allowed_null": false
1171
1192
  }
@@ -1178,40 +1199,40 @@
1178
1199
  {
1179
1200
  "disabled": false,
1180
1201
  "document": "Type",
1181
- "example": "",
1202
+ "example": "Set",
1182
1203
  "member": "string",
1183
1204
  "name": "Type",
1184
- "required": true,
1205
+ "output_required": true,
1185
1206
  "type": "string",
1186
1207
  "value_allowed_null": false
1187
1208
  },
1188
1209
  {
1189
1210
  "disabled": false,
1190
1211
  "document": "Count",
1191
- "example": "",
1212
+ "example": "1",
1192
1213
  "member": "int64",
1193
1214
  "name": "Count",
1194
- "required": true,
1215
+ "output_required": true,
1195
1216
  "type": "int",
1196
1217
  "value_allowed_null": false
1197
1218
  },
1198
1219
  {
1199
1220
  "disabled": false,
1200
1221
  "document": "Size",
1201
- "example": "",
1222
+ "example": "1024",
1202
1223
  "member": "int64",
1203
1224
  "name": "Size",
1204
- "required": true,
1225
+ "output_required": true,
1205
1226
  "type": "int",
1206
1227
  "value_allowed_null": false
1207
1228
  },
1208
1229
  {
1209
1230
  "disabled": false,
1210
1231
  "document": "Timestamp",
1211
- "example": "",
1232
+ "example": "1736409407",
1212
1233
  "member": "int64",
1213
1234
  "name": "Updatetime",
1214
- "required": true,
1235
+ "output_required": true,
1215
1236
  "type": "int",
1216
1237
  "value_allowed_null": false
1217
1238
  }
@@ -1227,7 +1248,7 @@
1227
1248
  "example": "125639021",
1228
1249
  "member": "int64",
1229
1250
  "name": "AppId",
1230
- "required": true,
1251
+ "output_required": true,
1231
1252
  "type": "int",
1232
1253
  "value_allowed_null": false
1233
1254
  },
@@ -1237,7 +1258,7 @@
1237
1258
  "example": "1",
1238
1259
  "member": "int64",
1239
1260
  "name": "RegionId",
1240
- "required": true,
1261
+ "output_required": true,
1241
1262
  "type": "int",
1242
1263
  "value_allowed_null": false
1243
1264
  },
@@ -1247,7 +1268,7 @@
1247
1268
  "example": "100002",
1248
1269
  "member": "int64",
1249
1270
  "name": "ZoneId",
1250
- "required": true,
1271
+ "output_required": true,
1251
1272
  "type": "int",
1252
1273
  "value_allowed_null": false
1253
1274
  },
@@ -1257,7 +1278,7 @@
1257
1278
  "example": "crs-cdc-p8ktf94h",
1258
1279
  "member": "string",
1259
1280
  "name": "RedisClusterId",
1260
- "required": true,
1281
+ "output_required": true,
1261
1282
  "type": "string",
1262
1283
  "value_allowed_null": false
1263
1284
  },
@@ -1267,7 +1288,7 @@
1267
1288
  "example": "1",
1268
1289
  "member": "int64",
1269
1290
  "name": "PayMode",
1270
- "required": true,
1291
+ "output_required": true,
1271
1292
  "type": "int",
1272
1293
  "value_allowed_null": false
1273
1294
  },
@@ -1277,7 +1298,7 @@
1277
1298
  "example": "0",
1278
1299
  "member": "int64",
1279
1300
  "name": "ProjectId",
1280
- "required": true,
1301
+ "output_required": true,
1281
1302
  "type": "int",
1282
1303
  "value_allowed_null": false
1283
1304
  },
@@ -1287,7 +1308,7 @@
1287
1308
  "example": "1",
1288
1309
  "member": "int64",
1289
1310
  "name": "AutoRenewFlag",
1290
- "required": true,
1311
+ "output_required": true,
1291
1312
  "type": "int",
1292
1313
  "value_allowed_null": false
1293
1314
  },
@@ -1297,7 +1318,7 @@
1297
1318
  "example": "测试实例1",
1298
1319
  "member": "string",
1299
1320
  "name": "ClusterName",
1300
- "required": true,
1321
+ "output_required": true,
1301
1322
  "type": "string",
1302
1323
  "value_allowed_null": false
1303
1324
  },
@@ -1307,7 +1328,7 @@
1307
1328
  "example": "2022-05-06 20:01:23",
1308
1329
  "member": "string",
1309
1330
  "name": "StartTime",
1310
- "required": true,
1331
+ "output_required": true,
1311
1332
  "type": "string",
1312
1333
  "value_allowed_null": false
1313
1334
  },
@@ -1317,7 +1338,7 @@
1317
1338
  "example": "2022-06-06 20:01:23",
1318
1339
  "member": "string",
1319
1340
  "name": "EndTime",
1320
- "required": true,
1341
+ "output_required": true,
1321
1342
  "type": "string",
1322
1343
  "value_allowed_null": false
1323
1344
  },
@@ -1327,7 +1348,7 @@
1327
1348
  "example": "2",
1328
1349
  "member": "int64",
1329
1350
  "name": "Status",
1330
- "required": true,
1351
+ "output_required": true,
1331
1352
  "type": "int",
1332
1353
  "value_allowed_null": false
1333
1354
  },
@@ -1337,7 +1358,7 @@
1337
1358
  "example": "无",
1338
1359
  "member": "ResourceBundle",
1339
1360
  "name": "BaseBundles",
1340
- "required": true,
1361
+ "output_required": true,
1341
1362
  "type": "list",
1342
1363
  "value_allowed_null": false
1343
1364
  },
@@ -1347,7 +1368,7 @@
1347
1368
  "example": "无",
1348
1369
  "member": "ResourceBundle",
1349
1370
  "name": "ResourceBundles",
1350
- "required": true,
1371
+ "output_required": true,
1351
1372
  "type": "list",
1352
1373
  "value_allowed_null": false
1353
1374
  },
@@ -1357,7 +1378,7 @@
1357
1378
  "example": "cluster-0astoh6a",
1358
1379
  "member": "string",
1359
1380
  "name": "DedicatedClusterId",
1360
- "required": true,
1381
+ "output_required": true,
1361
1382
  "type": "string",
1362
1383
  "value_allowed_null": false
1363
1384
  }
@@ -1524,7 +1545,7 @@
1524
1545
  "members": [
1525
1546
  {
1526
1547
  "disabled": false,
1527
- "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
1548
+ "document": "Instance ID. Log in to the [Redis console recycle bin](https://console.cloud.tencent.com/redis/recycle), and copy it from the instance list.",
1528
1549
  "example": "crs-5a4py64p",
1529
1550
  "member": "string",
1530
1551
  "name": "InstanceId",
@@ -1576,6 +1597,15 @@
1576
1597
  "name": "Password",
1577
1598
  "required": false,
1578
1599
  "type": "string"
1600
+ },
1601
+ {
1602
+ "disabled": false,
1603
+ "document": "Whether to encrypt the password.",
1604
+ "example": "false",
1605
+ "member": "bool",
1606
+ "name": "EncryptPassword",
1607
+ "required": false,
1608
+ "type": "bool"
1579
1609
  }
1580
1610
  ],
1581
1611
  "type": "object"
@@ -1652,7 +1682,7 @@
1652
1682
  },
1653
1683
  {
1654
1684
  "disabled": false,
1655
- "document": "Security group ID, which can be obtained on the <b>Security Group</b> page in the console.",
1685
+ "document": "Security group ID. Call the [DescribeInstanceSecurityGroup](https://www.tencentcloud.comom/document/product/239/34447?from_cn_redirect=1) API to obtain the security group ID for the instance.",
1656
1686
  "example": "[\"sg-bmadczm1\"]",
1657
1687
  "member": "string",
1658
1688
  "name": "SecurityGroupIdList",
@@ -1662,7 +1692,7 @@
1662
1692
  {
1663
1693
  "disabled": false,
1664
1694
  "document": "Backup ID of the clone instance, which can be obtained through the [DescribeInstanceBackups](https://intl.cloud.tencent.com/document/product/239/20011?from_cn_redirect=1) API.",
1665
- "example": "154572601-1165734322-153731238",
1695
+ "example": "154572601-1165734322-153705740",
1666
1696
  "member": "string",
1667
1697
  "name": "BackupId",
1668
1698
  "required": true,
@@ -1707,7 +1737,7 @@
1707
1737
  {
1708
1738
  "disabled": false,
1709
1739
  "document": "The access password of the clone instance. <ul><li>When the input parameter <b>NoAuth</b> is <b>true</b>, this parameter is not required. </li><li>When the instance is Redis 2.8, 4.0, or 5.0, the password must contain 8–30 characters in at least two of the following types: lowercase letters, uppercase letters, digits, and special characters `()`~!@#$%^&*-+=_|{}[]:;<>,.?/` and cannot start with `/`.</li><li>When the instance is CKV 3.2, the password must and can only contain 8–30 letters and digits.</li></ul>",
1710
- "example": "123456MyP@ssword",
1740
+ "example": "305961MyP@ssword",
1711
1741
  "member": "string",
1712
1742
  "name": "Password",
1713
1743
  "required": false,
@@ -1770,7 +1800,7 @@
1770
1800
  {
1771
1801
  "disabled": false,
1772
1802
  "document": "The alarm policy ID of the instance to be cloned. Log in to the [Tencent Cloud Observable Platform console](https://console.cloud.tencent.com/monitor/alarm2/policy), and get the policy ID in <b>Alarm Management</b> > <b>Policy Management</b>.",
1773
- "example": "policy-ny3vfcp0",
1803
+ "example": "[\"policy-ny3vfcp0\"]",
1774
1804
  "member": "string",
1775
1805
  "name": "AlarmPolicyList",
1776
1806
  "required": false,
@@ -1784,6 +1814,15 @@
1784
1814
  "name": "CloneTime",
1785
1815
  "required": false,
1786
1816
  "type": "string"
1817
+ },
1818
+ {
1819
+ "disabled": false,
1820
+ "document": "Whether to encrypt the password.",
1821
+ "example": "false",
1822
+ "member": "bool",
1823
+ "name": "EncryptPassword",
1824
+ "required": false,
1825
+ "type": "bool"
1787
1826
  }
1788
1827
  ],
1789
1828
  "type": "object"
@@ -1924,7 +1963,7 @@
1924
1963
  },
1925
1964
  {
1926
1965
  "disabled": false,
1927
- "document": "The read/write permission of the account supports the selection of read-only and read/write permissions.\n- r: read-only\n- rw: Read/Write permission.",
1966
+ "document": "Read-write permissions of the account. It supports the selection of read-only and read-write permissions.\n- r: read-only.\n- rw: read-write.",
1928
1967
  "example": "rw",
1929
1968
  "member": "string",
1930
1969
  "name": "Privilege",
@@ -1933,12 +1972,21 @@
1933
1972
  },
1934
1973
  {
1935
1974
  "disabled": false,
1936
- "document": "Sub-account description information, with a length of [0, 64] bytes, supports Chinese characters.",
1975
+ "document": "Description information about account remarks, with a length of [0, 64] bytes.",
1937
1976
  "example": "\"生产账号\"",
1938
1977
  "member": "string",
1939
1978
  "name": "Remark",
1940
1979
  "required": false,
1941
1980
  "type": "string"
1981
+ },
1982
+ {
1983
+ "disabled": false,
1984
+ "document": "Whether to encrypt the password.",
1985
+ "example": "false",
1986
+ "member": "bool",
1987
+ "name": "EncryptPassword",
1988
+ "required": false,
1989
+ "type": "bool"
1942
1990
  }
1943
1991
  ],
1944
1992
  "type": "object"
@@ -1948,7 +1996,7 @@
1948
1996
  "members": [
1949
1997
  {
1950
1998
  "disabled": false,
1951
- "document": "Task ID",
1999
+ "document": "Task ID.",
1952
2000
  "example": "29600111",
1953
2001
  "member": "int64",
1954
2002
  "name": "TaskId",
@@ -1970,7 +2018,7 @@
1970
2018
  "members": [
1971
2019
  {
1972
2020
  "disabled": false,
1973
- "document": "Instance type.\n<ul><li>2: Redis 2.8 Memory Edition (standard architecture);</li> <li>3: CKV 3.2 Memory Edition (standard architecture);</li> <li>4: CKV 3.2 Memory Edition (cluster architecture);</li> <li>6: Redis 4.0 Memory Edition (standard architecture);</li> <li>7: Redis 4.0 Memory Edition (cluster architecture);</li> <li>8: Redis 5.0 Memory Edition (standard architecture);</li> <li>9: Redis 5.0 Memory Edition (cluster architecture);</li> <li>15: Redis 6.2 Memory Edition (standard architecture);</li> <li>16: Redis 6.2 Memory Edition (cluster architecture);</li> <li>17: Redis 7.0 Memory Edition (standard architecture);</li> <li>18: Redis 7.0 Memory Edition (cluster architecture). </li>Note: The CKV version is currently used by existing users and is temporarily retained.</ul>",
2021
+ "document": "Instance type.\n\n<ul><li>2: Redis 2.8 memory edition (standard architecture).</li><li>3: CKV 3.2 memory edition (standard architecture).</li><li>4: CKV 3.2 memory edition (cluster architecture).</li><li>6: Redis 4.0 memory edition (standard architecture).</li><li>7: Redis 4.0 memory edition (cluster architecture).</li><li>8: Redis 5.0 memory edition (standard architecture).</li><li>9: Redis 5.0 memory edition (cluster architecture).</li><li>15: Redis 6.2 memory edition (standard architecture).</li><li>16: Redis 6.2 memory edition (cluster architecture).</li><li>17: Redis 7.0 memory edition (standard architecture).</li><li>18: Redis 7.0 memory edition (cluster architecture).</li><li>200: Memcached 1.6 memory edition (cluster architecture).</li>Note: CKV editions are currently used by some users and are temporarily retained.</ul>",
1974
2022
  "example": "6",
1975
2023
  "member": "uint64",
1976
2024
  "name": "TypeId",
@@ -2024,8 +2072,8 @@
2024
2072
  },
2025
2073
  {
2026
2074
  "disabled": false,
2027
- "document": "Password for accessing instances.\n- When the input parameter **NoAuth** is set to **true**, password-free access is set for instances and Password does not need to be configured. Otherwise, Password is required.\n- When the instance type parameter **TypeId** is set to Redis 2.8 Memory Edition (standard architecture) or Redis 4.0, 5.0, or 6.0 Memory Edition (standard architecture or cluster architecture), the password cannot start with a forward slash (/) and should contain 8 to 64 characters, including at least two of the following types: lowercase letters, uppercase letters, digits, and special characters (such as ()`~!@#$%^&*-+=_|{}[]:;<>,.?/).\n- When the instance type parameter **TypeId** is set to CKV 3.2 Memory Edition (standard architecture or cluster architecture), the password should contain 8 to 30 characters, including only letters and digits.",
2028
- "example": "123456MyP@ssword",
2075
+ "document": "Instance access password.\n - If the input parameter **NoAuth** is set to **true**, indicating that instance access requires no password, Password does not need to be specified. Otherwise, Password is required.\n - If the instance type (**TypeId**) is Redis 2.8 memory edition standard architecture or Redis 4.0/5.0/6.2/7.0 memory edition standard architecture or cluster architecture, the password complexity requirements are as follows: It should contain 8 to 64 characters but cannot start with a forward slash (/). It should contain at least two types of the following characters: lowercase letters, uppercase letters, digits, and special characters: ()`~!@#$%^&*-+=_|{}[]:;<>,.?/\n - When the instance type parameter **TypeId** is set to CKV 3.2 memory edition (standard architecture or cluster architecture), the password should contain 8 to 30 characters, including only letters and digits.",
2076
+ "example": "260945MyP@ssword",
2029
2077
  "member": "string",
2030
2078
  "name": "Password",
2031
2079
  "required": false,
@@ -2177,7 +2225,7 @@
2177
2225
  },
2178
2226
  {
2179
2227
  "disabled": false,
2180
- "document": "The product edition of the instance\n- `local`: Local Disk Edition.\n- `cloud`: Cloud Disk Edition.\n- `cdc`: Dedicated Cluster Edition. Default value: `local`.",
2228
+ "document": "Specifies the instance deployment mode.\n - local: traditional architecture. It is the default value.\n - cdc: dedicated cluster.\n - cloud: cloud native. Currently, this mode is unavailable.",
2181
2229
  "example": "cdc",
2182
2230
  "member": "string",
2183
2231
  "name": "ProductVersion",
@@ -2201,6 +2249,15 @@
2201
2249
  "name": "AlarmPolicyList",
2202
2250
  "required": false,
2203
2251
  "type": "list"
2252
+ },
2253
+ {
2254
+ "disabled": false,
2255
+ "document": "Whether to encrypt the password.",
2256
+ "example": "false",
2257
+ "member": "bool",
2258
+ "name": "EncryptPassword",
2259
+ "required": false,
2260
+ "type": "bool"
2204
2261
  }
2205
2262
  ],
2206
2263
  "type": "object"
@@ -2221,7 +2278,7 @@
2221
2278
  {
2222
2279
  "disabled": false,
2223
2280
  "document": "Instance ID",
2224
- "example": "\"crs-bzssy0cp\",\"crs-a47h97c1\"",
2281
+ "example": "[\"crs-bzssy0cp\",\"crs-a47h97c1\"]",
2225
2282
  "member": "string",
2226
2283
  "name": "InstanceIds",
2227
2284
  "output_required": true,
@@ -2242,7 +2299,7 @@
2242
2299
  "members": [
2243
2300
  {
2244
2301
  "disabled": false,
2245
- "document": "Parameter template name.",
2302
+ "document": "Parameter template name, which can contain [2, 64] characters.",
2246
2303
  "example": "自定义参数模板",
2247
2304
  "member": "string",
2248
2305
  "name": "Name",
@@ -2260,7 +2317,7 @@
2260
2317
  },
2261
2318
  {
2262
2319
  "disabled": false,
2263
- "document": "Product type.\n- 2: Redis 2.8 Memory Edition (standard architecture).\n- 6: Redis 4.0 Memory Edition (standard architecture).\n- 7: Redis 4.0 Memory Edition (cluster architecture).\n- 8: Redis 5.0 Memory Edition (standard architecture).\n- 9: Redis 5.0 Memory Edition (cluster architecture).\n- 15: Redis 6.2 Memory Edition (standard architecture).\n- 16: Redis 6.2 Memory Edition (cluster architecture).\n- 17: Redis 7.0 Memory Edition (standard architecture).\n- 18: Redis 7.0 Memory Edition (cluster architecture).",
2320
+ "document": "Product type.\n- 6: Redis 4.0 Memory Edition (standard architecture).\n- 7: Redis 4.0 Memory Edition (cluster architecture).\n- 8: Redis 5.0 Memory Edition (standard architecture).\n- 9: Redis 5.0 Memory Edition (cluster architecture).\n- 15: Redis 6.2 Memory Edition (standard architecture).\n- 16: Redis 6.2 Memory Edition (cluster architecture).\n- 17: Redis 7.0 Memory Edition (standard architecture).\n- 18: Redis 7.0 Memory Edition (cluster architecture).",
2264
2321
  "example": "6",
2265
2322
  "member": "uint64",
2266
2323
  "name": "ProductType",
@@ -2356,6 +2413,16 @@
2356
2413
  "type": "int",
2357
2414
  "value_allowed_null": false
2358
2415
  },
2416
+ {
2417
+ "disabled": false,
2418
+ "document": "Replication group ID of the string type.",
2419
+ "example": "crs-repl-sdaXXX",
2420
+ "member": "string",
2421
+ "name": "GroupId",
2422
+ "output_required": false,
2423
+ "type": "string",
2424
+ "value_allowed_null": false
2425
+ },
2359
2426
  {
2360
2427
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2361
2428
  "member": "string",
@@ -2391,7 +2458,7 @@
2391
2458
  {
2392
2459
  "disabled": false,
2393
2460
  "document": "Modification time",
2394
- "example": "0",
2461
+ "example": "1718073070",
2395
2462
  "member": "int64",
2396
2463
  "name": "Updatetime",
2397
2464
  "output_required": true,
@@ -2452,7 +2519,7 @@
2452
2519
  "members": [
2453
2520
  {
2454
2521
  "disabled": false,
2455
- "document": "Parameter template ID.",
2522
+ "document": "Parameter template ID. Log in to the [Redis console and go to the parameter template page](https://console.cloud.tencent.com/redis/templates) to obtain the template ID.",
2456
2523
  "example": "crs-cfg-rhlppeye",
2457
2524
  "member": "string",
2458
2525
  "name": "TemplateId",
@@ -2612,7 +2679,7 @@
2612
2679
  {
2613
2680
  "disabled": false,
2614
2681
  "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
2615
- "example": "crs-4y9t57vt",
2682
+ "example": "crs-4y9t5***",
2616
2683
  "member": "string",
2617
2684
  "name": "InstanceId",
2618
2685
  "required": true,
@@ -2621,7 +2688,7 @@
2621
2688
  {
2622
2689
  "disabled": false,
2623
2690
  "document": "Backup ID, which can be obtained through the response parameter **RedisBackupSet** of the API [DescribeInstanceBackups](https://intl.cloud.tencent.com/document/product/239/20011?from_cn_redirect=1).",
2624
- "example": "678362566696298532848117",
2691
+ "example": "67836256600000000****",
2625
2692
  "member": "string",
2626
2693
  "name": "BackupId",
2627
2694
  "required": true,
@@ -2686,7 +2753,7 @@
2686
2753
  {
2687
2754
  "disabled": false,
2688
2755
  "document": "Backup remarks.",
2689
- "example": "\"\"",
2756
+ "example": "\"mark message\"",
2690
2757
  "member": "string",
2691
2758
  "name": "Remark",
2692
2759
  "output_required": true,
@@ -2902,7 +2969,7 @@
2902
2969
  "document": "DescribeBackupUrl response structure.",
2903
2970
  "members": [
2904
2971
  {
2905
- "disabled": false,
2972
+ "disabled": true,
2906
2973
  "document": "Public network download address (valid for six hours). This field will be disused soon.",
2907
2974
  "example": "[\"http://example.com/download/rdb/1.rdb\"]",
2908
2975
  "member": "string",
@@ -2912,7 +2979,7 @@
2912
2979
  "value_allowed_null": false
2913
2980
  },
2914
2981
  {
2915
- "disabled": false,
2982
+ "disabled": true,
2916
2983
  "document": "Private network download address (valid for six hours). This field will be disused soon.",
2917
2984
  "example": "[\"http://example.com/download/rdb/1.rdb\"]",
2918
2985
  "member": "string",
@@ -2922,7 +2989,7 @@
2922
2989
  "value_allowed_null": false
2923
2990
  },
2924
2991
  {
2925
- "disabled": false,
2992
+ "disabled": true,
2926
2993
  "document": "Filename. This field will be disused soon.\nNote: This field may return null, indicating that no valid values can be obtained.",
2927
2994
  "example": "[\"1.rdb\"]",
2928
2995
  "member": "string",
@@ -2933,13 +3000,13 @@
2933
3000
  },
2934
3001
  {
2935
3002
  "disabled": false,
2936
- "document": "List of backup file information.\nNote: This field may return null, indicating that no valid values can be obtained.",
3003
+ "document": "Backup file information list.",
2937
3004
  "example": "无",
2938
3005
  "member": "BackupDownloadInfo",
2939
3006
  "name": "BackupInfos",
2940
3007
  "output_required": true,
2941
3008
  "type": "list",
2942
- "value_allowed_null": true
3009
+ "value_allowed_null": false
2943
3010
  },
2944
3011
  {
2945
3012
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -3023,7 +3090,7 @@
3023
3090
  {
3024
3091
  "disabled": false,
3025
3092
  "document": "List of VPC IDs",
3026
- "example": "crs-deindi7de",
3093
+ "example": "[1120,1121]",
3027
3094
  "member": "int64",
3028
3095
  "name": "VpcIds",
3029
3096
  "required": false,
@@ -3050,7 +3117,7 @@
3050
3117
  {
3051
3118
  "disabled": false,
3052
3119
  "document": "Instance ID filter information list, with a maximum array length of 100.",
3053
- "example": "[\"crs-nh47ubwr\\n\"]",
3120
+ "example": "[\"crs-xjhsdj****\\n\"]",
3054
3121
  "member": "string",
3055
3122
  "name": "InstanceIds",
3056
3123
  "required": false,
@@ -3279,7 +3346,7 @@
3279
3346
  },
3280
3347
  {
3281
3348
  "disabled": false,
3282
- "document": "Number of entries per page",
3349
+ "document": "Pagination size. The default value is 20, the minimum value is 1, and the maximum value is 100.",
3283
3350
  "example": "10",
3284
3351
  "member": "int64",
3285
3352
  "name": "Limit",
@@ -3303,23 +3370,23 @@
3303
3370
  "members": [
3304
3371
  {
3305
3372
  "disabled": false,
3306
- "document": "Account details \nNote: This field may return null, indicating that no valid values can be obtained.",
3373
+ "document": "Account details.",
3307
3374
  "example": "无",
3308
3375
  "member": "Account",
3309
3376
  "name": "Accounts",
3310
3377
  "output_required": true,
3311
3378
  "type": "list",
3312
- "value_allowed_null": true
3379
+ "value_allowed_null": false
3313
3380
  },
3314
3381
  {
3315
3382
  "disabled": false,
3316
- "document": "Number of accounts \nNote: This field may return null, indicating that no valid values can be obtained.",
3383
+ "document": "Number of accounts.",
3317
3384
  "example": "1",
3318
3385
  "member": "int64",
3319
3386
  "name": "TotalCount",
3320
3387
  "output_required": true,
3321
3388
  "type": "int",
3322
- "value_allowed_null": true
3389
+ "value_allowed_null": false
3323
3390
  },
3324
3391
  {
3325
3392
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -3381,7 +3448,7 @@
3381
3448
  {
3382
3449
  "disabled": false,
3383
3450
  "document": "Backup task status:\n`1`: The backup is in the process.\n`2`: The backup is normal.\n`3`: The backup is being converted to an RDB file.\n`4`: Conversion to RDB has been completed.\n`-1`: The backup expired.\n`-2`: The backup has been deleted.",
3384
- "example": "2",
3451
+ "example": "[2]",
3385
3452
  "member": "int64",
3386
3453
  "name": "Status",
3387
3454
  "required": false,
@@ -3451,83 +3518,83 @@
3451
3518
  "members": [
3452
3519
  {
3453
3520
  "disabled": false,
3454
- "document": "DTS task ID\nNote: This field may return null, indicating that no valid values can be obtained.",
3521
+ "document": "DTS task ID.",
3455
3522
  "example": "dts-l2g434lt",
3456
3523
  "member": "string",
3457
3524
  "name": "JobId",
3458
3525
  "output_required": true,
3459
3526
  "type": "string",
3460
- "value_allowed_null": true
3527
+ "value_allowed_null": false
3461
3528
  },
3462
3529
  {
3463
3530
  "disabled": false,
3464
- "document": "DTS task name\nNote: This field may return null, indicating that no valid values can be obtained.",
3531
+ "document": "DTS task name.",
3465
3532
  "example": "redis_dts_test28",
3466
3533
  "member": "string",
3467
3534
  "name": "JobName",
3468
3535
  "output_required": true,
3469
3536
  "type": "string",
3470
- "value_allowed_null": true
3537
+ "value_allowed_null": false
3471
3538
  },
3472
3539
  {
3473
3540
  "disabled": false,
3474
- "document": "Task status. Valid values: 1 (Creating), 3 (Checking), 4 (CheckPass), 5 (CheckNotPass), 7 (Running), 8 (ReadyComplete), 9 (Success), 10 (Failed), 11 (Stopping), 12 (Completing)\nNote: This field may return null, indicating that no valid values can be obtained.",
3541
+ "document": "Task status. 1: creating (Creating); 3: checking (Checking); 4: check successful (CheckPass); 5: check failed (CheckNotPass); 7: task running (Running); 8: preparation completed (ReadyComplete); 9: task successful (Success); 10: task failed (Failed); 11: stopping (Stopping); 12: completing (Completing).",
3475
3542
  "example": "10",
3476
3543
  "member": "int64",
3477
3544
  "name": "Status",
3478
3545
  "output_required": true,
3479
3546
  "type": "int",
3480
- "value_allowed_null": true
3547
+ "value_allowed_null": false
3481
3548
  },
3482
3549
  {
3483
3550
  "disabled": false,
3484
- "document": "Status description\nNote: This field may return null, indicating that no valid values can be obtained.",
3551
+ "document": "Status description.",
3485
3552
  "example": "已失败",
3486
3553
  "member": "string",
3487
3554
  "name": "StatusDesc",
3488
3555
  "output_required": true,
3489
3556
  "type": "string",
3490
- "value_allowed_null": true
3557
+ "value_allowed_null": false
3491
3558
  },
3492
3559
  {
3493
3560
  "disabled": false,
3494
- "document": "Sync latency in bytes\nNote: This field may return null, indicating that no valid values can be obtained.",
3561
+ "document": "Synchronization delay. Unit: bytes.",
3495
3562
  "example": "0",
3496
3563
  "member": "int64",
3497
3564
  "name": "Offset",
3498
3565
  "output_required": true,
3499
3566
  "type": "int",
3500
- "value_allowed_null": true
3567
+ "value_allowed_null": false
3501
3568
  },
3502
3569
  {
3503
3570
  "disabled": false,
3504
- "document": "Disconnection time\nNote: This field may return null, indicating that no valid values can be obtained.",
3571
+ "document": "Disconnection time.",
3505
3572
  "example": "2019-08-16 17:10:13",
3506
3573
  "member": "string",
3507
3574
  "name": "CutDownTime",
3508
3575
  "output_required": true,
3509
3576
  "type": "string",
3510
- "value_allowed_null": true
3577
+ "value_allowed_null": false
3511
3578
  },
3512
3579
  {
3513
3580
  "disabled": false,
3514
- "document": "Source instance information\nNote: This field may return null, indicating that no valid values can be obtained.",
3581
+ "document": "Source instance information.",
3515
3582
  "example": "无",
3516
3583
  "member": "DescribeInstanceDTSInstanceInfo",
3517
3584
  "name": "SrcInfo",
3518
3585
  "output_required": true,
3519
3586
  "type": "object",
3520
- "value_allowed_null": true
3587
+ "value_allowed_null": false
3521
3588
  },
3522
3589
  {
3523
3590
  "disabled": false,
3524
- "document": "Target instance information\nNote: This field may return null, indicating that no valid values can be obtained.",
3591
+ "document": "Destination instance information.",
3525
3592
  "example": "无",
3526
3593
  "member": "DescribeInstanceDTSInstanceInfo",
3527
3594
  "name": "DstInfo",
3528
3595
  "output_required": true,
3529
3596
  "type": "object",
3530
- "value_allowed_null": true
3597
+ "value_allowed_null": false
3531
3598
  },
3532
3599
  {
3533
3600
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -3543,83 +3610,83 @@
3543
3610
  "members": [
3544
3611
  {
3545
3612
  "disabled": false,
3546
- "document": "Region ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
3613
+ "document": "Region ID.",
3547
3614
  "example": "1",
3548
3615
  "member": "int64",
3549
3616
  "name": "RegionId",
3550
3617
  "output_required": true,
3551
3618
  "type": "int",
3552
- "value_allowed_null": true
3619
+ "value_allowed_null": false
3553
3620
  },
3554
3621
  {
3555
3622
  "disabled": false,
3556
- "document": "Instance ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
3623
+ "document": "Instance ID.",
3557
3624
  "example": "crs-o7vdf2no",
3558
3625
  "member": "string",
3559
3626
  "name": "InstanceId",
3560
3627
  "output_required": true,
3561
3628
  "type": "string",
3562
- "value_allowed_null": true
3629
+ "value_allowed_null": false
3563
3630
  },
3564
3631
  {
3565
3632
  "disabled": false,
3566
- "document": "Warehouse ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
3633
+ "document": "Repository ID.",
3567
3634
  "example": "14300",
3568
3635
  "member": "int64",
3569
3636
  "name": "SetId",
3570
3637
  "output_required": true,
3571
3638
  "type": "int",
3572
- "value_allowed_null": true
3639
+ "value_allowed_null": false
3573
3640
  },
3574
3641
  {
3575
3642
  "disabled": false,
3576
- "document": "AZ ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
3643
+ "document": "AZ ID.",
3577
3644
  "example": "30001",
3578
3645
  "member": "int64",
3579
3646
  "name": "ZoneId",
3580
3647
  "output_required": true,
3581
3648
  "type": "int",
3582
- "value_allowed_null": true
3649
+ "value_allowed_null": false
3583
3650
  },
3584
3651
  {
3585
3652
  "disabled": false,
3586
- "document": "Instance type.\nNote: This field may return null, indicating that no valid value can be obtained.",
3653
+ "document": "Instance type.",
3587
3654
  "example": "8",
3588
3655
  "member": "int64",
3589
3656
  "name": "Type",
3590
3657
  "output_required": true,
3591
3658
  "type": "int",
3592
- "value_allowed_null": true
3659
+ "value_allowed_null": false
3593
3660
  },
3594
3661
  {
3595
3662
  "disabled": false,
3596
- "document": "Instance name.\nNote: This field may return null, indicating that no valid value can be obtained.",
3663
+ "document": "Instance name.",
3597
3664
  "example": "测试专用",
3598
3665
  "member": "string",
3599
3666
  "name": "InstanceName",
3600
3667
  "output_required": true,
3601
3668
  "type": "string",
3602
- "value_allowed_null": true
3669
+ "value_allowed_null": false
3603
3670
  },
3604
3671
  {
3605
3672
  "disabled": false,
3606
- "document": "Instance access address.\nNote: This field may return null, indicating that no valid value can be obtained.",
3673
+ "document": "Instance access address.",
3607
3674
  "example": "10.0.0.16:6379",
3608
3675
  "member": "string",
3609
3676
  "name": "Vip",
3610
3677
  "output_required": true,
3611
3678
  "type": "string",
3612
- "value_allowed_null": true
3679
+ "value_allowed_null": false
3613
3680
  },
3614
3681
  {
3615
3682
  "disabled": false,
3616
- "document": "Status.\nNote: This field may return null, indicating that no valid value can be obtained.",
3683
+ "document": "Status.",
3617
3684
  "example": "2",
3618
3685
  "member": "int64",
3619
3686
  "name": "Status",
3620
3687
  "output_required": true,
3621
3688
  "type": "int",
3622
- "value_allowed_null": true
3689
+ "value_allowed_null": false
3623
3690
  }
3624
3691
  ],
3625
3692
  "usage": "out"
@@ -3693,7 +3760,7 @@
3693
3760
  },
3694
3761
  {
3695
3762
  "disabled": false,
3696
- "document": "Number of events displayed per page. Default value: 10. Maximum value: 100.",
3763
+ "document": "Outputs the number of events displayed per page.\n- Default value: 10.\n- Value range: [1, 100].",
3697
3764
  "example": "10",
3698
3765
  "member": "int64",
3699
3766
  "name": "PageSize",
@@ -3702,7 +3769,7 @@
3702
3769
  },
3703
3770
  {
3704
3771
  "disabled": false,
3705
- "document": "Configures the page number for querying events. You can query events on a certain page by specifying PageNo and PageSize. Default value: 1.",
3772
+ "document": "Configures the output page number for querying events. You can query events on a certain page by specifying PageNo (page number) and PageSize (number of output results per page).\n- Default value: 1.\n- Value range: positive integers greater than 0.",
3706
3773
  "example": "1",
3707
3774
  "member": "int64",
3708
3775
  "name": "PageNo",
@@ -3712,7 +3779,7 @@
3712
3779
  {
3713
3780
  "disabled": false,
3714
3781
  "document": "Current status of the event.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event is completed.- Canceled: Execution of the event is canceled.",
3715
- "example": "Running",
3782
+ "example": "[\"Running\"]",
3716
3783
  "member": "string",
3717
3784
  "name": "Status",
3718
3785
  "required": false,
@@ -3721,7 +3788,7 @@
3721
3788
  {
3722
3789
  "disabled": false,
3723
3790
  "document": "Event type. Currently, the type can only be related to instance migration, resource movement, and IDC deletion. This parameter can be set only to **InstanceMigration**.",
3724
- "example": "InstanceMigration",
3791
+ "example": "[\"InstanceMigration\"]",
3725
3792
  "member": "string",
3726
3793
  "name": "EventTypes",
3727
3794
  "required": false,
@@ -3730,7 +3797,7 @@
3730
3797
  {
3731
3798
  "disabled": false,
3732
3799
  "document": "Configures the level of the queried event. Events are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical- High- Medium- Low",
3733
- "example": "Low",
3800
+ "example": "[\"Low\"]",
3734
3801
  "member": "string",
3735
3802
  "name": "Grades",
3736
3803
  "required": false,
@@ -3755,7 +3822,7 @@
3755
3822
  {
3756
3823
  "disabled": false,
3757
3824
  "document": "Instance event information.",
3758
- "example": "RedisInstanceEvent",
3825
+ "example": "",
3759
3826
  "member": "RedisInstanceEvent",
3760
3827
  "name": "RedisInstanceEvents",
3761
3828
  "output_required": true,
@@ -3776,7 +3843,7 @@
3776
3843
  "members": [
3777
3844
  {
3778
3845
  "disabled": false,
3779
- "document": "Instance ID.",
3846
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance), and copy it from the instance list.",
3780
3847
  "example": "crs-d8ej0xn2",
3781
3848
  "member": "string",
3782
3849
  "name": "InstanceId",
@@ -4098,7 +4165,7 @@
4098
4165
  "members": [
4099
4166
  {
4100
4167
  "disabled": false,
4101
- "document": "Instance ID.",
4168
+ "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
4102
4169
  "example": "crs-5a4py64p",
4103
4170
  "member": "string",
4104
4171
  "name": "InstanceId",
@@ -4233,13 +4300,13 @@
4233
4300
  },
4234
4301
  {
4235
4302
  "disabled": false,
4236
- "document": "Proxy node information \nNote: This field may return null, indicating that no valid values can be obtained.",
4303
+ "document": "Proxy node information.",
4237
4304
  "example": "无",
4238
4305
  "member": "ProxyNodes",
4239
4306
  "name": "Proxy",
4240
4307
  "output_required": true,
4241
4308
  "type": "list",
4242
- "value_allowed_null": true
4309
+ "value_allowed_null": false
4243
4310
  },
4244
4311
  {
4245
4312
  "disabled": false,
@@ -4253,13 +4320,13 @@
4253
4320
  },
4254
4321
  {
4255
4322
  "disabled": false,
4256
- "document": "Redis node information \nNote: This field may return null, indicating that no valid values can be obtained.",
4323
+ "document": "TencentDB for Redis® node information.",
4257
4324
  "example": "无",
4258
4325
  "member": "RedisNodes",
4259
4326
  "name": "Redis",
4260
4327
  "output_required": true,
4261
4328
  "type": "list",
4262
- "value_allowed_null": true
4329
+ "value_allowed_null": false
4263
4330
  },
4264
4331
  {
4265
4332
  "disabled": false,
@@ -4273,13 +4340,13 @@
4273
4340
  },
4274
4341
  {
4275
4342
  "disabled": false,
4276
- "document": "This parameter has been disused. \nNote: This field may return null, indicating that no valid values can be obtained.",
4343
+ "document": "This parameter is no longer used. Please ignore it.",
4277
4344
  "example": "无",
4278
4345
  "member": "TendisNodes",
4279
4346
  "name": "Tendis",
4280
4347
  "output_required": true,
4281
4348
  "type": "list",
4282
- "value_allowed_null": true
4349
+ "value_allowed_null": false
4283
4350
  },
4284
4351
  {
4285
4352
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -4295,7 +4362,7 @@
4295
4362
  "members": [
4296
4363
  {
4297
4364
  "disabled": false,
4298
- "document": "Instance ID",
4365
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
4299
4366
  "example": "crs-5a4py64p",
4300
4367
  "member": "string",
4301
4368
  "name": "InstanceId",
@@ -4304,7 +4371,7 @@
4304
4371
  },
4305
4372
  {
4306
4373
  "disabled": false,
4307
- "document": "Maximum number of results returned per page",
4374
+ "document": "Pagination size. The default value is 100, and the maximum value is 200.",
4308
4375
  "example": "100",
4309
4376
  "member": "uint64",
4310
4377
  "name": "Limit",
@@ -4313,7 +4380,7 @@
4313
4380
  },
4314
4381
  {
4315
4382
  "disabled": false,
4316
- "document": "Offset, which is an integral multiple of `Limit`.",
4383
+ "document": "Offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number – 1). The default value is 0.",
4317
4384
  "example": "0",
4318
4385
  "member": "uint64",
4319
4386
  "name": "Offset",
@@ -4437,8 +4504,8 @@
4437
4504
  "members": [
4438
4505
  {
4439
4506
  "disabled": false,
4440
- "document": "Instance ID list, with the array length ranging from 0 to 100, for example, [\"crs-f2ho5rsz\\n\"].",
4441
- "example": "[\"crs-f2ho5rsz\\n\"]",
4507
+ "document": "Instance ID list. The array length limit is [0, 100]. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy the instance ID from the instance list.",
4508
+ "example": "[\"crs-f2ho5rsz\"]",
4442
4509
  "member": "string",
4443
4510
  "name": "InstanceIds",
4444
4511
  "required": true,
@@ -4483,7 +4550,7 @@
4483
4550
  },
4484
4551
  {
4485
4552
  "disabled": false,
4486
- "document": "Whether to filter out the replica node information. Valid values: `true` (yes), `false` (no).",
4553
+ "document": "Specifies whether to filter out secondary node information.\n- true: filter out secondary nodes.\n- false: filtering not required. The default value is false.",
4487
4554
  "example": "false",
4488
4555
  "member": "bool",
4489
4556
  "name": "FilterSlave",
@@ -4547,7 +4614,7 @@
4547
4614
  "members": [
4548
4615
  {
4549
4616
  "disabled": false,
4550
- "document": "Specify the instance ID.\n For example: crs-xjhsdj****. Please log in to the [Redis Console] (https://console.cloud.tencent.com/redis#/) and copy the instance ID from the instance list.\nSample value: crs-asdasdas.",
4617
+ "document": "Specifies the instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis#/), and copy it from the instance list.",
4551
4618
  "example": "crs-f8bjda0p",
4552
4619
  "member": "string",
4553
4620
  "name": "InstanceId",
@@ -4556,7 +4623,7 @@
4556
4623
  },
4557
4624
  {
4558
4625
  "disabled": false,
4559
- "document": "Feature names.\n- Read-local-node-only: Proximity access feature.- multi-account: Multiple accounts feature.",
4626
+ "document": "The features that support queries are as follows.\n- read-local-node-only: nearby access.\n- multi-account: multi-account management.\n- auto-failback: fault recovery scenario, such as whether automatic failback is enabled for the primary node.",
4560
4627
  "example": "read-local-node-only",
4561
4628
  "member": "string",
4562
4629
  "name": "FeatureName",
@@ -4800,7 +4867,7 @@
4800
4867
  },
4801
4868
  {
4802
4869
  "disabled": false,
4803
- "document": "Instance type.\n- 2: Redis 2.8 Memory Edition (standard architecture).\n- 3: CKV 3.2 Memory Edition (standard architecture).\n- 4: CKV 3.2 Memory Edition (cluster architecture).\n- 5: Redis 2.8 Memory Edition (stand-alone).\n- 6: Redis 4.0 Memory Edition (standard architecture).\n- 7: Redis 4.0 Memory Edition (cluster architecture).\n- 8: Redis 5.0 Memory Edition (standard architecture).\n- 9: Redis 5.0 Memory Edition (cluster architecture).\n- 15: Redis 6.2 Memory Edition (standard architecture).\n- 16: Redis 6.2 Memory Edition (cluster architecture).\n- 17: Redis 7.0 Memory Edition (standard architecture).\n- 18: Redis 7.0 Memory Edition (cluster architecture).",
4870
+ "document": "Instance type.\n\n- 2: Redis 2.8 memory edition (standard architecture).\n- 3: CKV 3.2 memory edition (standard architecture).\n- 4: CKV 3.2 memory edition (cluster architecture).\n- 5: Redis 2.8 memory edition (standalone).\n- 6: Redis 4.0 memory edition (standard architecture).\n- 7: Redis 4.0 memory edition (cluster architecture).\n- 8: Redis 5.0 memory edition (standard architecture).\n- 9: Redis 5.0 memory edition (cluster architecture).\n- 15: Redis 6.2 memory edition (standard architecture).\n- 16: Redis 6.2 memory edition (cluster architecture).\n- 17: Redis 7.0 memory edition (standard architecture).\n- 18: Redis 7.0 memory edition (cluster architecture).\n- 200: Memcached 1.6 memory edition (cluster architecture).",
4804
4871
  "example": "8",
4805
4872
  "member": "int64",
4806
4873
  "name": "Type",
@@ -4837,7 +4904,7 @@
4837
4904
  {
4838
4905
  "disabled": false,
4839
4906
  "document": "Resources filter by tag key and value. If this parameter is not specified or is an empty array, resources will not be filtered.",
4840
- "example": "",
4907
+ "example": "[{\"TagKey\":\"key1\",\"TagValue\":\"value1\"}]",
4841
4908
  "member": "InstanceTagInfo",
4842
4909
  "name": "InstanceTags",
4843
4910
  "required": false,
@@ -4898,7 +4965,7 @@
4898
4965
  {
4899
4966
  "disabled": false,
4900
4967
  "document": "List of instance details",
4901
- "example": "",
4968
+ "example": "具体请参考对应数据结构",
4902
4969
  "member": "InstanceSet",
4903
4970
  "name": "InstanceSet",
4904
4971
  "output_required": true,
@@ -5123,7 +5190,7 @@
5123
5190
  "members": [
5124
5191
  {
5125
5192
  "disabled": false,
5126
- "document": "Sale information of a region.",
5193
+ "document": "Selling information on the region. The selling information on all regions is returned even if a region is specified.",
5127
5194
  "example": "无",
5128
5195
  "member": "RegionConf",
5129
5196
  "name": "RegionSet",
@@ -5301,7 +5368,7 @@
5301
5368
  },
5302
5369
  {
5303
5370
  "disabled": false,
5304
- "document": "Slow query threshold in milliseconds",
5371
+ "document": "Slow query threshold, in milliseconds. The value is a positive integer greater than 0.",
5305
5372
  "example": "100",
5306
5373
  "member": "int64",
5307
5374
  "name": "MinQueryTime",
@@ -5310,7 +5377,7 @@
5310
5377
  },
5311
5378
  {
5312
5379
  "disabled": false,
5313
- "document": "Number of tasks output on each page. Default value: 20. Maximum value: 100.",
5380
+ "document": "Size of the output task list per page. The default value is 20, the minimum value is 1, and the maximum value is 100.",
5314
5381
  "example": "10",
5315
5382
  "member": "int64",
5316
5383
  "name": "Limit",
@@ -5319,7 +5386,7 @@
5319
5386
  },
5320
5387
  {
5321
5388
  "disabled": false,
5322
- "document": "Pagination offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number - 1).",
5389
+ "document": "Pagination offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number 1). The default value is 0.",
5323
5390
  "example": "0",
5324
5391
  "member": "int64",
5325
5392
  "name": "Offset",
@@ -5344,7 +5411,7 @@
5344
5411
  },
5345
5412
  {
5346
5413
  "disabled": false,
5347
- "document": "Slow query details",
5414
+ "document": "Slow query details. Note: If the value of TotalCount is greater than 10,000, indicating that the number of slow logs exceeds 10,000, log details cannot be returned. Instead, the returned data is empty. It is recommended to reduce the interval between BeginTime and EndTime and perform multiple queries.",
5348
5415
  "example": "无",
5349
5416
  "member": "InstanceProxySlowlogDetail",
5350
5417
  "name": "InstanceProxySlowLogDetail",
@@ -5414,7 +5481,7 @@
5414
5481
  {
5415
5482
  "disabled": false,
5416
5483
  "document": "Dedicated Redis cluster ID. Log in to the [CDC console](https://console.cloud.tencent.com/cdc/dedicatedcluster/index?rid=1),\nswitch to the **Cloud Service Management** page, select **TencentDB for Redis** from the drop-down list, and obtain the dedicated cluster ID.",
5417
- "example": "['crs-cdc-p8ktf94h']",
5484
+ "example": "[\"crs-cdc-p8ktf94h\"]",
5418
5485
  "member": "string",
5419
5486
  "name": "RedisClusterIds",
5420
5487
  "required": false,
@@ -5609,7 +5676,7 @@
5609
5676
  "members": [
5610
5677
  {
5611
5678
  "disabled": false,
5612
- "document": "Number of instances returned per page. Default value: `20`.",
5679
+ "document": "Size of the output instance list per page. The value is a positive integer greater than 0, and the default value is 20.",
5613
5680
  "example": "20",
5614
5681
  "member": "int64",
5615
5682
  "name": "Limit",
@@ -5683,7 +5750,7 @@
5683
5750
  "members": [
5684
5751
  {
5685
5752
  "disabled": false,
5686
- "document": "Instance ID",
5753
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
5687
5754
  "example": "crs-deindi7de",
5688
5755
  "member": "string",
5689
5756
  "name": "InstanceId",
@@ -5755,6 +5822,82 @@
5755
5822
  ],
5756
5823
  "type": "object"
5757
5824
  },
5825
+ "DescribeSecondLevelBackupInfoRequest": {
5826
+ "document": "DescribeSecondLevelBackupInfo request structure.",
5827
+ "members": [
5828
+ {
5829
+ "disabled": false,
5830
+ "document": "Specifies the instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
5831
+ "example": "crs-asdasdas",
5832
+ "member": "string",
5833
+ "name": "InstanceId",
5834
+ "required": false,
5835
+ "type": "string"
5836
+ },
5837
+ {
5838
+ "disabled": false,
5839
+ "document": "Second-level backup timestamp.\n- Setting range: support any second-level time point within 7 days.\n- Timestamp format: UNIX timestamp.",
5840
+ "example": "1716449238",
5841
+ "member": "int64",
5842
+ "name": "BackupTimestamp",
5843
+ "required": false,
5844
+ "type": "int"
5845
+ }
5846
+ ],
5847
+ "type": "object"
5848
+ },
5849
+ "DescribeSecondLevelBackupInfoResponse": {
5850
+ "document": "DescribeSecondLevelBackupInfo response structure.",
5851
+ "members": [
5852
+ {
5853
+ "disabled": false,
5854
+ "document": "Backup record ID.",
5855
+ "example": "12",
5856
+ "member": "string",
5857
+ "name": "BackupId",
5858
+ "output_required": true,
5859
+ "type": "string",
5860
+ "value_allowed_null": false
5861
+ },
5862
+ {
5863
+ "disabled": false,
5864
+ "document": "Backup timestamp.",
5865
+ "example": "1716449238",
5866
+ "member": "int64",
5867
+ "name": "BackupTimestamp",
5868
+ "output_required": false,
5869
+ "type": "int",
5870
+ "value_allowed_null": false
5871
+ },
5872
+ {
5873
+ "disabled": false,
5874
+ "document": "Timestamp range within which backup is missing.\nNote: This field may return null, indicating that no valid values can be obtained.",
5875
+ "example": "无",
5876
+ "member": "SecondLevelBackupMissingTimestamps",
5877
+ "name": "MissingTimestamps",
5878
+ "output_required": false,
5879
+ "type": "list",
5880
+ "value_allowed_null": true
5881
+ },
5882
+ {
5883
+ "disabled": false,
5884
+ "document": "Timestamp when second-level backup is enabled for the instance.",
5885
+ "example": "1716449238",
5886
+ "member": "int64",
5887
+ "name": "StartTimestamp",
5888
+ "output_required": false,
5889
+ "type": "int",
5890
+ "value_allowed_null": false
5891
+ },
5892
+ {
5893
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5894
+ "member": "string",
5895
+ "name": "RequestId",
5896
+ "type": "string"
5897
+ }
5898
+ ],
5899
+ "type": "object"
5900
+ },
5758
5901
  "DescribeSlowLogRequest": {
5759
5902
  "document": "DescribeSlowLog request structure.",
5760
5903
  "members": [
@@ -5787,7 +5930,7 @@
5787
5930
  },
5788
5931
  {
5789
5932
  "disabled": false,
5790
- "document": "The average execution time threshold of slow query in microseconds",
5933
+ "document": "Average execution time threshold for slow queries, in milliseconds. The value is a positive integer greater than 0",
5791
5934
  "example": "100",
5792
5935
  "member": "int64",
5793
5936
  "name": "MinQueryTime",
@@ -5796,7 +5939,7 @@
5796
5939
  },
5797
5940
  {
5798
5941
  "disabled": false,
5799
- "document": "Number of slow query logs displayed per page. Default value: 20. Maximum value: 100.",
5942
+ "document": "Number of slow query results displayed per page. The default value is 20, the minimum value is 1, and the maximum value is 100.",
5800
5943
  "example": "20",
5801
5944
  "member": "int64",
5802
5945
  "name": "Limit",
@@ -5805,7 +5948,7 @@
5805
5948
  },
5806
5949
  {
5807
5950
  "disabled": false,
5808
- "document": "Slow query offset, which is an integral multiple of `Limit`. Calculation formula: `offset` = `limit` * (page number - 1).",
5951
+ "document": "Offset of the number of slow queries. The value is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number 1). The default value is 0.",
5809
5952
  "example": "0",
5810
5953
  "member": "int64",
5811
5954
  "name": "Offset",
@@ -5838,7 +5981,7 @@
5838
5981
  "value_allowed_null": false
5839
5982
  },
5840
5983
  {
5841
- "disabled": false,
5984
+ "disabled": true,
5842
5985
  "document": "Slow query log details. This parameter has been deprecated and will be replaced by InstanceSlowLogDetail because it is not properly named.",
5843
5986
  "example": "无",
5844
5987
  "member": "InstanceSlowlogDetail",
@@ -5849,7 +5992,7 @@
5849
5992
  },
5850
5993
  {
5851
5994
  "disabled": false,
5852
- "document": "Details of slow queries.",
5995
+ "document": "Slow query details. Note: If the value of TotalCount is greater than 10,000, indicating that the number of slow logs exceeds 10,000, log details cannot be returned. Instead, the returned data is empty. It is recommended to reduce the interval between BeginTime and EndTime and perform multiple queries.",
5853
5996
  "example": "无",
5854
5997
  "member": "InstanceSlowlogDetail",
5855
5998
  "name": "InstanceSlowLogDetail",
@@ -5957,7 +6100,7 @@
5957
6100
  },
5958
6101
  {
5959
6102
  "disabled": false,
5960
- "document": "Instance name",
6103
+ "document": "Instance name. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
5961
6104
  "example": "crs-rhlppeye",
5962
6105
  "member": "string",
5963
6106
  "name": "InstanceName",
@@ -5975,7 +6118,7 @@
5975
6118
  },
5976
6119
  {
5977
6120
  "disabled": false,
5978
- "document": "Pagination offset, which is an integral multiple of `Limit`. Calculation formula: `offset` = `limit` * (page number - 1).",
6121
+ "document": "Pagination offset, which is an integer multiple of Limit. Offset = Limit x (Page number 1). The default value is 0.",
5979
6122
  "example": "0",
5980
6123
  "member": "int64",
5981
6124
  "name": "Offset",
@@ -5983,9 +6126,9 @@
5983
6126
  "type": "int"
5984
6127
  },
5985
6128
  {
5986
- "disabled": false,
5987
- "document": "Project ID Log in to the [Redis console](https://console.cloud.tencent.com/redis#/), go to the account information menu in the top-right corner, and select **Project Management** to query the project ID.",
5988
- "example": "11322",
6129
+ "disabled": true,
6130
+ "document": "Project ID. This field has been deprecated. Please ignore it.",
6131
+ "example": "[11322]",
5989
6132
  "member": "int64",
5990
6133
  "name": "ProjectIds",
5991
6134
  "required": false,
@@ -5993,8 +6136,8 @@
5993
6136
  },
5994
6137
  {
5995
6138
  "disabled": false,
5996
- "document": "Task type.\n\n\n\n- FLOW_CREATE: \"001\" - Create an instance.\n- FLOW_RESIZE: \"002\" - Change the configuration.\n- FLOW_CLOSE: \"003\" - Close an instance.\n- FLOW_CLEAN: \"004\" - Clear an instance.\n- FLOW_STARTUP: \"005\" - Enable an instance.\n- FLOW_DELETE: \"006\" - Delete an instance.\n- FLOW_SETPWD: \"007\" - Reset the password.\n- FLOW_EXPORTBACKUP: \"009\" - Export the backup file.\n- FLOW_RESTOREBACKUP: \"010\" - Restore the backup.\n- FLOW_BACKUPINSTANCE: \"012\" - Back up an instance.\n- FLOW_MIGRATEINSTANCE: \"013\" - Migrate an instance.\n- FLOW_DELBACKUP: \"014\" - Delete the backup.\n- FLOW_EXCHANGEINSTANCE: \"016\" - Switch an instance.\n- FLOW_AUTOBACKUP: \"017\" - Automatically backup an instance.\n- FLOW_MIGRATECHECK: \"022\" - Verify migration parameters.\n- FLOW_MIGRATETASK: \"023\" - Migrate data in progress.\n- FLOW_CLEANDB: \"025\" - Clear a database.\n- FLOW_CLONEBACKUP: \"026\" - Clone the backup.\n- FLOW_CHANGEVIP: \"027\" - Change the VIP.\n- FLOW_EXPORSHR: \"028\" - Perform scaling.\n- FLOW_ADDNODES: \"029\" - Add or remove a node.\n- FLOW_CHANGENET: \"031\" - Change the network type.\n- FLOW_MODIFYINSTACEREADONLY: \"033\" - Modify the read-only policy.\n- FLOW_MODIFYINSTANCEPARAMS: \"034\" - Modify instance parameters.\n- FLOW_MODIFYINSTANCEPASSWORDFREE: \"035\" - Set password-free access.\n- FLOW_SWITCHINSTANCEVIP: \"036\" - Switch the instance VIP.\n- FLOW_MODIFYINSTANCEACCOUNT: \"037\" - Modify the instance account.\n- FLOW_MODIFYINSTANCEBANDWIDTH: \"038\" - Modify the instance bandwidth.\n- FLOW_ENABLEINSTANCE_REPLICATE: \"039\" - Enable read-only replica.\n- FLOW_DISABLEINSTANCE_REPLICATE: \"040\" - Disable read-only replica.\n- FLOW_UpgradeArch: \"041\" - Upgrade the instance architecture from primary-secondary to cluster.\n- FLOW_DowngradeArch: \"042\" - Downgrade the instance architecture from cluster to primary-secondary.\n- FLOW_UpgradeVersion: \"043\" - Upgrade the version.\n- FLOW_MODIFYCONNECTIONCONFIG: \"044\" - Modify the number of bandwidth connections.\n- FLOW_CLEARNETWORK: \"045\" - Change the network.\n- FLOW_REMOVE_BACKUP_FILE: \"046\" - Delete the backup.\n- FLOW_UPGRADE_SUPPORT_MULTI_AZ: \"047\" - Upgrade an instance to support multiple AZs.\n- FLOW_SHUTDOWN_MASTER: \"048\" - Simulate a fault.\n- FLOW_CHANGE_REPLICA_TO_MASTER: \"049\" - Manually promote the replica node to the primary node.\n- FLOW_CODE_ADD_REPLICATION_INSTANCE: \"050\" - Add a replication group.\n- FLOW_OPEN_WAN: \"052\" - Enable the public network.\n- FLOW_CLOSE_WAN: \"053\" - Disable the public network. - FLOW_UPDATE_WAN: \"054\" - Update the public network.\n- FLOW_CODE_DELETE_REPLICATION_INSTANCE: \"055\" - Unbind the replication group.\n- FLOW_CODE_CHANGE_MASTER_INSTANCE: \"056\" - Switch to the primary instance in the replication group.\n- FLOW_CODE_CHANGE_INSTANCE_ROLE: \"057\" - Change the roles of instances in the replication group.\n- FLOW_MIGRATE_NODE: \"058\" - Migrate a node.\n- FLOW_SWITCH_NODE: \"059\" - Switch a node.\n- FLOW_UPGRADE_SMALL_VERSION: \"060\" - Upgrade the Redis version.\n- FLOW_UPGRADE_PROXY_VERSION: \"061\" - Upgrade the Proxy version.\n- FLOW_MODIFY_INSTANCE_NETWORK: \"062\" - Modify the instance network.\n- FLOW_MIGRATE_PROXY_NODE: \"063\" - Migrate the Proxy node.\n- FLOW_MIGRATION_INSTANCE_ZONE: \"066\" - Migrate the instance AZ in progress.\n- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: \"067\" - Upgrade the instance version in progress.\n- FLOW_MODIFY_PROXY_NUM: \"069\" - Add or remove a Proxy node.\n- FLOW_MODIFYBACKUPMOD: \"070\" - Change the instance backup mode.",
5997
- "example": "037",
6139
+ "document": "Task type.\n\n\n\n- FLOW_CREATE: \"001\", indicating instance creation.\n- FLOW_RESIZE: \"002\", indicating configuration modification.\n- FLOW_CLOSE: \"003\", indicating instance disabling.\n- FLOW_CLEAN: \"004\", indicating instance cleanup.\n- FLOW_STARTUP: \"005\", indicating instance enabling.\n- FLOW_DELETE: \"006\", indicating instance deletion.\n- FLOW_SETPWD: \"007\", indicating password reset.\n- FLOW_EXPORTBACKUP: \"009\", indicating backup file export.\n- FLOW_RESTOREBACKUP: \"010\", indicating backup restoration.\n- FLOW_BACKUPINSTANCE: \"012\", indicating instance backup.\n- FLOW_MIGRATEINSTANCE: \"013\", indicating instance migration.\n- FLOW_DELBACKUP: \"014\", indicating backup deletion.\n- FLOW_EXCHANGEINSTANCE: \"016\", indicating instance switch.\n- FLOW_AUTOBACKUP: \"017\", indicating automatic instance backup.\n- FLOW_MIGRATECHECK: \"022\", indicating migration parameter verification.\n- FLOW_MIGRATETASK: \"023\", indicating that data migration is in progress.\n- FLOW_CLEANDB: \"025\", indicating database cleanup.\n- FLOW_CLONEBACKUP: \"026\": indicating backup cloning.\n- FLOW_CHANGEVIP: \"027\", indicating VIP address modification.\n- FLOW_EXPORSHR: \"028\", indicating scaling.\n- FLOW_ADDNODES: \"029\", indicating node addition (removal).\n- FLOW_CHANGENET: \"031\", indicating network type modification.\n- FLOW_MODIFYINSTACEREADONLY: \"033\": indicating read-only policy modification.\n- FLOW_MODIFYINSTANCEPARAMS: \"034\", indicating instance parameter modification.\n- FLOW_MODIFYINSTANCEPASSWORDFREE: \"035\", indicating password-free access settings.\n- FLOW_SWITCHINSTANCEVIP: \"036\", indicating instance VIP address switch.\n- FLOW_MODIFYINSTANCEACCOUNT: \"037\", indicating instance account modification.\n- FLOW_MODIFYINSTANCEBANDWIDTH: \"038\", indicating instance bandwidth modification.\n- FLOW_ENABLEINSTANCE_REPLICATE: \"039\", indicating enabling of read-only replica.\n- FLOW_DISABLEINSTANCE_REPLICATE: \"040\", indicating disabling of read-only replica.\n- FLOW_UpgradeArch: \"041\", indicating instance architecture upgrade from the standard architecture to the cluster architecture.\n- FLOW_DowngradeArch: \"042\", indicating instance architecture downgrade from the cluster architecture to the standard architecture.\n- FLOW_UpgradeVersion: \"043\", indicating version upgrade.\n- FLOW_MODIFYCONNECTIONCONFIG: \"044\", indicating adjustment of the bandwidth and the number of connections.\n- FLOW_CLEARNETWORK: \"045\", indicating network change.\n- FLOW_REMOVE_BACKUP_FILE: \"046\", indicating backup deletion.\n- FLOW_UPGRADE_SUPPORT_MULTI_AZ: \"047\", indicating instance upgrade to multi-AZ deployment.\n- FLOW_SHUTDOWN_MASTER: \"048\", indicating fault simulation.\n- FLOW_CHANGE_REPLICA_TO_MASTER: \"049\", indicating manual promotion to the primary node.\n- FLOW_CODE_ADD_REPLICATION_INSTANCE: \"050\", indicating replication group addition.\n- FLOW_OPEN_WAN: \"052\", indicating enabling of public network access.\n- FLOW_CLOSE_WAN: \"053\", indicating disabling of public network access.\n - FLOW_UPDATE_WAN: \"054\", indicating update of the public network access configuration.\n- FLOW_CODE_DELETE_REPLICATION_INSTANCE: \"055\", indicating replication group unbinding.\n- FLOW_CODE_CHANGE_MASTER_INSTANCE: \"056\", indicating switching a replication group instance to the primary instance.\n- FLOW_CODE_CHANGE_INSTANCE_ROLE: \"057\", indicating modification of the replication group instance role.\n- FLOW_MIGRATE_NODE: \"058\", indicating node migration.\n- FLOW_SWITCH_NODE: \"059\", indicating node switch.\n- FLOW_UPGRADE_SMALL_VERSION: \"060\", indicating Redis version upgrade.\n- FLOW_UPGRADE_PROXY_VERSION: \"061\", indicating proxy version upgrade.\n- FLOW_MODIFY_INSTANCE_NETWORK: \"062\", indicating instance network modification.\n- FLOW_MIGRATE_PROXY_NODE: \"063\", indicating proxy node migration.\n- FLOW_MIGRATION_INSTANCE_ZONE: \"066\", indicating that instance migration to another AZ is in progress.\n- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: \"067\", indicating that instance version upgrade is in progress.\n- FLOW_MODIFY_PROXY_NUM: \"069\", indicating proxy node addition (removal).\n- FLOW_MODIFYBACKUPMOD: \"070\", indicating instance backup mode modification.",
6140
+ "example": "[\"037\"]",
5998
6141
  "member": "string",
5999
6142
  "name": "TaskTypes",
6000
6143
  "required": false,
@@ -6021,7 +6164,7 @@
6021
6164
  {
6022
6165
  "disabled": false,
6023
6166
  "document": "This parameter is only for internal use and can be ignored.",
6024
- "example": "[0.1.2]",
6167
+ "example": "[0,1,2]",
6025
6168
  "member": "int64",
6026
6169
  "name": "TaskStatus",
6027
6170
  "required": false,
@@ -6037,7 +6180,7 @@
6037
6180
  "type": "list"
6038
6181
  },
6039
6182
  {
6040
- "disabled": false,
6183
+ "disabled": true,
6041
6184
  "document": "The field `OperatorUin` has been disused and replaced by `OperateUin`.",
6042
6185
  "example": "[10002274123]",
6043
6186
  "member": "int64",
@@ -6048,7 +6191,7 @@
6048
6191
  {
6049
6192
  "disabled": false,
6050
6193
  "document": "Operator account ID or UIN",
6051
- "example": "[\"10002274123\"]",
6194
+ "example": "[\"12458915647\"]",
6052
6195
  "member": "string",
6053
6196
  "name": "OperateUin",
6054
6197
  "required": false,
@@ -6121,7 +6264,7 @@
6121
6264
  },
6122
6265
  {
6123
6266
  "disabled": false,
6124
- "document": "Slow query threshold in ms",
6267
+ "document": "Slow query threshold, in milliseconds. The value is a positive integer greater than 0.",
6125
6268
  "example": "10",
6126
6269
  "member": "int64",
6127
6270
  "name": "MinQueryTime",
@@ -6130,7 +6273,7 @@
6130
6273
  },
6131
6274
  {
6132
6275
  "disabled": false,
6133
- "document": "Page size. Default value 20. Maximum value 100.",
6276
+ "document": "Page size. The default value is 20, the minimum value is 1, and the maximum value is 100.",
6134
6277
  "example": "20",
6135
6278
  "member": "int64",
6136
6279
  "name": "Limit",
@@ -6139,7 +6282,7 @@
6139
6282
  },
6140
6283
  {
6141
6284
  "disabled": false,
6142
- "document": "Pagination offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number - 1).",
6285
+ "document": "Pagination offset, which is an integer multiple of Limit. Calculation formula: Offset = Limit x (Page number 1). The default value is 0.",
6143
6286
  "example": "0",
6144
6287
  "member": "int64",
6145
6288
  "name": "Offset",
@@ -6164,7 +6307,7 @@
6164
6307
  },
6165
6308
  {
6166
6309
  "disabled": false,
6167
- "document": "Slow query details",
6310
+ "document": "Slow query details. Note: If the value of TotalCount is greater than 10,000, indicating that the number of slow logs exceeds 10,000, log details cannot be returned. Instead, the returned data is empty. It is recommended to reduce the interval between BeginTime and EndTime and perform multiple queries.",
6168
6311
  "example": "无",
6169
6312
  "member": "TendisSlowLogDetail",
6170
6313
  "name": "TendisSlowLogDetail",
@@ -6186,7 +6329,7 @@
6186
6329
  "members": [
6187
6330
  {
6188
6331
  "disabled": false,
6189
- "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
6332
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy the pay-as-you-go instance ID from the instance list.",
6190
6333
  "example": "crs-5a4py64p",
6191
6334
  "member": "string",
6192
6335
  "name": "InstanceId",
@@ -6275,13 +6418,13 @@
6275
6418
  "members": [
6276
6419
  {
6277
6420
  "disabled": false,
6278
- "document": "Task ID\nNote: This field may return null, indicating that no valid values can be obtained.",
6421
+ "document": "Task ID.",
6279
6422
  "example": "15236",
6280
6423
  "member": "int64",
6281
6424
  "name": "TaskId",
6282
6425
  "output_required": true,
6283
6426
  "type": "int",
6284
- "value_allowed_null": true
6427
+ "value_allowed_null": false
6285
6428
  },
6286
6429
  {
6287
6430
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -6316,7 +6459,7 @@
6316
6459
  {
6317
6460
  "disabled": false,
6318
6461
  "document": "Instance ID list, which is an array of one or more instance IDs. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
6319
- "example": "[\"crs-eb2w7dto\\n\"]",
6462
+ "example": "[\"crs-eb2w7dto\"]",
6320
6463
  "member": "string",
6321
6464
  "name": "InstanceIds",
6322
6465
  "required": true,
@@ -6351,7 +6494,7 @@
6351
6494
  },
6352
6495
  {
6353
6496
  "disabled": false,
6354
- "document": "Read-only routing policy.\n- master: read-only routing to the primary node.\n- replication: read-only routing to the secondary node.\n- Default policy: writing to the primary node and reading from the secondary node.",
6497
+ "document": "Read-only routing policy.\n- master: read-only routing to the primary node.\n- replication: read-only routing to the secondary node. The default value is replication.",
6355
6498
  "example": "[\"master\"]",
6356
6499
  "member": "string",
6357
6500
  "name": "ReadonlyPolicy",
@@ -6365,24 +6508,24 @@
6365
6508
  "document": "EnableReplicaReadonly response structure.",
6366
6509
  "members": [
6367
6510
  {
6368
- "disabled": false,
6369
- "document": "Valid values: `ERROR`, `OK`. This field has been disused.\nNote: This field may return null, indicating that no valid values can be obtained.",
6511
+ "disabled": true,
6512
+ "document": "ERROR: incorrect; OK: correct (discarded).",
6370
6513
  "example": "OK",
6371
6514
  "member": "string",
6372
6515
  "name": "Status",
6373
6516
  "output_required": true,
6374
6517
  "type": "string",
6375
- "value_allowed_null": true
6518
+ "value_allowed_null": false
6376
6519
  },
6377
6520
  {
6378
6521
  "disabled": false,
6379
- "document": "Task ID\nNote: This field may return null, indicating that no valid values can be obtained.",
6522
+ "document": "Task ID.",
6380
6523
  "example": "16321",
6381
6524
  "member": "int64",
6382
6525
  "name": "TaskId",
6383
6526
  "output_required": true,
6384
6527
  "type": "int",
6385
- "value_allowed_null": true
6528
+ "value_allowed_null": false
6386
6529
  },
6387
6530
  {
6388
6531
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -6408,7 +6551,7 @@
6408
6551
  },
6409
6552
  {
6410
6553
  "disabled": false,
6411
- "document": "Region ID.\n- 1: Guangzhou.\n- 4: Shanghai.\n- 5: Hong Kong (China).\n- 7: Shanghai Finance.\n- 8: Beijing.\n- 9: Singapore.\n- 11: Shenzhen Finance.\n- 15: Western United States (Silicon Valley).\n- 16: Chengdu.\n- 17: Germany.\n- 18: South Korea.\n- 19: Chongqing.\n- 21: India.\n- 22: Eastern United States (Virginia).\n- 23: Thailand.\n- 25: Japan.",
6554
+ "document": "Region ID.\n - 1: Guangzhou.\n - 4: Shanghai.\n - 5: Hong Kong (China).\n - 7: Shanghai Finance.\n - 8: Beijing.\n - 9: Singapore.\n - 11: Shenzhen Finance.\n - 15: Western US (Silicon Valley).\n - 16: Chengdu.\n - 17: Germany.\n - 18: South Korea.\n - 19: Chongqing.\n - 22: Eastern US (Virginia).\n - 23: Thailand.\n- 25: Japan.",
6412
6555
  "example": "1",
6413
6556
  "member": "int64",
6414
6557
  "name": "RegionId",
@@ -6428,13 +6571,13 @@
6428
6571
  },
6429
6572
  {
6430
6573
  "disabled": false,
6431
- "document": "Replication group name\nNote: This field may return null, indicating that no valid values can be obtained.",
6574
+ "document": "Replication group name.",
6432
6575
  "example": "crs-rpl-deindi7de",
6433
6576
  "member": "string",
6434
6577
  "name": "GroupName",
6435
6578
  "output_required": true,
6436
6579
  "type": "string",
6437
- "value_allowed_null": true
6580
+ "value_allowed_null": false
6438
6581
  },
6439
6582
  {
6440
6583
  "disabled": false,
@@ -6458,23 +6601,23 @@
6458
6601
  },
6459
6602
  {
6460
6603
  "disabled": false,
6461
- "document": "Instance information in replication groups\nNote: This field may return null, indicating that no valid values can be obtained.",
6604
+ "document": "Instance information on the replication group.",
6462
6605
  "example": "复制组实例",
6463
6606
  "member": "Instances",
6464
6607
  "name": "Instances",
6465
6608
  "output_required": true,
6466
6609
  "type": "list",
6467
- "value_allowed_null": true
6610
+ "value_allowed_null": false
6468
6611
  },
6469
6612
  {
6470
6613
  "disabled": false,
6471
- "document": "Remarks\nNote: This field may return null, indicating that no valid values can be obtained.",
6472
- "example": "test",
6614
+ "document": "Remark information.",
6615
+ "example": "备注信息",
6473
6616
  "member": "string",
6474
6617
  "name": "Remark",
6475
6618
  "output_required": true,
6476
6619
  "type": "string",
6477
- "value_allowed_null": true
6620
+ "value_allowed_null": false
6478
6621
  }
6479
6622
  ],
6480
6623
  "usage": "out"
@@ -6505,7 +6648,7 @@
6505
6648
  {
6506
6649
  "disabled": false,
6507
6650
  "document": "Number of accesses for the hot key in a specified time period.",
6508
- "example": "123",
6651
+ "example": "112",
6509
6652
  "member": "int64",
6510
6653
  "name": "Count",
6511
6654
  "output_required": true,
@@ -6521,80 +6664,80 @@
6521
6664
  {
6522
6665
  "disabled": false,
6523
6666
  "document": "Policy. Valid values: ACCEPT, DROP.",
6524
- "example": "",
6667
+ "example": "ACCEPT",
6525
6668
  "member": "string",
6526
6669
  "name": "Action",
6527
- "required": true,
6670
+ "output_required": true,
6528
6671
  "type": "string",
6529
6672
  "value_allowed_null": false
6530
6673
  },
6531
6674
  {
6532
6675
  "disabled": false,
6533
6676
  "document": "All the addresses that the address group ID represents.",
6534
- "example": "",
6677
+ "example": "set",
6535
6678
  "member": "string",
6536
6679
  "name": "AddressModule",
6537
- "required": true,
6680
+ "output_required": true,
6538
6681
  "type": "string",
6539
6682
  "value_allowed_null": false
6540
6683
  },
6541
6684
  {
6542
6685
  "disabled": false,
6543
6686
  "document": "Source IP or IP address range, such as 192.168.0.0/16.",
6544
- "example": "",
6687
+ "example": "0.0.0.0/0",
6545
6688
  "member": "string",
6546
6689
  "name": "CidrIp",
6547
- "required": true,
6690
+ "output_required": true,
6548
6691
  "type": "string",
6549
6692
  "value_allowed_null": false
6550
6693
  },
6551
6694
  {
6552
6695
  "disabled": false,
6553
6696
  "document": "Description.",
6554
- "example": "",
6697
+ "example": "XX上云安全组默认入站规则",
6555
6698
  "member": "string",
6556
6699
  "name": "Desc",
6557
- "required": true,
6700
+ "output_required": true,
6558
6701
  "type": "string",
6559
6702
  "value_allowed_null": false
6560
6703
  },
6561
6704
  {
6562
6705
  "disabled": false,
6563
6706
  "document": "Network protocol, such as UDP and TCP.",
6564
- "example": "",
6707
+ "example": "ALL",
6565
6708
  "member": "string",
6566
6709
  "name": "IpProtocol",
6567
- "required": true,
6710
+ "output_required": true,
6568
6711
  "type": "string",
6569
6712
  "value_allowed_null": false
6570
6713
  },
6571
6714
  {
6572
6715
  "disabled": false,
6573
6716
  "document": "Port.",
6574
- "example": "",
6717
+ "example": "ALL",
6575
6718
  "member": "string",
6576
6719
  "name": "PortRange",
6577
- "required": true,
6720
+ "output_required": true,
6578
6721
  "type": "string",
6579
6722
  "value_allowed_null": false
6580
6723
  },
6581
6724
  {
6582
6725
  "disabled": false,
6583
6726
  "document": "All the protocols and ports that the service group ID represents.",
6584
- "example": "",
6727
+ "example": "redis",
6585
6728
  "member": "string",
6586
6729
  "name": "ServiceModule",
6587
- "required": true,
6730
+ "output_required": true,
6588
6731
  "type": "string",
6589
6732
  "value_allowed_null": false
6590
6733
  },
6591
6734
  {
6592
6735
  "disabled": false,
6593
6736
  "document": "All the addresses that the security group ID represents.",
6594
- "example": "",
6737
+ "example": "set",
6595
6738
  "member": "string",
6596
6739
  "name": "Id",
6597
- "required": true,
6740
+ "output_required": true,
6598
6741
  "type": "string",
6599
6742
  "value_allowed_null": false
6600
6743
  }
@@ -6606,7 +6749,7 @@
6606
6749
  "members": [
6607
6750
  {
6608
6751
  "disabled": false,
6609
- "document": "Instance type.\n- 2: Redis 2.8 Memory Edition (standard architecture).\n- 6: Redis 4.0 Memory Edition (standard architecture).\n- 7: Redis 4.0 Memory Edition (cluster architecture).\n- 8: Redis 5.0 Memory Edition (standard architecture).\n- 9: Redis 5.0 Memory Edition (cluster architecture).\n- 15: Redis 6.2 Memory Edition (standard architecture).\n- 16: Redis 6.2 Memory Edition (cluster architecture).\n- 17: Redis 7.0 Memory Edition (standard architecture).\n- 18: Redis 7.0 Memory Edition (cluster architecture).",
6752
+ "document": "Instance type.\n\n- 2: Redis 2.8 memory edition (standard architecture).\n- 6: Redis 4.0 memory edition (standard architecture).\n- 7: Redis 4.0 memory edition (cluster architecture).\n- 8: Redis 5.0 memory edition (standard architecture).\n- 9: Redis 5.0 memory edition (cluster architecture).\n- 15: Redis 6.2 memory edition (standard architecture).\n- 16: Redis 6.2 memory edition (cluster architecture).\n- 17: Redis 7.0 memory edition (standard architecture).\n- 18: Redis 7.0 memory edition (cluster architecture).\n- 200: Memcached 1.6 memory edition (cluster architecture).",
6610
6753
  "example": "6",
6611
6754
  "member": "uint64",
6612
6755
  "name": "TypeId",
@@ -6651,7 +6794,7 @@
6651
6794
  },
6652
6795
  {
6653
6796
  "disabled": false,
6654
- "document": "ID of the AZ where the instance resides. For more information, see [Regions and AZs](https://intl.cloud.tencent.com/document/product/239/4106?from_cn_redirect=1).",
6797
+ "document": "ID of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.comom/document/product/239/4106?from_cn_redirect=1).\n**Note**: Specify at least one parameter from **ZoneId** and **ZoneName**.",
6655
6798
  "example": "100002",
6656
6799
  "member": "uint64",
6657
6800
  "name": "ZoneId",
@@ -6660,7 +6803,7 @@
6660
6803
  },
6661
6804
  {
6662
6805
  "disabled": false,
6663
- "document": "Number of instance shards. For the standard architecture of 2.8, the number of shards does not need to be configured. For the standard architecture of other versions, the number of shards should be set to 1. For the cluster architecture, the number of shards to be purchased needs to be specified.",
6806
+ "document": "Number of instance shards.\n- The number of shards is required to be set to 1 for the standard architecture.\n- The number of shards can be set to 1, 3, 5, 8, 12, 16, 24, 32, 40, 48, 64, 80, 96, or 128 for the cluster architecture.",
6664
6807
  "example": "1",
6665
6808
  "member": "int64",
6666
6809
  "name": "RedisShardNum",
@@ -6669,7 +6812,7 @@
6669
6812
  },
6670
6813
  {
6671
6814
  "disabled": false,
6672
- "document": "Number of instance replicas. For the standard architecture of 2.8, the number of replicas does not need to be configured.",
6815
+ "document": "Number of instance replicas. Valid values: 1, 2, 3, 4, and 5.",
6673
6816
  "example": "1",
6674
6817
  "member": "int64",
6675
6818
  "name": "RedisReplicasNum",
@@ -6687,7 +6830,7 @@
6687
6830
  },
6688
6831
  {
6689
6832
  "disabled": false,
6690
- "document": "Name of the AZ where the instance resides. For more information, see [Regions and AZs](https://intl.cloud.tencent.com/document/product/239/4106?from_cn_redirect=1).",
6833
+ "document": "Name of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.comom/document/product/239/4106?from_cn_redirect=1).\n**Note**: Specify at least one parameter from **ZoneId** and **ZoneName**.",
6691
6834
  "example": "ap-guangzhou",
6692
6835
  "member": "string",
6693
6836
  "name": "ZoneName",
@@ -6711,13 +6854,43 @@
6711
6854
  "members": [
6712
6855
  {
6713
6856
  "disabled": false,
6714
- "document": "Price. Unit: USD (accurate down to the cent)\nNote: This field may return `null`, indicating that no valid values can be obtained.",
6715
- "example": "30400",
6857
+ "document": "Price.",
6858
+ "example": "30400.0",
6716
6859
  "member": "float",
6717
6860
  "name": "Price",
6718
6861
  "output_required": true,
6719
6862
  "type": "float",
6720
- "value_allowed_null": true
6863
+ "value_allowed_null": false
6864
+ },
6865
+ {
6866
+ "disabled": false,
6867
+ "document": "High precision price. ",
6868
+ "example": "30400.123",
6869
+ "member": "float",
6870
+ "name": "HighPrecisionPrice",
6871
+ "output_required": false,
6872
+ "type": "float",
6873
+ "value_allowed_null": false
6874
+ },
6875
+ {
6876
+ "disabled": false,
6877
+ "document": "Currency.",
6878
+ "example": "CNY",
6879
+ "member": "string",
6880
+ "name": "Currency",
6881
+ "output_required": false,
6882
+ "type": "string",
6883
+ "value_allowed_null": false
6884
+ },
6885
+ {
6886
+ "disabled": false,
6887
+ "document": "Price unit.\n\n - pent: cent.\n - microPent: microcent.",
6888
+ "example": "pent",
6889
+ "member": "string",
6890
+ "name": "AmountUnit",
6891
+ "output_required": false,
6892
+ "type": "string",
6893
+ "value_allowed_null": false
6721
6894
  },
6722
6895
  {
6723
6896
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -6751,7 +6924,7 @@
6751
6924
  },
6752
6925
  {
6753
6926
  "disabled": false,
6754
- "document": "Number of shards. This parameter is not required for Redis 2.8 Primary-Secondary Edition, CKV Primary-Secondary Edition, and Redis 2.8 Single-node Edition.",
6927
+ "document": "Number of shards.\n- The instance adopts the standard architecture. The default value of RedisShardNum is 1.\n- This parameter is not required for Redis 2.8 Primary-Secondary Edition, CKV Primary-Secondary Edition, and Redis 2.8 Stand-Alone Edition.",
6755
6928
  "example": "3",
6756
6929
  "member": "uint64",
6757
6930
  "name": "RedisShardNum",
@@ -6775,13 +6948,43 @@
6775
6948
  "members": [
6776
6949
  {
6777
6950
  "disabled": false,
6778
- "document": "Price. Unit: USD\nNote: this field may return `null`, indicating that no valid values can be obtained.",
6779
- "example": "30400",
6951
+ "document": "Price.",
6952
+ "example": "30400.00",
6780
6953
  "member": "float",
6781
6954
  "name": "Price",
6782
6955
  "output_required": true,
6783
6956
  "type": "float",
6784
- "value_allowed_null": true
6957
+ "value_allowed_null": false
6958
+ },
6959
+ {
6960
+ "disabled": false,
6961
+ "document": "High precision price.",
6962
+ "example": "30400.123",
6963
+ "member": "float",
6964
+ "name": "HighPrecisionPrice",
6965
+ "output_required": false,
6966
+ "type": "float",
6967
+ "value_allowed_null": false
6968
+ },
6969
+ {
6970
+ "disabled": false,
6971
+ "document": "Currency.",
6972
+ "example": "CNY",
6973
+ "member": "string",
6974
+ "name": "Currency",
6975
+ "output_required": false,
6976
+ "type": "string",
6977
+ "value_allowed_null": false
6978
+ },
6979
+ {
6980
+ "disabled": false,
6981
+ "document": "Price unit.\n\n - pent: cent.\n - microPent: microcent.",
6982
+ "example": "pent",
6983
+ "member": "string",
6984
+ "name": "AmountUnit",
6985
+ "output_required": false,
6986
+ "type": "string",
6987
+ "value_allowed_null": false
6785
6988
  },
6786
6989
  {
6787
6990
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -7126,102 +7329,102 @@
7126
7329
  {
7127
7330
  "disabled": false,
7128
7331
  "document": "Parameter name",
7129
- "example": "",
7332
+ "example": "cluster-node-timeout",
7130
7333
  "member": "string",
7131
7334
  "name": "ParamName",
7132
- "required": true,
7335
+ "output_required": true,
7133
7336
  "type": "string",
7134
7337
  "value_allowed_null": false
7135
7338
  },
7136
7339
  {
7137
7340
  "disabled": false,
7138
7341
  "document": "Parameter type: Integer",
7139
- "example": "",
7342
+ "example": "integer",
7140
7343
  "member": "string",
7141
7344
  "name": "ValueType",
7142
- "required": true,
7345
+ "output_required": true,
7143
7346
  "type": "string",
7144
7347
  "value_allowed_null": false
7145
7348
  },
7146
7349
  {
7147
7350
  "disabled": false,
7148
7351
  "document": "Whether restart is required after a modification is made. Valid values: true, false",
7149
- "example": "",
7352
+ "example": "false",
7150
7353
  "member": "string",
7151
7354
  "name": "NeedRestart",
7152
- "required": true,
7355
+ "output_required": true,
7153
7356
  "type": "string",
7154
7357
  "value_allowed_null": false
7155
7358
  },
7156
7359
  {
7157
7360
  "disabled": false,
7158
7361
  "document": "Default value of the parameter",
7159
- "example": "",
7362
+ "example": "15000",
7160
7363
  "member": "string",
7161
7364
  "name": "DefaultValue",
7162
- "required": true,
7365
+ "output_required": true,
7163
7366
  "type": "string",
7164
7367
  "value_allowed_null": false
7165
7368
  },
7166
7369
  {
7167
7370
  "disabled": false,
7168
7371
  "document": "Current value",
7169
- "example": "",
7372
+ "example": "15000",
7170
7373
  "member": "string",
7171
7374
  "name": "CurrentValue",
7172
- "required": true,
7375
+ "output_required": true,
7173
7376
  "type": "string",
7174
7377
  "value_allowed_null": false
7175
7378
  },
7176
7379
  {
7177
7380
  "disabled": false,
7178
7381
  "document": "Parameter description",
7179
- "example": "",
7382
+ "example": "集群模式下当节点在指定时间内(毫秒)不可达则被认为处于失败状态",
7180
7383
  "member": "string",
7181
7384
  "name": "Tips",
7182
- "required": true,
7385
+ "output_required": true,
7183
7386
  "type": "string",
7184
7387
  "value_allowed_null": false
7185
7388
  },
7186
7389
  {
7187
7390
  "disabled": false,
7188
7391
  "document": "Minimum value of the parameter",
7189
- "example": "",
7392
+ "example": "15000",
7190
7393
  "member": "string",
7191
7394
  "name": "Min",
7192
- "required": true,
7395
+ "output_required": true,
7193
7396
  "type": "string",
7194
7397
  "value_allowed_null": false
7195
7398
  },
7196
7399
  {
7197
7400
  "disabled": false,
7198
7401
  "document": "Maximum value of the parameter",
7199
- "example": "",
7402
+ "example": "120000",
7200
7403
  "member": "string",
7201
7404
  "name": "Max",
7202
- "required": true,
7405
+ "output_required": true,
7203
7406
  "type": "string",
7204
7407
  "value_allowed_null": false
7205
7408
  },
7206
7409
  {
7207
7410
  "disabled": false,
7208
7411
  "document": "Parameter status. 1: modifying; 2: modified",
7209
- "example": "",
7412
+ "example": "2",
7210
7413
  "member": "int64",
7211
7414
  "name": "Status",
7212
- "required": true,
7415
+ "output_required": true,
7213
7416
  "type": "int",
7214
7417
  "value_allowed_null": false
7215
7418
  },
7216
7419
  {
7217
7420
  "disabled": false,
7218
- "document": "Parameter unit\nNote: This field may return null, indicating that no valid values can be obtained.",
7219
- "example": "",
7421
+ "document": "Parameter unit.",
7422
+ "example": "ms",
7220
7423
  "member": "string",
7221
7424
  "name": "Unit",
7222
- "required": true,
7425
+ "output_required": true,
7223
7426
  "type": "string",
7224
- "value_allowed_null": true
7427
+ "value_allowed_null": false
7225
7428
  }
7226
7429
  ],
7227
7430
  "usage": "out"
@@ -7456,7 +7659,7 @@
7456
7659
  {
7457
7660
  "disabled": false,
7458
7661
  "document": "Detailed command line information of slow query",
7459
- "example": "hget hash_key classify_scope::default",
7662
+ "example": "hget",
7460
7663
  "member": "string",
7461
7664
  "name": "CommandLine",
7462
7665
  "output_required": true,
@@ -7472,6 +7675,26 @@
7472
7675
  "output_required": true,
7473
7676
  "type": "string",
7474
7677
  "value_allowed_null": false
7678
+ },
7679
+ {
7680
+ "disabled": false,
7681
+ "document": "Duration of receiving client requests (ms).",
7682
+ "example": "100",
7683
+ "member": "int64",
7684
+ "name": "RecvClientEnd",
7685
+ "output_required": false,
7686
+ "type": "int",
7687
+ "value_allowed_null": false
7688
+ },
7689
+ {
7690
+ "disabled": false,
7691
+ "document": "Duration of sending client requests (ms).",
7692
+ "example": "100",
7693
+ "member": "int64",
7694
+ "name": "SendClientEnd",
7695
+ "output_required": false,
7696
+ "type": "int",
7697
+ "value_allowed_null": false
7475
7698
  }
7476
7699
  ],
7477
7700
  "usage": "out"
@@ -7508,7 +7731,7 @@
7508
7731
  {
7509
7732
  "disabled": false,
7510
7733
  "document": "Instance name.",
7511
- "example": "test",
7734
+ "example": "生产-***实例",
7512
7735
  "member": "string",
7513
7736
  "name": "InstanceName",
7514
7737
  "output_required": true,
@@ -7518,7 +7741,7 @@
7518
7741
  {
7519
7742
  "disabled": false,
7520
7743
  "document": "Instance ID.",
7521
- "example": "crs-7asi981q",
7744
+ "example": "crs-7asi9***",
7522
7745
  "member": "string",
7523
7746
  "name": "InstanceId",
7524
7747
  "output_required": true,
@@ -7527,8 +7750,8 @@
7527
7750
  },
7528
7751
  {
7529
7752
  "disabled": false,
7530
- "document": "App ID of a user, which is an application ID that uniquely corresponds to the account ID. Some Tencent Cloud products use this app ID.\n",
7531
- "example": "12345",
7753
+ "document": "App ID of a user, which is an application ID that uniquely corresponds to the account ID. Certain Tencent Cloud products use this app ID.\n",
7754
+ "example": "13103214145",
7532
7755
  "member": "int64",
7533
7756
  "name": "Appid",
7534
7757
  "output_required": true,
@@ -7547,7 +7770,7 @@
7547
7770
  },
7548
7771
  {
7549
7772
  "disabled": false,
7550
- "document": "Region ID. <ul><li>1: Guangzhou;</li> <li>4: Shanghai;</li> <li>5: Hong Kong (China);</li> <li>7: Shanghai Finance;</li> <li>8: Beijing;</li> <li>9: Singapore;</li> <li>11: Shenzhen Finance;</li> <li>15: Western United States (Silicon Valley);</li> <li>16: Chengdu;</li> <li>17: Frankfurt;</li> <li>18: Seoul;</li> <li>19: Chongqing;</li> <li>21: Mumbai;</li> <li>22: Eastern United States (Virginia);</li> <li>23: Bangkok;</li> <li>25: Tokyo.</li></ul>",
7773
+ "document": "Region ID.<ul><li>1: Guangzhou.</li><li>4: Shanghai.</li><li>5: Hong Kong (China).</li><li>7: Shanghai Finance.</li><li>8: Beijing.</li><li>9: Singapore.</li><li>11: Shenzhen Finance.</li><li>15: Western US (Silicon Valley).</li><li>16: Chengdu.</li><li>17: Frankfurt.</li><li>18: Seoul.</li><li>19: Chongqing.</li><li>22: Eastern US (Virginia).</li><li>23: Bangkok.</li><li>25: Tokyo.</li></ul>",
7551
7774
  "example": "1",
7552
7775
  "member": "int64",
7553
7776
  "name": "RegionId",
@@ -7628,7 +7851,7 @@
7628
7851
  {
7629
7852
  "disabled": false,
7630
7853
  "document": "Instance memory capacity. Unit: MB (1 MB = 1024 KB).",
7631
- "example": "1451",
7854
+ "example": "1451.0",
7632
7855
  "member": "float",
7633
7856
  "name": "Size",
7634
7857
  "output_required": true,
@@ -7636,9 +7859,9 @@
7636
7859
  "value_allowed_null": false
7637
7860
  },
7638
7861
  {
7639
- "disabled": false,
7862
+ "disabled": true,
7640
7863
  "document": "This parameter has been deprecated. Obtain the memory capacity used by the instance through the TCOP API [GetMonitorData](https://intl.cloud.tencent.com/document/product/248/31014?from_cn_redirect=1).",
7641
- "example": "0",
7864
+ "example": "0.0",
7642
7865
  "member": "float",
7643
7866
  "name": "SizeUsed",
7644
7867
  "output_required": true,
@@ -7647,7 +7870,7 @@
7647
7870
  },
7648
7871
  {
7649
7872
  "disabled": false,
7650
- "document": "Instance type.\n- 2: Redis 2.8 Memory Edition (standard architecture).\n- 3: CKV 3.2 Memory Edition (standard architecture).\n- 4: CKV 3.2 Memory Edition (cluster architecture).\n- 5: Redis 2.8 Memory Edition (stand-alone).\n- 6: Redis 4.0 Memory Edition (standard architecture).\n- 7: Redis 4.0 Memory Edition (cluster architecture).\n- 8: Redis 5.0 Memory Edition (standard architecture).\n- 9: Redis 5.0 Memory Edition (cluster architecture).\n- 15: Redis 6.2 Memory Edition (standard architecture).\n- 16: Redis 6.2 Memory Edition (cluster architecture).\n- 17: Redis 7.0 Memory Edition (standard architecture).\n- 18: Redis 7.0 Memory Edition (cluster architecture).",
7873
+ "document": "Instance type.\n\n- 2: Redis 2.8 memory edition (standard architecture).\n- 3: CKV 3.2 memory edition (standard architecture).\n- 4: CKV 3.2 memory edition (cluster architecture).\n- 5: Redis 2.8 memory edition (standalone).\n- 6: Redis 4.0 memory edition (standard architecture).\n- 7: Redis 4.0 memory edition (cluster architecture).\n- 8: Redis 5.0 memory edition (standard architecture).\n- 9: Redis 5.0 memory edition (cluster architecture).\n- 15: Redis 6.2 memory edition (standard architecture).\n- 16: Redis 6.2 memory edition (cluster architecture).\n- 17: Redis 7.0 memory edition (standard architecture).\n- 18: Redis 7.0 memory edition (cluster architecture).\n- 200: Memcached 1.6 memory edition (cluster architecture).",
7651
7874
  "example": "7",
7652
7875
  "member": "int64",
7653
7876
  "name": "Type",
@@ -7747,7 +7970,7 @@
7747
7970
  },
7748
7971
  {
7749
7972
  "disabled": false,
7750
- "document": "Sub-status returned for an instance in process.",
7973
+ "document": "Sub-status returned for the instance in the process.\n - 0: disk read-write status.\n - 1: disk read-only status because the upper limit is exceeded.",
7751
7974
  "example": "0",
7752
7975
  "member": "int64",
7753
7976
  "name": "SubStatus",
@@ -7758,7 +7981,7 @@
7758
7981
  {
7759
7982
  "disabled": false,
7760
7983
  "document": "Anti-affinity tag.",
7761
- "example": "test",
7984
+ "example": "[\"tag1\"]",
7762
7985
  "member": "string",
7763
7986
  "name": "Tags",
7764
7987
  "output_required": true,
@@ -7827,8 +8050,8 @@
7827
8050
  },
7828
8051
  {
7829
8052
  "disabled": false,
7830
- "document": "Read weight of a secondary node.",
7831
- "example": "1",
8053
+ "document": "Read weight of a secondary node.\n- 0: disable read-only replicas.\n- 100: enable read-only replicas.",
8054
+ "example": "0",
7832
8055
  "member": "int64",
7833
8056
  "name": "SlaveReadWeight",
7834
8057
  "output_required": true,
@@ -7837,273 +8060,283 @@
7837
8060
  },
7838
8061
  {
7839
8062
  "disabled": false,
7840
- "document": "Tag information associated with an instance.\nNote: This field may return null, indicating that no valid value can be obtained.",
8063
+ "document": "Information on tags associated with the instance.",
7841
8064
  "example": "无",
7842
8065
  "member": "InstanceTagInfo",
7843
8066
  "name": "InstanceTags",
7844
8067
  "output_required": true,
7845
8068
  "type": "list",
7846
- "value_allowed_null": true
8069
+ "value_allowed_null": false
7847
8070
  },
7848
8071
  {
7849
8072
  "disabled": false,
7850
- "document": "Project name\n\nNote: This field may return null, indicating that no valid value can be obtained.",
7851
- "example": "Default",
8073
+ "document": "Project name",
8074
+ "example": "project",
7852
8075
  "member": "string",
7853
8076
  "name": "ProjectName",
7854
8077
  "output_required": true,
7855
8078
  "type": "string",
7856
- "value_allowed_null": true
8079
+ "value_allowed_null": false
7857
8080
  },
7858
8081
  {
7859
8082
  "disabled": false,
7860
- "document": "Whether an instance is a password-free instance. <ul><li>true: yes;</li> <li>false: no.</li></ul>\nNote: This field may return null, indicating that no valid value can be obtained.",
8083
+ "document": "Whether the instance is password-free.<ul><li>true: password-free instance.</li><li>false: password required by the instance.</li></ul>",
7861
8084
  "example": "true",
7862
8085
  "member": "bool",
7863
8086
  "name": "NoAuth",
7864
8087
  "output_required": true,
7865
8088
  "type": "bool",
7866
- "value_allowed_null": true
8089
+ "value_allowed_null": false
7867
8090
  },
7868
8091
  {
7869
8092
  "disabled": false,
7870
- "document": "Number of client connections.\nNote: This field may return null, indicating that no valid value can be obtained.",
8093
+ "document": "Number of client connections.",
7871
8094
  "example": "30000",
7872
8095
  "member": "int64",
7873
8096
  "name": "ClientLimit",
7874
8097
  "output_required": true,
7875
8098
  "type": "int",
7876
- "value_allowed_null": true
8099
+ "value_allowed_null": false
7877
8100
  },
7878
8101
  {
7879
8102
  "disabled": false,
7880
- "document": "DTS status (internal parameter, which can be ignored).\nNote: This field may return null, indicating that no valid value can be obtained.",
8103
+ "document": "DTS status. (Internal parameter, which can be ignored.)",
7881
8104
  "example": "0",
7882
8105
  "member": "int64",
7883
8106
  "name": "DtsStatus",
7884
8107
  "output_required": true,
7885
8108
  "type": "int",
7886
- "value_allowed_null": true
8109
+ "value_allowed_null": false
7887
8110
  },
7888
8111
  {
7889
8112
  "disabled": false,
7890
- "document": "Upper limit of the shard bandwidth. Unit: MB.\nNote: This field may return null, indicating that no valid value can be obtained.",
8113
+ "document": "Shard bandwidth limit. Unit: MB.",
7891
8114
  "example": "1800",
7892
8115
  "member": "int64",
7893
8116
  "name": "NetLimit",
7894
8117
  "output_required": true,
7895
8118
  "type": "int",
7896
- "value_allowed_null": true
8119
+ "value_allowed_null": false
7897
8120
  },
7898
8121
  {
7899
8122
  "disabled": false,
7900
- "document": "Password-free instance flag (internal parameter, which can be ignored).\nNote: This field may return null, indicating that no valid value can be obtained.",
8123
+ "document": "Password-free instance flag. (Internal parameter, which can be ignored.)",
7901
8124
  "example": "0",
7902
8125
  "member": "int64",
7903
8126
  "name": "PasswordFree",
7904
8127
  "output_required": true,
7905
8128
  "type": "int",
7906
- "value_allowed_null": true
8129
+ "value_allowed_null": false
7907
8130
  },
7908
8131
  {
7909
8132
  "disabled": false,
7910
- "document": "Internal parameter, which can be ignored. This parameter is not properly named. It is recommended to use the IPv6 parameter to replace it.\nNote: This field may return null, indicating that no valid value can be obtained.",
8133
+ "document": "This parameter encounters a naming issue. It is recommended to use the parameter IPv6 instead. It is an internal parameter and can be ignored.",
7911
8134
  "example": "1",
7912
8135
  "member": "string",
7913
8136
  "name": "Vip6",
7914
8137
  "output_required": true,
7915
8138
  "type": "string",
7916
- "value_allowed_null": true
8139
+ "value_allowed_null": false
7917
8140
  },
7918
8141
  {
7919
8142
  "disabled": false,
7920
- "document": "Internal parameter, which can be ignored.\nNote: This field may return null, indicating that no valid value can be obtained.",
8143
+ "document": "Internal parameter, which can be ignored.",
7921
8144
  "example": "1",
7922
8145
  "member": "string",
7923
8146
  "name": "IPv6",
7924
8147
  "output_required": false,
7925
8148
  "type": "string",
7926
- "value_allowed_null": true
8149
+ "value_allowed_null": false
7927
8150
  },
7928
8151
  {
7929
8152
  "disabled": false,
7930
- "document": "Instance read-only flag (internal parameter, which can be ignored).\nNote: This field may return null, indicating that no valid value can be obtained.",
8153
+ "document": "Instance read-only flag. (Internal parameter, which can be ignored.)",
7931
8154
  "example": "0",
7932
8155
  "member": "int64",
7933
8156
  "name": "ReadOnly",
7934
8157
  "output_required": true,
7935
8158
  "type": "int",
7936
- "value_allowed_null": true
8159
+ "value_allowed_null": false
7937
8160
  },
7938
8161
  {
7939
8162
  "disabled": false,
7940
- "document": "Internal parameter, which can be ignored.\nNote: This field may return null, indicating that no valid value can be obtained.",
8163
+ "document": "Internal parameter, which can be ignored.",
7941
8164
  "example": "1",
7942
8165
  "member": "string",
7943
8166
  "name": "RemainBandwidthDuration",
7944
8167
  "output_required": true,
7945
8168
  "type": "string",
7946
- "value_allowed_null": true
8169
+ "value_allowed_null": false
7947
8170
  },
7948
8171
  {
7949
8172
  "disabled": false,
7950
- "document": "For Redis instances, ignore this parameter.\nNote: This field may return null, indicating that no valid value can be obtained.",
8173
+ "document": "For TencentDB for Redis® instances, ignore this parameter.",
7951
8174
  "example": "400",
7952
8175
  "member": "int64",
7953
8176
  "name": "DiskSize",
7954
8177
  "output_required": true,
7955
8178
  "type": "int",
7956
- "value_allowed_null": true
8179
+ "value_allowed_null": false
7957
8180
  },
7958
8181
  {
7959
8182
  "disabled": false,
7960
- "document": "Monitoring version. <ul><li>1m: 1-minute granularity monitoring. This monitoring granularity has been deprecated. For details, see [1-Minute Granularity Will Be Disused](https://www.tencentcloud.com/document/product/239/50440).</li> <li>5s: 5-second granularity monitoring.</li></ul>\nNote: This field may return null, indicating that no valid value can be obtained.",
8183
+ "document": "Monitoring version.<ul><li>1m: monitoring with the 1-minute granularity. Currently, this monitoring granularity is unavailable. For details, see [1-Minute Granularity Will Be Disused](https://intl.cloud.tencent.com/document/product/239/80653?from_cn_redirect=1).</li><li>5s: monitoring with the 5-second granularity.</li></ul>",
7961
8184
  "example": "5s",
7962
8185
  "member": "string",
7963
8186
  "name": "MonitorVersion",
7964
8187
  "output_required": true,
7965
8188
  "type": "string",
7966
- "value_allowed_null": true
8189
+ "value_allowed_null": false
7967
8190
  },
7968
8191
  {
7969
8192
  "disabled": false,
7970
- "document": "Minimum value that can be set for the maximum number of client connections.\nNote: This field may return null, indicating that no valid value can be obtained.",
8193
+ "document": "Minimum value that can be set for the maximum number of client connections.",
7971
8194
  "example": "1000",
7972
8195
  "member": "int64",
7973
8196
  "name": "ClientLimitMin",
7974
8197
  "output_required": true,
7975
8198
  "type": "int",
7976
- "value_allowed_null": true
8199
+ "value_allowed_null": false
7977
8200
  },
7978
8201
  {
7979
8202
  "disabled": false,
7980
- "document": "Maximum value that can be set for the maximum number of client connections.\nNote: This field may return null, indicating that no valid value can be obtained.",
8203
+ "document": "Maximum value that can be set for the maximum number of client connections.",
7981
8204
  "example": "10000",
7982
8205
  "member": "int64",
7983
8206
  "name": "ClientLimitMax",
7984
8207
  "output_required": true,
7985
8208
  "type": "int",
7986
- "value_allowed_null": true
8209
+ "value_allowed_null": false
7987
8210
  },
7988
8211
  {
7989
8212
  "disabled": false,
7990
- "document": "Detailed node information of an instance.\nNote: This field may return null, indicating that no valid value can be obtained.",
8213
+ "document": "Node details of the instance.\n\nIt is returned only for multi-AZ instances.",
7991
8214
  "example": "无",
7992
8215
  "member": "RedisNodeInfo",
7993
8216
  "name": "NodeSet",
7994
8217
  "output_required": true,
7995
8218
  "type": "list",
7996
- "value_allowed_null": true
8219
+ "value_allowed_null": false
7997
8220
  },
7998
8221
  {
7999
8222
  "disabled": false,
8000
- "document": "Region information of an instance, for example, ap-guangzhou.\nNote: This field may return null, indicating that no valid value can be obtained.",
8223
+ "document": "Region information on the instance. For example, ap-guangzhou.",
8001
8224
  "example": "ap-guangzhou",
8002
8225
  "member": "string",
8003
8226
  "name": "Region",
8004
8227
  "output_required": true,
8005
8228
  "type": "string",
8006
- "value_allowed_null": true
8229
+ "value_allowed_null": false
8007
8230
  },
8008
8231
  {
8009
8232
  "disabled": false,
8010
- "document": "Public network address.\nNote: This field may return null, indicating that no valid value can be obtained.",
8233
+ "document": "Public network address.",
8011
8234
  "example": "gz-crs-xxx.sql.tencentcdb.com",
8012
8235
  "member": "string",
8013
8236
  "name": "WanAddress",
8014
8237
  "output_required": true,
8015
8238
  "type": "string",
8016
- "value_allowed_null": true
8239
+ "value_allowed_null": false
8017
8240
  },
8018
8241
  {
8019
8242
  "disabled": false,
8020
- "document": "Polaris service address, which is for internal use.\nNote: This field may return null, indicating that no valid value can be obtained.",
8243
+ "document": "Polaris service address for internal use.",
8021
8244
  "example": "txcloud-paas-crs-xxx",
8022
8245
  "member": "string",
8023
8246
  "name": "PolarisServer",
8024
8247
  "output_required": true,
8025
8248
  "type": "string",
8026
- "value_allowed_null": true
8249
+ "value_allowed_null": false
8027
8250
  },
8028
8251
  {
8029
8252
  "disabled": false,
8030
- "document": "CDC Redis cluster ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
8253
+ "document": "CDC cluster ID of TencentDB for Redis®.",
8031
8254
  "example": "crs-cluster-m1sy****",
8032
8255
  "member": "string",
8033
8256
  "name": "RedisClusterId",
8034
8257
  "output_required": true,
8035
8258
  "type": "string",
8036
- "value_allowed_null": true
8259
+ "value_allowed_null": false
8037
8260
  },
8038
8261
  {
8039
8262
  "disabled": false,
8040
- "document": "CDC cluster ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
8263
+ "document": "CDC cluster ID.",
8041
8264
  "example": "cluster-3x6j****",
8042
8265
  "member": "string",
8043
8266
  "name": "DedicatedClusterId",
8044
8267
  "output_required": true,
8045
8268
  "type": "string",
8046
- "value_allowed_null": true
8269
+ "value_allowed_null": false
8047
8270
  },
8048
8271
  {
8049
8272
  "disabled": false,
8050
- "document": "Product edition. <ul><li>local: local disk;</li> <li>cloud: cloud disk;</li> <li>cdc: CDC cluster.</li></ul>\nNote: This field may return null, indicating that no valid value can be obtained.",
8273
+ "document": "Product edition.<ul><li>local: local disk.</li><li>cloud: cloud disk edition.</li><li>cdc: CDC cluster edition.</li></ul>",
8051
8274
  "example": "cloud",
8052
8275
  "member": "string",
8053
8276
  "name": "ProductVersion",
8054
8277
  "output_required": true,
8055
8278
  "type": "string",
8056
- "value_allowed_null": true
8279
+ "value_allowed_null": false
8057
8280
  },
8058
8281
  {
8059
8282
  "disabled": false,
8060
- "document": "Current Proxy version of an instance.\nNote: This field may return null, indicating that no valid value can be obtained.",
8283
+ "document": "Current proxy version of the instance.",
8061
8284
  "example": "5.5.0",
8062
8285
  "member": "string",
8063
8286
  "name": "CurrentProxyVersion",
8064
8287
  "output_required": true,
8065
8288
  "type": "string",
8066
- "value_allowed_null": true
8289
+ "value_allowed_null": false
8067
8290
  },
8068
8291
  {
8069
8292
  "disabled": false,
8070
- "document": "Current Cache minor version of an instance. If the instance joins a global replication group, the kernel version of the global replication group will be displayed.\nNote: This field may return null, indicating that no valid value can be obtained.",
8293
+ "document": "Current cache minor version of the instance. If the instance is added to a global replication group, the global replication kernel version is displayed.",
8071
8294
  "example": "4.3.0",
8072
8295
  "member": "string",
8073
8296
  "name": "CurrentRedisVersion",
8074
8297
  "output_required": true,
8075
8298
  "type": "string",
8076
- "value_allowed_null": true
8299
+ "value_allowed_null": false
8077
8300
  },
8078
8301
  {
8079
8302
  "disabled": false,
8080
- "document": "Upgradable Proxy version of an instance.\nNote: This field may return null, indicating that no valid value can be obtained.",
8303
+ "document": "Upgradable proxy version for the instance.",
8081
8304
  "example": "5.6.0",
8082
8305
  "member": "string",
8083
8306
  "name": "UpgradeProxyVersion",
8084
8307
  "output_required": true,
8085
8308
  "type": "string",
8086
- "value_allowed_null": true
8309
+ "value_allowed_null": false
8087
8310
  },
8088
8311
  {
8089
8312
  "disabled": false,
8090
- "document": "Upgradable Cache minor version of an instance.\nNote: This field may return null, indicating that no valid value can be obtained.",
8313
+ "document": "Upgradable cache minor version for the instance.",
8091
8314
  "example": "6.0.0",
8092
8315
  "member": "string",
8093
8316
  "name": "UpgradeRedisVersion",
8094
8317
  "output_required": true,
8095
8318
  "type": "string",
8096
- "value_allowed_null": true
8319
+ "value_allowed_null": false
8097
8320
  },
8098
8321
  {
8099
8322
  "disabled": false,
8100
- "document": "Backup mode. SecondLevelBackup: second-level backup; NormalLevelBackup: normal backup.\nNote: This field may return null, indicating that no valid value can be obtained.",
8323
+ "document": "Backup mode. - SecondLevelBackup: second-level backup. - NormalLevelBackup: ordinary backup.",
8101
8324
  "example": "SecondLevelBackup",
8102
8325
  "member": "string",
8103
8326
  "name": "BackupMode",
8104
8327
  "output_required": false,
8105
8328
  "type": "string",
8106
- "value_allowed_null": true
8329
+ "value_allowed_null": false
8330
+ },
8331
+ {
8332
+ "disabled": false,
8333
+ "document": "Deletion protection switch. 0: disabled; 1: enabled.",
8334
+ "example": "0",
8335
+ "member": "int64",
8336
+ "name": "DeleteProtectionSwitch",
8337
+ "output_required": false,
8338
+ "type": "int",
8339
+ "value_allowed_null": false
8107
8340
  }
8108
8341
  ],
8109
8342
  "usage": "out"
@@ -8114,60 +8347,60 @@
8114
8347
  {
8115
8348
  "disabled": false,
8116
8349
  "document": "Slow log duration",
8117
- "example": "",
8350
+ "example": "11",
8118
8351
  "member": "int64",
8119
8352
  "name": "Duration",
8120
- "required": true,
8353
+ "output_required": true,
8121
8354
  "type": "int",
8122
8355
  "value_allowed_null": false
8123
8356
  },
8124
8357
  {
8125
8358
  "disabled": false,
8126
8359
  "document": "Client address",
8127
- "example": "",
8360
+ "example": "101.32.**.**",
8128
8361
  "member": "string",
8129
8362
  "name": "Client",
8130
- "required": true,
8363
+ "output_required": true,
8131
8364
  "type": "string",
8132
8365
  "value_allowed_null": false
8133
8366
  },
8134
8367
  {
8135
8368
  "disabled": false,
8136
8369
  "document": "Command",
8137
- "example": "",
8370
+ "example": "ZREVRANGE",
8138
8371
  "member": "string",
8139
8372
  "name": "Command",
8140
- "required": true,
8373
+ "output_required": true,
8141
8374
  "type": "string",
8142
8375
  "value_allowed_null": false
8143
8376
  },
8144
8377
  {
8145
8378
  "disabled": false,
8146
8379
  "document": "Command line details",
8147
- "example": "",
8380
+ "example": "ZREVRANGE student scores",
8148
8381
  "member": "string",
8149
8382
  "name": "CommandLine",
8150
- "required": true,
8383
+ "output_required": true,
8151
8384
  "type": "string",
8152
8385
  "value_allowed_null": false
8153
8386
  },
8154
8387
  {
8155
8388
  "disabled": false,
8156
8389
  "document": "Execution duration",
8157
- "example": "",
8390
+ "example": "2025-01-09 16:13:46",
8158
8391
  "member": "string",
8159
8392
  "name": "ExecuteTime",
8160
- "required": true,
8393
+ "output_required": true,
8161
8394
  "type": "string",
8162
8395
  "value_allowed_null": false
8163
8396
  },
8164
8397
  {
8165
8398
  "disabled": false,
8166
8399
  "document": "Node ID",
8167
- "example": "",
8400
+ "example": "af5c3a1d70187f0005e3f03a6285a5f622******",
8168
8401
  "member": "string",
8169
8402
  "name": "Node",
8170
- "required": true,
8403
+ "output_required": true,
8171
8404
  "type": "string",
8172
8405
  "value_allowed_null": false
8173
8406
  }
@@ -8180,7 +8413,7 @@
8180
8413
  {
8181
8414
  "disabled": false,
8182
8415
  "document": "Tag key",
8183
- "example": "test",
8416
+ "example": "tag-key",
8184
8417
  "member": "string",
8185
8418
  "name": "TagKey",
8186
8419
  "output_required": true,
@@ -8191,7 +8424,7 @@
8191
8424
  {
8192
8425
  "disabled": false,
8193
8426
  "document": "Tag value",
8194
- "example": "123",
8427
+ "example": "tag-value",
8195
8428
  "member": "string",
8196
8429
  "name": "TagValue",
8197
8430
  "output_required": true,
@@ -8373,13 +8606,13 @@
8373
8606
  },
8374
8607
  {
8375
8608
  "disabled": false,
8376
- "document": "Instance disk size\nNote: This field may return null, indicating that no valid values can be obtained.",
8609
+ "document": "Instance disk size.",
8377
8610
  "example": "400",
8378
8611
  "member": "int64",
8379
8612
  "name": "DiskSize",
8380
8613
  "output_required": true,
8381
8614
  "type": "int",
8382
- "value_allowed_null": true
8615
+ "value_allowed_null": false
8383
8616
  },
8384
8617
  {
8385
8618
  "disabled": false,
@@ -8413,23 +8646,23 @@
8413
8646
  },
8414
8647
  {
8415
8648
  "disabled": false,
8416
- "document": "Due to the naming irregularity of this parameter, it is recommended to use the parameter IPv6 instead. Internal parameters, which can be ignored by users.\nNote: This field may return null, indicating that no valid values can be obtained.",
8649
+ "document": "This parameter encounters a naming issue. It is recommended to use the parameter IPv6 instead. It is an internal parameter and can be ignored.",
8417
8650
  "example": "IPv6",
8418
8651
  "member": "string",
8419
8652
  "name": "Vip6",
8420
8653
  "output_required": true,
8421
8654
  "type": "string",
8422
- "value_allowed_null": true
8655
+ "value_allowed_null": false
8423
8656
  },
8424
8657
  {
8425
8658
  "disabled": false,
8426
- "document": "Internal parameters, which can be ignored by users.\nNote: This field may return null, indicating that no valid values can be obtained.",
8659
+ "document": "Internal parameter, which can be ignored.",
8427
8660
  "example": "IPv6",
8428
8661
  "member": "string",
8429
8662
  "name": "IPv6",
8430
8663
  "output_required": true,
8431
8664
  "type": "string",
8432
- "value_allowed_null": true
8665
+ "value_allowed_null": false
8433
8666
  },
8434
8667
  {
8435
8668
  "disabled": false,
@@ -8564,47 +8797,47 @@
8564
8797
  "members": [
8565
8798
  {
8566
8799
  "disabled": false,
8567
- "document": "Whether log shipping is enabled. true: enabled; false: disabled.\nNote: This field may return null, indicating that no valid value can be obtained.",
8800
+ "document": "Enabling status of log shipping. true: enabled; false: disabled.",
8568
8801
  "example": "true",
8569
8802
  "member": "bool",
8570
8803
  "name": "Enabled",
8571
8804
  "output_required": true,
8572
8805
  "required": false,
8573
8806
  "type": "bool",
8574
- "value_allowed_null": true
8807
+ "value_allowed_null": false
8575
8808
  },
8576
8809
  {
8577
8810
  "disabled": false,
8578
- "document": "Logset ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
8811
+ "document": "Log set ID.",
8579
8812
  "example": "4ae3d686-0dcf-4db3-9867-482def442c9a",
8580
8813
  "member": "string",
8581
8814
  "name": "LogsetId",
8582
8815
  "output_required": true,
8583
8816
  "required": false,
8584
8817
  "type": "string",
8585
- "value_allowed_null": true
8818
+ "value_allowed_null": false
8586
8819
  },
8587
8820
  {
8588
8821
  "disabled": false,
8589
- "document": "Log topic ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
8822
+ "document": "Log topic ID.",
8590
8823
  "example": "27197b72-e1cb-4fc1-ab21-3865f589136f",
8591
8824
  "member": "string",
8592
8825
  "name": "TopicId",
8593
8826
  "output_required": true,
8594
8827
  "required": false,
8595
8828
  "type": "string",
8596
- "value_allowed_null": true
8829
+ "value_allowed_null": false
8597
8830
  },
8598
8831
  {
8599
8832
  "disabled": false,
8600
- "document": "Logset region\n\nNote: This field may return null, indicating that no valid value can be obtained.",
8833
+ "document": "Logset region",
8601
8834
  "example": "ap-guangzhou",
8602
8835
  "member": "string",
8603
8836
  "name": "LogRegion",
8604
8837
  "output_required": true,
8605
8838
  "required": false,
8606
8839
  "type": "string",
8607
- "value_allowed_null": true
8840
+ "value_allowed_null": false
8608
8841
  }
8609
8842
  ],
8610
8843
  "usage": "both"
@@ -8687,12 +8920,21 @@
8687
8920
  },
8688
8921
  {
8689
8922
  "disabled": false,
8690
- "document": "New instance password, which has the following requirements:\n- It must contain 8-30 characters, preferably 12 or more.\n- It cannot start with a slash (/)\n- It must contain two of the following three types: lowercase letters, uppercase letters, and symbols (()~!@#$%^&*-+=_|{}[]:;<>,.?/)",
8923
+ "document": "New instance password. The password complexity requirements are as follows:\n - It should contain 8 to 64 characters. 12 or more characters are recommended.\n - It cannot start with a forward slash (/).\n - It should contain at least two of the following types: lowercase letters (a–z), uppercase letters (A–Z), digits (0–9), and special characters (such as ()~!@#$%^&*-+=_|{}[]:;<>,.?/).",
8691
8924
  "example": "456987zy",
8692
8925
  "member": "string",
8693
8926
  "name": "Password",
8694
8927
  "required": true,
8695
8928
  "type": "string"
8929
+ },
8930
+ {
8931
+ "disabled": false,
8932
+ "document": "Whether to encrypt the password.",
8933
+ "example": "false",
8934
+ "member": "bool",
8935
+ "name": "EncryptPassword",
8936
+ "required": false,
8937
+ "type": "bool"
8696
8938
  }
8697
8939
  ],
8698
8940
  "type": "object"
@@ -8757,6 +8999,15 @@
8757
8999
  "name": "AutoBackupType",
8758
9000
  "required": false,
8759
9001
  "type": "int"
9002
+ },
9003
+ {
9004
+ "disabled": false,
9005
+ "document": "Specifies the retention days of full backup files. unit: day.",
9006
+ "example": "7",
9007
+ "member": "int64",
9008
+ "name": "BackupStorageDays",
9009
+ "required": false,
9010
+ "type": "int"
8760
9011
  }
8761
9012
  ],
8762
9013
  "type": "object"
@@ -8890,7 +9141,7 @@
8890
9141
  },
8891
9142
  {
8892
9143
  "disabled": false,
8893
- "document": "Additional bandwidth in MB, which should be greater than 0.",
9144
+ "document": "Additional bandwidth, in MB, which should be greater than 0.\n**Note**: The Bandwidth and ClientLimit parameters cannot be empty simultaneously. You should select at least one of them for configuration.",
8894
9145
  "example": "5",
8895
9146
  "member": "int64",
8896
9147
  "name": "Bandwidth",
@@ -8899,7 +9150,7 @@
8899
9150
  },
8900
9151
  {
8901
9152
  "disabled": false,
8902
- "document": "Total number of connections per shard.\n- When read-only replicas are not enabled, the lower limit is 10,000 and the upper limit is 40,000.\n- When read-only replicas are enabled, the lower limit is 10,000, and the upper limit is calculated as follows: 10,000 x (Number of read-only replicas + 3).",
9153
+ "document": "Total number of connections per shard.\n- When read-only replicas are not enabled, the lower limit is 10,000 and the upper limit is 40,000.\n- When read-only replicas are enabled, the lower limit is 10,000, and the upper limit is calculated as follows: 10,000 x (Number of read-only replicas + 3).\n**Note**: The Bandwidth and ClientLimit parameters cannot be empty simultaneously. You should select at least one of them for configuration.",
8903
9154
  "example": "20000",
8904
9155
  "member": "int64",
8905
9156
  "name": "ClientLimit",
@@ -8945,8 +9196,8 @@
8945
9196
  },
8946
9197
  {
8947
9198
  "disabled": false,
8948
- "document": "Security group ID list. Replace it with a new one, which is an array of one or more security group IDs.\n- To configure a security group for an instance for the first time, bind the security group through the API [AssociateSecurityGroups](https://intl.cloud.tencent.com/document/product/239/41260?from_cn_redirect=1) first.\n- To replace the security group, obtain the security group ID on the [security group](https://console.tencentcloud.com/vpc/security-group) page of the console.",
8949
- "example": "[\"sg-ajr1jzgj\\n\"]",
9199
+ "document": "Replaces with the new security group ID list, which is an array of one or more security group IDs.\n- To configure a security group for an instance for the first time, call the API [AssociateSecurityGroups](https://www.tencentcloud.comom/document/product/239/41260?from_cn_redirect=1) to bind a security group first.\n- To replace the security group, obtain the security group ID on the [security group](https://console.tencentcloud.com/vpc/security-group) page of the console.\n\n**Note:** This input parameter performs a full replacement on all existing collections but not an incremental update. To modify it, import the expected full collections.",
9200
+ "example": "[\"sg-ajr1jzgj\"]",
8950
9201
  "member": "string",
8951
9202
  "name": "SecurityGroupIds",
8952
9203
  "required": true,
@@ -8990,7 +9241,7 @@
8990
9241
  },
8991
9242
  {
8992
9243
  "disabled": false,
8993
- "document": "Sub-account name. If you want to change it to the root account, fill in root.",
9244
+ "document": "Specifies the account that needs modification.\n- root: refers to the automatically generated account when a TencentDB for Redis® instance is created. Users cannot modify read-write permissions for the account, but can only modify its request routing policies.\n- Custom account: an account manually created by users after successful instance creation. Users can modify read-write permissions and request routing policies for the account at any time.",
8994
9245
  "example": "example_name",
8995
9246
  "member": "string",
8996
9247
  "name": "AccountName",
@@ -8999,7 +9250,7 @@
8999
9250
  },
9000
9251
  {
9001
9252
  "disabled": false,
9002
- "document": "Sub-account password.",
9253
+ "document": "Specifies the access password for the account to be modified.",
9003
9254
  "example": "redis***",
9004
9255
  "member": "string",
9005
9256
  "name": "AccountPassword",
@@ -9008,7 +9259,7 @@
9008
9259
  },
9009
9260
  {
9010
9261
  "disabled": false,
9011
- "document": "Sub-account description information",
9262
+ "document": "Account description information.",
9012
9263
  "example": "some account instruction",
9013
9264
  "member": "string",
9014
9265
  "name": "Remark",
@@ -9017,7 +9268,7 @@
9017
9268
  },
9018
9269
  {
9019
9270
  "disabled": false,
9020
- "document": "Account read/write routing policy.\n- master: primary node.\n- replication: secondary node.",
9271
+ "document": "Specifies the read-write request routing policies for the account to be modified.\n- master: read-write request routing to the primary node.\n- replication: read-write request routing to the secondary node.",
9021
9272
  "example": "master",
9022
9273
  "member": "string",
9023
9274
  "name": "ReadonlyPolicy",
@@ -9026,7 +9277,7 @@
9026
9277
  },
9027
9278
  {
9028
9279
  "disabled": false,
9029
- "document": "Sub-account read/write policy.\n- r: read-only.\n- w: write-only.\n- rw: read/write.",
9280
+ "document": "Specifies the read-write permissions for the account to be modified.\n- r: read-only.\n- w: write-only.\n- rw: read-write.",
9030
9281
  "example": "rw",
9031
9282
  "member": "string",
9032
9283
  "name": "Privilege",
@@ -9035,12 +9286,21 @@
9035
9286
  },
9036
9287
  {
9037
9288
  "disabled": false,
9038
- "document": "Whether to switch the root account to a password-free account. This applies only to the root account. Sub-accounts do not support password-free access.\n- true: Switch the root account to a password-free account.\n- false: Do not switch it.",
9289
+ "document": "Specifies whether to set the default account (root) to a password-free account. Custom accounts do not support password-free access.\n- true: set the default account (root) to a password-free account.\n- false: not set the default account (root) to a password-free account.",
9039
9290
  "example": "true",
9040
9291
  "member": "bool",
9041
9292
  "name": "NoAuth",
9042
9293
  "required": false,
9043
9294
  "type": "bool"
9295
+ },
9296
+ {
9297
+ "disabled": false,
9298
+ "document": "Specifies whether to encrypt the password for the account to be modified.",
9299
+ "example": "false",
9300
+ "member": "bool",
9301
+ "name": "EncryptPassword",
9302
+ "required": false,
9303
+ "type": "bool"
9044
9304
  }
9045
9305
  ],
9046
9306
  "type": "object"
@@ -9050,7 +9310,7 @@
9050
9310
  "members": [
9051
9311
  {
9052
9312
  "disabled": false,
9053
- "document": "Task ID",
9313
+ "document": "Task ID.",
9054
9314
  "example": "11011",
9055
9315
  "member": "int64",
9056
9316
  "name": "TaskId",
@@ -9122,13 +9382,13 @@
9122
9382
  ],
9123
9383
  "type": "object"
9124
9384
  },
9125
- "ModifyInstanceEventRequest": {
9126
- "document": "ModifyInstanceEvent request structure.",
9385
+ "ModifyInstanceBackupModeRequest": {
9386
+ "document": "ModifyInstanceBackupMode request structure.",
9127
9387
  "members": [
9128
9388
  {
9129
9389
  "disabled": false,
9130
- "document": "Specifies the instance ID. Example: crs-xjhsdj****. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis#/) and copy the instance ID in the instance list.",
9131
- "example": "crs-deindi7de",
9390
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
9391
+ "example": "crs-asdasda2",
9132
9392
  "member": "string",
9133
9393
  "name": "InstanceId",
9134
9394
  "required": true,
@@ -9136,12 +9396,58 @@
9136
9396
  },
9137
9397
  {
9138
9398
  "disabled": false,
9139
- "document": "Event ID. Obtain the ID of the event to be modified using DescribeInstanceEvents.",
9140
- "example": "89",
9141
- "member": "int64",
9142
- "name": "EventId",
9143
- "required": true,
9144
- "type": "int"
9399
+ "document": "Backup mode:\n- SecondLevelBackup: second-level backup.\n- NormalLevelBackup: ordinary backup.",
9400
+ "example": "SecondLevelBackup",
9401
+ "member": "string",
9402
+ "name": "BackupMode",
9403
+ "required": false,
9404
+ "type": "string"
9405
+ }
9406
+ ],
9407
+ "type": "object"
9408
+ },
9409
+ "ModifyInstanceBackupModeResponse": {
9410
+ "document": "ModifyInstanceBackupMode response structure.",
9411
+ "members": [
9412
+ {
9413
+ "disabled": false,
9414
+ "document": "Task ID.",
9415
+ "example": "95027",
9416
+ "member": "int64",
9417
+ "name": "TaskId",
9418
+ "output_required": true,
9419
+ "type": "int",
9420
+ "value_allowed_null": false
9421
+ },
9422
+ {
9423
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9424
+ "member": "string",
9425
+ "name": "RequestId",
9426
+ "type": "string"
9427
+ }
9428
+ ],
9429
+ "type": "object"
9430
+ },
9431
+ "ModifyInstanceEventRequest": {
9432
+ "document": "ModifyInstanceEvent request structure.",
9433
+ "members": [
9434
+ {
9435
+ "disabled": false,
9436
+ "document": "Specifies the instance ID. Example: crs-xjhsdj****. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis#/) and copy the instance ID in the instance list.",
9437
+ "example": "crs-deindi7de",
9438
+ "member": "string",
9439
+ "name": "InstanceId",
9440
+ "required": true,
9441
+ "type": "string"
9442
+ },
9443
+ {
9444
+ "disabled": false,
9445
+ "document": "Event ID. Call the [DescribeInstanceEvents](https://www.tencentcloud.comom/document/product/239/104779?from_cn_redirect=1) API to obtain the ID of the event to be modified.",
9446
+ "example": "89",
9447
+ "member": "int64",
9448
+ "name": "EventId",
9449
+ "required": true,
9450
+ "type": "int"
9145
9451
  },
9146
9452
  {
9147
9453
  "disabled": false,
@@ -9236,7 +9542,7 @@
9236
9542
  },
9237
9543
  {
9238
9544
  "disabled": false,
9239
- "document": "ID of the shipped logset, which can be obtained through the sub-parameter **LogsetId** of the response parameter **SlowLog** of the API [DescribeInstanceLogDelivery](https://intl.cloud.tencent.com/document/product/239/110878?from_cn_redirect=1).",
9545
+ "document": "ID of the shipped logset. It can be obtained through the API [DescribeLogsets](https://intl.cloud.tencent.com/document/api/614/58624?from_cn_redirect=1).",
9240
9546
  "example": "4ae3d686-0dcf-4db3-9867-482def442c9a",
9241
9547
  "member": "string",
9242
9548
  "name": "LogsetId",
@@ -9245,7 +9551,7 @@
9245
9551
  },
9246
9552
  {
9247
9553
  "disabled": false,
9248
- "document": "ID of the shipped log topic, which can be obtained through the sub-parameter **TopicId** of the response parameter **SlowLog** of the API [DescribeInstanceLogDelivery](https://intl.cloud.tencent.com/document/product/239/110878?from_cn_redirect=1).",
9554
+ "document": "ID of the shipped log topic. It can be obtained through the API [DescribeTopics](https://intl.cloud.tencent.com/document/api/614/56454?from_cn_redirect=1).",
9249
9555
  "example": "27197b72-e1cb-4fc1-ab21-3865f589136f",
9250
9556
  "member": "string",
9251
9557
  "name": "TopicId",
@@ -9254,7 +9560,7 @@
9254
9560
  },
9255
9561
  {
9256
9562
  "disabled": false,
9257
- "document": "Logset name. If **LogsetId** is not specified, this parameter needs to be configured and the system will automatically create a logset with the specified name.",
9563
+ "document": "Logset name. It is required when **LogsetId** is left blank. The system will create a logset with the value of LogsetName and ship logs.",
9258
9564
  "example": "test-set-name",
9259
9565
  "member": "string",
9260
9566
  "name": "LogsetName",
@@ -9263,7 +9569,7 @@
9263
9569
  },
9264
9570
  {
9265
9571
  "disabled": false,
9266
- "document": "Log topic name. This parameter is required when TopicId is empty, and the system will automatically create a log topic.",
9572
+ "document": "Log topic name. It is required when **TopicId** is left blank. The system will create a log topic with the value of TopicName and ship logs.",
9267
9573
  "example": "test-topic-name",
9268
9574
  "member": "string",
9269
9575
  "name": "TopicName",
@@ -9474,7 +9780,7 @@
9474
9780
  "members": [
9475
9781
  {
9476
9782
  "disabled": false,
9477
- "document": "Instance modification operation. Valid values:\n- rename: Rename the instance.\n- modifyProject: Modify the project to which the instance belongs.\n- modifyAutoRenew: Modify the instance renewal flag.",
9783
+ "document": "Instance modification operation. Valid values:\n- rename: rename an instance.\n- modifyProject: modify the project to which the instance belongs.\n- modifyAutoRenew: modify the instance renewal flag.\n- modifyDeleteProtectionSwitch: modify the instance deletion protection switch status.",
9478
9784
  "example": "rename",
9479
9785
  "member": "string",
9480
9786
  "name": "Operation",
@@ -9492,7 +9798,7 @@
9492
9798
  },
9493
9799
  {
9494
9800
  "disabled": false,
9495
- "document": "New name of the instance.",
9801
+ "document": "New name of the instance. Only Chinese characters, letters, digits, underscores (_), and delimiters (-) are supported. The length can be up to 60 characters.",
9496
9802
  "example": "[\"newname1\",\"newname2\\r\\n\"]",
9497
9803
  "member": "string",
9498
9804
  "name": "InstanceNames",
@@ -9519,6 +9825,15 @@
9519
9825
  },
9520
9826
  {
9521
9827
  "disabled": false,
9828
+ "document": "Deletion protection switch. - 0: disabled by default; - 1: enabled.",
9829
+ "example": "[1,0]",
9830
+ "member": "int64",
9831
+ "name": "DeleteProtectionSwitches",
9832
+ "required": false,
9833
+ "type": "list"
9834
+ },
9835
+ {
9836
+ "disabled": true,
9522
9837
  "document": "This parameter is currently being deprecated and can still be used by existing users. It is recommended that new users use InstanceIds.",
9523
9838
  "example": "crs-rhlppeye",
9524
9839
  "member": "string",
@@ -9527,7 +9842,7 @@
9527
9842
  "type": "string"
9528
9843
  },
9529
9844
  {
9530
- "disabled": false,
9845
+ "disabled": true,
9531
9846
  "document": "Disused",
9532
9847
  "example": "crs-rhlppeye",
9533
9848
  "member": "string",
@@ -9536,7 +9851,7 @@
9536
9851
  "type": "string"
9537
9852
  },
9538
9853
  {
9539
- "disabled": false,
9854
+ "disabled": true,
9540
9855
  "document": "This parameter has been deprecated.",
9541
9856
  "example": "1",
9542
9857
  "member": "int64",
@@ -9582,7 +9897,7 @@
9582
9897
  },
9583
9898
  {
9584
9899
  "disabled": false,
9585
- "document": "End time of the maintenance window, for example, 19:00.",
9900
+ "document": "End time of the maintenance window, for example, 19:00.\n**Note:** Maintenance window duration. Valid values: 30 minutes, 1 hour, 1.5 hours, 2 hours, and 3 hours.",
9586
9901
  "example": "06:00",
9587
9902
  "member": "string",
9588
9903
  "name": "EndTime",
@@ -9887,80 +10202,80 @@
9887
10202
  {
9888
10203
  "disabled": false,
9889
10204
  "document": "Policy. Valid values: ACCEPT, DROP.",
9890
- "example": "",
10205
+ "example": "DROP",
9891
10206
  "member": "string",
9892
10207
  "name": "Action",
9893
- "required": true,
10208
+ "output_required": true,
9894
10209
  "type": "string",
9895
10210
  "value_allowed_null": false
9896
10211
  },
9897
10212
  {
9898
10213
  "disabled": false,
9899
10214
  "document": "All the addresses that the address group ID represents.",
9900
- "example": "",
10215
+ "example": "set",
9901
10216
  "member": "string",
9902
10217
  "name": "AddressModule",
9903
- "required": true,
10218
+ "output_required": true,
9904
10219
  "type": "string",
9905
10220
  "value_allowed_null": false
9906
10221
  },
9907
10222
  {
9908
10223
  "disabled": false,
9909
10224
  "document": "Source IP or IP address range, such as 192.168.0.0/16.",
9910
- "example": "",
10225
+ "example": "9.9.0.0/16",
9911
10226
  "member": "string",
9912
10227
  "name": "CidrIp",
9913
- "required": true,
10228
+ "output_required": true,
9914
10229
  "type": "string",
9915
10230
  "value_allowed_null": false
9916
10231
  },
9917
10232
  {
9918
10233
  "disabled": false,
9919
10234
  "document": "Description.",
9920
- "example": "",
10235
+ "example": "**上云安全组默认入站规则",
9921
10236
  "member": "string",
9922
10237
  "name": "Desc",
9923
- "required": true,
10238
+ "output_required": true,
9924
10239
  "type": "string",
9925
10240
  "value_allowed_null": false
9926
10241
  },
9927
10242
  {
9928
10243
  "disabled": false,
9929
10244
  "document": "Network protocol, such as UDP and TCP.",
9930
- "example": "",
10245
+ "example": "ALL",
9931
10246
  "member": "string",
9932
10247
  "name": "IpProtocol",
9933
- "required": true,
10248
+ "output_required": true,
9934
10249
  "type": "string",
9935
10250
  "value_allowed_null": false
9936
10251
  },
9937
10252
  {
9938
10253
  "disabled": false,
9939
10254
  "document": "Port.",
9940
- "example": "",
10255
+ "example": "6379",
9941
10256
  "member": "string",
9942
10257
  "name": "PortRange",
9943
- "required": true,
10258
+ "output_required": true,
9944
10259
  "type": "string",
9945
10260
  "value_allowed_null": false
9946
10261
  },
9947
10262
  {
9948
10263
  "disabled": false,
9949
10264
  "document": "All the protocols and ports that the service group ID represents.",
9950
- "example": "",
10265
+ "example": "redis",
9951
10266
  "member": "string",
9952
10267
  "name": "ServiceModule",
9953
- "required": true,
10268
+ "output_required": true,
9954
10269
  "type": "string",
9955
10270
  "value_allowed_null": false
9956
10271
  },
9957
10272
  {
9958
10273
  "disabled": false,
9959
10274
  "document": "All the addresses that the security group ID represents.",
9960
- "example": "",
10275
+ "example": "set",
9961
10276
  "member": "string",
9962
10277
  "name": "Id",
9963
- "required": true,
10278
+ "output_required": true,
9964
10279
  "type": "string",
9965
10280
  "value_allowed_null": false
9966
10281
  }
@@ -10022,7 +10337,7 @@
10022
10337
  "example": "slowlog-log-slower-than",
10023
10338
  "member": "string",
10024
10339
  "name": "Name",
10025
- "required": true,
10340
+ "output_required": true,
10026
10341
  "type": "string",
10027
10342
  "value_allowed_null": false
10028
10343
  },
@@ -10032,7 +10347,7 @@
10032
10347
  "example": "integer",
10033
10348
  "member": "string",
10034
10349
  "name": "ParamType",
10035
- "required": true,
10350
+ "output_required": true,
10036
10351
  "type": "string",
10037
10352
  "value_allowed_null": false
10038
10353
  },
@@ -10042,7 +10357,7 @@
10042
10357
  "example": "10",
10043
10358
  "member": "string",
10044
10359
  "name": "Default",
10045
- "required": true,
10360
+ "output_required": true,
10046
10361
  "type": "string",
10047
10362
  "value_allowed_null": false
10048
10363
  },
@@ -10052,7 +10367,7 @@
10052
10367
  "example": "Over this time the command is recorded in us.a negative number d",
10053
10368
  "member": "string",
10054
10369
  "name": "Description",
10055
- "required": true,
10370
+ "output_required": true,
10056
10371
  "type": "string",
10057
10372
  "value_allowed_null": false
10058
10373
  },
@@ -10062,7 +10377,7 @@
10062
10377
  "example": "5",
10063
10378
  "member": "string",
10064
10379
  "name": "CurrentValue",
10065
- "required": true,
10380
+ "output_required": true,
10066
10381
  "type": "string",
10067
10382
  "value_allowed_null": false
10068
10383
  },
@@ -10072,39 +10387,39 @@
10072
10387
  "example": "0",
10073
10388
  "member": "int64",
10074
10389
  "name": "NeedReboot",
10075
- "required": true,
10390
+ "output_required": true,
10076
10391
  "type": "int",
10077
10392
  "value_allowed_null": false
10078
10393
  },
10079
10394
  {
10080
10395
  "disabled": false,
10081
- "document": "Maximum value of the parameter\nNote: This field may return null, indicating that no valid values can be obtained.",
10396
+ "document": "Maximum parameter value allowed.",
10082
10397
  "example": "1",
10083
10398
  "member": "string",
10084
10399
  "name": "Max",
10085
- "required": true,
10400
+ "output_required": true,
10086
10401
  "type": "string",
10087
- "value_allowed_null": true
10402
+ "value_allowed_null": false
10088
10403
  },
10089
10404
  {
10090
10405
  "disabled": false,
10091
- "document": "Minimum value of the parameter\nNote: This field may return null, indicating that no valid values can be obtained.",
10406
+ "document": "Minimum parameter value allowed.",
10092
10407
  "example": "1000",
10093
10408
  "member": "string",
10094
10409
  "name": "Min",
10095
- "required": true,
10410
+ "output_required": true,
10096
10411
  "type": "string",
10097
- "value_allowed_null": true
10412
+ "value_allowed_null": false
10098
10413
  },
10099
10414
  {
10100
10415
  "disabled": false,
10101
- "document": "Enumerated values of the parameter. It is null if the parameter is non-enumerated\nNote: This field may return null, indicating that no valid values can be obtained.",
10102
- "example": "[]",
10416
+ "document": "Optional enumeration values of a parameter. For non-enumeration parameters, it is empty.",
10417
+ "example": "[\"yes\",\"no\"]",
10103
10418
  "member": "string",
10104
10419
  "name": "EnumValue",
10105
- "required": true,
10420
+ "output_required": true,
10106
10421
  "type": "list",
10107
- "value_allowed_null": true
10422
+ "value_allowed_null": false
10108
10423
  }
10109
10424
  ],
10110
10425
  "usage": "out"
@@ -10233,7 +10548,7 @@
10233
10548
  "value_allowed_null": false
10234
10549
  },
10235
10550
  {
10236
- "disabled": false,
10551
+ "disabled": true,
10237
10552
  "document": "Due to spelling inconsistency in this parameter name, it is recommended to use the **EnableReplicaReadOnly** parameter instead. Its meaning refers to whether the Read-Only Replica is supported.\n- true: Supported.\n- false: Not supported.",
10238
10553
  "example": "false",
10239
10554
  "member": "bool",
@@ -10244,13 +10559,13 @@
10244
10559
  },
10245
10560
  {
10246
10561
  "disabled": false,
10247
- "document": "Whether the Read-Only Replica is supported.\n- true: Supported.\n- false: Not supported.\nNote: This field may return null, indicating that no valid value can be obtained.",
10562
+ "document": "Whether read-only replica is supported.\n - true: read-only replica supported.\n - false: not supported.",
10248
10563
  "example": "false",
10249
10564
  "member": "bool",
10250
10565
  "name": "EnableReplicaReadOnly",
10251
10566
  "output_required": false,
10252
10567
  "type": "bool",
10253
- "value_allowed_null": true
10568
+ "value_allowed_null": false
10254
10569
  }
10255
10570
  ],
10256
10571
  "usage": "out"
@@ -10260,23 +10575,23 @@
10260
10575
  "members": [
10261
10576
  {
10262
10577
  "disabled": false,
10263
- "document": "Node ID\nNote: This field may return null, indicating that no valid values can be obtained.",
10578
+ "document": "Node ID.",
10264
10579
  "example": "de1d54148ed79f11c3b4a49c878b29c721******",
10265
10580
  "member": "string",
10266
10581
  "name": "NodeId",
10267
10582
  "output_required": true,
10268
10583
  "type": "string",
10269
- "value_allowed_null": true
10584
+ "value_allowed_null": false
10270
10585
  },
10271
10586
  {
10272
10587
  "disabled": false,
10273
- "document": "AZ ID\nNote: This field may return null, indicating that no valid values can be obtained.",
10588
+ "document": "AZ ID.",
10274
10589
  "example": "100002",
10275
10590
  "member": "int64",
10276
10591
  "name": "ZoneId",
10277
10592
  "output_required": true,
10278
10593
  "type": "int",
10279
- "value_allowed_null": true
10594
+ "value_allowed_null": false
10280
10595
  }
10281
10596
  ],
10282
10597
  "usage": "out"
@@ -10290,7 +10605,7 @@
10290
10605
  "example": "\"2022-03-24 11:52:20\"",
10291
10606
  "member": "string",
10292
10607
  "name": "StartTime",
10293
- "required": true,
10608
+ "output_required": true,
10294
10609
  "type": "string",
10295
10610
  "value_allowed_null": false
10296
10611
  },
@@ -10300,7 +10615,7 @@
10300
10615
  "example": "\"999b6b89c60-f01a-11eb-9d37-7d65897b5c22\"",
10301
10616
  "member": "string",
10302
10617
  "name": "BackupId",
10303
- "required": true,
10618
+ "output_required": true,
10304
10619
  "type": "string",
10305
10620
  "value_allowed_null": false
10306
10621
  },
@@ -10310,7 +10625,7 @@
10310
10625
  "example": "\"1\"",
10311
10626
  "member": "string",
10312
10627
  "name": "BackupType",
10313
- "required": true,
10628
+ "output_required": true,
10314
10629
  "type": "string",
10315
10630
  "value_allowed_null": false
10316
10631
  },
@@ -10320,17 +10635,17 @@
10320
10635
  "example": "2",
10321
10636
  "member": "int64",
10322
10637
  "name": "Status",
10323
- "required": true,
10638
+ "output_required": true,
10324
10639
  "type": "int",
10325
10640
  "value_allowed_null": false
10326
10641
  },
10327
10642
  {
10328
10643
  "disabled": false,
10329
10644
  "document": "Backup remarks",
10330
- "example": "\"\"",
10645
+ "example": "\"描述该备份的信息\"",
10331
10646
  "member": "string",
10332
10647
  "name": "Remark",
10333
- "required": true,
10648
+ "output_required": true,
10334
10649
  "type": "string",
10335
10650
  "value_allowed_null": false
10336
10651
  },
@@ -10340,39 +10655,39 @@
10340
10655
  "example": "0",
10341
10656
  "member": "int64",
10342
10657
  "name": "Locked",
10343
- "required": true,
10658
+ "output_required": true,
10344
10659
  "type": "int",
10345
10660
  "value_allowed_null": false
10346
10661
  },
10347
10662
  {
10348
10663
  "disabled": false,
10349
- "document": "Internal field, which can be ignored.\nNote: This field may return null, indicating that no valid values can be obtained.",
10664
+ "document": "Internal field, which can be ignored.",
10350
10665
  "example": "0",
10351
10666
  "member": "int64",
10352
10667
  "name": "BackupSize",
10353
- "required": true,
10668
+ "output_required": true,
10354
10669
  "type": "int",
10355
- "value_allowed_null": true
10670
+ "value_allowed_null": false
10356
10671
  },
10357
10672
  {
10358
10673
  "disabled": false,
10359
- "document": "Internal field, which can be ignored.\nNote: This field may return null, indicating that no valid values can be obtained.",
10674
+ "document": "Internal field, which can be ignored.",
10360
10675
  "example": "0",
10361
10676
  "member": "int64",
10362
10677
  "name": "FullBackup",
10363
- "required": true,
10678
+ "output_required": true,
10364
10679
  "type": "int",
10365
- "value_allowed_null": true
10680
+ "value_allowed_null": false
10366
10681
  },
10367
10682
  {
10368
10683
  "disabled": false,
10369
- "document": "Internal field, which can be ignored.\nNote: This field may return null, indicating that no valid values can be obtained.",
10684
+ "document": "Internal field, which can be ignored.",
10370
10685
  "example": "0",
10371
10686
  "member": "int64",
10372
10687
  "name": "InstanceType",
10373
- "required": true,
10688
+ "output_required": true,
10374
10689
  "type": "int",
10375
- "value_allowed_null": true
10690
+ "value_allowed_null": false
10376
10691
  },
10377
10692
  {
10378
10693
  "disabled": false,
@@ -10380,7 +10695,7 @@
10380
10695
  "example": "crs-7iw94215",
10381
10696
  "member": "string",
10382
10697
  "name": "InstanceId",
10383
- "required": true,
10698
+ "output_required": true,
10384
10699
  "type": "string",
10385
10700
  "value_allowed_null": false
10386
10701
  },
@@ -10390,7 +10705,7 @@
10390
10705
  "example": "测试实例",
10391
10706
  "member": "string",
10392
10707
  "name": "InstanceName",
10393
- "required": true,
10708
+ "output_required": true,
10394
10709
  "type": "string",
10395
10710
  "value_allowed_null": false
10396
10711
  },
@@ -10400,7 +10715,7 @@
10400
10715
  "example": "ap-guangzhou",
10401
10716
  "member": "string",
10402
10717
  "name": "Region",
10403
- "required": true,
10718
+ "output_required": true,
10404
10719
  "type": "string",
10405
10720
  "value_allowed_null": false
10406
10721
  },
@@ -10410,7 +10725,7 @@
10410
10725
  "example": "\"2022-03-24 11:59:20\"",
10411
10726
  "member": "string",
10412
10727
  "name": "EndTime",
10413
- "required": true,
10728
+ "output_required": true,
10414
10729
  "type": "string",
10415
10730
  "value_allowed_null": false
10416
10731
  },
@@ -10420,7 +10735,7 @@
10420
10735
  "example": "\"RDB-Redis 5.0\"",
10421
10736
  "member": "string",
10422
10737
  "name": "FileType",
10423
- "required": true,
10738
+ "output_required": true,
10424
10739
  "type": "string",
10425
10740
  "value_allowed_null": false
10426
10741
  },
@@ -10430,7 +10745,7 @@
10430
10745
  "example": "\"2022-03-31 11:52:20\"",
10431
10746
  "member": "string",
10432
10747
  "name": "ExpireTime",
10433
- "required": true,
10748
+ "output_required": true,
10434
10749
  "type": "string",
10435
10750
  "value_allowed_null": false
10436
10751
  }
@@ -10588,133 +10903,133 @@
10588
10903
  "members": [
10589
10904
  {
10590
10905
  "disabled": false,
10591
- "document": "Event ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
10906
+ "document": "Event ID.",
10592
10907
  "example": "102",
10593
10908
  "member": "int64",
10594
10909
  "name": "ID",
10595
10910
  "output_required": false,
10596
10911
  "type": "int",
10597
- "value_allowed_null": true
10912
+ "value_allowed_null": false
10598
10913
  },
10599
10914
  {
10600
10915
  "disabled": false,
10601
- "document": "Instance ID.Note: This field may return null, indicating that no valid values can be obtained.",
10916
+ "document": "Instance ID.",
10602
10917
  "example": "crs-ewflkgfe",
10603
10918
  "member": "string",
10604
10919
  "name": "InstanceId",
10605
10920
  "output_required": false,
10606
10921
  "type": "string",
10607
- "value_allowed_null": true
10922
+ "value_allowed_null": false
10608
10923
  },
10609
10924
  {
10610
10925
  "disabled": false,
10611
- "document": "Instance name.Note: This field may return null, indicating that no valid values can be obtained.",
10926
+ "document": "Instance name.",
10612
10927
  "example": "redis",
10613
10928
  "member": "string",
10614
10929
  "name": "InstanceName",
10615
10930
  "output_required": false,
10616
10931
  "type": "string",
10617
- "value_allowed_null": true
10932
+ "value_allowed_null": false
10618
10933
  },
10619
10934
  {
10620
10935
  "disabled": false,
10621
- "document": "Event type. Currently, the type can only be related to instance migration, resource movement, and IDC deletion. This parameter can be only set to **InstanceMigration**.Note: This field may return null, indicating that no valid values can be obtained.",
10936
+ "document": "Event type. Currently, the type can only be related to instance migration, resource movement, and IDC deletion. This parameter can be set only to **InstanceMigration**.",
10622
10937
  "example": "InstanceMigration",
10623
10938
  "member": "string",
10624
10939
  "name": "Type",
10625
10940
  "output_required": false,
10626
10941
  "type": "string",
10627
- "value_allowed_null": true
10942
+ "value_allowed_null": false
10628
10943
  },
10629
10944
  {
10630
10945
  "disabled": false,
10631
- "document": "Event levels are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical\n- High\n- Middle\n- Low\nNote: This field may return null, indicating that no valid values can be obtained.",
10946
+ "document": "Event level. The levels are divided into critical, important, medium, and general based on severity and urgency.\n - Critical: critical.\n - High: important.\n - Middle: medium.\n - Low.",
10632
10947
  "example": "Critical",
10633
10948
  "member": "string",
10634
10949
  "name": "Grade",
10635
10950
  "output_required": false,
10636
10951
  "type": "string",
10637
- "value_allowed_null": true
10952
+ "value_allowed_null": false
10638
10953
  },
10639
10954
  {
10640
10955
  "disabled": false,
10641
- "document": "Scheduled event execution date.Note: This field may return null, indicating that no valid values can be obtained.",
10956
+ "document": "Scheduled event execution date.",
10642
10957
  "example": "2018-09-10",
10643
10958
  "member": "string",
10644
10959
  "name": "ExecutionDate",
10645
10960
  "output_required": false,
10646
10961
  "type": "string",
10647
- "value_allowed_null": true
10962
+ "value_allowed_null": false
10648
10963
  },
10649
10964
  {
10650
10965
  "disabled": false,
10651
- "document": "Scheduled start time of event execution.Note: This field may return null, indicating that no valid values can be obtained.",
10966
+ "document": "Start date of scheduled event execution.",
10652
10967
  "example": "03:00",
10653
10968
  "member": "string",
10654
10969
  "name": "StartTime",
10655
10970
  "output_required": false,
10656
10971
  "type": "string",
10657
- "value_allowed_null": true
10972
+ "value_allowed_null": false
10658
10973
  },
10659
10974
  {
10660
10975
  "disabled": false,
10661
- "document": "Scheduled end time of event execution.Note: This field may return null, indicating that no valid values can be obtained.",
10976
+ "document": "End date of scheduled event execution.",
10662
10977
  "example": "04:00",
10663
10978
  "member": "string",
10664
10979
  "name": "EndTime",
10665
10980
  "output_required": false,
10666
10981
  "type": "string",
10667
- "value_allowed_null": true
10982
+ "value_allowed_null": false
10668
10983
  },
10669
10984
  {
10670
10985
  "disabled": false,
10671
- "document": "The latest execution date of the operations event. Event execution must be completed before this date. Otherwise, the business may be affected.Note: This field may return null, indicating that no valid values can be obtained.",
10986
+ "document": "Latest execution date of the Ops event. The event should be completed before this date. Otherwise, the business may be affected.",
10672
10987
  "example": "2018-09-10",
10673
10988
  "member": "string",
10674
10989
  "name": "LatestExecutionDate",
10675
10990
  "output_required": false,
10676
10991
  "type": "string",
10677
- "value_allowed_null": true
10992
+ "value_allowed_null": false
10678
10993
  },
10679
10994
  {
10680
10995
  "disabled": false,
10681
- "document": "Current event status.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event operations is completed.- Canceled: Execution of the event is canceled.Note: This field may return null, indicating that no valid values can be obtained.",
10996
+ "document": "Current event status.\n - Waiting: event not reached the execution date or not within the maintenance window.\n - Running: event within the maintenance window and under maintenance execution.\n - Finished: event with maintenance completed.\n- Canceled: Execution of the event is canceled.",
10682
10997
  "example": "Waiting",
10683
10998
  "member": "string",
10684
10999
  "name": "Status",
10685
11000
  "output_required": false,
10686
11001
  "type": "string",
10687
- "value_allowed_null": true
11002
+ "value_allowed_null": false
10688
11003
  },
10689
11004
  {
10690
11005
  "disabled": false,
10691
- "document": "Completion time of the event execution task.\nNote: This field may return null, indicating that no valid values can be obtained.",
11006
+ "document": "Completion time of the event execution task.",
10692
11007
  "example": "2018-09-10 09:10:23",
10693
11008
  "member": "string",
10694
11009
  "name": "TaskEndTime",
10695
11010
  "output_required": false,
10696
11011
  "type": "string",
10697
- "value_allowed_null": true
11012
+ "value_allowed_null": false
10698
11013
  },
10699
11014
  {
10700
11015
  "disabled": false,
10701
- "document": "Impact of the event.Note: This field may return null, indicating that no valid values can be obtained.",
11016
+ "document": "Event impact information.",
10702
11017
  "example": "迁移完成时会有一次秒级别的闪断",
10703
11018
  "member": "string",
10704
11019
  "name": "EffectInfo",
10705
11020
  "output_required": false,
10706
11021
  "type": "string",
10707
- "value_allowed_null": true
11022
+ "value_allowed_null": false
10708
11023
  },
10709
11024
  {
10710
11025
  "disabled": false,
10711
- "document": "Initial scheduled execution date of the event.Note: This field may return null, indicating that no valid values can be obtained.",
11026
+ "document": "Initial scheduled event execution date.",
10712
11027
  "example": "2018-09-10",
10713
11028
  "member": "string",
10714
11029
  "name": "InitialExecutionDate",
10715
11030
  "output_required": false,
10716
11031
  "type": "string",
10717
- "value_allowed_null": true
11032
+ "value_allowed_null": false
10718
11033
  }
10719
11034
  ],
10720
11035
  "usage": "out"
@@ -10873,50 +11188,50 @@
10873
11188
  {
10874
11189
  "disabled": false,
10875
11190
  "document": "Region ID",
10876
- "example": "",
11191
+ "example": "ap-bangkok",
10877
11192
  "member": "string",
10878
11193
  "name": "RegionId",
10879
- "required": true,
11194
+ "output_required": true,
10880
11195
  "type": "string",
10881
11196
  "value_allowed_null": false
10882
11197
  },
10883
11198
  {
10884
11199
  "disabled": false,
10885
11200
  "document": "Region name",
10886
- "example": "",
11201
+ "example": "曼谷",
10887
11202
  "member": "string",
10888
11203
  "name": "RegionName",
10889
- "required": true,
11204
+ "output_required": true,
10890
11205
  "type": "string",
10891
11206
  "value_allowed_null": false
10892
11207
  },
10893
11208
  {
10894
11209
  "disabled": false,
10895
11210
  "document": "Region abbreviation",
10896
- "example": "",
11211
+ "example": "TH",
10897
11212
  "member": "string",
10898
11213
  "name": "RegionShortName",
10899
- "required": true,
11214
+ "output_required": true,
10900
11215
  "type": "string",
10901
11216
  "value_allowed_null": false
10902
11217
  },
10903
11218
  {
10904
11219
  "disabled": false,
10905
11220
  "document": "Name of the area where a region is located",
10906
- "example": "",
11221
+ "example": "亚太东南",
10907
11222
  "member": "string",
10908
11223
  "name": "Area",
10909
- "required": true,
11224
+ "output_required": true,
10910
11225
  "type": "string",
10911
11226
  "value_allowed_null": false
10912
11227
  },
10913
11228
  {
10914
11229
  "disabled": false,
10915
11230
  "document": "AZ information",
10916
- "example": "",
11231
+ "example": "",
10917
11232
  "member": "ZoneCapacityConf",
10918
11233
  "name": "ZoneSet",
10919
- "required": true,
11234
+ "output_required": true,
10920
11235
  "type": "list",
10921
11236
  "value_allowed_null": false
10922
11237
  }
@@ -10970,13 +11285,40 @@
10970
11285
  ],
10971
11286
  "type": "object"
10972
11287
  },
11288
+ "RemoveReplicationGroupRequest": {
11289
+ "document": "RemoveReplicationGroup request structure.",
11290
+ "members": [
11291
+ {
11292
+ "disabled": false,
11293
+ "document": "Replication group ID. Log in to the [Redis console and go to the global replication](https://console.cloud.tencent.com/redis/replication) page to obtain the ID.",
11294
+ "example": "crs-rpl-xxx",
11295
+ "member": "string",
11296
+ "name": "GroupId",
11297
+ "required": true,
11298
+ "type": "string"
11299
+ }
11300
+ ],
11301
+ "type": "object"
11302
+ },
11303
+ "RemoveReplicationGroupResponse": {
11304
+ "document": "RemoveReplicationGroup response structure.",
11305
+ "members": [
11306
+ {
11307
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11308
+ "member": "string",
11309
+ "name": "RequestId",
11310
+ "type": "string"
11311
+ }
11312
+ ],
11313
+ "type": "object"
11314
+ },
10973
11315
  "RemoveReplicationInstanceRequest": {
10974
11316
  "document": "RemoveReplicationInstance request structure.",
10975
11317
  "members": [
10976
11318
  {
10977
11319
  "disabled": false,
10978
11320
  "document": "Replication group ID, for example, crs-rpl-m3zt****. Log in to the [Redis console](https://console.tencentcloud.com/redis/replication) and obtain it in the global replication group list.\n",
10979
- "example": "crs-rpl-",
11321
+ "example": "crs-rpl-deindi7de",
10980
11322
  "member": "string",
10981
11323
  "name": "GroupId",
10982
11324
  "required": true,
@@ -11150,7 +11492,7 @@
11150
11492
  },
11151
11493
  {
11152
11494
  "disabled": false,
11153
- "document": "Reset password. This parameter can be left blank when a password-free instance is used. It is required in other cases.",
11495
+ "document": "Reset password. This parameter can be left unspecified when a password-free instance is used.\n- It should contain 8 to 32 characters. 12 or more characters are recommended.\n- It cannot start with a forward slash (/).\n- It should contain at least two of the following types: lowercase letters, uppercase letters, digits, and special characters (such as ()~!@#$%^&*-+=_|{}[]:;<>,.?/).",
11154
11496
  "example": "zy456987",
11155
11497
  "member": "string",
11156
11498
  "name": "Password",
@@ -11159,12 +11501,21 @@
11159
11501
  },
11160
11502
  {
11161
11503
  "disabled": false,
11162
- "document": "Whether to switch to a password-free instance.\n- false: Switch to a non-password-free instance.\n- true: Switch to a password-free instance. Default value: false.",
11504
+ "document": "Whether to switch to a password-free instance.\n- false: switch to an instance that requires a password. The default value is false.\n- true: switch to a password-free instance.",
11163
11505
  "example": "true",
11164
11506
  "member": "bool",
11165
11507
  "name": "NoAuth",
11166
11508
  "required": false,
11167
11509
  "type": "bool"
11510
+ },
11511
+ {
11512
+ "disabled": false,
11513
+ "document": "Whether to encrypt the password.\n- false: non-encrypted password. The default value is false.\n- true: encrypted password.",
11514
+ "example": "false",
11515
+ "member": "bool",
11516
+ "name": "EncryptPassword",
11517
+ "required": false,
11518
+ "type": "bool"
11168
11519
  }
11169
11520
  ],
11170
11521
  "type": "object"
@@ -11233,7 +11584,7 @@
11233
11584
  {
11234
11585
  "disabled": false,
11235
11586
  "document": "Tag key",
11236
- "example": "test",
11587
+ "example": "tag-key",
11237
11588
  "member": "string",
11238
11589
  "name": "TagKey",
11239
11590
  "required": true,
@@ -11242,7 +11593,7 @@
11242
11593
  {
11243
11594
  "disabled": false,
11244
11595
  "document": "The value corresponding to the tag key",
11245
- "example": "123",
11596
+ "example": "tag-value",
11246
11597
  "member": "string",
11247
11598
  "name": "TagValue",
11248
11599
  "required": true,
@@ -11256,7 +11607,7 @@
11256
11607
  "members": [
11257
11608
  {
11258
11609
  "disabled": false,
11259
- "document": "ID of the instance to be operated on, which can be obtained through the `InstanceId` field in the return value of the `DescribeInstances` API.",
11610
+ "document": "ID of the instance to be operated, which can be obtained through the response parameter InstanceId of the [DescribeInstances](https://www.tencentcloud.comom/document/product/239/20018?from_cn_redirect=1) API.",
11260
11611
  "example": "crs-5a4py64p",
11261
11612
  "member": "string",
11262
11613
  "name": "InstanceId",
@@ -11265,8 +11616,8 @@
11265
11616
  },
11266
11617
  {
11267
11618
  "disabled": false,
11268
- "document": "Backup ID, which can be obtained through the `backupId` field in the return value of the `GetRedisBackupList` API.",
11269
- "example": "678362566696298532848117",
11619
+ "document": "Backup ID, which can be obtained through the response parameter RedisBackupSet of the [DescribeInstanceBackups](https://www.tencentcloud.comom/document/product/239/20011?from_cn_redirect=1) API.",
11620
+ "example": "\"154572601-1165734321-153731245\"",
11270
11621
  "member": "string",
11271
11622
  "name": "BackupId",
11272
11623
  "required": true,
@@ -11306,76 +11657,102 @@
11306
11657
  ],
11307
11658
  "type": "object"
11308
11659
  },
11660
+ "SecondLevelBackupMissingTimestamps": {
11661
+ "document": "Timestamp range within which second-level backup is missing",
11662
+ "members": [
11663
+ {
11664
+ "disabled": false,
11665
+ "document": "Start timestamp.",
11666
+ "example": "1716449238",
11667
+ "member": "int64",
11668
+ "name": "StartTimeStamp",
11669
+ "output_required": false,
11670
+ "type": "int",
11671
+ "value_allowed_null": false
11672
+ },
11673
+ {
11674
+ "disabled": false,
11675
+ "document": "End timestamp.",
11676
+ "example": "1716449238",
11677
+ "member": "int64",
11678
+ "name": "EndTimeStamp",
11679
+ "output_required": false,
11680
+ "type": "int",
11681
+ "value_allowed_null": false
11682
+ }
11683
+ ],
11684
+ "usage": "out"
11685
+ },
11309
11686
  "SecurityGroup": {
11310
11687
  "document": "Security group rules",
11311
11688
  "members": [
11312
11689
  {
11313
11690
  "disabled": false,
11314
11691
  "document": "Creation time in the format of yyyy-mm-dd hh:mm:ss.",
11315
- "example": "",
11692
+ "example": "2024-04-09 12:39:12",
11316
11693
  "member": "string",
11317
11694
  "name": "CreateTime",
11318
- "required": true,
11695
+ "output_required": true,
11319
11696
  "type": "string",
11320
11697
  "value_allowed_null": false
11321
11698
  },
11322
11699
  {
11323
11700
  "disabled": false,
11324
11701
  "document": "Project ID.",
11325
- "example": "",
11702
+ "example": "0",
11326
11703
  "member": "uint64",
11327
11704
  "name": "ProjectId",
11328
- "required": true,
11705
+ "output_required": true,
11329
11706
  "type": "int",
11330
11707
  "value_allowed_null": false
11331
11708
  },
11332
11709
  {
11333
11710
  "disabled": false,
11334
11711
  "document": "Security group ID.",
11335
- "example": "",
11712
+ "example": "sg-5yb3e***",
11336
11713
  "member": "string",
11337
11714
  "name": "SecurityGroupId",
11338
- "required": true,
11715
+ "output_required": true,
11339
11716
  "type": "string",
11340
11717
  "value_allowed_null": false
11341
11718
  },
11342
11719
  {
11343
11720
  "disabled": false,
11344
11721
  "document": "Security group name.",
11345
- "example": "",
11722
+ "example": "安全组名称",
11346
11723
  "member": "string",
11347
11724
  "name": "SecurityGroupName",
11348
- "required": true,
11725
+ "output_required": true,
11349
11726
  "type": "string",
11350
11727
  "value_allowed_null": false
11351
11728
  },
11352
11729
  {
11353
11730
  "disabled": false,
11354
11731
  "document": "Security group remarks.",
11355
- "example": "",
11732
+ "example": "安全组备注或者描述",
11356
11733
  "member": "string",
11357
11734
  "name": "SecurityGroupRemark",
11358
- "required": true,
11735
+ "output_required": true,
11359
11736
  "type": "string",
11360
11737
  "value_allowed_null": false
11361
11738
  },
11362
11739
  {
11363
11740
  "disabled": false,
11364
11741
  "document": "Outbound rule.",
11365
- "example": "",
11742
+ "example": "",
11366
11743
  "member": "Outbound",
11367
11744
  "name": "Outbound",
11368
- "required": true,
11745
+ "output_required": true,
11369
11746
  "type": "list",
11370
11747
  "value_allowed_null": false
11371
11748
  },
11372
11749
  {
11373
11750
  "disabled": false,
11374
11751
  "document": "Inbound rule.",
11375
- "example": "",
11752
+ "example": "",
11376
11753
  "member": "Inbound",
11377
11754
  "name": "Inbound",
11378
- "required": true,
11755
+ "output_required": true,
11379
11756
  "type": "list",
11380
11757
  "value_allowed_null": false
11381
11758
  }
@@ -11428,7 +11805,7 @@
11428
11805
  {
11429
11806
  "disabled": false,
11430
11807
  "document": "Security group remarks",
11431
- "example": "test",
11808
+ "example": "该安全组的描述",
11432
11809
  "member": "string",
11433
11810
  "name": "SecurityGroupRemark",
11434
11811
  "output_required": true,
@@ -11571,7 +11948,7 @@
11571
11948
  "members": [
11572
11949
  {
11573
11950
  "disabled": false,
11574
- "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
11951
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy the ID of the instance to be deisolated from the recycle bin.",
11575
11952
  "example": "crs-7ponppu3",
11576
11953
  "member": "string",
11577
11954
  "name": "InstanceId",
@@ -11585,7 +11962,7 @@
11585
11962
  "document": "StartupInstance response structure.",
11586
11963
  "members": [
11587
11964
  {
11588
- "disabled": false,
11965
+ "disabled": true,
11589
11966
  "document": "This parameter has been deprecated. Determine whether the instance has been deisolated based on the status obtained through the instance query API.",
11590
11967
  "example": "1203",
11591
11968
  "member": "int64",
@@ -11718,11 +12095,20 @@
11718
12095
  {
11719
12096
  "disabled": false,
11720
12097
  "document": "Proxy ID of an instance, which can be obtained through NodeId of the response parameter **Proxy** of the API [DescribeInstanceNodeInfo](https://intl.cloud.tencent.com/document/product/239/48603?from_cn_redirect=1).",
11721
- "example": "vbjxbsucvnkcndkbk",
12098
+ "example": "6ff0eb7815606bb7e3f14cdde9410b64b488e8f9",
11722
12099
  "member": "string",
11723
12100
  "name": "ProxyID",
11724
12101
  "required": false,
11725
12102
  "type": "string"
12103
+ },
12104
+ {
12105
+ "disabled": false,
12106
+ "document": "Instance proxy ID list. Call the API [DescribeInstanceNodeInfo](https://www.tencentcloud.comom/document/product/239/48603?from_cn_redirect=1) to obtain IDs from **NodeId** in the **Proxy** response parameter.",
12107
+ "example": "[\"896873be5805ebacae5042311237e6d2d78be00b\"]",
12108
+ "member": "string",
12109
+ "name": "ProxyIDList",
12110
+ "required": false,
12111
+ "type": "list"
11726
12112
  }
11727
12113
  ],
11728
12114
  "type": "object"
@@ -11730,6 +12116,16 @@
11730
12116
  "SwitchProxyResponse": {
11731
12117
  "document": "SwitchProxy response structure.",
11732
12118
  "members": [
12119
+ {
12120
+ "disabled": false,
12121
+ "document": "Task ID.",
12122
+ "example": "1378445",
12123
+ "member": "int64",
12124
+ "name": "TaskId",
12125
+ "output_required": true,
12126
+ "type": "int",
12127
+ "value_allowed_null": false
12128
+ },
11733
12129
  {
11734
12130
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11735
12131
  "member": "string",
@@ -11744,93 +12140,93 @@
11744
12140
  "members": [
11745
12141
  {
11746
12142
  "disabled": false,
11747
- "document": "Task ID \nNote: This field may return null, indicating that no valid values can be obtained.",
12143
+ "document": "Task ID.",
11748
12144
  "example": "42371",
11749
12145
  "member": "int64",
11750
12146
  "name": "TaskId",
11751
12147
  "output_required": true,
11752
12148
  "type": "int",
11753
- "value_allowed_null": true
12149
+ "value_allowed_null": false
11754
12150
  },
11755
12151
  {
11756
12152
  "disabled": false,
11757
- "document": "Task start time \nNote: This field may return null, indicating that no valid values can be obtained.",
12153
+ "document": "Task start time.",
11758
12154
  "example": "2019-11-15 14:25:37",
11759
12155
  "member": "string",
11760
12156
  "name": "StartTime",
11761
12157
  "output_required": true,
11762
12158
  "type": "string",
11763
- "value_allowed_null": true
12159
+ "value_allowed_null": false
11764
12160
  },
11765
12161
  {
11766
12162
  "disabled": false,
11767
- "document": "Task type.\n\n- FLOW_CREATE: \"001\" - Create an instance.\n- FLOW_RESIZE: \"002\" - Change the configuration.\n- FLOW_CLOSE: \"003\" - Close an instance.\n- FLOW_CLEAN: \"004\" - Clear an instance.\n- FLOW_STARTUP: \"005\" - Enable an instance.\n- FLOW_DELETE: \"006\" - Delete an instance.\n- FLOW_SETPWD: \"007\" - Reset the password.\n- FLOW_EXPORTBACKUP: \"009\" - Export the backup file.\n- FLOW_RESTOREBACKUP: \"010\" - Restore the backup.\n- FLOW_BACKUPINSTANCE: \"012\" - Back up an instance.\n- FLOW_MIGRATEINSTANCE: \"013\" - Migrate an instance.\n- FLOW_DELBACKUP: \"014\" - Delete the backup.\n- FLOW_EXCHANGEINSTANCE: \"016\" - Switch an instance.\n- FLOW_AUTOBACKUP: \"017\" - Automatically backup an instance.\n- FLOW_MIGRATECHECK: \"022\" - Verify migration parameters.\n- FLOW_MIGRATETASK: \"023\" - Migrating data is in progress.\n- FLOW_CLEANDB: \"025\" - Clear a database.\n- FLOW_CLONEBACKUP: \"026\" - Clone the backup.\n- FLOW_CHANGEVIP: \"027\" - Change the VIP.\n- FLOW_EXPORSHR: \"028\" - Perform scaling.\n- FLOW_ADDNODES: \"029\" - Add or remove a node.\n- FLOW_CHANGENET: \"031\" - Change the network type.\n- FLOW_MODIFYINSTACEREADONLY: \"033\" - Modify the read-only policy.\n- FLOW_MODIFYINSTANCEPARAMS: \"034\" - Modify instance parameters.\n- FLOW_MODIFYINSTANCEPASSWORDFREE: \"035\" - Set password-free access.\n- FLOW_SWITCHINSTANCEVIP: \"036\" - Switch the instance VIP.\n- FLOW_MODIFYINSTANCEACCOUNT: \"037\" - Modify the instance account.\n- FLOW_MODIFYINSTANCEBANDWIDTH: \"038\" - Modify the instance bandwidth.\n- FLOW_ENABLEINSTANCE_REPLICATE: \"039\" - Enable read-only replica.\n- FLOW_DISABLEINSTANCE_REPLICATE: \"040\" - Disable read-only replica.\n- FLOW_UpgradeArch: \"041\" - Upgrade the instance architecture from primary-secondary to cluster.\n- FLOW_DowngradeArch: \"042\" - Downgrade the instance architecture from cluster to primary-secondary.\n- FLOW_UpgradeVersion: \"043\" - Upgrade the version.\n- FLOW_MODIFYCONNECTIONCONFIG: \"044\" - Modify the number of bandwidth connections.\n- FLOW_CLEARNETWORK: \"045\" - Change the network.\n- FLOW_REMOVE_BACKUP_FILE: \"046\" - Delete the backup.\n- FLOW_UPGRADE_SUPPORT_MULTI_AZ: \"047\" - Upgrade an instance to support multiple AZs.\n- FLOW_SHUTDOWN_MASTER: \"048\" - Simulate a fault.\n- FLOW_CHANGE_REPLICA_TO_MASTER: \"049\" - Manually promote the replica node to the primary node.\n- FLOW_CODE_ADD_REPLICATION_INSTANCE: \"050\" - Add a replication group.\n- FLOW_OPEN_WAN: \"052\" - Enable the public network.\n- FLOW_CLOSE_WAN: \"053\" - Disable the public network. - FLOW_UPDATE_WAN: \"054\" - Update the public network.\n- FLOW_CODE_DELETE_REPLICATION_INSTANCE: \"055\" - Unbind the replication group.\n- FLOW_CODE_CHANGE_MASTER_INSTANCE: \"056\" - Switch to the primary instance in the replication group.\n- FLOW_CODE_CHANGE_INSTANCE_ROLE: \"057\" - Change the roles of instances in the replication group.\n- FLOW_MIGRATE_NODE: \"058\" - Migrate a node.\n- FLOW_SWITCH_NODE: \"059\" - Switch a node.\n- FLOW_UPGRADE_SMALL_VERSION: \"060\" - Upgrade the Redis version.\n- FLOW_UPGRADE_PROXY_VERSION: \"061\" - Upgrade the Proxy version.\n- FLOW_MODIFY_INSTANCE_NETWORK: \"062\" - Modify the instance network.\n- FLOW_MIGRATE_PROXY_NODE: \"063\" - Migrate the Proxy node.\n- FLOW_MIGRATION_INSTANCE_ZONE: \"066\" - Migrate the instance AZ in progress.\n- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: \"067\" - Upgrading the instance version is in progress.\n- FLOW_MODIFY_PROXY_NUM: \"069\" - Add or remove a Proxy node.\n- FLOW_MODIFYBACKUPMOD: \"070\" - Change the instance backup mode.\nNote: This field may return null, indicating that no valid value can be obtained.",
12163
+ "document": "Task type.\n\n- FLOW_CREATE: \"001\", indicating instance creation.\n- FLOW_RESIZE: \"002\", indicating configuration modification.\n- FLOW_CLOSE: \"003\", indicating instance disabling.\n- FLOW_CLEAN: \"004\", indicating instance cleanup.\n- FLOW_STARTUP: \"005\", indicating instance enabling.\n- FLOW_DELETE: \"006\", indicating instance deletion.\n- FLOW_SETPWD: \"007\", indicating password reset.\n- FLOW_EXPORTBACKUP: \"009\", indicating backup file export.\n- FLOW_RESTOREBACKUP: \"010\", indicating backup restoration.\n- FLOW_BACKUPINSTANCE: \"012\", indicating instance backup.\n- FLOW_MIGRATEINSTANCE: \"013\", indicating instance migration.\n- FLOW_DELBACKUP: \"014\", indicating backup deletion.\n- FLOW_EXCHANGEINSTANCE: \"016\", indicating instance switch.\n- FLOW_AUTOBACKUP: \"017\", indicating automatic instance backup.\n- FLOW_MIGRATECHECK: \"022\", indicating migration parameter verification.\n- FLOW_MIGRATETASK: \"023\", indicating that data migration is in progress.\n- FLOW_CLEANDB: \"025\", indicating database cleanup.\n- FLOW_CLONEBACKUP: \"026\": indicating backup cloning.\n- FLOW_CHANGEVIP: \"027\", indicating VIP address modification.\n- FLOW_EXPORSHR: \"028\", indicating scaling.\n- FLOW_ADDNODES: \"029\", indicating node addition (removal).\n- FLOW_CHANGENET: \"031\", indicating network type modification.\n- FLOW_MODIFYINSTACEREADONLY: \"033\": indicating read-only policy modification.\n- FLOW_MODIFYINSTANCEPARAMS: \"034\", indicating instance parameter modification.\n- FLOW_MODIFYINSTANCEPASSWORDFREE: \"035\", indicating password-free access settings.\n- FLOW_SWITCHINSTANCEVIP: \"036\", indicating instance VIP address switch.\n- FLOW_MODIFYINSTANCEACCOUNT: \"037\", indicating instance account modification.\n- FLOW_MODIFYINSTANCEBANDWIDTH: \"038\", indicating instance bandwidth modification.\n- FLOW_ENABLEINSTANCE_REPLICATE: \"039\", indicating enabling of read-only replica.\n- FLOW_DISABLEINSTANCE_REPLICATE: \"040\", indicating disabling of read-only replica.\n- FLOW_UpgradeArch: \"041\", indicating instance architecture upgrade from the standard architecture to the cluster architecture.\n- FLOW_DowngradeArch: \"042\", indicating instance architecture downgrade from the cluster architecture to the standard architecture.\n- FLOW_UpgradeVersion: \"043\", indicating version upgrade.\n- FLOW_MODIFYCONNECTIONCONFIG: \"044\", indicating adjustment of the bandwidth and the number of connections.\n- FLOW_CLEARNETWORK: \"045\", indicating network change.\n- FLOW_REMOVE_BACKUP_FILE: \"046\", indicating backup deletion.\n- FLOW_UPGRADE_SUPPORT_MULTI_AZ: \"047\", indicating instance upgrade to multi-AZ deployment.\n- FLOW_SHUTDOWN_MASTER: \"048\", indicating fault simulation.\n- FLOW_CHANGE_REPLICA_TO_MASTER: \"049\", indicating manual promotion to the primary node.\n- FLOW_CODE_ADD_REPLICATION_INSTANCE: \"050\", indicating replication group addition.\n- FLOW_OPEN_WAN: \"052\", indicating enabling of public network access.\n- FLOW_CLOSE_WAN: \"053\", indicating disabling of public network access.\n- FLOW_CODE_DELETE_REPLICATION_INSTANCE: \"055\", indicating replication group unbinding.\n- FLOW_CODE_CHANGE_MASTER_INSTANCE: \"056\", indicating switching a replication group instance to the primary instance.\n- FLOW_CODE_CHANGE_INSTANCE_ROLE: \"057\", indicating modification of the replication group instance role.\n- FLOW_MIGRATE_NODE: \"058\", indicating node migration.\n- FLOW_SWITCH_NODE: \"059\", indicating node switch.\n- FLOW_UPGRADE_SMALL_VERSION: \"060\", indicating Redis version upgrade.\n- FLOW_UPGRADE_PROXY_VERSION: \"061\", indicating proxy version upgrade.\n- FLOW_MODIFY_INSTANCE_NETWORK: \"062\", indicating instance network modification.\n- FLOW_MIGRATE_PROXY_NODE: \"063\", indicating proxy node migration.\n- FLOW_MIGRATION_INSTANCE_ZONE: \"066\", indicating that instance migration to another AZ is in progress.\n- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: \"067\", indicating that instance version upgrade is in progress.\n- FLOW_MODIFY_PROXY_NUM: \"069\", indicating proxy node addition (removal).\n- FLOW_MODIFYBACKUPMOD: \"070\", indicating instance backup mode modification.",
11768
12164
  "example": "037",
11769
12165
  "member": "string",
11770
12166
  "name": "TaskType",
11771
12167
  "output_required": true,
11772
12168
  "type": "string",
11773
- "value_allowed_null": true
12169
+ "value_allowed_null": false
11774
12170
  },
11775
12171
  {
11776
12172
  "disabled": false,
11777
- "document": "Instance name \nNote: This field may return null, indicating that no valid values can be obtained.",
11778
- "example": "test",
12173
+ "document": "Instance name.",
12174
+ "example": "生产-***Redis",
11779
12175
  "member": "string",
11780
12176
  "name": "InstanceName",
11781
12177
  "output_required": true,
11782
12178
  "type": "string",
11783
- "value_allowed_null": true
12179
+ "value_allowed_null": false
11784
12180
  },
11785
12181
  {
11786
12182
  "disabled": false,
11787
- "document": "Instance ID \nNote: This field may return null, indicating that no valid values can be obtained.",
12183
+ "document": "Instance ID.",
11788
12184
  "example": "crs-opcazbrb",
11789
12185
  "member": "string",
11790
12186
  "name": "InstanceId",
11791
12187
  "output_required": true,
11792
12188
  "type": "string",
11793
- "value_allowed_null": true
12189
+ "value_allowed_null": false
11794
12190
  },
11795
12191
  {
11796
12192
  "disabled": false,
11797
- "document": "Project ID \nNote: This field may return null, indicating that no valid values can be obtained.",
12193
+ "document": "Project ID.",
11798
12194
  "example": "0",
11799
12195
  "member": "int64",
11800
12196
  "name": "ProjectId",
11801
12197
  "output_required": true,
11802
12198
  "type": "int",
11803
- "value_allowed_null": true
12199
+ "value_allowed_null": false
11804
12200
  },
11805
12201
  {
11806
12202
  "disabled": false,
11807
- "document": "Task progress \nNote: This field may return null, indicating that no valid values can be obtained.",
12203
+ "document": "Task progress.",
11808
12204
  "example": "1",
11809
12205
  "member": "float",
11810
12206
  "name": "Progress",
11811
12207
  "output_required": true,
11812
12208
  "type": "float",
11813
- "value_allowed_null": true
12209
+ "value_allowed_null": false
11814
12210
  },
11815
12211
  {
11816
12212
  "disabled": false,
11817
- "document": "Task end time \nNote: This field may return null, indicating that no valid values can be obtained.",
12213
+ "document": "Task execution end time.",
11818
12214
  "example": "2019-11-15 14:25:25",
11819
12215
  "member": "string",
11820
12216
  "name": "EndTime",
11821
12217
  "output_required": true,
11822
12218
  "type": "string",
11823
- "value_allowed_null": true
12219
+ "value_allowed_null": false
11824
12220
  },
11825
12221
  {
11826
12222
  "disabled": false,
11827
- "document": "Task execution status. Valid values: - `0` (initilized) - `1` (executing) - `2` (completed) - `4` (failed) \nNote: This field may return null, indicating that no valid values can be obtained.",
12223
+ "document": "Task execution status.\n\n\n\n0: initializing the task.\n1: executing.\n2. completed.\n4: failed.",
11828
12224
  "example": "2",
11829
12225
  "member": "int64",
11830
12226
  "name": "Result",
11831
12227
  "output_required": true,
11832
12228
  "type": "int",
11833
- "value_allowed_null": true
12229
+ "value_allowed_null": false
11834
12230
  }
11835
12231
  ],
11836
12232
  "usage": "out"
@@ -11877,50 +12273,50 @@
11877
12273
  {
11878
12274
  "disabled": false,
11879
12275
  "document": "Execution time",
11880
- "example": "",
12276
+ "example": "2025-01-07 11:01:49",
11881
12277
  "member": "string",
11882
12278
  "name": "ExecuteTime",
11883
- "required": true,
12279
+ "output_required": true,
11884
12280
  "type": "string",
11885
12281
  "value_allowed_null": false
11886
12282
  },
11887
12283
  {
11888
12284
  "disabled": false,
11889
12285
  "document": "Duration of the slow query (ms)",
11890
- "example": "",
12286
+ "example": "531",
11891
12287
  "member": "int64",
11892
12288
  "name": "Duration",
11893
- "required": true,
12289
+ "output_required": true,
11894
12290
  "type": "int",
11895
12291
  "value_allowed_null": false
11896
12292
  },
11897
12293
  {
11898
12294
  "disabled": false,
11899
12295
  "document": "Command",
11900
- "example": "",
12296
+ "example": "eval",
11901
12297
  "member": "string",
11902
12298
  "name": "Command",
11903
- "required": true,
12299
+ "output_required": true,
11904
12300
  "type": "string",
11905
12301
  "value_allowed_null": false
11906
12302
  },
11907
12303
  {
11908
12304
  "disabled": false,
11909
12305
  "document": "Command line details",
11910
- "example": "",
12306
+ "example": "eval local key = KEYS[1] ; ",
11911
12307
  "member": "string",
11912
12308
  "name": "CommandLine",
11913
- "required": true,
12309
+ "output_required": true,
11914
12310
  "type": "string",
11915
12311
  "value_allowed_null": false
11916
12312
  },
11917
12313
  {
11918
12314
  "disabled": false,
11919
12315
  "document": "Node ID",
11920
- "example": "",
12316
+ "example": "fc87a1796e9f0cd689da8f0b49e4f9c830******",
11921
12317
  "member": "string",
11922
12318
  "name": "Node",
11923
- "required": true,
12319
+ "output_required": true,
11924
12320
  "type": "string",
11925
12321
  "value_allowed_null": false
11926
12322
  }
@@ -11933,120 +12329,120 @@
11933
12329
  {
11934
12330
  "disabled": false,
11935
12331
  "document": "Order ID, which is used when a TencentCloud API is called.",
11936
- "example": "",
12332
+ "example": "192314****",
11937
12333
  "member": "string",
11938
12334
  "name": "DealId",
11939
- "required": true,
12335
+ "output_required": true,
11940
12336
  "type": "string",
11941
12337
  "value_allowed_null": false
11942
12338
  },
11943
12339
  {
11944
12340
  "disabled": false,
11945
12341
  "document": "Long order ID, which is used when an order issue is submitted for assistance.",
11946
- "example": "",
12342
+ "example": "2024112**",
11947
12343
  "member": "string",
11948
12344
  "name": "DealName",
11949
- "required": true,
12345
+ "output_required": true,
11950
12346
  "type": "string",
11951
12347
  "value_allowed_null": false
11952
12348
  },
11953
12349
  {
11954
12350
  "disabled": false,
11955
12351
  "document": "AZ ID",
11956
- "example": "",
12352
+ "example": "100002",
11957
12353
  "member": "int64",
11958
12354
  "name": "ZoneId",
11959
- "required": true,
12355
+ "output_required": true,
11960
12356
  "type": "int",
11961
12357
  "value_allowed_null": false
11962
12358
  },
11963
12359
  {
11964
12360
  "disabled": false,
11965
12361
  "document": "Number of instances associated with the order",
11966
- "example": "",
12362
+ "example": "1",
11967
12363
  "member": "int64",
11968
12364
  "name": "GoodsNum",
11969
- "required": true,
12365
+ "output_required": true,
11970
12366
  "type": "int",
11971
12367
  "value_allowed_null": false
11972
12368
  },
11973
12369
  {
11974
12370
  "disabled": false,
11975
12371
  "document": "Creator UIN",
11976
- "example": "",
12372
+ "example": "10001464****",
11977
12373
  "member": "string",
11978
12374
  "name": "Creater",
11979
- "required": true,
12375
+ "output_required": true,
11980
12376
  "type": "string",
11981
12377
  "value_allowed_null": false
11982
12378
  },
11983
12379
  {
11984
12380
  "disabled": false,
11985
12381
  "document": "Order creation time",
11986
- "example": "",
12382
+ "example": "2024-11-25 18:12:34",
11987
12383
  "member": "string",
11988
12384
  "name": "CreatTime",
11989
- "required": true,
12385
+ "output_required": true,
11990
12386
  "type": "string",
11991
12387
  "value_allowed_null": false
11992
12388
  },
11993
12389
  {
11994
12390
  "disabled": false,
11995
12391
  "document": "Order timeout period",
11996
- "example": "",
12392
+ "example": "2024-12-10 18:12:34",
11997
12393
  "member": "string",
11998
12394
  "name": "OverdueTime",
11999
- "required": true,
12395
+ "output_required": true,
12000
12396
  "type": "string",
12001
12397
  "value_allowed_null": false
12002
12398
  },
12003
12399
  {
12004
12400
  "disabled": false,
12005
12401
  "document": "Order completion time",
12006
- "example": "",
12402
+ "example": "2024-11-25 18:30:34",
12007
12403
  "member": "string",
12008
12404
  "name": "EndTime",
12009
- "required": true,
12405
+ "output_required": true,
12010
12406
  "type": "string",
12011
12407
  "value_allowed_null": false
12012
12408
  },
12013
12409
  {
12014
12410
  "disabled": false,
12015
12411
  "document": "Order status. 1: unpaid; 2: paid but not delivered; 3: In delivery; 4: successfully delivered; 5: delivery failed; 6: refunded; 7: order closed; 8: order expired; 9: order invalidated; 10: product invalidated; 11: requested payment rejected; 12: paying",
12016
- "example": "",
12412
+ "example": "4",
12017
12413
  "member": "int64",
12018
12414
  "name": "Status",
12019
- "required": true,
12415
+ "output_required": true,
12020
12416
  "type": "int",
12021
12417
  "value_allowed_null": false
12022
12418
  },
12023
12419
  {
12024
12420
  "disabled": false,
12025
12421
  "document": "Order status description",
12026
- "example": "",
12422
+ "example": "发货中",
12027
12423
  "member": "string",
12028
12424
  "name": "Description",
12029
- "required": true,
12425
+ "output_required": true,
12030
12426
  "type": "string",
12031
12427
  "value_allowed_null": false
12032
12428
  },
12033
12429
  {
12034
12430
  "disabled": false,
12035
- "document": "Actual total price of the order in 0.01 CNY",
12036
- "example": "",
12431
+ "document": "Order actual total price (in cents)",
12432
+ "example": "1039",
12037
12433
  "member": "int64",
12038
12434
  "name": "Price",
12039
- "required": true,
12435
+ "output_required": true,
12040
12436
  "type": "int",
12041
12437
  "value_allowed_null": false
12042
12438
  },
12043
12439
  {
12044
12440
  "disabled": false,
12045
12441
  "document": "Instance ID",
12046
- "example": "",
12442
+ "example": "100035***,100036***",
12047
12443
  "member": "string",
12048
12444
  "name": "InstanceIds",
12049
- "required": true,
12445
+ "output_required": true,
12050
12446
  "type": "list",
12051
12447
  "value_allowed_null": false
12052
12448
  }
@@ -12058,8 +12454,8 @@
12058
12454
  "members": [
12059
12455
  {
12060
12456
  "disabled": false,
12061
- "document": "The ID of instance to be modified.",
12062
- "example": "crs-5qlrlhux",
12457
+ "document": "ID of the instance whose configuration is to be modified. Log in to the [TencentDB for Redis® console](https://console.cloud.tencent.com/Redis/instance/list) and copy the instance ID from the instance list.",
12458
+ "example": "crs-5qlr****",
12063
12459
  "member": "string",
12064
12460
  "name": "InstanceId",
12065
12461
  "required": true,
@@ -12100,6 +12496,15 @@
12100
12496
  "name": "NodeSet",
12101
12497
  "required": false,
12102
12498
  "type": "list"
12499
+ },
12500
+ {
12501
+ "disabled": false,
12502
+ "document": "Switch time.\n - 1: Perform the operation within the maintenance window: Specification upgrade is executed within the set maintenance window. Use the API [DescribeMaintenanceWindow](https://intl.cloud.tencent.com/document/product/239/46336?from_cn_redirect=1) to query the time period of the set maintenance window. Replica addition/removal, shard addition/removal, and memory capacity expansion/shrinkage are supported within the maintenance window. Specification upgrade within the maintenance window is being gradually tested and published by region. It is already supported in some regions. For urgent integration in regions that do not support it, [submit a ticket](https://console.cloud.tencent.com/workorder/category) to apply for an allowlist.\n -2: Perform the operation immediately: The operation will be performed immediately, without the need to wait for the maintenance window. Operations will be performed immediately by default for the system.",
12503
+ "example": "2",
12504
+ "member": "uint64",
12505
+ "name": "SwitchOption",
12506
+ "required": false,
12507
+ "type": "int"
12103
12508
  }
12104
12509
  ],
12105
12510
  "type": "object"
@@ -12195,7 +12600,7 @@
12195
12600
  },
12196
12601
  {
12197
12602
  "disabled": false,
12198
- "document": "Current Proxy version.",
12603
+ "document": "Current proxy version. Call the [DescribeInstances](https://www.tencentcloud.comom/document/product/239/20018?from_cn_redirect=1) API to obtain the current proxy version for the instance.",
12199
12604
  "example": "5.0.0",
12200
12605
  "member": "string",
12201
12606
  "name": "CurrentProxyVersion",
@@ -12204,7 +12609,7 @@
12204
12609
  },
12205
12610
  {
12206
12611
  "disabled": false,
12207
- "document": "Upgradable Redis version.",
12612
+ "document": "Upgradable Redis version. Call the [DescribeInstances](https://www.tencentcloud.comom/document/product/239/20018?from_cn_redirect=1) API to obtain the upgradable Redis version for the instance.",
12208
12613
  "example": "5.0.1",
12209
12614
  "member": "string",
12210
12615
  "name": "UpgradeProxyVersion",
@@ -12314,7 +12719,7 @@
12314
12719
  "members": [
12315
12720
  {
12316
12721
  "disabled": false,
12317
- "document": "Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.",
12722
+ "document": "Instance ID. Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy it from the instance list.",
12318
12723
  "example": "crs-rhlppeye",
12319
12724
  "member": "string",
12320
12725
  "name": "InstanceId",
@@ -12323,7 +12728,7 @@
12323
12728
  },
12324
12729
  {
12325
12730
  "disabled": false,
12326
- "document": "Whether to support “Reading Local Nodes Only” feature after upgrading to multi-AZ deployment.\nul><li>`true`: The “Read Local Nodes Only” feature is supported. During the upgrade, you need to upgrade the proxy version and Redis kernel minor version simultaneously, which will involve data migration and may take hours to complete. </li><li>`false`: The “Read Local Nodes Only” feature is not supported. Upgrading to multi-AZ deployment will involve metadata migration only without affecting the service, which generally take less than three minutes to complete.</li></ul>",
12731
+ "document": "Specifies whether the nearby access feature is supported after an upgrade to multi-AZ.\n- true: support the nearby access feature. The upgrade process requires simultaneous upgrades of the proxy version and Redis kernel minor version, which involves data migration and may take several hours.\n- false: no need to support the nearby access feature. Upgrade to multi-AZ only involves metadata migration management, with no impact on the service. The upgrade process is usually completed within 3 minutes, and the default value is false.",
12327
12732
  "example": "true",
12328
12733
  "member": "bool",
12329
12734
  "name": "UpgradeProxyAndRedisServer",