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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +46 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +444 -272
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1007 -139
- tccli/services/billing/v20180709/api.json +1707 -429
- tccli/services/billing/v20180709/examples.json +161 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +463 -208
- tccli/services/cdb/v20170320/examples.json +8 -8
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1003 -453
- tccli/services/cvm/v20170312/examples.json +176 -130
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +2272 -591
- tccli/services/cynosdb/v20190107/api.json +12480 -7740
- tccli/services/cynosdb/v20190107/examples.json +193 -9
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +490 -0
- tccli/services/hunyuan/v20230901/api.json +566 -0
- tccli/services/hunyuan/v20230901/examples.json +52 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
- tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
- tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1465 -123
- tccli/services/kms/v20190118/examples.json +129 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1437 -100
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1336 -49
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1878 -379
- tccli/services/mps/v20190612/api.json +7473 -1626
- tccli/services/mps/v20190612/examples.json +276 -82
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +515 -74
- tccli/services/ocr/v20181119/api.json +1991 -168
- tccli/services/ocr/v20181119/examples.json +58 -4
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +1084 -980
- tccli/services/tcsas/v20250106/examples.json +15 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +531 -54
- tccli/services/vod/v20180717/examples.json +25 -7
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1428 -350
- tccli/services/vpc/v20170312/api.json +1031 -133
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
|
@@ -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": " ",
|
|
@@ -88,12 +96,28 @@
|
|
|
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": "This example shows you how to obtain the
|
|
117
|
+
"document": "This example shows you how to obtain the detailed information of attributes for the designated CMK.",
|
|
94
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}",
|
|
95
|
-
"output": "{\n \"Response\": {\n \"KeyMetadata\": {\n \"Alias\": \"test11-lzc\",\n \"CreateTime\": 1730357927,\n \"CreatorUin\": 700001224419,\n \"DeletionDate\": 0,\n\"Description\": \"Import
|
|
96
|
-
"title": "
|
|
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": [
|
|
@@ -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.",
|
|
@@ -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,6 +392,22 @@
|
|
|
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": " ",
|
|
@@ -376,6 +472,14 @@
|
|
|
376
472
|
"title": "Re-Encryption API Example"
|
|
377
473
|
}
|
|
378
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"
|
|
481
|
+
}
|
|
482
|
+
],
|
|
379
483
|
"ScheduleKeyDeletion": [
|
|
380
484
|
{
|
|
381
485
|
"document": "This example shows you how to delete a specified CMK on the 7th day upon schedule deletion.",
|
|
@@ -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.",
|