tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -182,7 +182,7 @@
|
|
182
182
|
{
|
183
183
|
"disabled": false,
|
184
184
|
"document": "凭据名称,同一region内不可重复,最长128字节,使用字母、数字或者 - _ 的组合,第一个字符必须为字母或者数字。",
|
185
|
-
"example": "
|
185
|
+
"example": "test2-db-secret",
|
186
186
|
"member": "string",
|
187
187
|
"name": "SecretName",
|
188
188
|
"required": true,
|
@@ -209,7 +209,7 @@
|
|
209
209
|
{
|
210
210
|
"disabled": false,
|
211
211
|
"document": "云产品实例ID。",
|
212
|
-
"example": "cdb-
|
212
|
+
"example": "cdb-n4j3y33j",
|
213
213
|
"member": "string",
|
214
214
|
"name": "InstanceID",
|
215
215
|
"required": true,
|
@@ -227,7 +227,7 @@
|
|
227
227
|
{
|
228
228
|
"disabled": false,
|
229
229
|
"document": "将凭据与云产品实例绑定时,需要授予的权限列表。",
|
230
|
-
"example": "
|
230
|
+
"example": "[{\"PrivilegeName\":\"GlobalPrivileges\",\"Privileges\":[\"SELECT\"]}]",
|
231
231
|
"member": "ProductPrivilegeUnit",
|
232
232
|
"name": "PrivilegesList",
|
233
233
|
"required": true,
|
@@ -236,7 +236,7 @@
|
|
236
236
|
{
|
237
237
|
"disabled": false,
|
238
238
|
"document": "描述信息,用于详细描述用途等,最大支持2048字节。",
|
239
|
-
"example": "
|
239
|
+
"example": "测试数据库凭据创建",
|
240
240
|
"member": "string",
|
241
241
|
"name": "Description",
|
242
242
|
"required": false,
|
@@ -245,7 +245,7 @@
|
|
245
245
|
{
|
246
246
|
"disabled": false,
|
247
247
|
"document": "指定对凭据进行加密的KMS CMK。\n如果为空则表示使用Secrets Manager为您默认创建的CMK进行加密。\n您也可以指定在同region 下自行创建的KMS CMK进行加密。",
|
248
|
-
"example": "
|
248
|
+
"example": "6abd1fdb-86d4-11ef-b72d-52540089bc41",
|
249
249
|
"member": "string",
|
250
250
|
"name": "KmsKeyId",
|
251
251
|
"required": false,
|
@@ -254,7 +254,7 @@
|
|
254
254
|
{
|
255
255
|
"disabled": false,
|
256
256
|
"document": "标签列表。",
|
257
|
-
"example": "
|
257
|
+
"example": "[ { \"TagKey\": \"env\", \"TagValue\": \"dev\" } ]",
|
258
258
|
"member": "Tag",
|
259
259
|
"name": "Tags",
|
260
260
|
"required": false,
|
@@ -296,40 +296,40 @@
|
|
296
296
|
{
|
297
297
|
"disabled": false,
|
298
298
|
"document": "创建的凭据名称。",
|
299
|
-
"example": "
|
299
|
+
"example": "test2-db-secret",
|
300
300
|
"member": "string",
|
301
301
|
"name": "SecretName",
|
302
|
-
"
|
302
|
+
"output_required": true,
|
303
303
|
"type": "string",
|
304
304
|
"value_allowed_null": false
|
305
305
|
},
|
306
306
|
{
|
307
307
|
"disabled": false,
|
308
|
-
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2:
|
308
|
+
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。",
|
309
309
|
"example": "0",
|
310
310
|
"member": "uint64",
|
311
311
|
"name": "TagCode",
|
312
|
-
"
|
312
|
+
"output_required": false,
|
313
313
|
"type": "int",
|
314
|
-
"value_allowed_null":
|
314
|
+
"value_allowed_null": false
|
315
315
|
},
|
316
316
|
{
|
317
317
|
"disabled": false,
|
318
|
-
"document": "
|
319
|
-
"example": "
|
318
|
+
"document": "标签操作的返回信息。",
|
319
|
+
"example": "no tags to save",
|
320
320
|
"member": "string",
|
321
321
|
"name": "TagMsg",
|
322
|
-
"
|
322
|
+
"output_required": true,
|
323
323
|
"type": "string",
|
324
324
|
"value_allowed_null": false
|
325
325
|
},
|
326
326
|
{
|
327
327
|
"disabled": false,
|
328
328
|
"document": "创建云产品凭据异步任务ID号。",
|
329
|
-
"example": "
|
329
|
+
"example": "43414",
|
330
330
|
"member": "int64",
|
331
331
|
"name": "FlowID",
|
332
|
-
"
|
332
|
+
"output_required": true,
|
333
333
|
"type": "int",
|
334
334
|
"value_allowed_null": false
|
335
335
|
},
|
@@ -348,7 +348,7 @@
|
|
348
348
|
{
|
349
349
|
"disabled": false,
|
350
350
|
"document": "凭据名称,同一region内不可重复,最长128字节,使用字母、数字或者 - _ 的组合,第一个字符必须为字母或者数字。",
|
351
|
-
"example": "
|
351
|
+
"example": "test2-sshkey-secret",
|
352
352
|
"member": "string",
|
353
353
|
"name": "SecretName",
|
354
354
|
"required": true,
|
@@ -357,7 +357,7 @@
|
|
357
357
|
{
|
358
358
|
"disabled": false,
|
359
359
|
"document": "密钥对创建后所属的项目ID。",
|
360
|
-
"example": "
|
360
|
+
"example": "0",
|
361
361
|
"member": "int64",
|
362
362
|
"name": "ProjectId",
|
363
363
|
"required": true,
|
@@ -366,7 +366,7 @@
|
|
366
366
|
{
|
367
367
|
"disabled": false,
|
368
368
|
"document": "描述信息,用于详细描述用途等,最大支持2048字节。",
|
369
|
-
"example": "
|
369
|
+
"example": "描述信息",
|
370
370
|
"member": "string",
|
371
371
|
"name": "Description",
|
372
372
|
"required": false,
|
@@ -375,7 +375,7 @@
|
|
375
375
|
{
|
376
376
|
"disabled": false,
|
377
377
|
"document": "指定对凭据进行加密的KMS CMK。\n如果为空则表示使用Secrets Manager为您默认创建的CMK进行加密。\n您也可以指定在同region 下自行创建的KMS CMK进行加密。",
|
378
|
-
"example": "
|
378
|
+
"example": "6abd1fdb-86d4-11ef-b72d-52540089bc41",
|
379
379
|
"member": "string",
|
380
380
|
"name": "KmsKeyId",
|
381
381
|
"required": false,
|
@@ -384,7 +384,7 @@
|
|
384
384
|
{
|
385
385
|
"disabled": false,
|
386
386
|
"document": "标签列表。",
|
387
|
-
"example": "
|
387
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":\"dev\"}]",
|
388
388
|
"member": "Tag",
|
389
389
|
"name": "Tags",
|
390
390
|
"required": false,
|
@@ -393,7 +393,7 @@
|
|
393
393
|
{
|
394
394
|
"disabled": false,
|
395
395
|
"document": "用户自定义输入的SSH密钥对的名称,可由数字,字母和下划线组成,只能以数字和字母开头,长度不超过25个字符。",
|
396
|
-
"example": "
|
396
|
+
"example": "test2_key",
|
397
397
|
"member": "string",
|
398
398
|
"name": "SSHKeyName",
|
399
399
|
"required": false,
|
@@ -408,50 +408,50 @@
|
|
408
408
|
{
|
409
409
|
"disabled": false,
|
410
410
|
"document": "创建的凭据名称。",
|
411
|
-
"example": "
|
411
|
+
"example": "test2-sshkey-secret",
|
412
412
|
"member": "string",
|
413
413
|
"name": "SecretName",
|
414
|
-
"
|
414
|
+
"output_required": true,
|
415
415
|
"type": "string",
|
416
416
|
"value_allowed_null": false
|
417
417
|
},
|
418
418
|
{
|
419
419
|
"disabled": false,
|
420
420
|
"document": "创建的SSH密钥ID。",
|
421
|
-
"example": "
|
421
|
+
"example": "skey-e0vbh2ts",
|
422
422
|
"member": "string",
|
423
423
|
"name": "SSHKeyID",
|
424
|
-
"
|
424
|
+
"output_required": true,
|
425
425
|
"type": "string",
|
426
426
|
"value_allowed_null": false
|
427
427
|
},
|
428
428
|
{
|
429
429
|
"disabled": false,
|
430
430
|
"document": "创建的SSH密钥名称。",
|
431
|
-
"example": "
|
431
|
+
"example": "test2_key",
|
432
432
|
"member": "string",
|
433
433
|
"name": "SSHKeyName",
|
434
|
-
"
|
434
|
+
"output_required": true,
|
435
435
|
"type": "string",
|
436
436
|
"value_allowed_null": false
|
437
437
|
},
|
438
438
|
{
|
439
439
|
"disabled": false,
|
440
|
-
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2:
|
441
|
-
"example": "
|
440
|
+
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误",
|
441
|
+
"example": "0",
|
442
442
|
"member": "uint64",
|
443
443
|
"name": "TagCode",
|
444
|
-
"
|
444
|
+
"output_required": true,
|
445
445
|
"type": "int",
|
446
446
|
"value_allowed_null": false
|
447
447
|
},
|
448
448
|
{
|
449
449
|
"disabled": false,
|
450
|
-
"document": "
|
451
|
-
"example": "
|
450
|
+
"document": "标签操作的返回信息。",
|
451
|
+
"example": "ok",
|
452
452
|
"member": "string",
|
453
453
|
"name": "TagMsg",
|
454
|
-
"
|
454
|
+
"output_required": true,
|
455
455
|
"type": "string",
|
456
456
|
"value_allowed_null": false
|
457
457
|
},
|
@@ -497,7 +497,7 @@
|
|
497
497
|
{
|
498
498
|
"disabled": false,
|
499
499
|
"document": "指定对凭据进行加密的KMS CMK。如果为空则表示使用Secrets Manager为您默认创建的CMK进行加密。您也可以指定在同region 下自行创建的KMS CMK进行加密。",
|
500
|
-
"example": "
|
500
|
+
"example": "6abd1fdb-86d4-11ef-b72d-52540089bc41",
|
501
501
|
"member": "string",
|
502
502
|
"name": "KmsKeyId",
|
503
503
|
"required": false,
|
@@ -505,7 +505,7 @@
|
|
505
505
|
},
|
506
506
|
{
|
507
507
|
"disabled": false,
|
508
|
-
"document": "
|
508
|
+
"document": "凭据类型,默认为0自定义凭据。",
|
509
509
|
"example": "0",
|
510
510
|
"member": "uint64",
|
511
511
|
"name": "SecretType",
|
@@ -515,7 +515,7 @@
|
|
515
515
|
{
|
516
516
|
"disabled": false,
|
517
517
|
"document": "二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。",
|
518
|
-
"example": "
|
518
|
+
"example": "5Yet5o2udmFsdWUyCg==",
|
519
519
|
"member": "string",
|
520
520
|
"name": "SecretBinary",
|
521
521
|
"required": false,
|
@@ -524,7 +524,7 @@
|
|
524
524
|
{
|
525
525
|
"disabled": false,
|
526
526
|
"document": "文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。",
|
527
|
-
"example": "
|
527
|
+
"example": "lzc-env",
|
528
528
|
"member": "string",
|
529
529
|
"name": "SecretString",
|
530
530
|
"required": false,
|
@@ -533,7 +533,7 @@
|
|
533
533
|
{
|
534
534
|
"disabled": false,
|
535
535
|
"document": "JSON 格式字符串,用于指定特定凭据类型的额外配置。",
|
536
|
-
"example": "
|
536
|
+
"example": "key1",
|
537
537
|
"member": "string",
|
538
538
|
"name": "AdditionalConfig",
|
539
539
|
"required": false,
|
@@ -542,7 +542,7 @@
|
|
542
542
|
{
|
543
543
|
"disabled": false,
|
544
544
|
"document": "标签列表",
|
545
|
-
"example": "
|
545
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":\"dev\"}]",
|
546
546
|
"member": "Tag",
|
547
547
|
"name": "Tags",
|
548
548
|
"required": false,
|
@@ -557,7 +557,7 @@
|
|
557
557
|
{
|
558
558
|
"disabled": false,
|
559
559
|
"document": "新创建的凭据名称。",
|
560
|
-
"example": "
|
560
|
+
"example": "test2_secret",
|
561
561
|
"member": "string",
|
562
562
|
"name": "SecretName",
|
563
563
|
"output_required": true,
|
@@ -567,7 +567,7 @@
|
|
567
567
|
{
|
568
568
|
"disabled": false,
|
569
569
|
"document": "新创建的凭据版本。",
|
570
|
-
"example": "
|
570
|
+
"example": "v2.0",
|
571
571
|
"member": "string",
|
572
572
|
"name": "VersionId",
|
573
573
|
"output_required": true,
|
@@ -576,23 +576,23 @@
|
|
576
576
|
},
|
577
577
|
{
|
578
578
|
"disabled": false,
|
579
|
-
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2:
|
580
|
-
"example": "
|
579
|
+
"document": "标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误",
|
580
|
+
"example": "0",
|
581
581
|
"member": "uint64",
|
582
582
|
"name": "TagCode",
|
583
|
-
"output_required":
|
583
|
+
"output_required": false,
|
584
584
|
"type": "int",
|
585
|
-
"value_allowed_null":
|
585
|
+
"value_allowed_null": false
|
586
586
|
},
|
587
587
|
{
|
588
588
|
"disabled": false,
|
589
|
-
"document": "
|
590
|
-
"example": "
|
589
|
+
"document": "标签操作的返回信息",
|
590
|
+
"example": "ok",
|
591
591
|
"member": "string",
|
592
592
|
"name": "TagMsg",
|
593
|
-
"output_required":
|
593
|
+
"output_required": false,
|
594
594
|
"type": "string",
|
595
|
-
"value_allowed_null":
|
595
|
+
"value_allowed_null": false
|
596
596
|
},
|
597
597
|
{
|
598
598
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -642,10 +642,10 @@
|
|
642
642
|
{
|
643
643
|
"disabled": false,
|
644
644
|
"document": "指定删除的凭据名称。",
|
645
|
-
"example": "
|
645
|
+
"example": "lzc-ss",
|
646
646
|
"member": "string",
|
647
647
|
"name": "SecretName",
|
648
|
-
"
|
648
|
+
"output_required": true,
|
649
649
|
"type": "string",
|
650
650
|
"value_allowed_null": false
|
651
651
|
},
|
@@ -655,7 +655,7 @@
|
|
655
655
|
"example": "1574247268",
|
656
656
|
"member": "int64",
|
657
657
|
"name": "DeleteTime",
|
658
|
-
"
|
658
|
+
"output_required": true,
|
659
659
|
"type": "int",
|
660
660
|
"value_allowed_null": false
|
661
661
|
},
|
@@ -674,7 +674,7 @@
|
|
674
674
|
{
|
675
675
|
"disabled": false,
|
676
676
|
"document": "指定凭据名称。",
|
677
|
-
"example": "
|
677
|
+
"example": "lzc-testss",
|
678
678
|
"member": "string",
|
679
679
|
"name": "SecretName",
|
680
680
|
"required": true,
|
@@ -698,10 +698,10 @@
|
|
698
698
|
{
|
699
699
|
"disabled": false,
|
700
700
|
"document": "凭据名称。",
|
701
|
-
"example": "
|
701
|
+
"example": "lzc-testss",
|
702
702
|
"member": "string",
|
703
703
|
"name": "SecretName",
|
704
|
-
"
|
704
|
+
"output_required": true,
|
705
705
|
"type": "string",
|
706
706
|
"value_allowed_null": false
|
707
707
|
},
|
@@ -711,7 +711,7 @@
|
|
711
711
|
"example": "v1.0",
|
712
712
|
"member": "string",
|
713
713
|
"name": "VersionId",
|
714
|
-
"
|
714
|
+
"output_required": true,
|
715
715
|
"type": "string",
|
716
716
|
"value_allowed_null": false
|
717
717
|
},
|
@@ -729,8 +729,8 @@
|
|
729
729
|
"members": [
|
730
730
|
{
|
731
731
|
"disabled": false,
|
732
|
-
"document": "异步任务ID
|
733
|
-
"example": "
|
732
|
+
"document": "异步任务ID号",
|
733
|
+
"example": "43414",
|
734
734
|
"member": "int64",
|
735
735
|
"name": "FlowID",
|
736
736
|
"required": true,
|
@@ -748,17 +748,17 @@
|
|
748
748
|
"example": "1",
|
749
749
|
"member": "int64",
|
750
750
|
"name": "TaskStatus",
|
751
|
-
"
|
751
|
+
"output_required": true,
|
752
752
|
"type": "int",
|
753
753
|
"value_allowed_null": false
|
754
754
|
},
|
755
755
|
{
|
756
756
|
"disabled": false,
|
757
757
|
"document": "任务描述信息。",
|
758
|
-
"example": "
|
758
|
+
"example": "success",
|
759
759
|
"member": "string",
|
760
760
|
"name": "Description",
|
761
|
-
"
|
761
|
+
"output_required": true,
|
762
762
|
"type": "string",
|
763
763
|
"value_allowed_null": false
|
764
764
|
},
|
@@ -777,7 +777,7 @@
|
|
777
777
|
{
|
778
778
|
"disabled": false,
|
779
779
|
"document": "指定需要获取凭据轮转详细信息的凭据名称。",
|
780
|
-
"example": "
|
780
|
+
"example": "test3-db-secret",
|
781
781
|
"member": "string",
|
782
782
|
"name": "SecretName",
|
783
783
|
"required": true,
|
@@ -792,42 +792,42 @@
|
|
792
792
|
{
|
793
793
|
"disabled": false,
|
794
794
|
"document": "否允许轮转,true表示开启轮转,false表示禁止轮转。",
|
795
|
-
"example": "
|
795
|
+
"example": "true",
|
796
796
|
"member": "bool",
|
797
797
|
"name": "EnableRotation",
|
798
|
-
"
|
798
|
+
"output_required": true,
|
799
799
|
"type": "bool",
|
800
800
|
"value_allowed_null": false
|
801
801
|
},
|
802
802
|
{
|
803
803
|
"disabled": false,
|
804
|
-
"document": "轮转的频率,以天为单位,默认为1
|
805
|
-
"example": "
|
804
|
+
"document": "轮转的频率,以天为单位,默认为1天。",
|
805
|
+
"example": "30",
|
806
806
|
"member": "int64",
|
807
807
|
"name": "Frequency",
|
808
|
-
"
|
808
|
+
"output_required": true,
|
809
809
|
"type": "int",
|
810
|
-
"value_allowed_null":
|
810
|
+
"value_allowed_null": false
|
811
811
|
},
|
812
812
|
{
|
813
813
|
"disabled": false,
|
814
|
-
"document": "最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05
|
814
|
+
"document": "最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。",
|
815
815
|
"example": "2021-01-02 15:04:05",
|
816
816
|
"member": "string",
|
817
817
|
"name": "LatestRotateTime",
|
818
|
-
"
|
818
|
+
"output_required": true,
|
819
819
|
"type": "string",
|
820
|
-
"value_allowed_null":
|
820
|
+
"value_allowed_null": false
|
821
821
|
},
|
822
822
|
{
|
823
823
|
"disabled": false,
|
824
|
-
"document": "下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05
|
824
|
+
"document": "下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。",
|
825
825
|
"example": "2021-02-02 15:04:05",
|
826
826
|
"member": "string",
|
827
827
|
"name": "NextRotateBeginTime",
|
828
|
-
"
|
828
|
+
"output_required": true,
|
829
829
|
"type": "string",
|
830
|
-
"value_allowed_null":
|
830
|
+
"value_allowed_null": false
|
831
831
|
},
|
832
832
|
{
|
833
833
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -844,7 +844,7 @@
|
|
844
844
|
{
|
845
845
|
"disabled": false,
|
846
846
|
"document": "指定需要获取凭据轮转历史的凭据名称。",
|
847
|
-
"example": "
|
847
|
+
"example": "test3-db-secret",
|
848
848
|
"member": "string",
|
849
849
|
"name": "SecretName",
|
850
850
|
"required": true,
|
@@ -858,11 +858,11 @@
|
|
858
858
|
"members": [
|
859
859
|
{
|
860
860
|
"disabled": false,
|
861
|
-
"document": "
|
862
|
-
"example": "
|
861
|
+
"document": "版本号列表",
|
862
|
+
"example": "[ \"SSM_Rotate_20241030162442\" ]",
|
863
863
|
"member": "string",
|
864
864
|
"name": "VersionIDs",
|
865
|
-
"
|
865
|
+
"output_required": true,
|
866
866
|
"type": "list",
|
867
867
|
"value_allowed_null": false
|
868
868
|
},
|
@@ -872,7 +872,7 @@
|
|
872
872
|
"example": "1",
|
873
873
|
"member": "int64",
|
874
874
|
"name": "TotalCount",
|
875
|
-
"
|
875
|
+
"output_required": true,
|
876
876
|
"type": "int",
|
877
877
|
"value_allowed_null": false
|
878
878
|
},
|
@@ -891,7 +891,7 @@
|
|
891
891
|
{
|
892
892
|
"disabled": false,
|
893
893
|
"document": "指定需要获取凭据详细信息的凭据名称。",
|
894
|
-
"example": "
|
894
|
+
"example": "lzctest",
|
895
895
|
"member": "string",
|
896
896
|
"name": "SecretName",
|
897
897
|
"required": true,
|
@@ -906,7 +906,7 @@
|
|
906
906
|
{
|
907
907
|
"disabled": false,
|
908
908
|
"document": "凭据名称。",
|
909
|
-
"example": "
|
909
|
+
"example": "lzctest",
|
910
910
|
"member": "string",
|
911
911
|
"name": "SecretName",
|
912
912
|
"output_required": true,
|
@@ -975,103 +975,103 @@
|
|
975
975
|
},
|
976
976
|
{
|
977
977
|
"disabled": false,
|
978
|
-
"document": "0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis
|
978
|
+
"document": "0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis类型凭据。",
|
979
979
|
"example": "1",
|
980
980
|
"member": "int64",
|
981
981
|
"name": "SecretType",
|
982
982
|
"output_required": true,
|
983
983
|
"type": "int",
|
984
|
-
"value_allowed_null":
|
984
|
+
"value_allowed_null": false
|
985
985
|
},
|
986
986
|
{
|
987
987
|
"disabled": false,
|
988
|
-
"document": "
|
988
|
+
"document": "云产品名称。",
|
989
989
|
"example": "Mysql",
|
990
990
|
"member": "string",
|
991
991
|
"name": "ProductName",
|
992
992
|
"output_required": true,
|
993
993
|
"type": "string",
|
994
|
-
"value_allowed_null":
|
994
|
+
"value_allowed_null": false
|
995
995
|
},
|
996
996
|
{
|
997
997
|
"disabled": false,
|
998
|
-
"document": "云产品实例ID
|
999
|
-
"example": "cdb-
|
998
|
+
"document": "云产品实例ID。",
|
999
|
+
"example": "cdb-n4j3y33j",
|
1000
1000
|
"member": "string",
|
1001
1001
|
"name": "ResourceID",
|
1002
1002
|
"output_required": true,
|
1003
1003
|
"type": "string",
|
1004
|
-
"value_allowed_null":
|
1004
|
+
"value_allowed_null": false
|
1005
1005
|
},
|
1006
1006
|
{
|
1007
1007
|
"disabled": false,
|
1008
|
-
"document": "是否开启轮转:True -- 开启轮转;False --
|
1008
|
+
"document": "是否开启轮转:True -- 开启轮转;False -- 关闭轮转。",
|
1009
1009
|
"example": "True",
|
1010
1010
|
"member": "bool",
|
1011
1011
|
"name": "RotationStatus",
|
1012
1012
|
"output_required": true,
|
1013
1013
|
"type": "bool",
|
1014
|
-
"value_allowed_null":
|
1014
|
+
"value_allowed_null": false
|
1015
1015
|
},
|
1016
1016
|
{
|
1017
1017
|
"disabled": false,
|
1018
|
-
"document": "
|
1018
|
+
"document": "轮转周期,默认以天为单位。",
|
1019
1019
|
"example": "1",
|
1020
1020
|
"member": "int64",
|
1021
1021
|
"name": "RotationFrequency",
|
1022
1022
|
"output_required": true,
|
1023
1023
|
"type": "int",
|
1024
|
-
"value_allowed_null":
|
1024
|
+
"value_allowed_null": false
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"disabled": false,
|
1028
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH
|
1029
|
-
"example": "
|
1028
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。",
|
1029
|
+
"example": "resource_name",
|
1030
1030
|
"member": "string",
|
1031
1031
|
"name": "ResourceName",
|
1032
1032
|
"output_required": true,
|
1033
1033
|
"type": "string",
|
1034
|
-
"value_allowed_null":
|
1034
|
+
"value_allowed_null": false
|
1035
1035
|
},
|
1036
1036
|
{
|
1037
1037
|
"disabled": false,
|
1038
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID
|
1039
|
-
"example": "
|
1038
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。",
|
1039
|
+
"example": "0",
|
1040
1040
|
"member": "int64",
|
1041
1041
|
"name": "ProjectID",
|
1042
1042
|
"output_required": true,
|
1043
1043
|
"type": "int",
|
1044
|
-
"value_allowed_null":
|
1044
|
+
"value_allowed_null": false
|
1045
1045
|
},
|
1046
1046
|
{
|
1047
1047
|
"disabled": false,
|
1048
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID
|
1049
|
-
"example": "
|
1048
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。",
|
1049
|
+
"example": "[\"cvm-test\"]",
|
1050
1050
|
"member": "string",
|
1051
1051
|
"name": "AssociatedInstanceIDs",
|
1052
1052
|
"output_required": true,
|
1053
1053
|
"type": "list",
|
1054
|
-
"value_allowed_null":
|
1054
|
+
"value_allowed_null": false
|
1055
1055
|
},
|
1056
1056
|
{
|
1057
1057
|
"disabled": false,
|
1058
|
-
"document": "当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN
|
1059
|
-
"example": "
|
1058
|
+
"document": "当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN。",
|
1059
|
+
"example": "700001224420",
|
1060
1060
|
"member": "uint64",
|
1061
1061
|
"name": "TargetUin",
|
1062
1062
|
"output_required": true,
|
1063
1063
|
"type": "int",
|
1064
|
-
"value_allowed_null":
|
1064
|
+
"value_allowed_null": false
|
1065
1065
|
},
|
1066
1066
|
{
|
1067
1067
|
"disabled": false,
|
1068
|
-
"document": "
|
1069
|
-
"example": "
|
1068
|
+
"document": "凭据额外配置",
|
1069
|
+
"example": "{\"key1\":\"value1\"}",
|
1070
1070
|
"member": "string",
|
1071
1071
|
"name": "AdditionalConfig",
|
1072
1072
|
"output_required": true,
|
1073
1073
|
"type": "string",
|
1074
|
-
"value_allowed_null":
|
1074
|
+
"value_allowed_null": false
|
1075
1075
|
},
|
1076
1076
|
{
|
1077
1077
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1125,7 +1125,7 @@
|
|
1125
1125
|
{
|
1126
1126
|
"disabled": false,
|
1127
1127
|
"document": "指定停用的凭据名称。",
|
1128
|
-
"example": "
|
1128
|
+
"example": "lzc-testss",
|
1129
1129
|
"member": "string",
|
1130
1130
|
"name": "SecretName",
|
1131
1131
|
"required": true,
|
@@ -1140,10 +1140,10 @@
|
|
1140
1140
|
{
|
1141
1141
|
"disabled": false,
|
1142
1142
|
"document": "停用的凭据名称。",
|
1143
|
-
"example": "
|
1143
|
+
"example": "lzc-testss",
|
1144
1144
|
"member": "string",
|
1145
1145
|
"name": "SecretName",
|
1146
|
-
"
|
1146
|
+
"output_required": true,
|
1147
1147
|
"type": "string",
|
1148
1148
|
"value_allowed_null": false
|
1149
1149
|
},
|
@@ -1162,7 +1162,7 @@
|
|
1162
1162
|
{
|
1163
1163
|
"disabled": false,
|
1164
1164
|
"document": "指定启用凭据的名称。",
|
1165
|
-
"example": "
|
1165
|
+
"example": "test3-secret",
|
1166
1166
|
"member": "string",
|
1167
1167
|
"name": "SecretName",
|
1168
1168
|
"required": true,
|
@@ -1177,7 +1177,7 @@
|
|
1177
1177
|
{
|
1178
1178
|
"disabled": false,
|
1179
1179
|
"document": "启用的凭据名称。",
|
1180
|
-
"example": "
|
1180
|
+
"example": "test3-secret",
|
1181
1181
|
"member": "string",
|
1182
1182
|
"name": "SecretName",
|
1183
1183
|
"output_required": true,
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
{
|
1227
1227
|
"disabled": false,
|
1228
1228
|
"document": "凭据名称,此凭据只能为SSH密钥对凭据类型。",
|
1229
|
-
"example": "
|
1229
|
+
"example": "test2-sshkey-secret",
|
1230
1230
|
"member": "string",
|
1231
1231
|
"name": "SecretName",
|
1232
1232
|
"required": false,
|
@@ -1235,7 +1235,7 @@
|
|
1235
1235
|
{
|
1236
1236
|
"disabled": false,
|
1237
1237
|
"document": "密钥对ID,是云服务器中密钥对的唯一标识。",
|
1238
|
-
"example": "
|
1238
|
+
"example": "skey-e0vbh2ts",
|
1239
1239
|
"member": "string",
|
1240
1240
|
"name": "SSHKeyId",
|
1241
1241
|
"required": false,
|
@@ -1250,60 +1250,60 @@
|
|
1250
1250
|
{
|
1251
1251
|
"disabled": false,
|
1252
1252
|
"document": "SSH密钥对ID。",
|
1253
|
-
"example": "
|
1253
|
+
"example": "skey-e0vbh2ts",
|
1254
1254
|
"member": "string",
|
1255
1255
|
"name": "SSHKeyID",
|
1256
|
-
"
|
1256
|
+
"output_required": true,
|
1257
1257
|
"type": "string",
|
1258
1258
|
"value_allowed_null": false
|
1259
1259
|
},
|
1260
1260
|
{
|
1261
1261
|
"disabled": false,
|
1262
1262
|
"document": "公钥明文,使用base64编码。",
|
1263
|
-
"example": "
|
1263
|
+
"example": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQE********kasD07Xy84JNEuTGXFT8sLJ\\n-----END RSA PRIVATE KEY-----\"",
|
1264
1264
|
"member": "string",
|
1265
1265
|
"name": "PublicKey",
|
1266
|
-
"
|
1266
|
+
"output_required": true,
|
1267
1267
|
"type": "string",
|
1268
1268
|
"value_allowed_null": false
|
1269
1269
|
},
|
1270
1270
|
{
|
1271
1271
|
"disabled": false,
|
1272
1272
|
"document": "私钥明文,使用base64编码",
|
1273
|
-
"example": "
|
1273
|
+
"example": "ssh-rsa AAAAB3NzaC1y***** skey-e0vbh2ts",
|
1274
1274
|
"member": "string",
|
1275
1275
|
"name": "PrivateKey",
|
1276
|
-
"
|
1276
|
+
"output_required": true,
|
1277
1277
|
"type": "string",
|
1278
1278
|
"value_allowed_null": false
|
1279
1279
|
},
|
1280
1280
|
{
|
1281
1281
|
"disabled": false,
|
1282
1282
|
"document": "此密钥对所属的项目ID。",
|
1283
|
-
"example": "
|
1283
|
+
"example": "0",
|
1284
1284
|
"member": "int64",
|
1285
1285
|
"name": "ProjectID",
|
1286
|
-
"
|
1286
|
+
"output_required": true,
|
1287
1287
|
"type": "int",
|
1288
1288
|
"value_allowed_null": false
|
1289
1289
|
},
|
1290
1290
|
{
|
1291
1291
|
"disabled": false,
|
1292
1292
|
"document": "SSH密钥对的描述信息。\n用户可以在CVM侧控制台对密钥对的描述信息进行修改。",
|
1293
|
-
"example": "
|
1293
|
+
"example": "created by ssm",
|
1294
1294
|
"member": "string",
|
1295
1295
|
"name": "SSHKeyDescription",
|
1296
|
-
"
|
1296
|
+
"output_required": true,
|
1297
1297
|
"type": "string",
|
1298
1298
|
"value_allowed_null": false
|
1299
1299
|
},
|
1300
1300
|
{
|
1301
1301
|
"disabled": false,
|
1302
1302
|
"document": "SSH密钥对的名称。\n用户可以在CVM侧控制台对密钥对的名称进行修改。",
|
1303
|
-
"example": "
|
1303
|
+
"example": "test2_key",
|
1304
1304
|
"member": "string",
|
1305
1305
|
"name": "SSHKeyName",
|
1306
|
-
"
|
1306
|
+
"output_required": true,
|
1307
1307
|
"type": "string",
|
1308
1308
|
"value_allowed_null": false
|
1309
1309
|
},
|
@@ -1346,40 +1346,40 @@
|
|
1346
1346
|
{
|
1347
1347
|
"disabled": false,
|
1348
1348
|
"document": "凭据的名称。",
|
1349
|
-
"example": "
|
1349
|
+
"example": "test3-secret",
|
1350
1350
|
"member": "string",
|
1351
1351
|
"name": "SecretName",
|
1352
|
-
"
|
1352
|
+
"output_required": true,
|
1353
1353
|
"type": "string",
|
1354
1354
|
"value_allowed_null": false
|
1355
1355
|
},
|
1356
1356
|
{
|
1357
1357
|
"disabled": false,
|
1358
1358
|
"document": "该凭据对应的版本号。",
|
1359
|
-
"example": "
|
1359
|
+
"example": "v3",
|
1360
1360
|
"member": "string",
|
1361
1361
|
"name": "VersionId",
|
1362
|
-
"
|
1362
|
+
"output_required": true,
|
1363
1363
|
"type": "string",
|
1364
1364
|
"value_allowed_null": false
|
1365
1365
|
},
|
1366
1366
|
{
|
1367
1367
|
"disabled": false,
|
1368
1368
|
"document": "在创建凭据(CreateSecret)时,如果指定的是二进制数据,则该字段为返回结果,并且使用base64进行编码,应用方需要进行base64解码后获取原始数据。\nSecretBinary和SecretString只有一个不为空。",
|
1369
|
-
"example": "
|
1369
|
+
"example": "5Yet5o2udmFsdWUyCg==",
|
1370
1370
|
"member": "string",
|
1371
1371
|
"name": "SecretBinary",
|
1372
|
-
"
|
1372
|
+
"output_required": true,
|
1373
1373
|
"type": "string",
|
1374
1374
|
"value_allowed_null": false
|
1375
1375
|
},
|
1376
1376
|
{
|
1377
1377
|
"disabled": false,
|
1378
1378
|
"document": "在创建凭据(CreateSecret)时,如果指定的是普通文本数据,则该字段为返回结果。\nSecretBinary和SecretString只有一个不为空。",
|
1379
|
-
"example": "
|
1379
|
+
"example": "凭据value3",
|
1380
1380
|
"member": "string",
|
1381
1381
|
"name": "SecretString",
|
1382
|
-
"
|
1382
|
+
"output_required": true,
|
1383
1383
|
"type": "string",
|
1384
1384
|
"value_allowed_null": false
|
1385
1385
|
},
|
@@ -1406,7 +1406,7 @@
|
|
1406
1406
|
"example": "1",
|
1407
1407
|
"member": "bool",
|
1408
1408
|
"name": "ServiceEnabled",
|
1409
|
-
"
|
1409
|
+
"output_required": true,
|
1410
1410
|
"type": "bool",
|
1411
1411
|
"value_allowed_null": false
|
1412
1412
|
},
|
@@ -1416,7 +1416,7 @@
|
|
1416
1416
|
"example": "1",
|
1417
1417
|
"member": "int64",
|
1418
1418
|
"name": "InvalidType",
|
1419
|
-
"
|
1419
|
+
"output_required": true,
|
1420
1420
|
"type": "int",
|
1421
1421
|
"value_allowed_null": false
|
1422
1422
|
},
|
@@ -1426,10 +1426,80 @@
|
|
1426
1426
|
"example": "true",
|
1427
1427
|
"member": "bool",
|
1428
1428
|
"name": "AccessKeyEscrowEnabled",
|
1429
|
-
"
|
1429
|
+
"output_required": true,
|
1430
1430
|
"type": "bool",
|
1431
1431
|
"value_allowed_null": false
|
1432
1432
|
},
|
1433
|
+
{
|
1434
|
+
"disabled": false,
|
1435
|
+
"document": "过期时间",
|
1436
|
+
"example": "2024-09-10 10:19:21",
|
1437
|
+
"member": "string",
|
1438
|
+
"name": "ExpireTime",
|
1439
|
+
"output_required": false,
|
1440
|
+
"type": "string",
|
1441
|
+
"value_allowed_null": false
|
1442
|
+
},
|
1443
|
+
{
|
1444
|
+
"disabled": false,
|
1445
|
+
"document": "计算性能限制",
|
1446
|
+
"example": "500",
|
1447
|
+
"member": "int64",
|
1448
|
+
"name": "QPSLimit",
|
1449
|
+
"output_required": false,
|
1450
|
+
"type": "int",
|
1451
|
+
"value_allowed_null": false
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"disabled": false,
|
1455
|
+
"document": "凭据个数限制",
|
1456
|
+
"example": "1000",
|
1457
|
+
"member": "int64",
|
1458
|
+
"name": "SecretLimit",
|
1459
|
+
"output_required": false,
|
1460
|
+
"type": "int",
|
1461
|
+
"value_allowed_null": false
|
1462
|
+
},
|
1463
|
+
{
|
1464
|
+
"disabled": false,
|
1465
|
+
"document": "付费模式",
|
1466
|
+
"example": "Postpaid_SSM",
|
1467
|
+
"member": "string",
|
1468
|
+
"name": "PayModel",
|
1469
|
+
"output_required": false,
|
1470
|
+
"type": "string",
|
1471
|
+
"value_allowed_null": false
|
1472
|
+
},
|
1473
|
+
{
|
1474
|
+
"disabled": false,
|
1475
|
+
"document": "自动续费标识,0:手动续费 1:自动续费 2:到期不续",
|
1476
|
+
"example": "1",
|
1477
|
+
"member": "int64",
|
1478
|
+
"name": "RenewFlag",
|
1479
|
+
"output_required": false,
|
1480
|
+
"type": "int",
|
1481
|
+
"value_allowed_null": false
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"disabled": false,
|
1485
|
+
"document": "资源id",
|
1486
|
+
"example": "SSM-Prepaid-co3j6qlg",
|
1487
|
+
"member": "string",
|
1488
|
+
"name": "ResourceId",
|
1489
|
+
"output_required": false,
|
1490
|
+
"type": "string",
|
1491
|
+
"value_allowed_null": false
|
1492
|
+
},
|
1493
|
+
{
|
1494
|
+
"disabled": false,
|
1495
|
+
"document": "已托管凭据个数",
|
1496
|
+
"example": "10",
|
1497
|
+
"member": "int64",
|
1498
|
+
"name": "TotalCount",
|
1499
|
+
"output_required": false,
|
1500
|
+
"type": "int",
|
1501
|
+
"value_allowed_null": false
|
1502
|
+
},
|
1433
1503
|
{
|
1434
1504
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1435
1505
|
"member": "string",
|
@@ -1444,8 +1514,8 @@
|
|
1444
1514
|
"members": [
|
1445
1515
|
{
|
1446
1516
|
"disabled": false,
|
1447
|
-
"document": "
|
1448
|
-
"example": "
|
1517
|
+
"document": "凭据名称",
|
1518
|
+
"example": "test3-secret",
|
1449
1519
|
"member": "string",
|
1450
1520
|
"name": "SecretName",
|
1451
1521
|
"required": true,
|
@@ -1460,22 +1530,22 @@
|
|
1460
1530
|
{
|
1461
1531
|
"disabled": false,
|
1462
1532
|
"document": "凭据名称。",
|
1463
|
-
"example": "
|
1533
|
+
"example": "test3-secret",
|
1464
1534
|
"member": "string",
|
1465
1535
|
"name": "SecretName",
|
1466
|
-
"
|
1536
|
+
"output_required": true,
|
1467
1537
|
"type": "string",
|
1468
1538
|
"value_allowed_null": false
|
1469
1539
|
},
|
1470
1540
|
{
|
1471
1541
|
"disabled": false,
|
1472
|
-
"document": "VersionId
|
1473
|
-
"example": "
|
1542
|
+
"document": "VersionId列表。",
|
1543
|
+
"example": "[{\"CreateTime\":1730278717,\"VersionId\":\"v1\"},{\"CreateTime\":1730278706,\"VersionId\":\"v2\"},{\"CreateTime\":1730271414,\"VersionId\":\"v3\"}]",
|
1474
1544
|
"member": "VersionInfo",
|
1475
1545
|
"name": "Versions",
|
1476
|
-
"
|
1546
|
+
"output_required": true,
|
1477
1547
|
"type": "list",
|
1478
|
-
"value_allowed_null":
|
1548
|
+
"value_allowed_null": false
|
1479
1549
|
},
|
1480
1550
|
{
|
1481
1551
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1510,7 +1580,7 @@
|
|
1510
1580
|
{
|
1511
1581
|
"disabled": false,
|
1512
1582
|
"document": "根据创建时间的排序方式,0或者不设置则使用降序排序, 1 表示升序排序。",
|
1513
|
-
"example": "
|
1583
|
+
"example": "1",
|
1514
1584
|
"member": "uint64",
|
1515
1585
|
"name": "OrderType",
|
1516
1586
|
"required": false,
|
@@ -1519,7 +1589,7 @@
|
|
1519
1589
|
{
|
1520
1590
|
"disabled": false,
|
1521
1591
|
"document": "根据凭据状态进行过滤。\n默认为0表示查询全部。\n1 -- 表示查询Enabled 凭据列表。\n2 -- 表示查询Disabled 凭据列表。\n3 -- 表示查询PendingDelete 凭据列表。\n4 -- 表示PendingCreate。\n5 -- 表示CreateFailed。\n其中状态PendingCreate和CreateFailed只有在SecretType为云产品凭据时生效",
|
1522
|
-
"example": "
|
1592
|
+
"example": "1",
|
1523
1593
|
"member": "uint64",
|
1524
1594
|
"name": "State",
|
1525
1595
|
"required": false,
|
@@ -1537,7 +1607,7 @@
|
|
1537
1607
|
{
|
1538
1608
|
"disabled": false,
|
1539
1609
|
"document": "标签过滤条件。",
|
1540
|
-
"example": "
|
1610
|
+
"example": "[{\"TagKey\":\"env\",\"TagValue\":[\"dev\"]}]",
|
1541
1611
|
"member": "TagFilter",
|
1542
1612
|
"name": "TagFilters",
|
1543
1613
|
"required": false,
|
@@ -1580,7 +1650,7 @@
|
|
1580
1650
|
{
|
1581
1651
|
"disabled": false,
|
1582
1652
|
"document": "返回凭据信息列表。",
|
1583
|
-
"example": "
|
1653
|
+
"example": "[ { \"AssociatedInstanceIDs\": null, \"CreateTime\": 1724816350, \"CreateUin\": 700001028674, \"DeleteTime\": 0, \"Description\": \"Weijiali_test_80008\", \"KmsKeyId\": \"9e46705b-8a1f-11ec-b941-5254008ad78d\", \"KmsKeyType\": \"DEFAULT\", \"NextRotationTime\": 1732796420, \"ProductName\": \"Mysql\", \"ProjectID\": 0, \"ResourceID\": \"cdb-mrhoqymb\", \"ResourceName\": \"\", \"RotationBeginTime\": \"2024-08-30 20:20:20\", \"RotationFrequency\": 30, \"RotationStatus\": 1, \"SecretName\": \"weijiali_test_00009\", \"SecretType\": 1, \"Status\": \"Enabled\", \"TargetUin\": 0 }, { \"AssociatedInstanceIDs\": null, \"CreateTime\": 1728713584, \"CreateUin\": 700001028674, \"DeleteTime\": 0, \"Description\": \"yajiada_test_01\", \"KmsKeyId\": \"9e46705b-8a1f-11ec-b941-5254008ad78d\", \"KmsKeyType\": \"DEFAULT\", \"NextRotationTime\": 1731305122, \"ProductName\": \"Mysql\", \"ProjectID\": 0, \"ResourceID\": \"cdb-j6amb083\", \"ResourceName\": \"\", \"RotationBeginTime\": \"2024-10-12 14:05:22\", \"RotationFrequency\": 30, \"RotationStatus\": 1, \"SecretName\": \"yajiada_test_01\", \"SecretType\": 1, \"Status\": \"Enabled\", \"TargetUin\": 0 } ]",
|
1584
1654
|
"member": "SecretMetadata",
|
1585
1655
|
"name": "SecretMetadatas",
|
1586
1656
|
"output_required": true,
|
@@ -1606,48 +1676,43 @@
|
|
1606
1676
|
"member": "string",
|
1607
1677
|
"name": "PrivilegeName",
|
1608
1678
|
"required": true,
|
1609
|
-
"type": "string"
|
1610
|
-
"value_allowed_null": false
|
1679
|
+
"type": "string"
|
1611
1680
|
},
|
1612
1681
|
{
|
1613
1682
|
"disabled": false,
|
1614
1683
|
"document": "权限列表。\n对于Mysql产品来说,可选权限值为:\n\n1. GlobalPrivileges 中权限的可选值为:\"SELECT\",\"INSERT\",\"UPDATE\",\"DELETE\",\"CREATE\", \"PROCESS\", \"DROP\",\"REFERENCES\",\"INDEX\",\"ALTER\",\"SHOW DATABASES\",\"CREATE TEMPORARY TABLES\",\"LOCK TABLES\",\"EXECUTE\",\"CREATE VIEW\",\"SHOW VIEW\",\"CREATE ROUTINE\",\"ALTER ROUTINE\",\"EVENT\",\"TRIGGER\"。\n注意,不传该参数表示清除该权限。\n\n2. DatabasePrivileges 权限的可选值为:\"SELECT\",\"INSERT\",\"UPDATE\",\"DELETE\",\"CREATE\", \"DROP\",\"REFERENCES\",\"INDEX\",\"ALTER\",\"CREATE TEMPORARY TABLES\",\"LOCK TABLES\",\"EXECUTE\",\"CREATE VIEW\",\"SHOW VIEW\",\"CREATE ROUTINE\",\"ALTER ROUTINE\",\"EVENT\",\"TRIGGER\"。\n注意,不传该参数表示清除该权限。\n\n3. TablePrivileges 权限的可选值为:权限的可选值为:\"SELECT\",\"INSERT\",\"UPDATE\",\"DELETE\",\"CREATE\", \"DROP\",\"REFERENCES\",\"INDEX\",\"ALTER\",\"CREATE VIEW\",\"SHOW VIEW\", \"TRIGGER\"。\n注意,不传该参数表示清除该权限。\n\n4. ColumnPrivileges 权限的可选值为:\"SELECT\",\"INSERT\",\"UPDATE\",\"REFERENCES\"。\n注意,不传该参数表示清除该权限。",
|
1615
|
-
"example": "
|
1684
|
+
"example": "[ \t\t\t\t\"SELECT\" \t\t\t]",
|
1616
1685
|
"member": "string",
|
1617
1686
|
"name": "Privileges",
|
1618
1687
|
"required": true,
|
1619
|
-
"type": "list"
|
1620
|
-
"value_allowed_null": false
|
1688
|
+
"type": "list"
|
1621
1689
|
},
|
1622
1690
|
{
|
1623
1691
|
"disabled": false,
|
1624
1692
|
"document": "仅当PrivilegeName为DatabasePrivileges时这个值才有效。",
|
1625
|
-
"example": "
|
1693
|
+
"example": "testdb",
|
1626
1694
|
"member": "string",
|
1627
1695
|
"name": "Database",
|
1628
1696
|
"required": false,
|
1629
|
-
"type": "string"
|
1630
|
-
"value_allowed_null": false
|
1697
|
+
"type": "string"
|
1631
1698
|
},
|
1632
1699
|
{
|
1633
1700
|
"disabled": false,
|
1634
1701
|
"document": "仅当PrivilegeName为TablePrivileges时这个值才有效,并且此时需要填充Database显式指明所在的数据库实例。",
|
1635
|
-
"example": "
|
1702
|
+
"example": "t_test",
|
1636
1703
|
"member": "string",
|
1637
1704
|
"name": "TableName",
|
1638
1705
|
"required": false,
|
1639
|
-
"type": "string"
|
1640
|
-
"value_allowed_null": false
|
1706
|
+
"type": "string"
|
1641
1707
|
},
|
1642
1708
|
{
|
1643
1709
|
"disabled": false,
|
1644
1710
|
"document": "仅当PrivilegeName为ColumnPrivileges时这个值才生效,并且此时必须填充:\nDatabase - 显式指明所在的数据库实例。\nTableName - 显式指明所在表",
|
1645
|
-
"example": "
|
1711
|
+
"example": "name",
|
1646
1712
|
"member": "string",
|
1647
1713
|
"name": "ColumnName",
|
1648
1714
|
"required": false,
|
1649
|
-
"type": "string"
|
1650
|
-
"value_allowed_null": false
|
1715
|
+
"type": "string"
|
1651
1716
|
}
|
1652
1717
|
],
|
1653
1718
|
"usage": "in"
|
@@ -1658,7 +1723,7 @@
|
|
1658
1723
|
{
|
1659
1724
|
"disabled": false,
|
1660
1725
|
"document": "指定需要增加版本的凭据名称。",
|
1661
|
-
"example": "
|
1726
|
+
"example": "lzc-testss",
|
1662
1727
|
"member": "string",
|
1663
1728
|
"name": "SecretName",
|
1664
1729
|
"required": true,
|
@@ -1676,7 +1741,7 @@
|
|
1676
1741
|
{
|
1677
1742
|
"disabled": false,
|
1678
1743
|
"document": "二进制凭据信息,使用base64编码。\nSecretBinary 和 SecretString 必须且只能设置一个。",
|
1679
|
-
"example": "
|
1744
|
+
"example": "5Yet5o2udmFsdWUyCg==",
|
1680
1745
|
"member": "string",
|
1681
1746
|
"name": "SecretBinary",
|
1682
1747
|
"required": false,
|
@@ -1685,7 +1750,7 @@
|
|
1685
1750
|
{
|
1686
1751
|
"disabled": false,
|
1687
1752
|
"document": "文本类型凭据信息明文(不需要进行base64编码),SecretBinary 和 SecretString 必须且只能设置一个。",
|
1688
|
-
"example": "
|
1753
|
+
"example": "test_v2",
|
1689
1754
|
"member": "string",
|
1690
1755
|
"name": "SecretString",
|
1691
1756
|
"required": false,
|
@@ -1700,10 +1765,10 @@
|
|
1700
1765
|
{
|
1701
1766
|
"disabled": false,
|
1702
1767
|
"document": "凭据名称。",
|
1703
|
-
"example": "
|
1768
|
+
"example": "lzc-testss",
|
1704
1769
|
"member": "string",
|
1705
1770
|
"name": "SecretName",
|
1706
|
-
"
|
1771
|
+
"output_required": true,
|
1707
1772
|
"type": "string",
|
1708
1773
|
"value_allowed_null": false
|
1709
1774
|
},
|
@@ -1713,7 +1778,7 @@
|
|
1713
1778
|
"example": "v2.0",
|
1714
1779
|
"member": "string",
|
1715
1780
|
"name": "VersionId",
|
1716
|
-
"
|
1781
|
+
"output_required": true,
|
1717
1782
|
"type": "string",
|
1718
1783
|
"value_allowed_null": false
|
1719
1784
|
},
|
@@ -1732,7 +1797,7 @@
|
|
1732
1797
|
{
|
1733
1798
|
"disabled": false,
|
1734
1799
|
"document": "指定需要恢复的凭据名称。",
|
1735
|
-
"example": "
|
1800
|
+
"example": "lzc-testss",
|
1736
1801
|
"member": "string",
|
1737
1802
|
"name": "SecretName",
|
1738
1803
|
"required": true,
|
@@ -1747,10 +1812,10 @@
|
|
1747
1812
|
{
|
1748
1813
|
"disabled": false,
|
1749
1814
|
"document": "凭据名称。",
|
1750
|
-
"example": "
|
1815
|
+
"example": "lzc-testss",
|
1751
1816
|
"member": "string",
|
1752
1817
|
"name": "SecretName",
|
1753
|
-
"
|
1818
|
+
"output_required": true,
|
1754
1819
|
"type": "string",
|
1755
1820
|
"value_allowed_null": false
|
1756
1821
|
},
|
@@ -1769,7 +1834,7 @@
|
|
1769
1834
|
{
|
1770
1835
|
"disabled": false,
|
1771
1836
|
"document": "需要轮转的凭据名。",
|
1772
|
-
"example": "
|
1837
|
+
"example": "test3-db-secret",
|
1773
1838
|
"member": "string",
|
1774
1839
|
"name": "SecretName",
|
1775
1840
|
"required": true,
|
@@ -1784,7 +1849,7 @@
|
|
1784
1849
|
{
|
1785
1850
|
"disabled": false,
|
1786
1851
|
"document": "当凭据类型为云产品凭据时(即SecretType为1,如MySQL、Tdsql等托管凭据)此字段有效,返回轮转异步任务ID号。",
|
1787
|
-
"example": "
|
1852
|
+
"example": "43416",
|
1788
1853
|
"member": "int64",
|
1789
1854
|
"name": "FlowID",
|
1790
1855
|
"output_required": true,
|
@@ -1816,7 +1881,7 @@
|
|
1816
1881
|
{
|
1817
1882
|
"disabled": false,
|
1818
1883
|
"document": "凭据的描述信息",
|
1819
|
-
"example": "
|
1884
|
+
"example": "The description of Secret",
|
1820
1885
|
"member": "string",
|
1821
1886
|
"name": "Description",
|
1822
1887
|
"output_required": true,
|
@@ -1836,7 +1901,7 @@
|
|
1836
1901
|
{
|
1837
1902
|
"disabled": false,
|
1838
1903
|
"document": "创建者UIN",
|
1839
|
-
"example": "
|
1904
|
+
"example": "12345111",
|
1840
1905
|
"member": "uint64",
|
1841
1906
|
"name": "CreateUin",
|
1842
1907
|
"output_required": true,
|
@@ -1856,7 +1921,7 @@
|
|
1856
1921
|
{
|
1857
1922
|
"disabled": false,
|
1858
1923
|
"document": "凭据删除日期,对于status为PendingDelete 的有效,unix时间戳",
|
1859
|
-
"example": "
|
1924
|
+
"example": "1574160561",
|
1860
1925
|
"member": "uint64",
|
1861
1926
|
"name": "DeleteTime",
|
1862
1927
|
"output_required": true,
|
@@ -1866,7 +1931,7 @@
|
|
1866
1931
|
{
|
1867
1932
|
"disabled": false,
|
1868
1933
|
"document": "凭据创建时间,unix时间戳",
|
1869
|
-
"example": "
|
1934
|
+
"example": "1574160561",
|
1870
1935
|
"member": "uint64",
|
1871
1936
|
"name": "CreateTime",
|
1872
1937
|
"output_required": true,
|
@@ -1885,113 +1950,113 @@
|
|
1885
1950
|
},
|
1886
1951
|
{
|
1887
1952
|
"disabled": false,
|
1888
|
-
"document": "1:--开启轮转;0
|
1953
|
+
"document": "1:--开启轮转;0--禁止轮转",
|
1889
1954
|
"example": "Enabled",
|
1890
1955
|
"member": "int64",
|
1891
1956
|
"name": "RotationStatus",
|
1892
1957
|
"output_required": true,
|
1893
1958
|
"type": "int",
|
1894
|
-
"value_allowed_null":
|
1959
|
+
"value_allowed_null": false
|
1895
1960
|
},
|
1896
1961
|
{
|
1897
1962
|
"disabled": false,
|
1898
|
-
"document": "下一次轮转开始时间,uinx
|
1963
|
+
"document": "下一次轮转开始时间,uinx 时间戳",
|
1899
1964
|
"example": "1574160561",
|
1900
1965
|
"member": "uint64",
|
1901
1966
|
"name": "NextRotationTime",
|
1902
1967
|
"output_required": true,
|
1903
1968
|
"type": "int",
|
1904
|
-
"value_allowed_null":
|
1969
|
+
"value_allowed_null": false
|
1905
1970
|
},
|
1906
1971
|
{
|
1907
1972
|
"disabled": false,
|
1908
|
-
"document": "0 -- 用户自定义凭据;\n1 -- 云产品凭据;\n2 -- SSH密钥对凭据;\n3 -- 云API密钥对凭据;\n4 -- Redis
|
1973
|
+
"document": "0 -- 用户自定义凭据;\n1 -- 云产品凭据;\n2 -- SSH密钥对凭据;\n3 -- 云API密钥对凭据;\n4 -- Redis类型凭据;",
|
1909
1974
|
"example": "CloudProduct",
|
1910
1975
|
"member": "int64",
|
1911
1976
|
"name": "SecretType",
|
1912
1977
|
"output_required": true,
|
1913
1978
|
"type": "int",
|
1914
|
-
"value_allowed_null":
|
1979
|
+
"value_allowed_null": false
|
1915
1980
|
},
|
1916
1981
|
{
|
1917
1982
|
"disabled": false,
|
1918
|
-
"document": "云产品名称,仅在SecretType为1
|
1983
|
+
"document": "云产品名称,仅在SecretType为1,即凭据类型为云产品凭据时生效",
|
1919
1984
|
"example": "MYSQL",
|
1920
1985
|
"member": "string",
|
1921
1986
|
"name": "ProductName",
|
1922
1987
|
"output_required": true,
|
1923
1988
|
"type": "string",
|
1924
|
-
"value_allowed_null":
|
1989
|
+
"value_allowed_null": false
|
1925
1990
|
},
|
1926
1991
|
{
|
1927
1992
|
"disabled": false,
|
1928
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH
|
1929
|
-
"example": "
|
1993
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。",
|
1994
|
+
"example": "ResourceName",
|
1930
1995
|
"member": "string",
|
1931
1996
|
"name": "ResourceName",
|
1932
1997
|
"output_required": true,
|
1933
1998
|
"type": "string",
|
1934
|
-
"value_allowed_null":
|
1999
|
+
"value_allowed_null": false
|
1935
2000
|
},
|
1936
2001
|
{
|
1937
2002
|
"disabled": false,
|
1938
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID
|
1939
|
-
"example": "
|
2003
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。",
|
2004
|
+
"example": "0",
|
1940
2005
|
"member": "int64",
|
1941
2006
|
"name": "ProjectID",
|
1942
2007
|
"output_required": true,
|
1943
2008
|
"type": "int",
|
1944
|
-
"value_allowed_null":
|
2009
|
+
"value_allowed_null": false
|
1945
2010
|
},
|
1946
2011
|
{
|
1947
2012
|
"disabled": false,
|
1948
|
-
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID
|
1949
|
-
"example": "
|
2013
|
+
"document": "当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。",
|
2014
|
+
"example": "[\"cmv-test\"]",
|
1950
2015
|
"member": "string",
|
1951
2016
|
"name": "AssociatedInstanceIDs",
|
1952
2017
|
"output_required": true,
|
1953
2018
|
"type": "list",
|
1954
|
-
"value_allowed_null":
|
2019
|
+
"value_allowed_null": false
|
1955
2020
|
},
|
1956
2021
|
{
|
1957
2022
|
"disabled": false,
|
1958
|
-
"document": "当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN
|
1959
|
-
"example": "
|
2023
|
+
"document": "当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。",
|
2024
|
+
"example": "12345111",
|
1960
2025
|
"member": "uint64",
|
1961
2026
|
"name": "TargetUin",
|
1962
2027
|
"output_required": true,
|
1963
2028
|
"type": "int",
|
1964
|
-
"value_allowed_null":
|
2029
|
+
"value_allowed_null": false
|
1965
2030
|
},
|
1966
2031
|
{
|
1967
2032
|
"disabled": false,
|
1968
|
-
"document": "
|
2033
|
+
"document": "轮转的频率,以天作为单位,在轮转开启状态下生效。",
|
1969
2034
|
"example": "7",
|
1970
2035
|
"member": "int64",
|
1971
2036
|
"name": "RotationFrequency",
|
1972
2037
|
"output_required": true,
|
1973
2038
|
"type": "int",
|
1974
|
-
"value_allowed_null":
|
2039
|
+
"value_allowed_null": false
|
1975
2040
|
},
|
1976
2041
|
{
|
1977
2042
|
"disabled": false,
|
1978
|
-
"document": "云产品凭据对应的云产品实例 ID
|
2043
|
+
"document": "云产品凭据对应的云产品实例 ID 号。",
|
1979
2044
|
"example": "skey-a1b2c3d4",
|
1980
2045
|
"member": "string",
|
1981
2046
|
"name": "ResourceID",
|
1982
2047
|
"output_required": true,
|
1983
2048
|
"type": "string",
|
1984
|
-
"value_allowed_null":
|
2049
|
+
"value_allowed_null": false
|
1985
2050
|
},
|
1986
2051
|
{
|
1987
2052
|
"disabled": false,
|
1988
|
-
"document": "
|
2053
|
+
"document": "用户指定的轮转开始时间。",
|
1989
2054
|
"example": "2022-12-28 15:07:11",
|
1990
2055
|
"member": "string",
|
1991
2056
|
"name": "RotationBeginTime",
|
1992
2057
|
"output_required": true,
|
1993
2058
|
"type": "string",
|
1994
|
-
"value_allowed_null":
|
2059
|
+
"value_allowed_null": false
|
1995
2060
|
}
|
1996
2061
|
],
|
1997
2062
|
"usage": "out"
|
@@ -2002,22 +2067,20 @@
|
|
2002
2067
|
{
|
2003
2068
|
"disabled": false,
|
2004
2069
|
"document": "标签键",
|
2005
|
-
"example": "",
|
2070
|
+
"example": "env",
|
2006
2071
|
"member": "string",
|
2007
2072
|
"name": "TagKey",
|
2008
2073
|
"required": true,
|
2009
|
-
"type": "string"
|
2010
|
-
"value_allowed_null": false
|
2074
|
+
"type": "string"
|
2011
2075
|
},
|
2012
2076
|
{
|
2013
2077
|
"disabled": false,
|
2014
2078
|
"document": "标签值",
|
2015
|
-
"example": "",
|
2079
|
+
"example": "dev",
|
2016
2080
|
"member": "string",
|
2017
2081
|
"name": "TagValue",
|
2018
2082
|
"required": true,
|
2019
|
-
"type": "string"
|
2020
|
-
"value_allowed_null": false
|
2083
|
+
"type": "string"
|
2021
2084
|
}
|
2022
2085
|
],
|
2023
2086
|
"usage": "in"
|
@@ -2028,22 +2091,20 @@
|
|
2028
2091
|
{
|
2029
2092
|
"disabled": false,
|
2030
2093
|
"document": "标签键",
|
2031
|
-
"example": "",
|
2094
|
+
"example": "env",
|
2032
2095
|
"member": "string",
|
2033
2096
|
"name": "TagKey",
|
2034
2097
|
"required": true,
|
2035
|
-
"type": "string"
|
2036
|
-
"value_allowed_null": false
|
2098
|
+
"type": "string"
|
2037
2099
|
},
|
2038
2100
|
{
|
2039
2101
|
"disabled": false,
|
2040
2102
|
"document": "标签值",
|
2041
|
-
"example": "",
|
2103
|
+
"example": "dev",
|
2042
2104
|
"member": "string",
|
2043
2105
|
"name": "TagValue",
|
2044
2106
|
"required": false,
|
2045
|
-
"type": "list"
|
2046
|
-
"value_allowed_null": false
|
2107
|
+
"type": "list"
|
2047
2108
|
}
|
2048
2109
|
],
|
2049
2110
|
"usage": "in"
|
@@ -2054,7 +2115,7 @@
|
|
2054
2115
|
{
|
2055
2116
|
"disabled": false,
|
2056
2117
|
"document": "指定需要更新描述信息的凭据名。",
|
2057
|
-
"example": "
|
2118
|
+
"example": "lzc-testss",
|
2058
2119
|
"member": "string",
|
2059
2120
|
"name": "SecretName",
|
2060
2121
|
"required": true,
|
@@ -2078,10 +2139,10 @@
|
|
2078
2139
|
{
|
2079
2140
|
"disabled": false,
|
2080
2141
|
"document": "凭据名称。",
|
2081
|
-
"example": "
|
2142
|
+
"example": "lzc-testss",
|
2082
2143
|
"member": "string",
|
2083
2144
|
"name": "SecretName",
|
2084
|
-
"
|
2145
|
+
"output_required": true,
|
2085
2146
|
"type": "string",
|
2086
2147
|
"value_allowed_null": false
|
2087
2148
|
},
|
@@ -2100,7 +2161,7 @@
|
|
2100
2161
|
{
|
2101
2162
|
"disabled": false,
|
2102
2163
|
"document": "云产品凭据名称。",
|
2103
|
-
"example": "
|
2164
|
+
"example": "test3-db-secret",
|
2104
2165
|
"member": "string",
|
2105
2166
|
"name": "SecretName",
|
2106
2167
|
"required": true,
|
@@ -2154,7 +2215,7 @@
|
|
2154
2215
|
{
|
2155
2216
|
"disabled": false,
|
2156
2217
|
"document": "指定需要更新凭据内容的名称。",
|
2157
|
-
"example": "
|
2218
|
+
"example": "lzc-testss",
|
2158
2219
|
"member": "string",
|
2159
2220
|
"name": "SecretName",
|
2160
2221
|
"required": true,
|
@@ -2172,7 +2233,7 @@
|
|
2172
2233
|
{
|
2173
2234
|
"disabled": false,
|
2174
2235
|
"document": "新的凭据内容为二进制的场景使用该字段,并使用base64进行编码。\nSecretBinary 和 SecretString 只能一个不为空。",
|
2175
|
-
"example": "
|
2236
|
+
"example": "5Yet5o2udmFsdWUyCg==",
|
2176
2237
|
"member": "string",
|
2177
2238
|
"name": "SecretBinary",
|
2178
2239
|
"required": false,
|
@@ -2196,10 +2257,10 @@
|
|
2196
2257
|
{
|
2197
2258
|
"disabled": false,
|
2198
2259
|
"document": "凭据名称。",
|
2199
|
-
"example": "
|
2260
|
+
"example": "lzc-testss",
|
2200
2261
|
"member": "string",
|
2201
2262
|
"name": "SecretName",
|
2202
|
-
"
|
2263
|
+
"output_required": true,
|
2203
2264
|
"type": "string",
|
2204
2265
|
"value_allowed_null": false
|
2205
2266
|
},
|
@@ -2209,7 +2270,7 @@
|
|
2209
2270
|
"example": "v2.0",
|
2210
2271
|
"member": "string",
|
2211
2272
|
"name": "VersionId",
|
2212
|
-
"
|
2273
|
+
"output_required": true,
|
2213
2274
|
"type": "string",
|
2214
2275
|
"value_allowed_null": false
|
2215
2276
|
},
|
@@ -2227,21 +2288,21 @@
|
|
2227
2288
|
"members": [
|
2228
2289
|
{
|
2229
2290
|
"disabled": false,
|
2230
|
-
"document": "
|
2231
|
-
"example": "",
|
2291
|
+
"document": "版本号",
|
2292
|
+
"example": "v1",
|
2232
2293
|
"member": "string",
|
2233
2294
|
"name": "VersionId",
|
2234
|
-
"
|
2295
|
+
"output_required": true,
|
2235
2296
|
"type": "string",
|
2236
2297
|
"value_allowed_null": false
|
2237
2298
|
},
|
2238
2299
|
{
|
2239
2300
|
"disabled": false,
|
2240
2301
|
"document": "创建时间,unix时间戳。",
|
2241
|
-
"example": "",
|
2302
|
+
"example": "1730278717",
|
2242
2303
|
"member": "uint64",
|
2243
2304
|
"name": "CreateTime",
|
2244
|
-
"
|
2305
|
+
"output_required": true,
|
2245
2306
|
"type": "int",
|
2246
2307
|
"value_allowed_null": false
|
2247
2308
|
}
|