tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 (294) 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 +49 -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 +514 -333
  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 +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -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 +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  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/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  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 +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  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 +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  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/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -11,17 +11,17 @@
11
11
  "AsymmetricRsaDecrypt": [
12
12
  {
13
13
  "document": " ",
14
- "input": "https://kms.tencentcloudapi.com/?Action=AsymmetricRsaDecrypt\n&KeyId=554ef4b3-3071-11ea-a86a-5254006d0810\n&Ciphertext=Fb0UICocErQgNEkYKJagtoKNed7DLeo5UkZzPJMyI94CfWh6yKHGgb/0PBHrCve2Avo4gJI5pJMWP3Aq5ggX0aunLv87UX+sgO1/3HXW+q4ARaiwZ9Q73RQuPg6qJ2Eg33uZ2Xjey3l+5yHiOdZYmCVePtKAsuhxzKw/sALTbGTYYnbJXnGKr3Yu7Hs0hCC1bOz0sNqd1IXdUyMtQtbDOV8NWg2ecdZPIOdbnrCKIQ4rpMUghjSFv3rSHo5VbpuOGPXqEZT4goou42psIXb03li3TXxFZMTAdxVMzpqEuTfRxiMPEqyPEHe6xG92vJX0FZfWU8Y5SxlfXp+mvBbAmw==\n&Algorithm=RSAES_OAEP_SHA_1\n&<Common request parameters>",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"7c076c83-1402-41d8-8ce6-73a350a9eaf6\",\n \"KeyId\": \"554ef4b3-3071-11ea-a86a-5254006d0810\",\n \"Plaintext\": \"dGVzdA==\"\n }\n}",
16
- "title": "Decrypting data with an RSA asymmetric key"
14
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AsymmetricRsaDecrypt\n<Common request parameters>\n\n{\n \"KeyId\": \"edf72a11-69d0-11ef-9841-52540089bc41\",\n \"Ciphertext\": \"vlnJ/RrQE0mXiHGoya/xpKQJHkd5ImvdXug306BreYL60Kb8ucqQ0eurf5mX/mKZDSTGr8FDVK8b4HOopj7xuDQIzegObtvK2VGbXSaihI/fNDkmoWcgBF/V91scYJtrkwoISnvqsxcl9NeAp+H2A6E3vTiDpQK5oVb3OTG39FoYEvfbRNfef+iukiRiqOL7VGSPmx1nThi6Cd4XGBFzB0tvtmP2SnZhZuzryj+jnHVAz2bIuYP8M4OJYkk5muuACWxLGLQj5sh2FqIpbzT4nti4fOD4ieHnf/qCw/9yyiWUED67oelFKaBJEWGq3PT7bGtH4Sxx8SKx2BCBsR95sA==\",\n \"Algorithm\": \"RSAES_OAEP_SHA_256\"\n}",
15
+ "output": "{\n \"Response\": {\n \"KeyId\": \"edf72a11-69d0-11ef-9841-52540089bc41\",\n \"Plaintext\": \"dGVzdAo=\",\n \"RequestId\": \"8e7c44ba-917c-4e85-a626-a07806e9b7c9\"\n }\n}",
16
+ "title": "Asymmetric Key RSA Decryption"
17
17
  }
18
18
  ],
19
19
  "AsymmetricSm2Decrypt": [
20
20
  {
21
21
  "document": " ",
22
- "input": "https://kms.tencentcloudapi.com/?Action=AsymmetricSm2Decrypt\n&KeyId=554ef4b3-3071-11ea-a86a-5254006d0810\n&Ciphertext=Fb0UICocErQgNEkYKJagtoKNed7DLeo5UkZzPJMyI94CfWh6yKHGgb/0PBHrCve2Avo4gJI5pJMWP3Aq5ggX0aunLv87UX+sgO1/3HXW+q4ARaiwZ9Q73RQuPg6qJ2Eg33uZ2Xjey3l+5yHiOdZYmCVePtKAsuhxzKw/sALTbGTYYnbJXnGKr3Yu7Hs0hCC1bOz0sNqd1IXdUyMtQtbDOV8NWg2ecdZPIOdbnrCKIQ4rpMUghjSFv3rSHo5VbpuOGPXqEZT4goou42psIXb03li3TXxFZMTAdxVMzpqEuTfRxiMPEqyPEHe6xG92vJX0FZfWU8Y5SxlfXp+mvBbAmw==\n&<Common request parameters>",
23
- "output": "{\n \"Response\": {\n \"RequestId\": \"7c076c83-1402-41d8-8ce6-73a350a9eaf6\",\n \"KeyId\": \"554ef4b3-3071-11ea-a86a-5254006d0810\",\n \"Plaintext\": \"dGVzdA==\"\n }\n}",
24
- "title": "Decrypting data with an SM2 asymmetric key"
22
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AsymmetricSm2Decrypt\n<Common request parameters>\n\n{\n \"KeyId\": \"fce1015e-9735-11ef-be86-6abd61583d2d\",\n \"Ciphertext\": \"MG0CICuRefoqE7g5bpsZNYq+9d909cZl7nFuYFHiDhOqz8GAAiEA4lqmt3nGqpbu0qhbWsStkexXA2cA12nVWjgruFP5WKkEIG6JwYejm9gEr7CPOOhbirsGhga3W7J6C7kwdmf6VebRBATH1o2G\"\n}",
23
+ "output": "{\n \"Response\": {\n \"KeyId\": \"fce1015e-9735-11ef-be86-6abd61583d2d\",\n \"Plaintext\": \"dGVzdA==\",\n \"RequestId\": \"e2e0945e-7e90-421a-bfc8-64999d789283\"\n }\n}",
24
+ "title": "Asymmetric Key Sm2 Decryption"
25
25
  }
26
26
  ],
27
27
  "BindCloudResource": [
@@ -32,6 +32,14 @@
32
32
  "title": "Binding a key with a Tencent Cloud resource"
33
33
  }
34
34
  ],
35
+ "CancelDataKeyDeletion": [
36
+ {
37
+ "document": "Cancel scheduled deletion for a data key",
38
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelDataKeyDeletion\n<Common request parameters>\n\n{\n \"DataKeyId\": \"2a87094f-4c0e-11f0-8c25-52540073b995\"\n}",
39
+ "output": "{\n \"Response\": {\n \"DataKeyId\": \"2a87094f-4c0e-11f0-8c25-52540073b995\",\n \"RequestId\": \"9c08a46c-b2cd-448c-970b-581c1ce436c5\"\n }\n}",
40
+ "title": "Canceling Scheduled Deletion of a Data Key Example"
41
+ }
42
+ ],
35
43
  "CancelKeyArchive": [
36
44
  {
37
45
  "document": " ",
@@ -50,26 +58,26 @@
50
58
  ],
51
59
  "CreateKey": [
52
60
  {
53
- "document": "This example shows you how to create a Custom Master Key (CMK) for data encryption key management. The CMK is required for creating data encryption keys, encryption and decryption, and more.",
54
- "input": "https://kms.tencentcloudapi.com/?Action=CreateKey\n&Alias=mykey\n&KeyUsage=ENCRYPT_DECRYPT\n&Description=test\n&<Common request parameters>",
55
- "output": "{\n \"Response\": {\n \"KeyId\": \"9999aed0-4956-11e9-bc70-5254005e86b4\",\n \"Alias\": \"alias-0001\",\n \"CreateTime\": 1552897190,\n \"Description\": \"test cmk\",\n \"TagMsg\": \"Success\",\n \"TagCode\": 0,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"RequestId\": \"850bf779-2249-4995-8c55-b3966daf0a8c\",\n \"HsmClusterId\": \"\"\n }\n}",
56
- "title": "Creating a CMK"
61
+ "document": "This example shows you how to create a Custom Master Key (CMK) for user-managed DEKs. Subsequently, you can call other APIs such as creating DEKs and performing encryption and decryption operations.",
62
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKey\n<Common request parameters>\n\n{\n\"Description\": \"test Description\"\n \"Alias\": \"test8-lzc\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"env\",\n \"TagValue\": \"dev\"\n }\n ]\n}",
63
+ "output": "{\n \"Response\": {\n \"Alias\": \"test8-lzc\",\n \"CreateTime\": 1730347170,\n\"Description\": \"test description\"\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\",\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"RequestId\": \"c44aba41-015a-45aa-9e55-1a08ac9d1d78\",\n \"TagCode\": 0,\n \"TagMsg\": \"ok\"\n }\n}",
64
+ "title": "Creating a CMK Example"
57
65
  }
58
66
  ],
59
67
  "CreateWhiteBoxKey": [
60
68
  {
61
69
  "document": " ",
62
- "input": "https://kms.tencentcloudapi.com/?Action=CreateWhiteBoxKey\n&Alias=test_alias\n&Description=test_description\n&Algorithm=SM4\n&<Common request parameters>",
63
- "output": "{\n \"Response\": {\n \"RequestId\": \"3691b76c-1ba5-4f93-88ad-858d23ba6c8a\",\n \"EncryptKey\": \"AAAAAHP6lsgUa4mYE/cT5LGkquR3xKzUG+cB6oWJ7exbmfR37G6QCB2dEjpdq6+JvmC7cbiDXUFaExxSHQTjlJAzTh/T4p6BZy31uiPXogOnsDEm/vGnh3AJQBopXreiUYe54ZlpJPd/yZocQhsFhiNw2Bmqy6bkp4LrzT2FvzHh5YhwNLRuJnou3G5OecuvaNQoz2L9hkCSc4s7iUaiCMzzDgCnfCYhqgKP+HtaqOMv0LKRzTjSYKxdmzWjPT1vMUxv2Mtk+fF/5gEI6z++eybnWsyJHTx03YnF52sVw5RNs3axXRmOQWUOIoswKmb8M/urWdUio6ZZeE2fMPBg2H2GJvf5wbtCsHLFwdUZBQJ/VcgLXHj0VQxUdUFffL/yZfvIOXAzACvkiZmUEIRP422s5EXIJFfLzA5S+aJgl1Kwp7XI\",\n \"DecryptKey\": \"AAAAAHP6lsgUa4mYE/cT5LGkquR3xKzUG+cB6oWJ7exbmfR37G6QCB2dEjpdq6+JvmC7cbiDXUFaExxSHQTjlJAzTh/T4p6BZy31uiPXogOnsDEm/vGnh3AJQBopXreiUYe54ZlpJPd/yZocQhsFhiNw2Bmqy6bkp4LrzT2FvzHh5YhwNLRuJnou3G5OecuvaNQoz2L9hkCSc4s7iUaiCMzzDgCnfCYhqgKP+HtaqOMv0LKRzTjSYKxdmzWjPT1vMUxv2Mtk+fF/5gEI6z++eybnWsyJHTx03YnF52sVw5RNs3axXRmOQWUOIoswKmb8M/urWdUio6ZZeE2fMPBg2H2GJvf5wbtCsHLFwdUZBQJ/VcgLXHj0VQxUdUFffL/yZfvIOXAzACvkiZmUEIRP422s5EXIJFfLzA5S+aJgl1Kwp7XI\",\n \"KeyId\": \"3235f222-6e40-11ea-8f2f-5254006d0810\",\n \"TagMsg\": \"xx\",\n \"TagCode\": 1\n }\n}",
64
- "title": "Creating a white-box key"
70
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWhiteBoxKey\n<Common request parameters>\n\n{\n \"Alias\": \"test-lzcw2\",\n\"Description\": \"White-box testing\"\n \"Algorithm\": \"SM4\"\n}",
71
+ "output": "{\n \"Response\": {\n \"DecryptKey\": \"AACAAAAA0/BswblZOBqsOJY/ST****x9scSvWUFbSG/tGBrMpzuCndKomu/Ig4/G\",\n \"EncryptKey\": \"AACAAAAA0/BswblZO****VTtExsaGx9scSvWUFbSG/tGBrMpzuCndKomu/Ig4/G\",\n \"KeyId\": \"9fe1e083-9807-11ef-8d67-5254008ae90d\",\n \"RequestId\": \"af2946f2-0a41-4d40-9e6e-b6e1e3eb5447\",\n \"TagCode\": 0,\n \"TagMsg\": \"no tags to save\"\n }\n}",
72
+ "title": "Create a White-Box Key"
65
73
  }
66
74
  ],
67
75
  "Decrypt": [
68
76
  {
69
77
  "document": "Decrypt ciphertext.",
70
- "input": "https://kms.tencentcloudapi.com/?Action=Decrypt\n&CiphertextBlob=Ade234dasdeEWdGVzdCUyMHBsYWlJJlIHL\n&<Common request parameters>",
71
- "output": "{\n \"Response\": {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"Plaintext\": \"dGVzdCUyMHBsYWluJTIwdGV4dA==\",\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\"\n }\n}",
72
- "title": "Decrypting"
78
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: Decrypt\n<Common request parameters>\n\n{\n \"CiphertextBlob\": \"GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-GqsANzNxvjjXhKwJAOY85vxYYm/2RtsCXRq7Q1iWbCAoeAtZ\",\n \"EncryptionContext\": \"{\\\"key1\\\":\\\"value1\\\"}\",\n \"EncryptionAlgorithm\": \"SM2\"\n}",
79
+ "output": "{\n \"Response\": {\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"Plaintext\": \"dGVzdAo=\",\n \"RequestId\": \"4c857b16-e977-4086-b33a-532613f03abd\"\n }\n}",
80
+ "title": "Decrypt API Example"
73
81
  }
74
82
  ],
75
83
  "DeleteImportedKeyMaterial": [
@@ -88,52 +96,68 @@
88
96
  "title": "Deleting a white-box key"
89
97
  }
90
98
  ],
99
+ "DescribeDataKey": [
100
+ {
101
+ "document": "",
102
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataKey\n<Common request parameters>\n\n{\n \"DataKeyId\": \"c0fb30d1-4ceb-11f0-bcaa-525400eb1719\"\n}",
103
+ "output": "{\n \"Response\": {\n \"DataKeyMetadata\": {\n \"CreateTime\": 1750323588,\n \"CreatorUin\": 100000007998,\n \"DataKeyId\": \"c0fb30d1-4ceb-11f0-bcaa-525400eb1719\",\n \"DataKeyName\": \"42tofUJQy1gVjfsuIS0sbDoSqtpKuiw3\",\n \"DeletionDate\": 0,\n \"Description\": \"TestDateKey_01\",\n \"HsmClusterId\": \"\",\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\",\n \"KeyState\": \"Enabled\",\n \"NumberOfBytes\": 1024,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/100000007998/c0fb30d1-4ceb-11f0-bcaa-525400eb1719\"\n },\n \"RequestId\": \"46107db0-5b2b-4d1d-b71d-acfefcaf6d12\"\n }\n}",
104
+ "title": "Retrieving Data Key Details"
105
+ }
106
+ ],
107
+ "DescribeDataKeys": [
108
+ {
109
+ "document": "",
110
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataKeys\n<Common request parameters>\n\n{\n \"DataKeyIds\": [\n \"7fe31abf-5018-11f0-b672-52540073b995\",\n \"8042dfcb-5018-11f0-b672-52540073b995\"\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"DataKeyMetadatas\": [\n {\n \"CreateTime\": 1750672660,\n \"CreatorUin\": 100000007998,\n \"DataKeyId\": \"7fe31abf-5018-11f0-b672-52540073b995\",\n \"DataKeyName\": \"Test6331120\",\n \"DeletionDate\": 0,\n \"Description\": \"\",\n \"HsmClusterId\": \"\",\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\",\n \"KeyState\": \"Enabled\",\n \"NumberOfBytes\": 32,\n \"Origin\": \"EXTERNAL\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/100000007998/7fe31abf-5018-11f0-b672-52540073b995\"\n },\n {\n \"CreateTime\": 1750672660,\n \"CreatorUin\": 100000007998,\n \"DataKeyId\": \"8042dfcb-5018-11f0-b672-52540073b995\",\n \"DataKeyName\": \"miNAmDEc09znOK7jw9Yi3L9cmq8xk6z1\",\n \"DeletionDate\": 0,\n \"Description\": \"TestDateKey_01\",\n \"HsmClusterId\": \"\",\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\",\n \"KeyState\": \"Enabled\",\n \"NumberOfBytes\": 1024,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/100000007998/8042dfcb-5018-11f0-b672-52540073b995\"\n }\n ],\n \"RequestId\": \"33c0c722-09e0-4f19-b16b-187a5898fd66\"\n }\n}",
112
+ "title": "Retrieving Data Key Detail List Example"
113
+ }
114
+ ],
91
115
  "DescribeKey": [
92
116
  {
93
- "document": "Get the attribute details of the specified CMK.",
94
- "input": "https://kms.tencentcloudapi.com/?Action=DescribeKey\n&KeyId=23e80852-1e38-11e9-b129-5cb9019b4b01\n&<Common request parameters>",
95
- "output": "{\n \"Response\": {\n \"KeyMetadata\": {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"Alias\": \"myalias\",\n \"CreateTime\": 1548210729,\n \"Description\": \"test cmk\",\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 0,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n },\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\"\n }\n}",
96
- "title": "Getting CMK attributes"
117
+ "document": "This example shows you how to obtain the detailed information of attributes for the designated CMK.",
118
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKey\n<Common request parameters>\n\n{\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\"\n}",
119
+ "output": "{\n \"Response\": {\n \"KeyMetadata\": {\n \"Alias\": \"test11-lzc\",\n \"CreateTime\": 1730357927,\n \"CreatorUin\": 700001224419,\n \"DeletionDate\": 0,\n\"Description\": \"Import external key\"\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"NextRotateTime\": 1761893927,\n \"Origin\": \"EXTERNAL\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001224419/93866e69-9755-11ef-8e65-52540089bc41\",\n \"Type\": 4,\n \"ValidTo\": 0\n },\n \"RequestId\": \"5575a949-8eda-497f-bee3-9d8a07763747\"\n }\n}",
120
+ "title": "Retrieving CMK Attributes Example"
97
121
  }
98
122
  ],
99
123
  "DescribeKeys": [
100
124
  {
101
- "document": "Get attributes of multiple CMKs.",
102
- "input": "https://kms.tencentcloudapi.com/?Action=DescribeKeys\n&KeyIds.0=23e80852-1e38-11e9-b129-5cb9019b4b01\n&KeyIds.1=23e80852-1e38-11e9-b129-5cb9019b4b02\n&KeyIds.2=23e80852-1e38-11e9-b129-5cb9019b4b03\n&<Common request parameters>",
103
- "output": "{\n \"Response\": {\n \"KeyMetadatas\": [\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"Alias\": \"myalias\",\n \"CreateTime\": 1548210729,\n \"Description\": \"test cmk\",\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 0,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n },\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b02\",\n \"Alias\": \"testalias\",\n \"CreateTime\": 1548210730,\n \"Description\": \"test cmk\",\n \"KeyState\": \"Disabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 0,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n },\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b03\",\n \"Alias\": \"testalias3\",\n \"CreateTime\": 1548210730,\n \"Description\": \"test cmk\",\n \"KeyState\": \"PendingDelete\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 1560580015,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n }\n ],\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\"\n }\n}",
104
- "title": "Getting attributes of multiple CMKs"
125
+ "document": "This example shows you how to retrieve the attributes of multiple CMKs.",
126
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeys\n<Common request parameters>\n\n{\n \"KeyIds\": [\n \"87ff856e-973c-11ef-947b-525400d834e5\",\n \"93866e69-9755-11ef-8e65-52540089bc41\"\n ]\n}",
127
+ "output": "{\n \"Response\": {\n \"KeyMetadatas\": [\n {\n \"Alias\": \"test8-lzc\",\n \"CreateTime\": 1730347170,\n \"CreatorUin\": 700001224419,\n \"DeletionDate\": 0,\n\"Description\": \"test Description\"\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"NextRotateTime\": 1761883170,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001224419/87ff856e-973c-11ef-947b-525400d834e5\",\n \"Type\": 4,\n \"ValidTo\": 0\n },\n {\n \"Alias\": \"test11-lzc\",\n \"CreateTime\": 1730357927,\n \"CreatorUin\": 700001224419,\n \"DeletionDate\": 0,\n\"Description\": \"Import an external key\"\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"NextRotateTime\": 1761893927,\n \"Origin\": \"EXTERNAL\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001224419/93866e69-9755-11ef-8e65-52540089bc41\",\n \"Type\": 4,\n \"ValidTo\": 0\n }\n ],\n \"RequestId\": \"05278c40-eb6c-473d-a1e6-00a8177f9c6a\"\n }\n}",
128
+ "title": "Retrieve Multiple CMK Attributes"
105
129
  }
106
130
  ],
107
131
  "DescribeWhiteBoxDecryptKey": [
108
132
  {
109
133
  "document": " ",
110
134
  "input": "https://kms.tencentcloudapi.com/?Action=DescribeWhiteBoxDecryptKey\n&KeyId=244dab8c-6dad-11ea-80c6-5254006d0810\n&<Common request parameters>",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"8788b5f3-8eaa-48a8-915a-b7c52f57065e\",\n \"DecryptKey\": \"AAAAACL4R9T1M3r3/S9XpMbUbwHJUKbq/tll0Bop7LG90lHpj+DKmOiEE0Rs5rRrMNaCYIWzWJyU0SNQoX1WNn06QB2qrhDCXEPdwMwgJHx+YfJHUh/eSF5/LUEv27ltidqJyUk3HF5CZgjkN901hFEPf9ZCJcEo5XrORpopW7Ur6svPAjDtIPN3kUDCTqgTPC+FBX0cO/zEZFeMMAU2BPwe6f5O1x5BTrCBEf4qJDpZqT/WxXvSid8pFQ8uSxMqaf0ot57NzfuWG92oAe9HQ7bDCcfuBN7nXX+QipQIBxD/LVWk7zrHtLD/TJfAAoTuE7QKc/lSTOpI1xkTxJq/AFLd5K9EaBN7kpAkAsponZc20Tpk+KlyWE3NHdQrION9fsxtUBl5tz/l6T1j49SR5J2axZ2nnkA3o7L1WIGiv7r3tkd+\"\n }\n}",
112
- "title": "Getting a white-box decryption key"
135
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8788b5f3-8eaa-48a8-915a-b7c52f57065e\",\n \"DecryptKey\": \"AAAAACL4R9T1M3r3/S9XpMbUbwHJUKbq/tll0Bop7LG90lHpj+DKmOiEE0Rs5rRrMN*****qaf0ot57NzfuWG92oAe9HQ7bDCcfuBN7nXX+QipQIBxD/LVWk7zrHtLD/TJfAAoTuE7QKc/lSTOpI1xkTxJq/AFLd5K9EaBN7kpAkAsponZc20Tpk+KlyWE3NHdQrION9fsxtUBl5tz/l6T1j49SR5J2axZ2nnkA3o7L1WIGiv7r3tkd+\"\n }\n}",
136
+ "title": "Retrieve White-Box Decryption Key"
113
137
  }
114
138
  ],
115
139
  "DescribeWhiteBoxDeviceFingerprints": [
116
140
  {
117
141
  "document": " ",
118
- "input": "https://kms.tencentcloudapi.com/?Action=DescribeWhiteBoxDeviceFingerprints\n&KeyId=cd850a3d-9b1b-11ea-a96a-5254006d0810\n&<Common request parameters>",
119
- "output": "{\n \"Response\": {\n \"RequestId\": \"f643be96-3ea8-4abe-b148-0cc74436b2c1\",\n \"DeviceFingerprints\": [\n {\n \"Identity\": \"c19c024c-2ba1-11b2-a85c-96f970f4a8e1\",\n \"Description\": \"desc\"\n }\n ]\n }\n}",
120
- "title": "Getting the device fingerprint list of a specified key"
142
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWhiteBoxDeviceFingerprints\n<Common request parameters>\n\n{\n \"KeyId\": \"5551ef2e-6742-11ef-8133-525400b2f623\"\n}",
143
+ "output": "{\n \"Response\": {\n \"DeviceFingerprints\": [\n {\n \"Description\": \"test1\",\n \"Identity\": \"0177ebba-5ad6930a52d808***03-ddfd218bab945f-0c275b7f7d2c8c68\"\n }\n ],\n \"RequestId\": \"5dc1c93f-8864-4525-a896-f56019aae02b\"\n }\n}",
144
+ "title": "Retrieve the Device Fingerprint List of the Specified Key"
121
145
  }
122
146
  ],
123
147
  "DescribeWhiteBoxKey": [
124
148
  {
125
149
  "document": " ",
126
- "input": "https://kms.tencentcloudapi.com/?Action=DescribeWhiteBoxKey\n&KeyId=244dab8c-6dad-11ea-80c6-5254006d0810\n&<Common request parameters>",
127
- "output": "{\n \"Response\": {\n \"RequestId\": \"395989ef-4e4a-4f16-856d-3bb5a86ba99c\",\n \"KeyInfo\": {\n \"KeyId\": \"244dab8c-6dad-11ea-80c6-5254006d0810\",\n \"Alias\": \"xx\",\n \"CreateTime\": 1585040099,\n \"Description\": \"xx\",\n \"CreatorUin\": 0,\n \"OwnerUin\": 0,\n \"Status\": \"Disabled\",\n \"Algorithm\": \"SM4\",\n \"EncryptKey\": \"AAAAACL4R9T1M3r3/S9XpMbUbwHJUKbq/tll0Bop7LG90lHpj+DKmOiEE0Rs5rRrMNaCYIWzWJyU0SNQoX1WNn06QB2qrhDCXEPdwMwgJHx+YfJHUh/eSF5/LUEv27ltidqJyUk3HF5CZgjkN901hFEPf9ZCJcEo5XrORpopW7Ur6svPAjDtIPN3kUDCTqgTPC+FBX0cO/zEZFeMMAU2BPwe6f5O1x5BTrCBEf4qJDpZqT/WxXvSid8pFQ8uSxMqaf0ot57NzfuWG92oAe9HQ7bDCcfuBN7nXX+QipQIBxD/LVWk7zrHtLD/TJfAAoTuE7QKc/lSTOpI1xkTxJq/AFLd5K9EaBN7kpAkAsponZc20Tpk+KlyWE3NHdQrION9fsxtUBl5tz/l6T1j49SR5J2axZ2nnkA3o7L1WIGiv7r3tkd+\",\n \"DecryptKey\": \"AAAAACL4R9T1M3r3/S9XpMbUbwHJUKbq/tll0Bop7LG90lHpj+DKmOiEE0Rs5rRrMNaCYIWzWJyU0SNQoX1WNn06QB2qrhDCXEPdwMwgJHx+YfJHUh/eSF5/LUEv27ltidqJyUk3HF5CZgjkN901hFEPf9ZCJcEo5XrORpopW7Ur6svPAjDtIPN3kUDCTqgTPC+FBX0cO/zEZFeMMAU2BPwe6f5O1x5BTrCBEf4qJDpZqT/WxXvSid8pFQ8uSxMqaf0ot57NzfuWG92oAe9HQ7bDCcfuBN7nXX+QipQIBxD/LVWk7zrHtLD/TJfAAoTuE7QKc/lSTOpI1xkTxJq/AFLd5K9EaBN7kpAkAsponZc20Tpk+KlyWE3NHdQrION9fsxtUBl5tz/l6T1j49SR5J2axZ2nnkA3o7L1WIGiv7r3tkd+\",\n \"DeviceFingerprintBind\": true,\n \"ResourceId\": \"xx\"\n }\n }\n}",
128
- "title": "Displaying white-box key information"
150
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWhiteBoxKey\n<Common request parameters>\n\n{\n \"KeyId\": \"5551ef2e-6742-11ef-8133-525400b2f623\"\n}",
151
+ "output": "{\n \"Response\": {\n \"KeyInfo\": {\n \"Algorithm\": \"SM4\",\n \"Alias\": \"lzc2\",\n \"CreateTime\": 1725072007,\n \"CreatorUin\": 700001224419,\n \"DecryptKey\": \"AACAAAAACMD5WLv****+rt0t6Qgamj/FwS6qYFZWwp/M0wM00KwxUSp8P\",\n \"Description\": \"2\",\n \"DeviceFingerprintBind\": false,\n \"EncryptKey\": \"AACAAAAACMD5WLvPb4qY***rt0t6Qgamj/FwS6qYFZWwp/M0wM00KwxUSp8P\",\n \"KeyId\": \"5551ef2e-6742-11ef-8133-525400b2f623\",\n \"OwnerUin\": 100000007998,\n \"ResourceId\": \"creatorUin/700001224419/5551ef2e-6742-11ef-8133-525400b2f623\",\n \"Status\": \"Enabled\"\n },\n \"RequestId\": \"13b3e0ed-7d5e-4c6c-99ba-b334f02d7573\"\n }\n}",
152
+ "title": "Show the Information of the White-Box Key"
129
153
  }
130
154
  ],
131
155
  "DescribeWhiteBoxKeyDetails": [
132
156
  {
133
157
  "document": " ",
134
- "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWhiteBoxKeyDetails\n<Common request parameters>\n\n{}",
135
- "output": "{\n \"Response\": {\n \"KeyInfos\": [\n {\n \"Status\": \"xx\",\n \"DecryptKey\": \"xx\",\n \"KeyId\": \"xx\",\n \"Description\": \"xx\",\n \"CreatorUin\": 1,\n \"ResourceId\": \"xx\",\n \"OwnerUin\": 1,\n \"Algorithm\": \"xx\",\n \"Alias\": \"xx\",\n \"EncryptKey\": \"xx\",\n \"CreateTime\": 1,\n \"DeviceFingerprintBind\": true\n },\n {\n \"Status\": \"xx\",\n \"DecryptKey\": \"xx\",\n \"KeyId\": \"xx\",\n \"Description\": \"xx\",\n \"CreatorUin\": 1,\n \"ResourceId\": \"xx\",\n \"OwnerUin\": 1,\n \"Algorithm\": \"xx\",\n \"Alias\": \"xx\",\n \"EncryptKey\": \"xx\",\n \"CreateTime\": 1,\n \"DeviceFingerprintBind\": true\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"xx\"\n }\n}",
136
- "title": "Getting the white-box key list"
158
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWhiteBoxKeyDetails\n<Common request parameters>\n\n{\n \"KeyStatus\": 1,\n \"Offset\": 0,\n \"Limit\": 1,\n \"TagFilters\": [\n {\n \"TagKey\": \"env\",\n \"TagValue\": [\n \"dev\"\n ]\n }\n ]\n}",
159
+ "output": "{\n \"Response\": {\n \"KeyInfos\": [\n {\n \"Algorithm\": \"SM4\",\n \"Alias\": \"testKey1\",\n \"CreateTime\": 1730441467,\n \"CreatorUin\": 700001224419,\n \"DecryptKey\": \"AACAAAAA3iht+5vrtKBnOagzrjeMFY8GZnRWIOgNcaKtY4RzWUmt0chcuELNIt6ZADmXSEdfndSWfAKizW1F4rnp2fncVQppWNlDjSwY6F/RcSCmU0/aDx3Yc2UIq/zM1jsLFX29CUBQD2a1pNzwepAl1A5HbxLYnrwVdB8Z364d9CyNd5YhVUKo4a8vmx0KA66SaLFSlzpWNZWAb+kZGrJDWMMRqLYigukAYDPsPYXMAb/MIoW5ywicGiY04vI59J1LVPezyMhi5ydTHuImNEcgYw2Tt07yG7LiDFVkWo5iCXXX9/zu+9eXdX93WGz20oDDBwpcFsKMk9tXvVhx7o9TCSgT7VERIQOWQKTH9iDb5RUyRPqPvyV1KEtbhTx/AlnkZEIdOM411JIvNucskvES4RaZ/MS+wxhkUYnFjL6GMg4MLepB87QaA7zivBKc\",\n\"Description\": \"Test description information\"\n \"DeviceFingerprintBind\": false,\n \"EncryptKey\": \"AACAAAAA3iht+5vrtKBnOagzrjeMFY8GZnRWIOgNcaKtY4RzWUmt0chcuELNIt6ZADmXSEdfndSWfAKizW1F4rnp2fncVQppWNlDjSwY6F/RcSCmU0/aDx3Yc2UIq/zM1jsLFX29CUBQD2a1pNzwepAl1A5HbxLYnrwVdB8Z364d9CyNd5YhVUKo4a8vmx0KA66SaLFSlzpWNZWAb+kZGrJDWMMRqLYigukAYDPsPYXMAb/MIoW5ywicGiY04vI59J1LVPezyMhi5ydTHuImNEcgYw2Tt07yG7LiDFVkWo5iCXXX9/zu+9eXdX93WGz20oDDBwpcFsKMk9tXvVhx7o9TCSgT7VERIQOWQKTH9iDb5RUyRPqPvyV1KEtbhTx/AlnkZEIdOM411JIvNucskvES4RaZ/MS+wxhkUYnFjL6GMg4MLepB87QaA7zivBKc\",\n \"KeyId\": \"14a9885b-9818-11ef-8d67-5254008ae90d\",\n \"OwnerUin\": 100000007998,\n \"ResourceId\": \"creatorUin/700001224419/14a9885b-9818-11ef-8d67-5254008ae90d\",\n \"Status\": \"Enabled\"\n }\n ],\n \"RequestId\": \"052e4c07-795b-4aa1-8b8f-b968d3792dea\",\n \"TotalCount\": 4\n }\n}",
160
+ "title": "Retrieve the White-Box Key List"
137
161
  }
138
162
  ],
139
163
  "DescribeWhiteBoxServiceStatus": [
@@ -144,6 +168,22 @@
144
168
  "title": "Querying the white-box key service status"
145
169
  }
146
170
  ],
171
+ "DisableDataKey": [
172
+ {
173
+ "document": "This example shows you how to disable a data key.",
174
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableDataKey\n<Common request parameters>\n\n{\n \"DataKeyId\": \"26299dfb-4f42-11f0-b672-52540073b995\"\n}",
175
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7f4bb2ac-283f-41c0-9ff5-0f35cf551609\"\n }\n}",
176
+ "title": "Disabling a Data Key Example"
177
+ }
178
+ ],
179
+ "DisableDataKeys": [
180
+ {
181
+ "document": "",
182
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableDataKeys\n<Common request parameters>\n\n{\n \"DataKeyIds\": [\n \"7fe31abf-5018-11f0-b672-52540073b995\",\n \"8042dfcb-5018-11f0-b672-52540073b995\"\n ]\n}",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1b4bfd47-df00-4494-9131-da3870a76295\"\n }\n}",
184
+ "title": "Bulk Disabling Data Keys Example"
185
+ }
186
+ ],
147
187
  "DisableKey": [
148
188
  {
149
189
  "document": "Disable the specified CMK.",
@@ -184,6 +224,22 @@
184
224
  "title": "Batching disabling white-box keys "
185
225
  }
186
226
  ],
227
+ "EnableDataKey": [
228
+ {
229
+ "document": "",
230
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableDataKey\n<Common request parameters>\n\n{\n \"DataKeyId\": \"c0fb30d1-4ceb-11f0-bcaa-525400eb1719\"\n}",
231
+ "output": "{\n \"Response\": {\n \"RequestId\": \"93a3bea5-f32f-4319-8d8d-956540dfc422\"\n }\n}",
232
+ "title": "Enabling a Data Key"
233
+ }
234
+ ],
235
+ "EnableDataKeys": [
236
+ {
237
+ "document": "",
238
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableDataKeys\n<Common request parameters>\n\n{\n \"DataKeyIds\": [\n \"eb46f9c0-5015-11f0-ace9-525400eb1719\"\n ]\n}",
239
+ "output": "{\n \"Response\": {\n \"RequestId\": \"54d25f02-cb69-4045-9fc8-433eaedcac70\"\n }\n}",
240
+ "title": "Batch Enable Data Keys"
241
+ }
242
+ ],
187
243
  "EnableKey": [
188
244
  {
189
245
  "document": "Enable a CMK for use.",
@@ -226,26 +282,26 @@
226
282
  ],
227
283
  "Encrypt": [
228
284
  {
229
- "document": "This example shows you how to use a CMK to encrypt data up to 4 KB.",
230
- "input": "https://kms.tencentcloudapi.com/?Action=Encrypt\n&KeyId=23e80852-1e38-11e9-b129-5cb9019b4b01\n&Plaintext=dGVzdCUyMHBsYWluJTIwdGV4dA==\n&<Common request parameters>",
231
- "output": "{\n \"Response\": {\n \"RequestId\": \"816c6886-2147-4ee7-86f0-9400a7a398a5\",\n \"KeyId\": \"9999aed0-4956-11e9-bc70-5254005e86b4\",\n \"CiphertextBlob\": \"g2F8eQk44QrTbfj09TL17AZyFPgs8BTtZe2j27Wuw1YzTBCxnd0T/gwFQSasmtzxZi6mmvD7DCjCE+LxJmdhXQ==-k-zJshb0kBH7C2J5I3XXbbEg==-k-o1O+7H9HFAzWbCkftO2ZtPKewS3diSB4zGKOJhMn7LcKRhYr\"\n }\n}",
232
- "title": "Encrypting data"
285
+ "document": "This example shows you how to encrypt data less than 4 KB in size using a CMK.",
286
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: Encrypt\n<Common request parameters>\n\n{\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"Plaintext\": \"dGVzdAo=\",\n \"EncryptionContext\": \"{\\\"key1\\\":\\\"value1\\\"}\"\n}",
287
+ "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-GqsANzNxvjjXhKwJAOY85vxYYm/2RtsCXRq7Q1iWbCAoeAtZ\",\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"RequestId\": \"017f4b2a-4ae8-4d2c-a0d2-ec15e07d3deb\"\n }\n}",
288
+ "title": "Example of Encryption API"
233
289
  }
234
290
  ],
235
291
  "EncryptByWhiteBox": [
236
292
  {
237
293
  "document": " ",
238
- "input": "https://kms.tencentcloudapi.com/?Action=EncryptByWhiteBox\n&KeyId=244dab8c-6dad-11ea-80c6-5254006d0810\n&PlainText=UGxhaW5UZXh0\n&<Common request parameters>",
239
- "output": "{\n \"Response\": {\n \"RequestId\": \"4b3be01e-117a-43f5-aa34-dd5034efe3dd\",\n \"InitializationVector\": \"BQbVImt3p_xr8VQebZaXGQ==\",\n \"CipherText\": \"ZKHH2la4DpwlkwjANQ5hgw==\"\n }\n}",
240
- "title": "Encrypting data with a white-box key"
294
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EncryptByWhiteBox\n<Common request parameters>\n\n{\n \"KeyId\": \"738c7598-6a69-11ef-9d7c-525400dc620c\",\n \"InitializationVector\": \"3t+gDx/YmtnJuokqAg+cOw==\",\n \"PlainText\": \"dGVzdAo=\"\n}",
295
+ "output": "{\n \"Response\": {\n \"CipherText\": \"StE4p5N11zwKybR3REtaag==\",\n \"InitializationVector\": \"3t+gDx/YmtnJuokqAg+cOw==\",\n \"RequestId\": \"a77183bf-8a95-4167-bd4a-84f02df0d4da\"\n }\n}",
296
+ "title": "Encrypt Using a White-Box Key"
241
297
  }
242
298
  ],
243
299
  "GenerateDataKey": [
244
300
  {
245
- "document": "This example shows you how to generate a DEK using the specified CMK.",
246
- "input": "https://kms.tencentcloudapi.com/?Action=GenerateDataKey\n&KeyId=23e80852-1e38-11e9-b129-5cb9019b4b01\n&KeySpec=AES_256\n&<Common request parameters>",
247
- "output": "{\n \"Response\": {\n \"RequestId\": \"fe11aa29-0cc2-4204-bfea-6ebb30cc00d7\",\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"Plaintext\": \"uW9wqntw+FAgnfsIrxOpOA==\",\n \"CiphertextBlob\": \"g2F8eQk44QrTbfj09TL17AZyFPgs8BTtZe2j27Wuw1YzTBCxnd0T/gwFQSasmtzxZi6mmvD7DCjCE+LxJmdhXQ==-k-fKVP3WIlGpg8m9LMW4jEkQ==-k-h/nUfRbaTUY7/KWXwuSK1Py+ZFRTK5WQiUz6yQE5XBFUN3UwPOUbl8P3A3caow2rlqTjUw==\"\n }\n}",
248
- "title": "Generating a DEK"
301
+ "document": "Use the specified CMK to generate a data key.",
302
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateDataKey\n<Common request parameters>\n\n{\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"KeySpec\": \"AES_256\",\n \"NumberOfBytes\": 32,\n \"EncryptionContext\": \"{\\\"key1\\\":\\\"value1\\\"}\",\n \"EncryptionPublicKey\": \"-----BEGIN PUBLIC KEY-----\\nMFkwEwYHKoZIzj0CAQYIKoEcz****srLVydfJiHQuh2Jr9lMspgK58UVMJTvQCAU+Hztyhd6Aw==\\n-----END PUBLIC KEY-----\",\n \"EncryptionAlgorithm\": \"SM2\"\n}",
303
+ "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"GPJUsGlmPcSjHKIktXGyzn33yestz+7NteW36M6FuL8hPfJ1xVfdO6Akr8sF69x3yBXMwto4njumJMIsi9WKow==-k-XqqalxTyNKIC1rITRePFGQ==-k-xAL9z9eXIHV/p+WT1RsHP3dm6f43bkomXjwmvWdMXH+JQoFORTThfXgcRh1f9lPNLENK4+fCOiQVG1VvLdA0RvcuRvU=\",\n \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\",\n \"Plaintext\": \"q+EouJ/tGeiZIo9/tIl2baxQOBFxcN0PNn7F6EIEvpDR6kvQmHohD5PTbUCKPkct6K8jOiYpbuaWZthxco0phMRSE4+HpB17rX4jmlW8pw3eHWOZo8yRyq/c7RVVo0+DtZofszwhMirQyjcBTJWhLt7xywtE5zqhDjngeEktAEw=\",\n \"RequestId\": \"044e823a-7a0c-4603-b03c-e99be5df998d\"\n }\n}",
304
+ "title": "Generate Data Keys Example"
249
305
  }
250
306
  ],
251
307
  "GenerateRandom": [
@@ -256,6 +312,22 @@
256
312
  "title": "Generating a random number"
257
313
  }
258
314
  ],
315
+ "GetDataKeyCiphertextBlob": [
316
+ {
317
+ "document": "This example shows you how to download the encrypted data key.",
318
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDataKeyCiphertextBlob\n<Common request parameters>\n\n{\n \"DataKeyId\": \"cb0f16e6-4f49-11f0-b672-52540073b995\"\n}",
319
+ "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"KoFmB5Ro70M6wfNJe1xlzriwwyn4Ypj6cjXNUbhbEE7+cAtl4ym/EIj3aAzK0Sa6GKgPzyor+zC7bUhRyB5eeQ==-k-fKVP3WIlGpg8m9LMW4jEkQ==-k-yMhT0yaoSueIApZePMxwBZ0y6EjfaKdxvvPhk9LT1ldmhb+Z\",\n \"RequestId\": \"88d9d828-f019-4625-b0f7-75b57dd2e582\"\n }\n}",
320
+ "title": "Downloading a DEK Ciphertext"
321
+ }
322
+ ],
323
+ "GetDataKeyPlaintext": [
324
+ {
325
+ "document": "Obtain the plaintext of the data key",
326
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDataKeyPlaintext\n<Common request parameters>\n\n{\n \"DataKeyId\": \"cb0f16e6-4f49-11f0-b672-52540073b995\"\n}",
327
+ "output": "{\n \"Response\": {\n \"Plaintext\": \"3434\",\n \"RequestId\": \"bd05b0b7-8019-44cf-a67e-fd9a940cee82\"\n }\n}",
328
+ "title": "Retrieving the Data Key Plaintext Example"
329
+ }
330
+ ],
259
331
  "GetKeyRotationStatus": [
260
332
  {
261
333
  "document": "Query whether key rotation is enabled for the specified CMK.",
@@ -296,6 +368,14 @@
296
368
  "title": "Querying the service status"
297
369
  }
298
370
  ],
371
+ "ImportDataKey": [
372
+ {
373
+ "document": "",
374
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportDataKey\n<Common request parameters>\n\n{\n \"DataKeyName\": \"test_weijia_0123456\",\n \"ImportKeyMaterial\": \"MTIzNAo=\",\n \"ImportType\": 2,\n\"Description\": \"Data key import test\"\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\"\n}",
375
+ "output": "{\n \"Response\": {\n \"DataKeyId\": \"eb46f9c0-5015-11f0-ace9-525400eb1719\",\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\",\n \"RequestId\": \"85568b48-a19c-43e1-9850-6d9101dc2b3a\"\n }\n}",
376
+ "title": "Data Key Import Example"
377
+ }
378
+ ],
299
379
  "ImportKeyMaterial": [
300
380
  {
301
381
  "document": " ",
@@ -312,20 +392,36 @@
312
392
  "title": "Listing encryption methods supported in the current region"
313
393
  }
314
394
  ],
395
+ "ListDataKeyDetail": [
396
+ {
397
+ "document": "",
398
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDataKeyDetail\n<Common request parameters>\n\n{\n \"SearchKeyAlias\": \"e6c1f360-4ceb-11f0-8428-52540073b995\"\n}",
399
+ "output": "{\n \"Response\": {\n \"DataKeyMetadatas\": [\n {\n \"CreateTime\": 1750323652,\n \"CreatorUin\": 100000007998,\n \"DataKeyId\": \"e6c1f360-4ceb-11f0-8428-52540073b995\",\n \"DataKeyName\": \"eY66EuC61oAhm6qXyjZAPWhX0Gn9oe8g\",\n \"DeletionDate\": 1750928452,\n \"Description\": \"TestDateKey_01\",\n \"HsmClusterId\": \"\",\n \"KeyId\": \"0397abd8-4029-11f0-aa65-52540064acab\",\n \"KeyState\": \"PendingDelete\",\n \"NumberOfBytes\": 1024,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/100000007998/e6c1f360-4ceb-11f0-8428-52540073b995\"\n }\n ],\n \"RequestId\": \"75bd39cb-1e80-4b54-9b83-b991b6f684d6\",\n \"TotalCount\": 1\n }\n}",
400
+ "title": "Retrieving Data Key List Details Example"
401
+ }
402
+ ],
403
+ "ListDataKeys": [
404
+ {
405
+ "document": "This example shows you how to retrieve the data key.",
406
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDataKeys\n<Common request parameters>\n\n{}",
407
+ "output": "{\n \"Response\": {\n \"DataKeys\": [\n {\n \"DataKeyId\": \"50cc8e9f-4f44-11f0-ace9-525400eb1719\"\n },\n {\n \"DataKeyId\": \"32e9bd2c-4f44-11f0-ace9-525400eb1719\"\n },\n {\n \"DataKeyId\": \"d02ea923-4f43-11f0-b672-52540073b995\"\n },\n {\n \"DataKeyId\": \"1a6a8465-4dc8-11f0-b672-52540073b995\"\n },\n {\n \"DataKeyId\": \"f3fd3a12-4dba-11f0-ace9-525400eb1719\"\n },\n {\n \"DataKeyId\": \"d6e6cf2d-4ceb-11f0-8428-52540073b995\"\n },\n {\n \"DataKeyId\": \"c0fb30d1-4ceb-11f0-bcaa-525400eb1719\"\n },\n {\n \"DataKeyId\": \"72da485a-4ceb-11f0-bcaa-525400eb1719\"\n },\n {\n \"DataKeyId\": \"602b4824-4ceb-11f0-bcaa-525400eb1719\"\n },\n {\n \"DataKeyId\": \"52293da7-4cc1-11f0-a29a-525400eb1719\"\n }\n ],\n \"RequestId\": \"e9033eb2-e7ba-46a6-b83e-3bc2fc8d906c\",\n \"TotalCount\": 132\n }\n}",
408
+ "title": "Get Key List"
409
+ }
410
+ ],
315
411
  "ListKeyDetail": [
316
412
  {
317
413
  "document": " ",
318
- "input": "https://kms.tencentcloudapi.com/?Action=ListKeyDetail\n&Offset=0\n&Limit=3\n&Role=0\n&<Common request parameters>",
319
- "output": "{\n \"Response\": {\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\",\n \"KeyMetadatas\": [\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"Alias\": \"myalias\",\n \"CreateTime\": 1548210729,\n \"Description\": \"test cmk\",\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 0,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n },\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b02\",\n \"Alias\": \"testalias\",\n \"CreateTime\": 1548210730,\n \"Description\": \"test cmk\",\n \"KeyState\": \"Disabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 0,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n },\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b03\",\n \"Alias\": \"testalias2\",\n \"CreateTime\": 1548210730,\n \"Description\": \"test cmk\",\n \"KeyState\": \"PendingDelete\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"Type\": 1,\n \"CreatorUin\": 1001,\n \"KeyRotationEnabled\": true,\n \"Owner\": \"user\",\n \"NextRotateTime\": 1553151489,\n \"DeletionDate\": 1560580015,\n \"Origin\": \"TENCENT_KMS\",\n \"ValidTo\": 0\n }\n ],\n \"TotalCount\": 100\n }\n}",
320
- "title": "Getting CMK list details"
414
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListKeyDetail\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"Role\": 0,\n \"OrderType\": 0,\n \"KeyState\": 0,\n \"SearchKeyAlias\": \"Weijiali\",\n \"Origin\": \"TENCENT_KMS\",\n \"KeyUsage\": \"ALL\",\n \"TagFilters\": [\n {\n \"TagKey\": \"env\",\n \"TagValue\": [\n \"dev\"\n ]\n }\n ],\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\"\n}",
415
+ "output": "{\n \"Response\": {\n \"KeyMetadatas\": [\n {\n \"Alias\": \"Weijiali_test_000000005\",\n \"CreateTime\": 1725354067,\n \"CreatorUin\": 700001028674,\n \"DeletionDate\": 0,\n \"Description\": \"weijiali_test_00000000000005\",\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"0ed49d3e-69d3-11ef-9841-52540089bc41\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ASYMMETRIC_SIGN_VERIFY_SM2\",\n \"NextRotateTime\": 1756890067,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001028674/0ed49d3e-69d3-11ef-9841-52540089bc41\",\n \"Type\": 4,\n \"ValidTo\": 0\n },\n {\n \"Alias\": \"Weijiali_test_00000000000004\",\n \"CreateTime\": 1725354055,\n \"CreatorUin\": 700001028674,\n \"DeletionDate\": 0,\n \"Description\": \"Weijiali_test_00000000000004\",\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"07ad2031-69d3-11ef-9841-52540089bc41\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ASYMMETRIC_DECRYPT_SM2\",\n \"NextRotateTime\": 1756890055,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001028674/07ad2031-69d3-11ef-9841-52540089bc41\",\n \"Type\": 4,\n \"ValidTo\": 0\n },\n {\n \"Alias\": \"weijiali_test_00000000000003\",\n \"CreateTime\": 1725354040,\n \"CreatorUin\": 700001028674,\n \"DeletionDate\": 0,\n \"Description\": \"weijiali_test_00000000000003\",\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\",\n \"KeyId\": \"fea98175-69d2-11ef-910d-525400d834e5\",\n \"KeyRotationEnabled\": false,\n \"KeyState\": \"Enabled\",\n \"KeyUsage\": \"ENCRYPT_DECRYPT\",\n \"NextRotateTime\": 1756890040,\n \"Origin\": \"TENCENT_KMS\",\n \"Owner\": \"user\",\n \"ResourceId\": \"creatorUin/700001028674/fea98175-69d2-11ef-910d-525400d834e5\",\n \"Type\": 4,\n \"ValidTo\": 0\n }\n ],\n \"RequestId\": \"57c12411-dd1a-4f3c-aaff-aec49a442b6c\",\n \"TotalCount\": 3\n }\n}",
416
+ "title": "Get the Master Key List Details"
321
417
  }
322
418
  ],
323
419
  "ListKeys": [
324
420
  {
325
- "document": "This example shows you how to get the list of CMKs.",
326
- "input": "https://kms.tencentcloudapi.com/?Action=ListKeys\n&Offset=0\n&Limit=2\n&<Common request parameters>",
327
- "output": "{\n \"Response\": {\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\",\n \"Keys\": [\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\"\n },\n {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b02\"\n }\n ],\n \"TotalCount\": 100\n }\n}",
328
- "title": "Getting CMK list"
421
+ "document": "Retrieve the CMK key list",
422
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListKeys\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 2,\n \"Role\": 0,\n \"HsmClusterId\": \"cls-hsm-3dflmo9g\"\n}",
423
+ "output": "{\n \"Response\": {\n \"Keys\": [\n {\n \"KeyId\": \"515d337d-70b4-11ef-bc87-02ac442a5a1f\"\n },\n {\n \"KeyId\": \"0ed49d3e-69d3-11ef-9841-52540089bc41\"\n }\n ],\n \"RequestId\": \"28c0e45c-c034-4d8b-b006-f018aa88597d\",\n \"TotalCount\": 14\n }\n}",
424
+ "title": "Get the CMK Key List Example"
329
425
  }
330
426
  ],
331
427
  "OverwriteWhiteBoxDeviceFingerprints": [
@@ -339,41 +435,49 @@
339
435
  "PostQuantumCryptoDecrypt": [
340
436
  {
341
437
  "document": "This example shows you how to decrypt using PQC.",
342
- "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoDecrypt\n<Common request parameters>\n\n{\n \"CiphertextBlob\": \"abc\",\n \"EncryptionPublicKey\": \"abc\",\n \"EncryptionAlgorithm\": \"abc\"\n}",
343
- "output": "{\n \"Response\": {\n \"KeyId\": \"abc\",\n \"PlainText\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
344
- "title": "Decrypting with PQC"
438
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoDecrypt\n<Common request parameters>\n\n{\n \"CiphertextBlob\": \"Ade234dasdeEWdGVzdCUyMHBsYWlJJlIHL\",\n \"EncryptionPublicKey\": \"-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYI******VWhjH2dhziiH/NWCkk3FjIhjIwqjmnWhmUTg== -----END PUBLIC KEY----- \",\n \"EncryptionAlgorithm\": \"SM2\"\n}",
439
+ "output": "{\n \"Response\": {\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"PlainText\": \"dGVzdCUyMHBsYWluJTIwdGV4dA==\",\n \"RequestId\": \"cc8f9b3c-620d-4a25-9fb5-decd94357bd8\"\n }\n}",
440
+ "title": "Decrypting with Post-Quantum Cryptography Algorithm"
345
441
  }
346
442
  ],
347
443
  "PostQuantumCryptoEncrypt": [
348
444
  {
349
- "document": "This example shows you how to encrypt using PQC.",
350
- "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoEncrypt\n<Common request parameters>\n\n{\n \"KeyId\": \"abc\",\n \"PlainText\": \"abc\"\n}",
351
- "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"abc\",\n \"KeyId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
352
- "title": "Encrypting with PQC"
445
+ "document": "This example shows you how to encrypt data using a PQC key.",
446
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoEncrypt\n<Common request parameters>\n\n{\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"PlainText\": \"dGVzdAo=\"\n}",
447
+ "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"ZHNhZHNpbzEyMW5uaz1qb2lqMm***********TIxbWExcwo=\",\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"RequestId\": \"403150d4-1736-4e61-9259-d70bb7799620\"\n }\n}",
448
+ "title": "Encrypting Data with a Post-Quantum Cryptography Algorithm Key"
353
449
  }
354
450
  ],
355
451
  "PostQuantumCryptoSign": [
356
452
  {
357
- "document": "This example shows you how to generate a signature using PQC. ",
358
- "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoSign\n<Common request parameters>\n\n{\n \"Message\": \"abc\",\n \"KeyId\": \"abc\"\n}",
359
- "output": "{\n \"Response\": {\n \"Signature\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
360
- "title": "Generating a signature using PQC"
453
+ "document": "Generate a signature using PQC.",
454
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoSign\n<Common request parameters>\n\n{\n \"Message\": \"dGVzdAo=\",\n \"KeyId\": \"b2b90f78-df57-11ed-979b-525400cf6ac4\"\n}",
455
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5a3e2a73-73c3-480c-9e32-36a263803eec\",\n \"Signature\": \"wb8u5CM+MnlZ2tlDCxwT8OmhslNZ8rMGCDC78iJJe8FA6eZKmxcIM5MVGh6TqFU53qOaJc7fOOjR4DTl4Pp1Mcrr6aFyw1bVErnaF8G8q6jBVGNZ52O+b8H+kFuySy6xWMcEuTKnaZRFlMU566d0TqLXlqntR641oP0X9UuzHvpMdRYKorg5IDPq3x5aWOtRIsyDBG7Pa6X7+XOdE1+uWbzjP4bOClm+Q/fl3KPdcbICxEuDvfdb1qdR4qBZ4uy5bG7JElk0z+NpKcpxiaFz4RaHJO8o64FFyD2F3A6rrKY5jku4Il3kXbklYlW93KKGGnJI9sEaqSQjETeLgwPaQECQBByPyzD+fYes9tvUbttQuZ18frl2bnmlCvFzpeigl7nzznxByFSYGBefNjnuzzTX26zUhy54I+sNijYzJyur/nKXXnX6ltcOLYBDke06bjPaPW73HryD1WesWgrL4m0kKoyIy8TdGDVbI5sGNmSOvOBvccMQ7b/jD2DWoVh7dGWJcLiroITUfUQLvKp71OGEkXKwTpeH1PFwFVTSz+F5zXAlTpvcF9h3Ao4e/fpB+zwRlZlKQQ3TAeCJXdnE3Qqos83Xd804kQ+Y/l7vERw//OJ6YIEWzxkcycTUbqi/DHJOexppQFMu0pPntlU32u+NASkqxpyE4EEp62T/rU2kYcn8eoHYCAVmU6mxoNsHsLZnt3DIcxc4VOby/ruSznQ/BPextecELaaKPA2ARN4Tb2aUUftlDYgYW4M/p3TEJxLO4LPCMIHPpNp3Gj9stsT4rlwvkw9ZYYMaR4IdBjJhd0Lod7lG5HzMiJC1D5KL4UqLIpN8bjfX+22U+gN0sVG91ruOhO3/epnsDPvDzoVtYHqkWX7a3XMhgoNxJxr0/KRFFEHlOgn250qwXg/czqEz1EN/obCKvkRHLdzU2iIJujAkUZb4Z0J7GlYznd8GGUOtraDgeKDEnAukU4L5PDVM4jYdrzAF1oF7SNAyePdnNLnWWp8RJNkFDoCZS/eBawq3vYa9avt3++5kwU+BSVBXiqQDmv1VYrlVTHeX7PoEYNpSwNvWSXVw9rTb1I/ek4painANi+QcWJdjVe+z29J5VDpuvrcSONzlep2zMItocxZRxr6VIs1FQLs7McN66enolxJfl/yIaAKP4KxdB1Dt+P2tH+Mqkl1NhvqCAfwm0f7LoDFWQ6ecAQ/8Pj9gA1bc0Tpq9wLvumS5qmVmTxySr0p5zvJ5NN71mYKAEUzuT/AyKKPHKT/F6iEJd5eWG4njUL128bjaENuDBD12BLxAwmBXiKCrEqCrkGIbKd/VQ8KTc7PDCH15/R79Xvnu14tEXckfpULcvC8Krfsutf5edDMOy0VossBpiyzBmfDOiGX4jxYpg5dK17vQ9q/+Ms/ORR5SUA+TT0wIlKzRwfr7sNR1D1cgg4+4Ma8WxZOKxPHEPwC7azKLZYmuWWYx74qdny0yUa2r2KYlxlbiPi3Jqk91fGyVXoMVucnW2i0X2rtjvV7KZ2MWDBXOkxmDvs6uWMipPO3X6Co3a6VWpuzT+5v19qswHIwIEaN+ovmpBYm57OZxZThfkJFf+TtlZAnknO7Q2F7uERQZr8yMM+nOMUN04SNubavm75NaL/mlnNpSrr0pa6IT9iMOYw/Q6HyVMpWEIz5vBOpTKsIAEd/8coDcvSeN9e/dokzhfSTtzgfEX6m4vGefPL1Lr2u7BwkyJRgmefCq6MWCxPA0UO89x8oar0PS2tF5Pgw1KI/ypzkVQiehLUC9MbTNQIgMXtdaiGrWIbZ80o7BkWkFWzoQ08tbWK7QbhxhNO3bZXkOwkiobFWBREAO3NzL4vRcXI47BMOdygbTd9KmrOK425hN08rfDeO7PfNWYIajtPtF/alsk1Jnn4MdHooQDsFJJ5dNfCY+menl3ukgmujn5WZERJ+WXV/7X3JOtajb3CXbYclnVUMtly5/B7KOMCS3+8uC46i2I2UgXbfKM4D8DmRscxmGtuaxuSyZE/XEgPc0aFsVEHaUuGmupaoUnxGqSrXp0rR+xmTlYNt95IPkwQmQms8R/PmmdXczksrERD6e5grFqZouMgjZP/kmbE4SSltBDdZDSQfq8DCTQcTmjQd5pu/Vl/I2xIy3qUfqLOQE+0z4g4B048DNHimo+w5W2MbWZAigwCsBwwYIL+xZEizUlrE7znd2/ua3WzYB+cD/Di0PJ4sDlzcOn1Vy2tEM7tIPS9oHlA8nYX6qLGUl8eg6BC3GNLr+RR/OkNffuTEBMTac36Dk+W9+lHD3CgNwtWpzSJUS9pqnvTWkCEG4bieFA1NrbK9zPnI1PFbAd8i1pFgv9sLGzQpEBS7ZRsM4bIPcje2BTvdcb9k2sG9Gj7BQ1RCeISo7mSL04eb4d0Bl8JuqGhN1shAcK5ts/n/Di5Jk9aBCteGwZrkAwx9W8EXy9rFFNYuq41RH345C6qV+LcxrZWBEqnSx3jvGFRB+Kru11b3Hfw4nd+pwZZ1O/ER3LrvWMq+wWhqPBAqCKnG/Mrc7blJGUu2us2WlHViPxEQhyiVjNzJanBk47RvdCqEAXND8hx+mlrzKwIYZer0aQCtEnvFpqVoHxKbQKXS7XAY3DX9TF3luCFQegsaXF6IehJAfL4yoTeJRl/+TNKHUr+D2AMu3VL35H6OFbMJVPBiPjFaJpVUXrOH3lACP+YymHmvRBdhbVSXBAFktjM7myj7AzuCGRcO2wrSzpJ5vR7Clrzgl4q+9Rqt/iwrE5FwtLBRVW9CqDozIAfeAhPLMAys8GehIHK7n6AXXX3/RLR9RZ30j4Egt5FYCVkU9Bf9iq6s17Hyy++MLH9W8W+N5avdVxaV4JtwJPyYzOTzRWfneLYt/r+2/9MYRTJSPPt4TEtvc+q7m4eC8750s2aZlvHnxahPeodfYMMhtRFQNUEYJ2Xei+CORbMuP03PyWbApjeDf9C27KuONNZX8lpPltVQYuoIS8nGJRPksPROX0CD58BP4/FT4VWZ365qnIAOrN0p9HjjjFhOlwAIeUYfLc0gZAMRQWOy3ye/110hSx27Vp4LlnXZsIuR2Y34jqT0arKUiCZW75myDvL5iUq3z4RDUvsCG0wESBmVZzlzJtGC0Pp4iu2HByZkI8GsDsGQ/GiSJqRzDZdQzgSJHX8t/gCp3ZZZpBbD7YWCKLEYti23h0y+y8sShKhJkGlhiJHpYCMFP5x0EnSRkuujoAmLI4pzyVhRgGXKqCagw6p+OWX1rVsweGPyLvVQzjqQsy1Ae5EmbOnzaIKYlndv8PNYqSN8BbtmX6m0jqrUNkFJdpm8YWMtwFn+HJwV7ONMzcG8R5PygB0CgMXPNZbiSrr/OOdI8qInyrUbFnF0j76mBkudftUKrMVm+gdvTWSfUCPkDkY/JRfNsxk6BJ44y78RXdR8QswxhW6cbP6S9IuZ2hHT29wKfigK0UanoUACtzQev9CVE8YCaPI6yLKT/JopiJI6u6IzxOhzttsRO1t+XiXxRNQNCGYWA+6IpIrp8WK+WJB91TWDe0WsKtzzbNzmZkkwB6u5vEsbJs2phv3fZjHa7njzEv7Lb+7QqbRPyEZTw6Hfpjr+zH2PDKiDX0j2PiogYqMB4lrmanZunP0bHY2Q7ON0IEYe5ZHKaHoaJHveL45drtOAMRDI/H0izKyCrgrdWZKjmjaLLcx7qIk4N/CzAdxPiNkYVun0pkZXXuVZlF9axy7RojOzmcAXquYpBvTdxuxi40oKGNQogBh/7H1nYQPYHb+k8TMv5CTVqj1Xqyu/ujv0BUePUbXMA1xxgNK8WfBYLzYlOH9k3BzMrhwditgtaLBUWp1pR62w5xxFNN7pn8GQVD/RQW5PIxDu4X1FyR3Yx40d9tuvLIbUSGDCmsHMcNg60A2S/NztiG6qjFKmF9VAZ5KsiRL8s+HZwMKbA1NDBMJdKjJpeMQwvMkrWgew6UFmRHsvxLGl4hMRe0Y3NylSfdPRLMMYppM+UpDtemx3Od7CreOikz0VUOj/8EQiY3gqZQBlrPKOklJKKv0Mf+5L5EBj/bVtm7Hv3SUz1jugRETc3jUW5CQniL26tnHZ9JsCrkKjD7b+7kov+Oycxll2o89zjxKqixW+fwFKJmEAIlxBBHpPRQb+Keu4ypL8hDZ4wMDHYuHhHiELixMaEJYABaa8xZJU0I9WNMmJNtTcNXOqR/iHGLkPRTDqLqcibPtKjFl1MjKSJpzq71WrxSJ5BI29ZwPnDqJ8yEVll48HkoiWtCjVGj7q8oyP4rDNv1osb8U7nNg41UkKzA4qESzcC1QoEsUxraVyMjG2e3sv+A7D6Pxs3hTT4W3sVHwHq+EQuCPBUn0mYyeH2GYfUCCpEPgoliQVdBng1dyn075nv1gKM72unWxWJWiczrPO/VoVy1WKxGTSlqiuhxx66+RfbkbX9m4FuGei6Zhw+Gxa5JwRYkRQt9vubOVYbxr2W6O0l068S5G+IMhVUthQ1O/WVHZZw1dPJ5NwkqrOads/xiAo/4dGh0898J627G6sQ1pm44slw9KGc7098FVeFHkRnXdXeAdh+vkm+7kQmogpG5W3691BAHeIMbVVXmGzipRSlW/S6OR1DOjGXGHuC1n4PnhnzZVBHqPSuas0BOrZvhmLcdbej8efn7IXmEy/swrUY/q9sCjVrTS/aQGUxROQ1Rgjxct3sj08akM5TkEOmEgb3RHTkOM5WKJABd18IaxPXwWX6+ZYYIbN3/NTxOzdaXqsVeF2LHjGNZRvvzuo47uG9Ivp5ERBapdR6We2PdnImkojvWqQmuVxkQ7dM8qjJqi4qnGrDKlBqM+PKhZcNl4dKf4CGRwQa5KN7h5Rm6TS6DtNInVu+hIe2VTSnyS9YxkJ4z2kbPVkzLrmijr/ZN21vwPFyrZRb/win/S6loBKtf+imWJnLVKArwymQnbAjbyOtWNdr2Kr1fAaep1wlqHvvxg1S6KQXjETg1kCXpy/lhJD8rMmsHVF3ZozmRVnOYFmfT1gRfYtKGi+7xW25pmKXXgdZgNz7H3o1qPTIbOty0K8ZCv8zxtncFNjf4O5qRwW02/OO9OCf79nzc1CKzN1BLsNnQpk1UR3pfinMuYSednc/ElWH8lfsisUa8ub7rH85SSD37tG3Ufe+bIDdSiqYdS/mX5GZ9d42m7G3FupviPsVMRvsBuy0POhplIOWlJWTGJvrrPlqbnC36uiW72GveRqyDCG5SUm9HP3oKFAZrAYf8kbz5M0Sn76T9SX1LUUuHCjWHSUnDsi+fL1AHkbouSoKHj8XOYxUrSrkpPLbJpREE6oA1N4OPWFttSays7b9sMWDxgE5VJQx2vsrUfSEX8pTdLxqaMCQTbO6eSgoDL5g8NMw3n/FDW5xRfBcJsCxIvXvHAYXoSpEBPgdkS3B12O3Y6wARwsp+VAkrDWgbdkjh4v2xECzVyrPcTE0Nmp+AyoofZwh7xF1n//gZv22xtQpEbsayAsJIdibma2gFlC+Bc7NwNHCRy3sTB+qb7I61ZTJDF66yXEI3RvJvoADujdvBDQ92mXBEnGi2kUbuUtJe4EF8Yz/x64f7hnfytz+OpuqCUvn2Hp6BZevQldvQyS1oijUcrdnkL/9JR5VtK/IvksngQ60subI8TSGsJq0K1Mh9+dJMaUxPxFXTLpcFxy346FrB1s6vX7W9PVY2/NGmDkjbypHDDxWAdlIVmg2gOg7Ksm6V14/7aMsRZPcJPFjc2dtytgaIWbSqYxGGVifPtFk7SpJ8VYtU6oT4NH/Mq8Y1YMg7rXnqCEVXdfeo4KY/C05AU0auF6WZYn5HWJRSnOiA+uAbRSZVC5ggAiD1eqP+Bb1ymgNpbTYoZKD9jiZiZjKkrPSP9DR/B0e29/NcWp8zsnnpbBRV2xlYtbZ557Y7h8/7gyjd43CZnYxCG3Rr7Q8r76dXJVmgBrb9P8mVOzDgRZBaYlwEalKBZLeJhmO9M0MeUkA+6DYwiup6ypPwa7INz1hiKLO5OUBcHWLp7naOmafrOT9YY6cqLEmOFhlm9vtKDM3VbHZ/EaBp2OmxgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA8VGiEoKy4=\"\n }\n}",
456
+ "title": "PQC Signature"
361
457
  }
362
458
  ],
363
459
  "PostQuantumCryptoVerify": [
364
460
  {
365
- "document": "This example shows you how to verify a signature using PQC. ",
366
- "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoVerify\n<Common request parameters>\n\n{\n \"KeyId\": \"abc\",\n \"SignatureValue\": \"abc\",\n \"Message\": \"abc\"\n}",
367
- "output": "{\n \"Response\": {\n \"SignatureValid\": true,\n \"RequestId\": \"abc\"\n }\n}",
368
- "title": "Verifying a signature with PQC"
461
+ "document": "PQC Signature Verification",
462
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PostQuantumCryptoVerify\n<Common request parameters>\n\n{\n \"KeyId\": \"b2b90f78-df57-11ed-979b-525400cf6ac4\",\n \"SignatureValue\": \"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\",\n \"Message\": \"dGVzdAo=\"\n}",
463
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e9be01bf-1bed-43d7-bc27-df198a52eef1\",\n \"SignatureValid\": true\n }\n}",
464
+ "title": "PQC Signature Verification"
369
465
  }
370
466
  ],
371
467
  "ReEncrypt": [
372
468
  {
373
- "document": "Re-encrypt the ciphertext",
374
- "input": "https://kms.tencentcloudapi.com/?Action=ReEncrypt\n&DestinationKeyId=23e80852-1e38-11e9-b129-5cb9019b4b01\n&CiphertextBlob=Ade234dasdeEWdGVzdCUyMHBsYWlJJlIHL\n&<Common request parameters>",
375
- "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"g2F8eQk44QrTbfj09TL17AZyFPgs8BTtZe2j27Wuw1YzTBCxnd0T/gwFQSasmtzxZi6mmvD7DCjCE+LxJmdhXQ==-k-zJshb0kBH7C2J5I3XXbbEg==-k-o1O+7H9HFAzWbCkftO2ZtPKewS3diSB4zGKOJhMn7LcKRhYr\",\n \"KeyId\": \"23e80852-1e38-11e9-b129-5cb9019b4b01\",\n \"SourceKeyId\": \"23e80852-1e38-11e9-b129-5cb9019b0000\",\n \"ReEncrypted\": true,\n \"RequestId\": \"1b580852-1e38-11e9-b129-5cb9019b4b00\"\n }\n}",
376
- "title": "Re-encrypting"
469
+ "document": "This example shows you how to re-encrypt ciphertext.",
470
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReEncrypt\n<Common request parameters>\n\n{\n \"CiphertextBlob\": \"M1UPpYhWviWGrfn78MLVBG1n5G2H6+pGK5u7xOmoWoCcWpxVKC1OAQujzQSLHWBE54p3Kd8Qji+7FOPN3nkQeA==-k-fKVP3WIlGpg8m9LMW4jEkQ==-k-8VyKJSv97jE/+mKGeevmUUvCXLYzWs6Zxn3PZoeBW4aPCjYX\",\n \"DestinationKeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\",\n \"DestinationEncryptionContext\": \"{\\\"key1\\\":\\\"value1\\\"}\"\n}",
471
+ "output": "{\n \"Response\": {\n \"CiphertextBlob\": \"M1UPpYhWviWGrfn78MLVBG1n5G2H6+pGK5u7xOmoWoCcWpxVKC1OAQujzQSLHWBE54p3Kd8Qji+7FOPN3nkQeA==-k-XqqalxTyNKIC1rITRePFGQ==-k-8VyKJSv97jE/+mKGeevmUUvCXLYzWs6Zxn3PZoeBW4aPCjYX\",\n \"KeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\",\n \"ReEncrypted\": true,\n \"RequestId\": \"6c3281fb-5286-49d5-8aeb-4a4424bc4271\",\n \"SourceKeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\"\n }\n}",
472
+ "title": "Re-Encryption API Example"
473
+ }
474
+ ],
475
+ "ScheduleDataKeyDeletion": [
476
+ {
477
+ "document": "Schedule deletion for a data key",
478
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ScheduleDataKeyDeletion\n<Common request parameters>\n\n{\n \"DataKeyId\": \"2a87094f-4c0e-11f0-8c25-52540073b995\",\n \"PendingWindowInDays\": 7\n}",
479
+ "output": "{\n \"Response\": {\n \"DataKeyId\": \"2a87094f-4c0e-11f0-8c25-52540073b995\",\n \"DeletionDate\": 1751276581,\n \"RequestId\": \"f610236f-580d-49d3-a766-71163d9108eb\"\n }\n}",
480
+ "title": "Example of Scheduling a Data Key for Deletion"
377
481
  }
378
482
  ],
379
483
  "ScheduleKeyDeletion": [
@@ -387,9 +491,9 @@
387
491
  "SignByAsymmetricKey": [
388
492
  {
389
493
  "document": " ",
390
- "input": "https://kms.tencentcloudapi.com/?Action=SignByAsymmetricKey\n&Algorithm=SM2DSA\n&Message=Zsfw9GLu7dnR8tRr3BDk4kFnxIdc8veiKX2gK49LqOA%3D\n&KeyId=6cdf26d1-44ff-11eb-841c-5254006d0810\n&MessageType=DIGEST\n&<Common request parameters>",
391
- "output": "{\n \"Response\": {\n \"RequestId\": \"e86d6131-2830-4e1c-9d03-d421affd646c\",\n \"Signature\": \"MEUCICr/JCV52BqGvI0iYxdZ1eL8zzJjx39mWNv2ZWdLOMvRAiEApO6os3Wj0Tg302fbTBr02IxHO1aCr0Zr41t4hi6yTG8=\"\n }\n}",
392
- "title": "Generating a signature with an asymmetric key"
494
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SignByAsymmetricKey\n<Common request parameters>\n\n{\n \"Algorithm\": \"SM2DSA\",\n \"Message\": \"dGVzdAo=\",\n \"KeyId\": \"d79e97e5-69d1-11ef-bc87-02ac442a5a1f\",\n \"MessageType\": \"RAW\"\n}",
495
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f60b4087-ab02-4c5b-bf50-956e591ccbc4\",\n \"Signature\": \"MEYCIQDFunV6ujrE9k4IMOEeH4J0uwENYSf1JH2DI01qlFWKkwIhAMiv6S2s3VsLtMF/+4rDEiF3IyE3zfRGq5B+k7hHfGoQ\"\n }\n}",
496
+ "title": "Asymmetric Key Signature"
393
497
  }
394
498
  ],
395
499
  "UnbindCloudResource": [
@@ -408,6 +512,28 @@
408
512
  "title": "Modifying alias"
409
513
  }
410
514
  ],
515
+ "UpdateDataKeyDescription": [
516
+ {
517
+ "document": "Modify data key description",
518
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataKeyDescription\n<Common request parameters>\n\n{\n \"DataKeyId\": \"cb0f16e6-4f49-11f0-b672-52540073b995\",\n \"Description\": \"Test modify description\"\n}",
519
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ea9ab121-2339-4176-b2fc-eb6f428789ec\"\n }\n}",
520
+ "title": "Modifying Data Key Description Example"
521
+ },
522
+ {
523
+ "document": "Modify Data Key Description",
524
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataKeyDescription\n<Common request parameters>\n\n{\n \"DataKeyId\": \"cb0f16e6-4f49-11f0-b672-52540073b995\",\n \"Description\": \"Test modify description\"\n}",
525
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ea9ab121-2339-4176-b2fc-eb6f428789ec\"\n }\n}",
526
+ "title": "Examples of Modifying Data Key Description"
527
+ }
528
+ ],
529
+ "UpdateDataKeyName": [
530
+ {
531
+ "document": "Rename a data key",
532
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataKeyName\n<Common request parameters>\n\n{\n \"DataKeyId\": \"cb0f16e6-4f49-11f0-b672-52540073b995\",\n \"DataKeyName\": \"updatedatakeyname\"\n}",
533
+ "output": "{\n \"Response\": {\n \"RequestId\": \"130b3e73-e6dc-4adf-b9ea-c3e087be45cb\"\n }\n}",
534
+ "title": "Modifying the Key Name of Data"
535
+ }
536
+ ],
411
537
  "UpdateKeyDescription": [
412
538
  {
413
539
  "document": "Modify the description of the specified CMK.",
@@ -419,9 +545,9 @@
419
545
  "VerifyByAsymmetricKey": [
420
546
  {
421
547
  "document": " ",
422
- "input": "https://kms.tencentcloudapi.com/?Action=VerifyByAsymmetricKey\n&Algorithm=SM2DSA\n&Message=Zsfw9GLu7dnR8tRr3BDk4kFnxIdc8veiKX2gK49LqOA%3D\n&KeyId=6cdf26d1-44ff-11eb-841c-5254006d0810\n&MessageType=DIGEST\n&SignatureValue=MEUCIQDeO1wB%2F5dEfprulvh9Zw06UJylDt9R8MQY5qRMjzhXJgIgPKO2kKicFKemwOft8SgniUA692ORrqVEabS3kcbPL8U%3D\n&<Common request parameters>",
423
- "output": "{\n \"Response\": {\n \"RequestId\": \"3e634985-c311-4790-953a-44990f7bec6b\",\n \"SignatureValid\": true\n }\n}",
424
- "title": "Verifying a signature with an asymmetric key"
548
+ "input": "POST / HTTP/1.1\nHost: kms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyByAsymmetricKey\n<Common request parameters>\n\n{\n \"KeyId\": \"d79e97e5-69d1-11ef-bc87-02ac442a5a1f\",\n \"SignatureValue\": \"MEUCIQDunw5PZuSVI6IPX2xxdce6ohrm9Rt8KBqpMr6yogDbdgIgVyqCOiOs9OVb/frwglpg+43QXMMRnFKmBd5VNpS4A/o=\",\n \"Message\": \"dGVzdAo=\",\n \"MessageType\": \"RAW\",\n \"Algorithm\": \"SM2DSA\"\n}",
549
+ "output": "{\n \"Response\": {\n \"RequestId\": \"020b75ba-22f8-4f53-ab16-46ae5120711a\",\n \"SignatureValid\": true\n }\n}",
550
+ "title": "Use Asymmetric Key for Signature Verification"
425
551
  }
426
552
  ]
427
553
  },