tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -330,14 +330,6 @@
330
330
  "title": "ImageEnhancement调用"
331
331
  }
332
332
  ],
333
- "InstitutionOCR": [
334
- {
335
- "document": "",
336
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InstitutionOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
337
- "output": "{\n \"Response\": {\n \"LegalPerson\": \"李明\",\n \"Location\": \"武汉市武昌区雄楚路123号\",\n \"Name\": \"长江交通职业技术学院\",\n \"RegId\": \"\",\n \"RequestId\": \"3824099f-bf5b-40a2-af13-11dfca689f55\",\n \"ValidDate\": \"自2015年03月30日至2020年03月30日\"\n }\n}",
338
- "title": "InstitutionOCR调用"
339
- }
340
- ],
341
333
  "InsuranceBillOCR": [
342
334
  {
343
335
  "document": "",
@@ -408,14 +400,6 @@
408
400
  "title": "混贴票据识别示例代码(识别指定类型)"
409
401
  }
410
402
  ],
411
- "OrgCodeCertOCR": [
412
- {
413
- "document": "",
414
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OrgCodeCertOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
415
- "output": "{\n \"Response\": {\n \"OrgCode\": \"300000-3\",\n \"Name\": \"望江县xxx店\",\n \"Address\": \"望江县天鹅购物广场xxx铺\",\n \"ValidDate\": \"自2019年07月01日至2023年06月30日\",\n \"RequestId\": \"e7fdecd4-39a3-46a7-a565-274a2004af2e\"\n }\n}",
416
- "title": "OrgCodeCertOCR调用"
417
- }
418
- ],
419
403
  "PassportOCR": [
420
404
  {
421
405
  "document": "PassportOCR调用 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=PassportOCR)",
@@ -432,14 +416,6 @@
432
416
  "title": "港澳台通行证识别示例代码"
433
417
  }
434
418
  ],
435
- "PropOwnerCertOCR": [
436
- {
437
- "document": "",
438
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PropOwnerCertOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
439
- "output": "{\n \"Response\": {\n \"Owner\": \"李明\",\n \"Possession\": \"单独所有\",\n \"RegisterTime\": \"2015-02-22\",\n \"Purpose\": \"成套住宅\",\n \"Nature\": \"商品房\",\n \"Location\": \"上海市徐汇区田林路397号腾云大厦\",\n \"RequestId\": \"67c12150-b6e4-41a0-a404-503fe83d7e85\"\n }\n}",
440
- "title": "PropOwnerCertOCR调用"
441
- }
442
- ],
443
419
  "QrcodeOCR": [
444
420
  {
445
421
  "document": "二维码和条形码识别 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=QrcodeOCR)",
@@ -456,6 +432,14 @@
456
432
  "title": "试题识别"
457
433
  }
458
434
  ],
435
+ "QuestionSplitLayoutOCR": [
436
+ {
437
+ "document": "试卷切题",
438
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QuestionSplitLayoutOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://qq.com/1.jpg\"\n}",
439
+ "output": "{\n \"Response\": {\n \"QuestionInfo\": [\n {\n \"Angle\": 0,\n \"Height\": 3368,\n \"ImageBase64\": \"\",\n \"OrgHeight\": 3368,\n \"OrgWidth\": 2188,\n \"ResultList\": [\n {\n \"Answer\": [],\n \"Coord\": [\n {\n \"LeftBottom\": {\n \"X\": 197,\n \"Y\": 1508\n },\n \"LeftTop\": {\n \"X\": 197,\n \"Y\": 568\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1508\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 568\n }\n }\n ],\n \"Figure\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 197,\n \"Y\": 1066\n },\n \"LeftTop\": {\n \"X\": 197,\n \"Y\": 568\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1066\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 568\n }\n },\n \"GroupType\": \"fill-in-the-blank\",\n \"Index\": 0,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Option\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 275,\n \"Y\": 1230\n },\n \"LeftTop\": {\n \"X\": 275,\n \"Y\": 1169\n },\n \"RightBottom\": {\n \"X\": 595,\n \"Y\": 1230\n },\n \"RightTop\": {\n \"X\": 595,\n \"Y\": 1169\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 2,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 729,\n \"Y\": 1232\n },\n \"LeftTop\": {\n \"X\": 729,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 1083,\n \"Y\": 1232\n },\n \"RightTop\": {\n \"X\": 1083,\n \"Y\": 1174\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 3,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1218,\n \"Y\": 1230\n },\n \"LeftTop\": {\n \"X\": 1218,\n \"Y\": 1172\n },\n \"RightBottom\": {\n \"X\": 1564,\n \"Y\": 1230\n },\n \"RightTop\": {\n \"X\": 1564,\n \"Y\": 1172\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 4,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1696,\n \"Y\": 1229\n },\n \"LeftTop\": {\n \"X\": 1696,\n \"Y\": 1169\n },\n \"RightBottom\": {\n \"X\": 2002,\n \"Y\": 1229\n },\n \"RightTop\": {\n \"X\": 2002,\n \"Y\": 1169\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 5,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Parse\": [],\n \"Question\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 200,\n \"Y\": 1148\n },\n \"LeftTop\": {\n \"X\": 200,\n \"Y\": 1073\n },\n \"RightBottom\": {\n \"X\": 1761,\n \"Y\": 1148\n },\n \"RightTop\": {\n \"X\": 1761,\n \"Y\": 1073\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 1,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 200,\n \"Y\": 1508\n },\n \"LeftTop\": {\n \"X\": 200,\n \"Y\": 1239\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1508\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 1239\n }\n },\n \"GroupType\": \"fill-in-the-blank\",\n \"Index\": 6,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Table\": []\n },\n {\n \"Answer\": [],\n \"Coord\": [\n {\n \"LeftBottom\": {\n \"X\": 111,\n \"Y\": 3284\n },\n \"LeftTop\": {\n \"X\": 111,\n \"Y\": 1615\n },\n \"RightBottom\": {\n \"X\": 2030,\n \"Y\": 3284\n },\n \"RightTop\": {\n \"X\": 2030,\n \"Y\": 1615\n }\n }\n ],\n \"Figure\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1615,\n \"Y\": 2490\n },\n \"LeftTop\": {\n \"X\": 1615,\n \"Y\": 2232\n },\n \"RightBottom\": {\n \"X\": 2030,\n \"Y\": 2490\n },\n \"RightTop\": {\n \"X\": 2030,\n \"Y\": 2232\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 13,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Option\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 267,\n \"Y\": 2120\n },\n \"LeftTop\": {\n \"X\": 267,\n \"Y\": 2047\n },\n \"RightBottom\": {\n \"X\": 902,\n \"Y\": 2120\n },\n \"RightTop\": {\n \"X\": 902,\n \"Y\": 2047\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 9,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1133,\n \"Y\": 2119\n },\n \"LeftTop\": {\n \"X\": 1133,\n \"Y\": 2060\n },\n \"RightBottom\": {\n \"X\": 1963,\n \"Y\": 2119\n },\n \"RightTop\": {\n \"X\": 1963,\n \"Y\": 2060\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 10,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 260,\n \"Y\": 2209\n },\n \"LeftTop\": {\n \"X\": 260,\n \"Y\": 2136\n },\n \"RightBottom\": {\n \"X\": 1085,\n \"Y\": 2209\n },\n \"RightTop\": {\n \"X\": 1085,\n \"Y\": 2136\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 11,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1133,\n \"Y\": 2207\n },\n \"LeftTop\": {\n \"X\": 1133,\n \"Y\": 2151\n },\n \"RightBottom\": {\n \"X\": 1918,\n \"Y\": 2207\n },\n \"RightTop\": {\n \"X\": 1918,\n \"Y\": 2151\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 12,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 2834\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2771\n },\n \"RightBottom\": {\n \"X\": 1746,\n \"Y\": 2834\n },\n \"RightTop\": {\n \"X\": 1746,\n \"Y\": 2771\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 15,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 2927\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2861\n },\n \"RightBottom\": {\n \"X\": 1300,\n \"Y\": 2927\n },\n \"RightTop\": {\n \"X\": 1300,\n \"Y\": 2861\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 16,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 3013\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2950\n },\n \"RightBottom\": {\n \"X\": 1973,\n \"Y\": 3013\n },\n \"RightTop\": {\n \"X\": 1973,\n \"Y\": 2950\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 17,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 251,\n \"Y\": 3101\n },\n \"LeftTop\": {\n \"X\": 251,\n \"Y\": 3039\n },\n \"RightBottom\": {\n \"X\": 1725,\n \"Y\": 3101\n },\n \"RightTop\": {\n \"X\": 1725,\n \"Y\": 3039\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 18,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Parse\": [],\n \"Question\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 123,\n \"Y\": 1682\n },\n \"LeftTop\": {\n \"X\": 123,\n \"Y\": 1615\n },\n \"RightBottom\": {\n \"X\": 1649,\n \"Y\": 1682\n },\n \"RightTop\": {\n \"X\": 1649,\n \"Y\": 1615\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 7,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 123,\n \"Y\": 2300\n },\n \"LeftTop\": {\n \"X\": 123,\n \"Y\": 1694\n },\n \"RightBottom\": {\n \"X\": 1948,\n \"Y\": 2300\n },\n \"RightTop\": {\n \"X\": 1948,\n \"Y\": 1694\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 8,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 111,\n \"Y\": 3284\n },\n \"LeftTop\": {\n \"X\": 111,\n \"Y\": 2500\n },\n \"RightBottom\": {\n \"X\": 2026,\n \"Y\": 3284\n },\n \"RightTop\": {\n \"X\": 2026,\n \"Y\": 2500\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 14,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Table\": []\n }\n ],\n \"Width\": 2188\n }\n ],\n \"RequestId\": \"7a534f1d-2bb1-4e87-b79a-f8d37d6ab265\"\n }\n}",
440
+ "title": "试卷切题"
441
+ }
442
+ ],
459
443
  "QuestionSplitOCR": [
460
444
  {
461
445
  "document": "",
@@ -488,14 +472,6 @@
488
472
  "title": "身份证识别(安全加密版)示例"
489
473
  }
490
474
  ],
491
- "RecognizeForeignPermanentResidentIdCard": [
492
- {
493
- "document": "外国人永久居留身份证识别",
494
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeForeignPermanentResidentIdCard\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg\",\n \"ImageBase64\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"EnablePdf\": true,\n \"PdfPageNumber\": 1\n}",
495
- "output": "{\n \"Response\": {\n \"CnName\": \"吴全斌\",\n \"EnName\": \"QUANBIN,WU\",\n \"Sex\": \"男/M\",\n \"DateOfBirth\": \"1981年08月03日\",\n \"Nationality\": \"加拿大/CAN\",\n \"PeriodOfValidity\": \"自2023年09月15日至2033年09月14日\",\n \"No\": \"911124198108030024\",\n \"RequestId\": \"a39aa7d9-2e31-463e-b3c9-7894ca53c729\"\n }\n}",
496
- "title": "外国人永久居留身份证识别"
497
- }
498
- ],
499
475
  "RecognizeFormulaOCR": [
500
476
  {
501
477
  "document": "公式识别调用示例",
@@ -520,14 +496,6 @@
520
496
  "title": "通用票据识别(高级版)"
521
497
  }
522
498
  ],
523
- "RecognizeGeneralTextImageWarn": [
524
- {
525
- "document": "通用文本图像告警示例",
526
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeGeneralTextImageWarn\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png\",\n \"Type\": \"General\"\n}",
527
- "output": "{\n \"Response\": {\n \"Blur\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"BorderIncomplete\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Copy\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Reflection\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Reprint\": {\n \"IsWarn\": true,\n \"Polygon\": [\n {\n \"LeftBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"LeftTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightTop\": {\n \"X\": 0,\n \"Y\": 0\n }\n }\n ],\n \"SpecificMatter\": \"\"\n },\n \"RequestId\": \"20bbcd54-6e63-4140-b777-2dea85a8ef66\"\n }\n}",
528
- "title": "通用文本图像告警示例代码"
529
- }
530
- ],
531
499
  "RecognizeHealthCodeOCR": [
532
500
  {
533
501
  "document": "健康码识别",
@@ -617,6 +617,34 @@
617
617
  ],
618
618
  "type": "object"
619
619
  },
620
+ "CromwellConfig": {
621
+ "document": "Cromwell工作流引擎设置",
622
+ "members": [
623
+ {
624
+ "disabled": false,
625
+ "document": "工作流并发数",
626
+ "example": "20",
627
+ "member": "uint64",
628
+ "name": "MaxConcurrentWorkflows",
629
+ "output_required": false,
630
+ "required": true,
631
+ "type": "int",
632
+ "value_allowed_null": false
633
+ },
634
+ {
635
+ "disabled": false,
636
+ "document": "作业并发数",
637
+ "example": "100",
638
+ "member": "uint64",
639
+ "name": "ConcurrentJobLimit",
640
+ "output_required": false,
641
+ "required": true,
642
+ "type": "int",
643
+ "value_allowed_null": false
644
+ }
645
+ ],
646
+ "usage": "both"
647
+ },
620
648
  "DatabaseOption": {
621
649
  "document": "数据库配置。",
622
650
  "members": [
@@ -1193,7 +1221,7 @@
1193
1221
  {
1194
1222
  "disabled": false,
1195
1223
  "document": "环境名称。",
1196
- "example": "test name",
1224
+ "example": "新环境",
1197
1225
  "member": "string",
1198
1226
  "name": "Name",
1199
1227
  "output_required": true,
@@ -1203,7 +1231,7 @@
1203
1231
  {
1204
1232
  "disabled": false,
1205
1233
  "document": "环境描述信息。",
1206
- "example": "test description",
1234
+ "example": "用于测试",
1207
1235
  "member": "string",
1208
1236
  "name": "Description",
1209
1237
  "output_required": true,
@@ -1243,7 +1271,7 @@
1243
1271
  {
1244
1272
  "disabled": false,
1245
1273
  "document": "环境是否可用。环境需要可用才能投递计算任务。",
1246
- "example": "True",
1274
+ "example": "true",
1247
1275
  "member": "bool",
1248
1276
  "name": "Available",
1249
1277
  "output_required": true,
@@ -1253,7 +1281,7 @@
1253
1281
  {
1254
1282
  "disabled": false,
1255
1283
  "document": "环境是否为默认环境。",
1256
- "example": "False",
1284
+ "example": "true",
1257
1285
  "member": "bool",
1258
1286
  "name": "IsDefault",
1259
1287
  "output_required": true,
@@ -1263,7 +1291,7 @@
1263
1291
  {
1264
1292
  "disabled": false,
1265
1293
  "document": "环境是否为托管环境。",
1266
- "example": "False",
1294
+ "example": "false",
1267
1295
  "member": "bool",
1268
1296
  "name": "IsManaged",
1269
1297
  "output_required": true,
@@ -1273,7 +1301,7 @@
1273
1301
  {
1274
1302
  "disabled": false,
1275
1303
  "document": "环境信息。",
1276
- "example": "message",
1304
+ "example": "环境正常",
1277
1305
  "member": "string",
1278
1306
  "name": "Message",
1279
1307
  "output_required": true,
@@ -1283,7 +1311,7 @@
1283
1311
  {
1284
1312
  "disabled": false,
1285
1313
  "document": "云资源ID。",
1286
- "example": "{\"CFSId\": \"cfs-iwee8gk3\",\"CFSStorageType\": \"SD\",\"CVMId\": \"ins-jcbptifa\",\"EKSId\": \"cls-9j9zh13o\",\"SecurityGroupId\": \"sg-gzsfk3r5\",\"SubnetId\": \"subnet-qdkfn4xe\", \"TDSQLCId\": \"cynosdbmysql-kzwghvxj\", \"VPCId\": \"vpc-8yhq1v63\"}",
1314
+ "example": "",
1287
1315
  "member": "ResourceIds",
1288
1316
  "name": "ResourceIds",
1289
1317
  "output_required": true,
@@ -1309,6 +1337,16 @@
1309
1337
  "output_required": false,
1310
1338
  "type": "string",
1311
1339
  "value_allowed_null": false
1340
+ },
1341
+ {
1342
+ "disabled": false,
1343
+ "document": "运行时配置。",
1344
+ "example": "无",
1345
+ "member": "EnvironmentRuntimeConfig",
1346
+ "name": "RuntimeConfig",
1347
+ "output_required": false,
1348
+ "type": "object",
1349
+ "value_allowed_null": false
1312
1350
  }
1313
1351
  ],
1314
1352
  "usage": "out"
@@ -1373,6 +1411,34 @@
1373
1411
  ],
1374
1412
  "usage": "in"
1375
1413
  },
1414
+ "EnvironmentRuntimeConfig": {
1415
+ "document": "环境运行时配置",
1416
+ "members": [
1417
+ {
1418
+ "disabled": false,
1419
+ "document": "Cromwell工作流引擎设置",
1420
+ "example": "无",
1421
+ "member": "CromwellConfig",
1422
+ "name": "CromwellConfig",
1423
+ "output_required": false,
1424
+ "required": true,
1425
+ "type": "object",
1426
+ "value_allowed_null": false
1427
+ },
1428
+ {
1429
+ "disabled": false,
1430
+ "document": "Nextflow工作流引擎设置",
1431
+ "example": "无",
1432
+ "member": "NextflowConfig",
1433
+ "name": "NextflowConfig",
1434
+ "output_required": false,
1435
+ "required": true,
1436
+ "type": "object",
1437
+ "value_allowed_null": false
1438
+ }
1439
+ ],
1440
+ "usage": "both"
1441
+ },
1376
1442
  "ExecutionTime": {
1377
1443
  "document": "执行时间。",
1378
1444
  "members": [
@@ -1887,6 +1953,23 @@
1887
1953
  ],
1888
1954
  "usage": "both"
1889
1955
  },
1956
+ "NextflowConfig": {
1957
+ "document": "Nextflow工作流引擎设置",
1958
+ "members": [
1959
+ {
1960
+ "disabled": false,
1961
+ "document": "工作流任务并发数",
1962
+ "example": "100",
1963
+ "member": "uint64",
1964
+ "name": "ExecutorQueueSize",
1965
+ "output_required": false,
1966
+ "required": true,
1967
+ "type": "int",
1968
+ "value_allowed_null": false
1969
+ }
1970
+ ],
1971
+ "usage": "both"
1972
+ },
1890
1973
  "NotificationType": {
1891
1974
  "document": "通知类型",
1892
1975
  "members": [
@@ -2069,7 +2069,7 @@
2069
2069
  },
2070
2070
  {
2071
2071
  "disabled": false,
2072
- "document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须",
2072
+ "document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
2073
2073
  "example": "[1,2]",
2074
2074
  "member": "uint64",
2075
2075
  "name": "PermissionIds",
@@ -2142,7 +2142,7 @@
2142
2142
  {
2143
2143
  "disabled": false,
2144
2144
  "document": "成员标签列表。最大10个",
2145
- "example": "{ \"TagKey\t\":\"key\", \"TagValue\":\"value\" }",
2145
+ "example": "",
2146
2146
  "member": "Tag",
2147
2147
  "name": "Tags",
2148
2148
  "required": false,
@@ -2646,6 +2646,15 @@
2646
2646
  "name": "UserType",
2647
2647
  "required": false,
2648
2648
  "type": "string"
2649
+ },
2650
+ {
2651
+ "disabled": false,
2652
+ "document": "是否需要重置密码: true: 需要重置 false: 不需要重置密码。 默认false",
2653
+ "example": "true",
2654
+ "member": "bool",
2655
+ "name": "NeedResetPassword",
2656
+ "required": false,
2657
+ "type": "bool"
2649
2658
  }
2650
2659
  ],
2651
2660
  "type": "object"
@@ -2656,7 +2665,7 @@
2656
2665
  {
2657
2666
  "disabled": false,
2658
2667
  "document": "用户详情",
2659
- "example": "{\"ZoneId\": \"z-3fee3r3r3\"}",
2668
+ "example": "",
2660
2669
  "member": "UserInfo",
2661
2670
  "name": "UserInfo",
2662
2671
  "output_required": true,
@@ -6103,7 +6112,7 @@
6103
6112
  },
6104
6113
  {
6105
6114
  "disabled": false,
6106
- "document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须",
6115
+ "document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
6107
6116
  "example": "[1,2]",
6108
6117
  "member": "uint64",
6109
6118
  "name": "PermissionIds",
@@ -6158,7 +6167,7 @@
6158
6167
  {
6159
6168
  "disabled": false,
6160
6169
  "document": "互信主体证明文件列表。",
6161
- "example": "[{\"Name\":\"file_name\",\"Url\":\"file/file_name.txt\"}]",
6170
+ "example": "",
6162
6171
  "member": "AuthRelationFile",
6163
6172
  "name": "AuthFile",
6164
6173
  "required": false,
@@ -6167,7 +6176,7 @@
6167
6176
  {
6168
6177
  "disabled": false,
6169
6178
  "document": "成员标签列表。最大10个",
6170
- "example": "[{\"Tagkey\":\"key\",\"TagValue\":\"value\"}]",
6179
+ "example": "",
6171
6180
  "member": "Tag",
6172
6181
  "name": "Tags",
6173
6182
  "required": false,
@@ -11205,6 +11214,16 @@
11205
11214
  "SetExternalSAMLIdentityProviderResponse": {
11206
11215
  "document": "SetExternalSAMLIdentityProvider返回参数结构体",
11207
11216
  "members": [
11217
+ {
11218
+ "disabled": false,
11219
+ "document": "证书ID。",
11220
+ "example": "[\"idp-c-d73bss92ns\"]",
11221
+ "member": "string",
11222
+ "name": "CertificateIds",
11223
+ "output_required": false,
11224
+ "type": "list",
11225
+ "value_allowed_null": false
11226
+ },
11208
11227
  {
11209
11228
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11210
11229
  "member": "string",
@@ -11994,7 +12013,7 @@
11994
12013
  },
11995
12014
  {
11996
12015
  "disabled": false,
11997
- "document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须",
12016
+ "document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
11998
12017
  "example": "[1,2]",
11999
12018
  "member": "uint64",
12000
12019
  "name": "PermissionIds",
@@ -12478,6 +12497,15 @@
12478
12497
  "name": "NewEmail",
12479
12498
  "required": false,
12480
12499
  "type": "string"
12500
+ },
12501
+ {
12502
+ "disabled": false,
12503
+ "document": "是否需要重置密码",
12504
+ "example": "true",
12505
+ "member": "bool",
12506
+ "name": "NeedResetPassword",
12507
+ "required": false,
12508
+ "type": "bool"
12481
12509
  }
12482
12510
  ],
12483
12511
  "type": "object"
@@ -12793,6 +12821,17 @@
12793
12821
  "required": false,
12794
12822
  "type": "string",
12795
12823
  "value_allowed_null": false
12824
+ },
12825
+ {
12826
+ "disabled": false,
12827
+ "document": "下次登录是否需要重置密码, true: 需要重置密码, false:不需要重置密码",
12828
+ "example": "",
12829
+ "member": "bool",
12830
+ "name": "NeedResetPassword",
12831
+ "output_required": false,
12832
+ "required": false,
12833
+ "type": "bool",
12834
+ "value_allowed_null": false
12796
12835
  }
12797
12836
  ],
12798
12837
  "usage": "both"