tccli 3.0.1216.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.
Files changed (252) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argparser.py +1 -1
  3. tccli/command.py +2 -2
  4. tccli/credentials.py +25 -0
  5. tccli/main.py +6 -2
  6. tccli/plugins/sso/__init__.py +61 -0
  7. tccli/plugins/sso/configs.py +4 -0
  8. tccli/plugins/sso/configure.py +45 -0
  9. tccli/plugins/sso/login.py +144 -0
  10. tccli/plugins/sso/logout.py +21 -0
  11. tccli/plugins/sso/terminal.py +161 -0
  12. tccli/plugins/sso/texts.py +40 -0
  13. tccli/services/__init__.py +6 -0
  14. tccli/services/acp/v20220105/api.json +7 -7
  15. tccli/services/acp/v20220105/examples.json +2 -2
  16. tccli/services/aiart/v20221229/api.json +29 -29
  17. tccli/services/aiart/v20221229/examples.json +8 -8
  18. tccli/services/apigateway/v20180808/api.json +18 -17
  19. tccli/services/apigateway/v20180808/examples.json +12 -12
  20. tccli/services/apm/v20210622/api.json +98 -4
  21. tccli/services/asr/v20190614/api.json +18 -17
  22. tccli/services/asr/v20190614/examples.json +13 -13
  23. tccli/services/autoscaling/v20180419/api.json +371 -309
  24. tccli/services/autoscaling/v20180419/examples.json +17 -17
  25. tccli/services/batch/v20170312/api.json +7 -7
  26. tccli/services/bda/v20200324/api.json +39 -31
  27. tccli/services/bda/v20200324/examples.json +9 -9
  28. tccli/services/bh/__init__.py +4 -0
  29. tccli/services/bh/bh_client.py +3428 -0
  30. tccli/services/bh/v20230418/api.json +8180 -0
  31. tccli/services/bh/v20230418/examples.json +519 -0
  32. tccli/services/bi/v20220105/api.json +48 -0
  33. tccli/services/billing/v20180709/api.json +26 -24
  34. tccli/services/bsca/v20210811/api.json +1 -1
  35. tccli/services/btoe/v20210514/api.json +4 -4
  36. tccli/services/btoe/v20210514/examples.json +2 -2
  37. tccli/services/ca/v20230228/api.json +60 -0
  38. tccli/services/cam/v20190116/api.json +11 -11
  39. tccli/services/cat/v20180409/api.json +9 -0
  40. tccli/services/cbs/v20170312/api.json +200 -188
  41. tccli/services/cbs/v20170312/examples.json +4 -4
  42. tccli/services/ccc/v20200210/api.json +390 -323
  43. tccli/services/ccc/v20200210/examples.json +15 -15
  44. tccli/services/cdb/cdb_client.py +13 -13
  45. tccli/services/cdb/v20170320/api.json +295 -270
  46. tccli/services/cdb/v20170320/examples.json +38 -38
  47. tccli/services/cdc/v20201214/api.json +283 -270
  48. tccli/services/cdc/v20201214/examples.json +26 -26
  49. tccli/services/cds/v20180420/api.json +82 -76
  50. tccli/services/cds/v20180420/examples.json +1 -1
  51. tccli/services/cdwch/v20200915/api.json +1 -1
  52. tccli/services/cdwdoris/v20211228/api.json +42 -2
  53. tccli/services/cdz/v20221123/api.json +41 -5
  54. tccli/services/cfg/v20210820/api.json +31 -0
  55. tccli/services/cfs/v20190719/api.json +89 -1
  56. tccli/services/cfs/v20190719/examples.json +1 -1
  57. tccli/services/cfw/cfw_client.py +0 -53
  58. tccli/services/cfw/v20190904/api.json +1849 -1999
  59. tccli/services/cfw/v20190904/examples.json +157 -159
  60. tccli/services/ckafka/v20190819/api.json +104 -75
  61. tccli/services/clb/v20180317/api.json +48 -26
  62. tccli/services/clb/v20180317/examples.json +1 -1
  63. tccli/services/cloudapp/v20220530/api.json +5 -1
  64. tccli/services/cloudaudit/v20190319/api.json +58 -44
  65. tccli/services/cloudaudit/v20190319/examples.json +6 -6
  66. tccli/services/cloudstudio/v20230508/api.json +38 -37
  67. tccli/services/cloudstudio/v20230508/examples.json +4 -4
  68. tccli/services/cls/cls_client.py +216 -4
  69. tccli/services/cls/v20201016/api.json +536 -47
  70. tccli/services/cls/v20201016/examples.json +34 -2
  71. tccli/services/csip/v20221121/api.json +2562 -2382
  72. tccli/services/csip/v20221121/examples.json +108 -108
  73. tccli/services/cvm/v20170312/api.json +149 -112
  74. tccli/services/cvm/v20170312/examples.json +2 -2
  75. tccli/services/cwp/cwp_client.py +4 -110
  76. tccli/services/cwp/v20180228/api.json +6338 -6146
  77. tccli/services/cwp/v20180228/examples.json +342 -370
  78. tccli/services/cynosdb/v20190107/api.json +93 -81
  79. tccli/services/cynosdb/v20190107/examples.json +70 -70
  80. tccli/services/dasb/v20191018/api.json +796 -651
  81. tccli/services/dasb/v20191018/examples.json +101 -101
  82. tccli/services/dcdb/dcdb_client.py +114 -61
  83. tccli/services/dcdb/v20180411/api.json +141 -7
  84. tccli/services/dcdb/v20180411/examples.json +32 -0
  85. tccli/services/dlc/v20210125/api.json +21 -11
  86. tccli/services/dnspod/dnspod_client.py +417 -46
  87. tccli/services/dnspod/v20210323/api.json +751 -30
  88. tccli/services/dnspod/v20210323/examples.json +62 -0
  89. tccli/services/dts/v20211206/api.json +4 -4
  90. tccli/services/ecm/v20190719/api.json +2 -2
  91. tccli/services/emr/v20190103/api.json +339 -114
  92. tccli/services/emr/v20190103/examples.json +64 -82
  93. tccli/services/es/v20180416/api.json +29 -0
  94. tccli/services/es/v20180416/examples.json +1 -1
  95. tccli/services/ess/v20201111/api.json +49 -31
  96. tccli/services/ess/v20201111/examples.json +20 -8
  97. tccli/services/essbasic/v20210526/api.json +54 -49
  98. tccli/services/essbasic/v20210526/examples.json +36 -18
  99. tccli/services/facefusion/v20181201/api.json +47 -45
  100. tccli/services/facefusion/v20181201/examples.json +2 -2
  101. tccli/services/facefusion/v20220927/api.json +54 -48
  102. tccli/services/facefusion/v20220927/examples.json +5 -5
  103. tccli/services/faceid/v20180301/api.json +497 -496
  104. tccli/services/faceid/v20180301/examples.json +219 -101
  105. tccli/services/fmu/v20191213/api.json +59 -67
  106. tccli/services/fmu/v20191213/examples.json +22 -22
  107. tccli/services/ft/v20200304/api.json +53 -57
  108. tccli/services/ft/v20200304/examples.json +14 -14
  109. tccli/services/gme/v20180711/api.json +21 -11
  110. tccli/services/gme/v20180711/examples.json +1 -1
  111. tccli/services/hai/v20230812/api.json +116 -9
  112. tccli/services/hai/v20230812/examples.json +4 -4
  113. tccli/services/hunyuan/hunyuan_client.py +436 -12
  114. tccli/services/hunyuan/v20230901/api.json +1482 -118
  115. tccli/services/hunyuan/v20230901/examples.json +82 -18
  116. tccli/services/iai/v20180301/api.json +23 -19
  117. tccli/services/iai/v20180301/examples.json +2 -2
  118. tccli/services/iai/v20200303/api.json +530 -511
  119. tccli/services/iai/v20200303/examples.json +116 -86
  120. tccli/services/ig/__init__.py +4 -0
  121. tccli/services/ig/ig_client.py +195 -0
  122. tccli/services/ig/v20210518/api.json +83 -0
  123. tccli/services/ig/v20210518/examples.json +13 -0
  124. tccli/services/ioa/ioa_client.py +53 -0
  125. tccli/services/ioa/v20220601/api.json +662 -413
  126. tccli/services/ioa/v20220601/examples.json +24 -10
  127. tccli/services/iotexplorer/v20190423/api.json +33 -13
  128. tccli/services/iotexplorer/v20190423/examples.json +3 -3
  129. tccli/services/iotvideo/iotvideo_client.py +106 -0
  130. tccli/services/iotvideo/v20191126/api.json +256 -24
  131. tccli/services/iotvideo/v20191126/examples.json +19 -3
  132. tccli/services/iotvideo/v20201215/api.json +1 -1
  133. tccli/services/iotvideo/v20201215/examples.json +1 -1
  134. tccli/services/iotvideo/v20211125/api.json +1 -1
  135. tccli/services/iotvideo/v20211125/examples.json +2 -2
  136. tccli/services/iss/iss_client.py +69 -122
  137. tccli/services/iss/v20230517/api.json +10 -54
  138. tccli/services/iss/v20230517/examples.json +0 -14
  139. tccli/services/kms/v20190118/api.json +301 -268
  140. tccli/services/kms/v20190118/examples.json +45 -51
  141. tccli/services/lcic/lcic_client.py +159 -0
  142. tccli/services/lcic/v20220817/api.json +273 -1
  143. tccli/services/lcic/v20220817/examples.json +24 -0
  144. tccli/services/lighthouse/v20200324/api.json +56 -0
  145. tccli/services/live/live_client.py +159 -0
  146. tccli/services/live/v20180801/api.json +244 -0
  147. tccli/services/live/v20180801/examples.json +24 -0
  148. tccli/services/lke/v20231130/api.json +17 -17
  149. tccli/services/lke/v20231130/examples.json +19 -25
  150. tccli/services/mariadb/v20170312/api.json +7 -7
  151. tccli/services/market/v20191010/api.json +3 -3
  152. tccli/services/market/v20191010/examples.json +2 -2
  153. tccli/services/mmps/v20200710/api.json +47 -47
  154. tccli/services/mmps/v20200710/examples.json +3 -3
  155. tccli/services/mongodb/v20190725/api.json +4 -4
  156. tccli/services/monitor/v20180724/api.json +46 -19
  157. tccli/services/mps/v20190612/api.json +282 -5
  158. tccli/services/mps/v20190612/examples.json +25 -1
  159. tccli/services/mqtt/v20240516/api.json +2 -2
  160. tccli/services/mrs/v20200910/api.json +72 -34
  161. tccli/services/mrs/v20200910/examples.json +2 -2
  162. tccli/services/ms/v20180408/api.json +535 -506
  163. tccli/services/ms/v20180408/examples.json +25 -25
  164. tccli/services/oceanus/v20190422/api.json +130 -0
  165. tccli/services/ocr/ocr_client.py +232 -20
  166. tccli/services/ocr/v20181119/api.json +2265 -760
  167. tccli/services/ocr/v20181119/examples.json +200 -180
  168. tccli/services/omics/v20221128/api.json +614 -553
  169. tccli/services/omics/v20221128/examples.json +9 -9
  170. tccli/services/organization/v20210331/api.json +13 -4
  171. tccli/services/organization/v20210331/examples.json +2 -2
  172. tccli/services/partners/v20180321/api.json +244 -234
  173. tccli/services/partners/v20180321/examples.json +19 -19
  174. tccli/services/privatedns/privatedns_client.py +428 -4
  175. tccli/services/privatedns/v20201028/api.json +815 -11
  176. tccli/services/privatedns/v20201028/examples.json +64 -0
  177. tccli/services/pts/v20210728/api.json +18 -0
  178. tccli/services/pts/v20210728/examples.json +1 -1
  179. tccli/services/rce/rce_client.py +53 -0
  180. tccli/services/rce/v20201103/api.json +146 -0
  181. tccli/services/rce/v20201103/examples.json +8 -0
  182. tccli/services/redis/v20180412/api.json +42 -42
  183. tccli/services/redis/v20180412/examples.json +19 -19
  184. tccli/services/rum/v20210622/api.json +9 -0
  185. tccli/services/scf/v20180416/api.json +15 -15
  186. tccli/services/scf/v20180416/examples.json +1 -1
  187. tccli/services/smop/v20201203/api.json +46 -42
  188. tccli/services/smop/v20201203/examples.json +2 -2
  189. tccli/services/soe/v20180724/api.json +10 -10
  190. tccli/services/sqlserver/v20180328/api.json +21 -8
  191. tccli/services/sqlserver/v20180328/examples.json +5 -5
  192. tccli/services/ssl/v20191205/api.json +97 -4
  193. tccli/services/ssm/v20190923/api.json +292 -231
  194. tccli/services/ssm/v20190923/examples.json +42 -42
  195. tccli/services/tat/v20201028/api.json +97 -97
  196. tccli/services/tat/v20201028/examples.json +20 -26
  197. tccli/services/tchd/v20230306/api.json +5 -5
  198. tccli/services/tchd/v20230306/examples.json +3 -3
  199. tccli/services/tcr/v20190924/api.json +1 -1
  200. tccli/services/tcr/v20190924/examples.json +1 -1
  201. tccli/services/tcss/v20201101/api.json +1973 -1426
  202. tccli/services/tcss/v20201101/examples.json +346 -364
  203. tccli/services/tdmq/v20200217/api.json +539 -401
  204. tccli/services/tdmq/v20200217/examples.json +104 -104
  205. tccli/services/tds/v20220801/api.json +4 -4
  206. tccli/services/tem/v20210701/api.json +287 -271
  207. tccli/services/tem/v20210701/examples.json +59 -59
  208. tccli/services/teo/v20220901/api.json +37 -9
  209. tccli/services/teo/v20220901/examples.json +13 -7
  210. tccli/services/thpc/v20230321/api.json +5 -5
  211. tccli/services/tke/tke_client.py +217 -58
  212. tccli/services/tke/v20180525/api.json +36 -27
  213. tccli/services/tke/v20180525/examples.json +1 -1
  214. tccli/services/tke/v20220501/api.json +176 -0
  215. tccli/services/tke/v20220501/examples.json +24 -0
  216. tccli/services/tmt/v20180321/api.json +38 -8
  217. tccli/services/trp/v20210515/api.json +86 -74
  218. tccli/services/trp/v20210515/examples.json +65 -65
  219. tccli/services/trro/v20220325/api.json +72 -71
  220. tccli/services/trro/v20220325/examples.json +8 -8
  221. tccli/services/trtc/trtc_client.py +8 -61
  222. tccli/services/trtc/v20190722/api.json +72 -30
  223. tccli/services/trtc/v20190722/examples.json +3 -11
  224. tccli/services/tse/tse_client.py +110 -4
  225. tccli/services/tse/v20201207/api.json +122 -7
  226. tccli/services/tse/v20201207/examples.json +25 -9
  227. tccli/services/vclm/v20240523/api.json +225 -82
  228. tccli/services/vclm/v20240523/examples.json +13 -19
  229. tccli/services/vod/v20180717/api.json +431 -4
  230. tccli/services/vod/v20180717/examples.json +25 -5
  231. tccli/services/vod/v20240718/api.json +11 -11
  232. tccli/services/vod/v20240718/examples.json +4 -4
  233. tccli/services/vod/vod_client.py +53 -0
  234. tccli/services/vpc/v20170312/api.json +1090 -862
  235. tccli/services/vpc/v20170312/examples.json +74 -66
  236. tccli/services/vpc/vpc_client.py +61 -8
  237. tccli/services/waf/v20180125/api.json +2540 -2177
  238. tccli/services/waf/v20180125/examples.json +216 -284
  239. tccli/services/waf/waf_client.py +172 -119
  240. tccli/services/wav/v20210129/api.json +48 -48
  241. tccli/services/wav/v20210129/examples.json +4 -4
  242. tccli/services/wedata/v20210820/api.json +909 -25
  243. tccli/services/wedata/v20210820/examples.json +28 -4
  244. tccli/services/wedata/wedata_client.py +159 -0
  245. tccli/services/weilingwith/v20230427/api.json +6 -6
  246. tccli/services/weilingwith/v20230427/examples.json +3 -3
  247. tccli/sso.py +229 -0
  248. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
  249. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
  250. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
  251. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
  252. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -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": "base64",
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": "base64",
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": "base64",
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": "base64",
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/test.jpg\",\n \"ClothesUrl\": \"https://xxx.com/test.jpg\",\n \"ClothesType\": \"Upper-body\",\n \"RspImgType\": \"url\"\n}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"0d0728ed-f777-4861-aa4b-5a6167daa0b6\",\n \"ResultImage\": \"https://result.jpg\"\n }\n}",
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\": \"http://url\",\n \"Style\": \"water\"\n}",
15
- "output": "{\n \"Response\": {\n \"ResultImage\": \"url or base64\",\n \"RequestId\": \"301bfc25-61ca-4ece-b03e-f6aefb547969\"\n }\n}",
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/test.jpg\",\n \"MaskUrl\": \"https://xxx.com/test.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://result.jpg\"\n }\n}",
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/test.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://result.jpg\"\n }\n}",
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": "test",
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": "test",
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
- "required": true,
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": "AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83",
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
- "required": true,
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": "AKID1IGx7Tu5mk150ds6fhbdi1RqD8KlI6dW32MD",
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
- "required": true,
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
- "required": true,
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": "AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83",
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
- "required": true,
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": "AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83",
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
- "required": true,
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": "[\"AKIDmyE2z0gvi2p6i9lWr3bbetpTaquaxQ8s8iob\\n\"]",
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
- "required": true,
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": "AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83",
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
- "required": true,
13192
+ "output_required": true,
13192
13193
  "type": "object",
13193
13194
  "value_allowed_null": true
13194
13195
  },
@@ -35,7 +35,7 @@
35
35
  "BindSecretIds": [
36
36
  {
37
37
  "document": "\t\n使用计划绑定密钥",
38
- "input": "https://apigateway.tencentcloudapi.com/?Action=BindSecretIds\n&UsagePlanId=usagePlan-quqxvett\n&AccessKeyIds.0=AKIDmyE2z0gvi2p6***************\n&<公共请求参数>",
38
+ "input": "https://apigateway.tencentcloudapi.com/?Action=BindSecretIds\n&UsagePlanId=usagePlan-quqxvett\n&AccessKeyIds.0=AKID***********************************************\n&<公共请求参数>",
39
39
  "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"fcc3e46c-931d-4c58-88e9-f3cfc2251769\"\n }\n}",
40
40
  "title": "使用计划绑定密钥"
41
41
  }
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "document": "",
86
86
  "input": "https://apigateway.tencentcloudapi.com/?Action=CreateApiKey\n&SecretName=test\n&<公共请求参数>",
87
- "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\",\n \"AccessKeySecret\": \"9i3BQU8lMUl2dAvrF8RvL5EM6RKEG47P770du61B\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"test\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:10:01Z\",\n \"ModifiedTime\": \"2020-02-26T06:10:01Z\"\n },\n \"RequestId\": \"ad5218b4-edc3-4195-ba4d-a0ef176783ba\"\n }\n}",
87
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID***********************************************\",\n \"AccessKeySecret\": \"qYSyjR************************************\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"test\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:10:01Z\",\n \"ModifiedTime\": \"2020-02-26T06:10:01Z\"\n },\n \"RequestId\": \"ad5218b4-edc3-4195-ba4d-a0ef176783ba\"\n }\n}",
88
88
  "title": "CreateApiKey"
89
89
  }
90
90
  ],
@@ -161,7 +161,7 @@
161
161
  "DeleteApiKey": [
162
162
  {
163
163
  "document": "",
164
- "input": "https://apigateway.tencentcloudapi.com/?Action=DeleteApiKey\n&AccessKeyId=AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\n&<公共请求参数>",
164
+ "input": "https://apigateway.tencentcloudapi.com/?Action=DeleteApiKey\n&AccessKeyId=AKID***********************************************\n&<公共请求参数>",
165
165
  "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"7bc61f00-1cb0-4436-9f7e-55c3e2652248\"\n }\n}",
166
166
  "title": "DeleteApiKey"
167
167
  }
@@ -305,8 +305,8 @@
305
305
  "DescribeApiKey": [
306
306
  {
307
307
  "document": "",
308
- "input": "https://apigateway.tencentcloudapi.com/?Action=DescribeApiKey\n&AccessKeyId=AKID1IGx7Tu5mk150ds6fhbdi1RqD8KlI6dW32MD\n&<公共请求参数>",
309
- "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID1IGx7Tu5mk150ds6fhbdi1RqD8KlI6dW32MD\",\n \"AccessKeySecret\": \"hvhuan76de5im5Fa0bqh8aaBcOO9cy6c7yg2ywlf\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:45:57Z\"\n },\n \"RequestId\": \"ac423dbe-4e28-470d-b3f7-b8c95c614124\"\n }\n}",
308
+ "input": "https://apigateway.tencentcloudapi.com/?Action=DescribeApiKey\n&AccessKeyId=AKID***********************************************\n&<公共请求参数>",
309
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID***********************************************\",\n \"AccessKeySecret\": \"qYSyjR************************************\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:45:57Z\"\n },\n \"RequestId\": \"ac423dbe-4e28-470d-b3f7-b8c95c614124\"\n }\n}",
310
310
  "title": "DescribeApiKey"
311
311
  }
312
312
  ],
@@ -314,7 +314,7 @@
314
314
  {
315
315
  "document": "",
316
316
  "input": "https://apigateway.tencentcloudapi.com/?Action=DescribeApiKeysStatus\n&<公共请求参数>",
317
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"ApiKeySet\": [\n {\n \"AccessKeyId\": \"AKID1IGx7Tu5mk150ds6fhbdi1RqD8KlI6dW32MD\",\n \"AccessKeySecret\": \"qYSyjJAn6BNAmoRpFs93HhtchFCGy4K3zrC2WjR\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:09:44Z\"\n }\n ]\n },\n \"RequestId\": \"6096c75d-1562-44be-a4af-75b5e235d319\"\n }\n}",
317
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"ApiKeySet\": [\n {\n \"AccessKeyId\": \"AKID***********************************************\",\n \"AccessKeySecret\": \"qYSyjR************************************\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:09:44Z\"\n }\n ]\n },\n \"RequestId\": \"6096c75d-1562-44be-a4af-75b5e235d319\"\n }\n}",
318
318
  "title": "DescribeApiKeysStatus"
319
319
  }
320
320
  ],
@@ -552,7 +552,7 @@
552
552
  {
553
553
  "document": "",
554
554
  "input": "https://apigateway.tencentcloudapi.com/?Action=DescribeUsagePlanSecretIds\n&UsagePlanId=usagePlan-quqxvett\n&<公共请求参数>",
555
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"AccessKeyList\": [\n {\n \"SecretName\": \"xx\",\n \"AccessKeyId\": \"AKIDmyE2z0gvi2p6i9lWr3bbetpTaquaxQ8s8iob\",\n \"Status\": 1\n }\n ]\n },\n \"RequestId\": \"61f694d3-9c8b-4c4e-8d51-b2ab087c0d36\"\n }\n}",
555
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"AccessKeyList\": [\n {\n \"SecretName\": \"test\",\n \"AccessKeyId\": \"AKID***********************************************\",\n \"Status\": 1\n }\n ]\n },\n \"RequestId\": \"61f694d3-9c8b-4c4e-8d51-b2ab087c0d36\"\n }\n}",
556
556
  "title": "查询使用计划绑定的密钥"
557
557
  }
558
558
  ],
@@ -575,7 +575,7 @@
575
575
  "DisableApiKey": [
576
576
  {
577
577
  "document": "",
578
- "input": "https://apigateway.tencentcloudapi.com/?Action=DisableApiKey\n&AccessKeyId=AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\n&<公共请求参数>",
578
+ "input": "https://apigateway.tencentcloudapi.com/?Action=DisableApiKey\n&AccessKeyId=AKID***********************************************\n&<公共请求参数>",
579
579
  "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"6ea68436-c37c-4887-9a2b-91ed0eb72f7a\"\n }\n}",
580
580
  "title": "DisableApiKey"
581
581
  }
@@ -583,7 +583,7 @@
583
583
  "EnableApiKey": [
584
584
  {
585
585
  "document": "",
586
- "input": "https://apigateway.tencentcloudapi.com/?Action=EnableApiKey\n&AccessKeyId=AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\n&<公共请求参数>",
586
+ "input": "https://apigateway.tencentcloudapi.com/?Action=EnableApiKey\n&AccessKeyId=AKID***********************************************\n&<公共请求参数>",
587
587
  "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"db81808c-77d5-4fc9-9ab4-de59991f9933\"\n }\n}",
588
588
  "title": "EnableApiKey"
589
589
  }
@@ -741,7 +741,7 @@
741
741
  "UnBindSecretIds": [
742
742
  {
743
743
  "document": "",
744
- "input": "https://apigateway.tencentcloudapi.com/?Action=UnBindSecretIds\n&UsagePlanId=usagePlan-quqxvett\n&AccessKeyIds.0=AKIDmyE2z0gvi2p6i9lWr3bbetpTaquaxQ8s8iob\n&<公共请求参数>",
744
+ "input": "https://apigateway.tencentcloudapi.com/?Action=UnBindSecretIds\n&UsagePlanId=usagePlan-quqxvett\n&AccessKeyIds.0=AKID***********************************************\n&<公共请求参数>",
745
745
  "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"bb85842c-c0d2-4543-8f4d-396a193babe8\"\n }\n}",
746
746
  "title": "UnBindSecretIds"
747
747
  }
@@ -781,8 +781,8 @@
781
781
  "UpdateApiKey": [
782
782
  {
783
783
  "document": "",
784
- "input": "https://apigateway.tencentcloudapi.com/?Action=UpdateApiKey\n&AccessKeyId=AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\n&<公共请求参数>",
785
- "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID8my5MRr9i6VM98F3dZG9zV0KuBq5ID7pMG83\",\n \"AccessKeySecret\": \"hvhuan76de5im5Fa0bqh8aaBcOO9cy6c7yg2ywlf\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:45:57Z\"\n },\n \"RequestId\": \"3d0d6dc0-1fa9-4634-9c42-a1ff635c0bd5\"\n }\n}",
784
+ "input": "https://apigateway.tencentcloudapi.com/?Action=UpdateApiKey\n&AccessKeyId=AKID***********************************************\n&<公共请求参数>",
785
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"AccessKeyId\": \"AKID***********************************************\",\n \"AccessKeySecret\": \"qYSyjR************************************\",\n \"AccessKeyType\": \"auto\",\n \"SecretName\": \"dd\",\n \"Status\": 1,\n \"CreatedTime\": \"2020-02-26T06:09:44Z\",\n \"ModifiedTime\": \"2020-02-26T06:45:57Z\"\n },\n \"RequestId\": \"3d0d6dc0-1fa9-4634-9c42-a1ff635c0bd5\"\n }\n}",
786
786
  "title": "UpdateApiKey"
787
787
  }
788
788
  ],