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
@@ -519,7 +519,7 @@
|
|
519
519
|
{
|
520
520
|
"disabled": false,
|
521
521
|
"document": "联系人信息",
|
522
|
-
"example": "
|
522
|
+
"example": "张三",
|
523
523
|
"member": "string",
|
524
524
|
"name": "ContactName",
|
525
525
|
"required": false,
|
@@ -528,7 +528,7 @@
|
|
528
528
|
{
|
529
529
|
"disabled": false,
|
530
530
|
"document": "联系电话",
|
531
|
-
"example": "
|
531
|
+
"example": "138XXXXXXXX",
|
532
532
|
"member": "string",
|
533
533
|
"name": "TelNumber",
|
534
534
|
"required": false,
|
@@ -537,7 +537,7 @@
|
|
537
537
|
{
|
538
538
|
"disabled": false,
|
539
539
|
"document": "公司邮箱",
|
540
|
-
"example": "
|
540
|
+
"example": "user****@tencent.com",
|
541
541
|
"member": "string",
|
542
542
|
"name": "Email",
|
543
543
|
"required": false,
|
@@ -546,7 +546,7 @@
|
|
546
546
|
{
|
547
547
|
"disabled": false,
|
548
548
|
"document": "公司名称",
|
549
|
-
"example": "
|
549
|
+
"example": "****科技有限公司",
|
550
550
|
"member": "string",
|
551
551
|
"name": "CorpName",
|
552
552
|
"required": false,
|
@@ -564,7 +564,7 @@
|
|
564
564
|
{
|
565
565
|
"disabled": false,
|
566
566
|
"document": "备注信息",
|
567
|
-
"example": "备注信息",
|
567
|
+
"example": "Remark备注信息",
|
568
568
|
"member": "string",
|
569
569
|
"name": "Remark",
|
570
570
|
"required": false,
|
@@ -618,7 +618,7 @@
|
|
618
618
|
"example": "0",
|
619
619
|
"member": "int64",
|
620
620
|
"name": "Result",
|
621
|
-
"
|
621
|
+
"output_required": true,
|
622
622
|
"type": "int",
|
623
623
|
"value_allowed_null": false
|
624
624
|
},
|
@@ -628,7 +628,7 @@
|
|
628
628
|
"example": "170143813*******360",
|
629
629
|
"member": "string",
|
630
630
|
"name": "TaskID",
|
631
|
-
"
|
631
|
+
"output_required": true,
|
632
632
|
"type": "string",
|
633
633
|
"value_allowed_null": true
|
634
634
|
},
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"CreateAppScanTask": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAppScanTask\n<公共请求参数>\n\n{\n \"Remark\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAppScanTask\n<公共请求参数>\n\n{\n \"Remark\": \"Remark备注信息\",\n \"Platform\": \"0\",\n \"TelNumber\": \"138XXXXXXXX\",\n \"Source\": \"2\",\n \"SalesPerson\": \"张三\",\n \"ContactName\": \"张三\",\n \"TaskType\": \"2\",\n \"CorpName\": \"****科技有限公司\",\n \"Email\": \"user****@tencent.com\",\n \"IsAgreePrivacy\": \"1\"\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6c296e5b-48ad-4cfb-a90d-8010c9951341\",\n \"Result\": 0,\n \"TaskID\": \"271***520\"\n }\n}",
|
8
8
|
"title": "本地化任务"
|
9
9
|
},
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"document": "",
|
24
|
-
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAppScanTask\n<公共请求参数>\n\n{\n \"PrivacyTextName\": \"腾讯iOA隐私保护指引.txt\",\n \"AppDownloadUrl\": \"https://bm****OYpo8YKRrbnTofaB.apk\",\n \"Platform\": \"0\",\n \"TelNumber\": \"
|
24
|
+
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAppScanTask\n<公共请求参数>\n\n{\n \"PrivacyTextName\": \"腾讯iOA隐私保护指引.txt\",\n \"AppDownloadUrl\": \"https://bm****OYpo8YKRrbnTofaB.apk\",\n \"Platform\": \"0\",\n \"TelNumber\": \"138XXXXXXXX\",\n \"AppName\": \"ioa\",\n \"PrivacyTextUrl\": \"https://bm****jc7yrar9xIKPYyvpEgVA.txt\",\n \"AppPackage\": \"com.***.i**oa\",\n \"Source\": \"2\",\n \"SalesPerson\": \"张三\",\n \"ContactName\": \"张三\",\n \"TaskType\": \"1\",\n \"CorpName\": \"****科技有限公司\",\n \"Email\": \"user****@tencent.com\",\n \"IsAgreePrivacy\": \"1\"\n}",
|
25
25
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ab653763-5494-42db-b7d3-4afd9eb76410\",\n \"Result\": 0,\n \"TaskID\": \"271***344\"\n }\n}",
|
26
26
|
"title": "App专家版隐私合规诊断示例"
|
27
27
|
},
|
@@ -105,7 +105,7 @@
|
|
105
105
|
{
|
106
106
|
"disabled": false,
|
107
107
|
"document": "模特图片 Url。\n图片限制:单边分辨率小于3000,且大于512,转成 Base64 字符串后小于 8MB。\n输入要求:\n1、建议上传正面模特图片,至少完整露出应穿着输入指定服装的身体部位(全身、上半身或下半身),无大角度身体偏转或异常姿势。\n2、建议上传3:4比例的图片,生成效果更佳。\n3、建议模特图片中的原始服装和更换后的服装类别一致,或原始服装在身体上的覆盖范围小于等于更换后的服装(例如需要给模特换上短裤,则原始模特图片中也建议穿短裤,不建议穿长裤),否则会影响人像生成效果。\n",
|
108
|
-
"example": "
|
108
|
+
"example": "https://xxx.com/model.jpg",
|
109
109
|
"member": "string",
|
110
110
|
"name": "ModelUrl",
|
111
111
|
"required": true,
|
@@ -114,7 +114,7 @@
|
|
114
114
|
{
|
115
115
|
"disabled": false,
|
116
116
|
"document": "服装图片 Url。\n图片限制:单边分辨率小于3000,大于512,转成 Base64 字符串后小于 8MB。\n输入要求:\n建议上传服装完整的正面平铺图片,仅包含1个服装主体,服装类型支持上衣、下装、连衣裙,三选一。算法将根据输入的图片,结合服装图片给模特换装。",
|
117
|
-
"example": "
|
117
|
+
"example": "https://xxx.com/cloth.jpg",
|
118
118
|
"member": "string",
|
119
119
|
"name": "ClothesUrl",
|
120
120
|
"required": true,
|
@@ -123,7 +123,7 @@
|
|
123
123
|
{
|
124
124
|
"disabled": false,
|
125
125
|
"document": "服装类型,需要和服装图片保持一致。\n取值:\nUpper-body:上衣\nLower-body:下装\nDress:连衣裙",
|
126
|
-
"example": "
|
126
|
+
"example": "Upper-body",
|
127
127
|
"member": "string",
|
128
128
|
"name": "ClothesType",
|
129
129
|
"required": true,
|
@@ -132,7 +132,7 @@
|
|
132
132
|
{
|
133
133
|
"disabled": false,
|
134
134
|
"document": "为生成结果图添加标识的开关,默认为1。\n1:添加标识。\n0:不添加标识。\n其他数值:默认按1处理。\n建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。",
|
135
|
-
"example": "
|
135
|
+
"example": "1",
|
136
136
|
"member": "int64",
|
137
137
|
"name": "LogoAdd",
|
138
138
|
"required": false,
|
@@ -141,7 +141,7 @@
|
|
141
141
|
{
|
142
142
|
"disabled": false,
|
143
143
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
144
|
-
"example": "
|
144
|
+
"example": "{\"LogoUrl\": \"https://xxx.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
145
145
|
"member": "LogoParam",
|
146
146
|
"name": "LogoParam",
|
147
147
|
"required": false,
|
@@ -150,7 +150,7 @@
|
|
150
150
|
{
|
151
151
|
"disabled": false,
|
152
152
|
"document": "返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。\n生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。",
|
153
|
-
"example": "
|
153
|
+
"example": "url",
|
154
154
|
"member": "string",
|
155
155
|
"name": "RspImgType",
|
156
156
|
"required": false,
|
@@ -165,7 +165,7 @@
|
|
165
165
|
{
|
166
166
|
"disabled": false,
|
167
167
|
"document": "根据入参 RspImgType 填入不同,返回不同的内容。\n如果传入 base64 则返回生成图 Base64 编码。\n如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。",
|
168
|
-
"example": "
|
168
|
+
"example": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7",
|
169
169
|
"member": "string",
|
170
170
|
"name": "ResultImage",
|
171
171
|
"output_required": true,
|
@@ -220,7 +220,7 @@
|
|
220
220
|
{
|
221
221
|
"disabled": false,
|
222
222
|
"document": "头像风格。\n请在 [百变头像风格列表](https://cloud.tencent.com/document/product/1668/107741) 中选择期望的风格,必须传入风格编号。",
|
223
|
-
"example": "
|
223
|
+
"example": "flower",
|
224
224
|
"member": "string",
|
225
225
|
"name": "Style",
|
226
226
|
"required": true,
|
@@ -229,7 +229,7 @@
|
|
229
229
|
{
|
230
230
|
"disabled": false,
|
231
231
|
"document": "输入图 Base64 数据。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
232
|
-
"example": "
|
232
|
+
"example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
|
233
233
|
"member": "string",
|
234
234
|
"name": "InputImage",
|
235
235
|
"required": false,
|
@@ -238,7 +238,7 @@
|
|
238
238
|
{
|
239
239
|
"disabled": false,
|
240
240
|
"document": "输入图 Url。\nBase64 和 Url 必须提供一个,如果都提供以 Url 为准。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
241
|
-
"example": "
|
241
|
+
"example": "https://xxx.com/image.jpg",
|
242
242
|
"member": "string",
|
243
243
|
"name": "InputUrl",
|
244
244
|
"required": false,
|
@@ -247,7 +247,7 @@
|
|
247
247
|
{
|
248
248
|
"disabled": false,
|
249
249
|
"document": "输入图像质量检测开关,默认开启。\n1:开启\n0:关闭\n建议开启检测,可提升生成效果,关闭检测可能因输入图像质量较差导致生成效果受损。\n开启后,将增强对输入图像的质量要求,如果输入图像单边分辨率<500、图像中人脸占比较小、存在多人、没有检测到人脸、人脸不完整、人脸遮挡等,将被拦截。\n关闭后,将降低对输入图像的质量要求,如果图像中没有检测到人脸或人脸占比过小等,将被拦截。",
|
250
|
-
"example": "
|
250
|
+
"example": "1",
|
251
251
|
"member": "int64",
|
252
252
|
"name": "Filter",
|
253
253
|
"required": false,
|
@@ -256,7 +256,7 @@
|
|
256
256
|
{
|
257
257
|
"disabled": false,
|
258
258
|
"document": "为生成结果图添加标识的开关,默认为1。\n1:添加标识。\n0:不添加标识。\n其他数值:默认按1处理。\n建议您使用显著标识来提示结果图是 AI 生成的图片。",
|
259
|
-
"example": "
|
259
|
+
"example": "1",
|
260
260
|
"member": "int64",
|
261
261
|
"name": "LogoAdd",
|
262
262
|
"required": false,
|
@@ -265,7 +265,7 @@
|
|
265
265
|
{
|
266
266
|
"disabled": false,
|
267
267
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
268
|
-
"example": "
|
268
|
+
"example": "{\"LogoUrl\": \"https://xxx.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
269
269
|
"member": "LogoParam",
|
270
270
|
"name": "LogoParam",
|
271
271
|
"required": false,
|
@@ -274,7 +274,7 @@
|
|
274
274
|
{
|
275
275
|
"disabled": false,
|
276
276
|
"document": "返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。",
|
277
|
-
"example": "
|
277
|
+
"example": "url",
|
278
278
|
"member": "string",
|
279
279
|
"name": "RspImgType",
|
280
280
|
"required": false,
|
@@ -289,7 +289,7 @@
|
|
289
289
|
{
|
290
290
|
"disabled": false,
|
291
291
|
"document": "根据入参 RspImgType 填入不同,返回不同的内容。\n如果传入 base64 则返回生成图 Base64 编码。\n如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。",
|
292
|
-
"example": "
|
292
|
+
"example": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7",
|
293
293
|
"member": "string",
|
294
294
|
"name": "ResultImage",
|
295
295
|
"output_required": true,
|
@@ -777,7 +777,7 @@
|
|
777
777
|
{
|
778
778
|
"disabled": false,
|
779
779
|
"document": "商品原图 Url。\n图片限制:单边分辨率小于4000,长宽比在2:5 ~ 5:2之间,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
780
|
-
"example": "
|
780
|
+
"example": "https://xxx.com/product.jpg",
|
781
781
|
"member": "string",
|
782
782
|
"name": "ProductUrl",
|
783
783
|
"required": true,
|
@@ -786,7 +786,7 @@
|
|
786
786
|
{
|
787
787
|
"disabled": false,
|
788
788
|
"document": "对新背景的文本描述。\n最多支持256个 utf-8 字符,支持中、英文。",
|
789
|
-
"example": "
|
789
|
+
"example": "彩色",
|
790
790
|
"member": "string",
|
791
791
|
"name": "Prompt",
|
792
792
|
"required": true,
|
@@ -804,7 +804,7 @@
|
|
804
804
|
{
|
805
805
|
"disabled": false,
|
806
806
|
"document": "商品 Mask 图 Url,要求背景透明,保留商品主体。\n如果不传,将自动使用内置的商品分割算法得到 Mask。\n支持自定义上传 Mask,如果该参数不为空,则以实际上传的数据为准。\n图片限制:Mask 图必须和商品原图分辨率一致,转成 Base64 字符串后小于 6MB,格式仅支持 png。",
|
807
|
-
"example": "
|
807
|
+
"example": "https://xxx.com/mask.jpg",
|
808
808
|
"member": "string",
|
809
809
|
"name": "MaskUrl",
|
810
810
|
"required": false,
|
@@ -822,7 +822,7 @@
|
|
822
822
|
{
|
823
823
|
"disabled": false,
|
824
824
|
"document": "为生成结果图添加标识的开关,默认为1。\n1:添加标识。\n0:不添加标识。\n其他数值:默认按1处理。\n建议您使用显著标识来提示结果图是 AI 生成的图片。",
|
825
|
-
"example": "
|
825
|
+
"example": "1",
|
826
826
|
"member": "int64",
|
827
827
|
"name": "LogoAdd",
|
828
828
|
"required": false,
|
@@ -831,7 +831,7 @@
|
|
831
831
|
{
|
832
832
|
"disabled": false,
|
833
833
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
834
|
-
"example": "
|
834
|
+
"example": "{\"LogoUrl\": \"https://xxx.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
835
835
|
"member": "LogoParam",
|
836
836
|
"name": "LogoParam",
|
837
837
|
"required": false,
|
@@ -840,7 +840,7 @@
|
|
840
840
|
{
|
841
841
|
"disabled": false,
|
842
842
|
"document": "返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。\n生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。",
|
843
|
-
"example": "
|
843
|
+
"example": "url",
|
844
844
|
"member": "string",
|
845
845
|
"name": "RspImgType",
|
846
846
|
"required": false,
|
@@ -855,7 +855,7 @@
|
|
855
855
|
{
|
856
856
|
"disabled": false,
|
857
857
|
"document": "根据入参 RspImgType 填入不同,返回不同的内容。\n如果传入 base64 则返回生成图 Base64 编码。\n如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。",
|
858
|
-
"example": "
|
858
|
+
"example": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7",
|
859
859
|
"member": "string",
|
860
860
|
"name": "ResultImage",
|
861
861
|
"output_required": true,
|
@@ -865,7 +865,7 @@
|
|
865
865
|
{
|
866
866
|
"disabled": false,
|
867
867
|
"document": "如果 MaskUrl 未传,则返回使用内置商品分割算法得到的 Mask 结果。",
|
868
|
-
"example": "
|
868
|
+
"example": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/mask.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7",
|
869
869
|
"member": "string",
|
870
870
|
"name": "MaskImage",
|
871
871
|
"output_required": false,
|
@@ -911,7 +911,7 @@
|
|
911
911
|
{
|
912
912
|
"disabled": false,
|
913
913
|
"document": "线稿图 Base64 数据。\nBase64 和 Url 必须提供一个,如果都提供以Url 为准。\n图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
914
|
-
"example": "
|
914
|
+
"example": "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIo...lftXF/DjFZNXoSP5V2U0HMt/1FQf/Z",
|
915
915
|
"member": "string",
|
916
916
|
"name": "InputImage",
|
917
917
|
"required": false,
|
@@ -920,7 +920,7 @@
|
|
920
920
|
{
|
921
921
|
"disabled": false,
|
922
922
|
"document": "线稿图 Url。\nBase64 和 Url 必须提供一个,如果都提供以Url 为准。\n图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
923
|
-
"example": "
|
923
|
+
"example": "https://xxx.com/image.jpg",
|
924
924
|
"member": "string",
|
925
925
|
"name": "InputUrl",
|
926
926
|
"required": false,
|
@@ -929,7 +929,7 @@
|
|
929
929
|
{
|
930
930
|
"disabled": false,
|
931
931
|
"document": "为生成结果图添加标识的开关,默认为1。\n1:添加标识。\n0:不添加标识。\n其他数值:默认按1处理。\n建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。",
|
932
|
-
"example": "
|
932
|
+
"example": "1",
|
933
933
|
"member": "int64",
|
934
934
|
"name": "LogoAdd",
|
935
935
|
"required": false,
|
@@ -938,7 +938,7 @@
|
|
938
938
|
{
|
939
939
|
"disabled": false,
|
940
940
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
941
|
-
"example": "
|
941
|
+
"example": "{\"LogoUrl\": \"https://xxx.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
942
942
|
"member": "LogoParam",
|
943
943
|
"name": "LogoParam",
|
944
944
|
"required": false,
|
@@ -947,7 +947,7 @@
|
|
947
947
|
{
|
948
948
|
"disabled": false,
|
949
949
|
"document": "返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。",
|
950
|
-
"example": "
|
950
|
+
"example": "url",
|
951
951
|
"member": "string",
|
952
952
|
"name": "RspImgType",
|
953
953
|
"required": false,
|
@@ -962,7 +962,7 @@
|
|
962
962
|
{
|
963
963
|
"disabled": false,
|
964
964
|
"document": "根据入参 RspImgType 填入不同,返回不同的内容。\n如果传入 base64 则返回生成图 Base64 编码。\n如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。",
|
965
|
-
"example": "
|
965
|
+
"example": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7",
|
966
966
|
"member": "string",
|
967
967
|
"name": "ResultImage",
|
968
968
|
"output_required": true,
|
@@ -3,16 +3,16 @@
|
|
3
3
|
"ChangeClothes": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeClothes\n<公共请求参数>\n\n{\n \"ModelUrl\": \"https://xxx.com/
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://
|
6
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeClothes\n<公共请求参数>\n\n{\n \"ModelUrl\": \"https://xxx.com/model.jpg\",\n \"ClothesUrl\": \"https://xxx.com/cloth.jpg\",\n \"ClothesType\": \"Upper-body\",\n \"RspImgType\": \"url\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\"\n }\n}",
|
8
8
|
"title": "成功"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"GenerateAvatar": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateAvatar\n<公共请求参数>\n\n{\n \"InputUrl\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"ResultImage\": \"url
|
14
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateAvatar\n<公共请求参数>\n\n{\n \"InputUrl\": \"https://xxx.com/image.jpg\",\n \"Style\": \"water\",\n \"RspImgType\": \"url\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"ResultImage\": \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\",\n \"RequestId\": \"301bfc25-61ca-4ece-b03e-f6aefb547969\"\n }\n}",
|
16
16
|
"title": "调用成功示例"
|
17
17
|
}
|
18
18
|
],
|
@@ -51,16 +51,16 @@
|
|
51
51
|
"ReplaceBackground": [
|
52
52
|
{
|
53
53
|
"document": "成功调用并生成图片",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceBackground\n<公共请求参数>\n\n{\n \"ProductUrl\": \"https://xxx.com/
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://
|
54
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceBackground\n<公共请求参数>\n\n{\n \"ProductUrl\": \"https://xxx.com/product.jpg\",\n \"MaskUrl\": \"https://xxx.com/mask.jpg\",\n \"Prompt\": \"backpack,real picture quality, fabric texture, fine, cartoon\",\n \"RspImgType\": \"url\"\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\"\n }\n}",
|
56
56
|
"title": "成功调用并生成图片"
|
57
57
|
}
|
58
58
|
],
|
59
59
|
"SketchToImage": [
|
60
60
|
{
|
61
61
|
"document": "成功调用并生成图片",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SketchToImage\n<公共请求参数>\n\n{\n \"InputUrl\": \"https://xxx.com/
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://
|
62
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SketchToImage\n<公共请求参数>\n\n{\n \"InputUrl\": \"https://xxx.com/image.jpg\",\n \"Prompt\": \"backpack,real picture quality, fabric texture, fine, cartoon\",\n \"RspImgType\": \"url\"\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\"\n }\n}",
|
64
64
|
"title": "成功调用并生成图片"
|
65
65
|
}
|
66
66
|
],
|
@@ -2954,6 +2954,7 @@
|
|
2954
2954
|
"example": "1",
|
2955
2955
|
"member": "bool",
|
2956
2956
|
"name": "Result",
|
2957
|
+
"output_required": true,
|
2957
2958
|
"type": "bool",
|
2958
2959
|
"value_allowed_null": true
|
2959
2960
|
},
|
@@ -3273,7 +3274,7 @@
|
|
3273
3274
|
{
|
3274
3275
|
"disabled": false,
|
3275
3276
|
"document": "用户自定义应用名称。",
|
3276
|
-
"example": "
|
3277
|
+
"example": "my-custom-app",
|
3277
3278
|
"member": "string",
|
3278
3279
|
"name": "ApiAppName",
|
3279
3280
|
"required": true,
|
@@ -3282,7 +3283,7 @@
|
|
3282
3283
|
{
|
3283
3284
|
"disabled": false,
|
3284
3285
|
"document": "应用描述",
|
3285
|
-
"example": "
|
3286
|
+
"example": "应用描述",
|
3286
3287
|
"member": "string",
|
3287
3288
|
"name": "ApiAppDesc",
|
3288
3289
|
"required": false,
|
@@ -3297,10 +3298,10 @@
|
|
3297
3298
|
{
|
3298
3299
|
"disabled": false,
|
3299
3300
|
"document": "新增的应用详情。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3300
|
-
"example": "
|
3301
|
+
"example": "{ \"ApiAppName\": \"MyCustomApp\", \"ApiAppId\": \"app-001\", \"ApiAppSecret\": \"secret-001\", \"ApiAppDesc\": \"这是一个自定义的应用程序\", \"CreatedTime\": \"2023-04-01T12:00:00Z\" }",
|
3301
3302
|
"member": "ApiAppInfo",
|
3302
3303
|
"name": "Result",
|
3303
|
-
"
|
3304
|
+
"output_required": true,
|
3304
3305
|
"type": "object",
|
3305
3306
|
"value_allowed_null": true
|
3306
3307
|
},
|
@@ -4662,7 +4663,7 @@
|
|
4662
4663
|
{
|
4663
4664
|
"disabled": false,
|
4664
4665
|
"document": "待删除的密钥 ID。",
|
4665
|
-
"example": "
|
4666
|
+
"example": "AKID***********************************************",
|
4666
4667
|
"member": "string",
|
4667
4668
|
"name": "AccessKeyId",
|
4668
4669
|
"required": true,
|
@@ -4680,7 +4681,7 @@
|
|
4680
4681
|
"example": "1",
|
4681
4682
|
"member": "bool",
|
4682
4683
|
"name": "Result",
|
4683
|
-
"
|
4684
|
+
"output_required": true,
|
4684
4685
|
"type": "bool",
|
4685
4686
|
"value_allowed_null": true
|
4686
4687
|
},
|
@@ -5767,7 +5768,7 @@
|
|
5767
5768
|
{
|
5768
5769
|
"disabled": false,
|
5769
5770
|
"document": "API 密钥 ID。",
|
5770
|
-
"example": "
|
5771
|
+
"example": "AKID***********************************************",
|
5771
5772
|
"member": "string",
|
5772
5773
|
"name": "AccessKeyId",
|
5773
5774
|
"required": true,
|
@@ -5785,7 +5786,7 @@
|
|
5785
5786
|
"example": "无",
|
5786
5787
|
"member": "ApiKey",
|
5787
5788
|
"name": "Result",
|
5788
|
-
"
|
5789
|
+
"output_required": true,
|
5789
5790
|
"type": "object",
|
5790
5791
|
"value_allowed_null": true
|
5791
5792
|
},
|
@@ -8380,7 +8381,7 @@
|
|
8380
8381
|
"example": "无",
|
8381
8382
|
"member": "UsagePlanBindSecretStatus",
|
8382
8383
|
"name": "Result",
|
8383
|
-
"
|
8384
|
+
"output_required": true,
|
8384
8385
|
"type": "object",
|
8385
8386
|
"value_allowed_null": true
|
8386
8387
|
},
|
@@ -8518,7 +8519,7 @@
|
|
8518
8519
|
{
|
8519
8520
|
"disabled": false,
|
8520
8521
|
"document": "待禁用的密钥 ID。",
|
8521
|
-
"example": "
|
8522
|
+
"example": "AKID***********************************************",
|
8522
8523
|
"member": "string",
|
8523
8524
|
"name": "AccessKeyId",
|
8524
8525
|
"required": true,
|
@@ -8536,7 +8537,7 @@
|
|
8536
8537
|
"example": "1",
|
8537
8538
|
"member": "bool",
|
8538
8539
|
"name": "Result",
|
8539
|
-
"
|
8540
|
+
"output_required": true,
|
8540
8541
|
"type": "bool",
|
8541
8542
|
"value_allowed_null": true
|
8542
8543
|
},
|
@@ -8667,7 +8668,7 @@
|
|
8667
8668
|
{
|
8668
8669
|
"disabled": false,
|
8669
8670
|
"document": "待启用的密钥 ID。",
|
8670
|
-
"example": "
|
8671
|
+
"example": "AKID***********************************************",
|
8671
8672
|
"member": "string",
|
8672
8673
|
"name": "AccessKeyId",
|
8673
8674
|
"required": true,
|
@@ -8685,7 +8686,7 @@
|
|
8685
8686
|
"example": "1",
|
8686
8687
|
"member": "bool",
|
8687
8688
|
"name": "Result",
|
8688
|
-
"
|
8689
|
+
"output_required": true,
|
8689
8690
|
"type": "bool",
|
8690
8691
|
"value_allowed_null": true
|
8691
8692
|
},
|
@@ -12904,7 +12905,7 @@
|
|
12904
12905
|
{
|
12905
12906
|
"disabled": false,
|
12906
12907
|
"document": "待解绑的密钥 ID 数组。",
|
12907
|
-
"example": "[\"
|
12908
|
+
"example": "[\"AKID***********************************************\\n\"]",
|
12908
12909
|
"member": "string",
|
12909
12910
|
"name": "AccessKeyIds",
|
12910
12911
|
"required": true,
|
@@ -12922,7 +12923,7 @@
|
|
12922
12923
|
"example": "1",
|
12923
12924
|
"member": "bool",
|
12924
12925
|
"name": "Result",
|
12925
|
-
"
|
12926
|
+
"output_required": true,
|
12926
12927
|
"type": "bool",
|
12927
12928
|
"value_allowed_null": true
|
12928
12929
|
},
|
@@ -13161,7 +13162,7 @@
|
|
13161
13162
|
{
|
13162
13163
|
"disabled": false,
|
13163
13164
|
"document": "待更换的密钥 ID。",
|
13164
|
-
"example": "
|
13165
|
+
"example": "AKID***********************************************",
|
13165
13166
|
"member": "string",
|
13166
13167
|
"name": "AccessKeyId",
|
13167
13168
|
"required": true,
|
@@ -13188,7 +13189,7 @@
|
|
13188
13189
|
"example": "无",
|
13189
13190
|
"member": "ApiKey",
|
13190
13191
|
"name": "Result",
|
13191
|
-
"
|
13192
|
+
"output_required": true,
|
13192
13193
|
"type": "object",
|
13193
13194
|
"value_allowed_null": true
|
13194
13195
|
},
|