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
@@ -99,7 +99,7 @@
99
99
  },
100
100
  {
101
101
  "document": "",
102
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfig\n<公共请求参数>\n\n{\n \"Name\": \"单行完全正则-文件日志\",\n \"Path\": \"/data/log/**/my.log\",\n \"ExcludePaths\": [\n {\n \"Type\": \"File\",\n \"Value\": \"/data/log/my.log\"\n }\n ],\n \"LogType\": \"fullregex_log\",\n \"UserDefineRule\": \"\",\n \"ExtractRule\": {\n \"IsGBK\": 0,\n \"BeginRegex\": \"\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\\{\\\"\\\\w+\\\"[^\\\"]+([^,]+),\\\"\\\\w+\\\":\\\"/\\\\w+/\\\\w+/\\\\*\\\\*/\\\\w+\\\\.\\\\w+\\\",\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"/\\\\w+/\\\\w+/\\\\w+\\\\.\\\\w+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\"\\\\w+\\\\.\\\\d+\\\\.\\\\d+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\",\\\"\\\\w+\\\":\\\\{\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\d+\\\\|\\\\d+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\"\\\",\\\"\\\\w+\\\":\\\\[\\\\]\\\\},\\\"\\\\w+\\\":\\\"\\\\{\\\\\\\\\\\"\\\\w+\\\\\\\\\\\":\\\\d+\\\\}\\\",\\\"\\\\w+\\\"[^\\\"]+([^\\\\}]+).*\",\n \"LogRegex\": \"\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\\{\\\"\\\\w+\\\"[^\\\"]+([^,]+),\\\"\\\\w+\\\":\\\"/\\\\w+/\\\\w+/\\\\*\\\\*/\\\\w+\\\\.\\\\w+\\\",\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"/\\\\w+/\\\\w+/\\\\w+\\\\.\\\\w+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\"\\\\w+\\\\.\\\\d+\\\\.\\\\d+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\",\\\"\\\\w+\\\":\\\\{\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\d+\\\\|\\\\d+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\d+,\\\"\\\\w+\\\":\\\\[\\\\{\\\"\\\\w+\\\":\\\"\\\\w+\\\",\\\"\\\\w+\\\":\\\"\\\\w+\\\"\\\\}\\\\],\\\"\\\\w+\\\":\\\"\\\",\\\"\\\\w+\\\":\\\\[\\\\]\\\\},\\\"\\\\w+\\\":\\\"\\\\{\\\\\\\\\\\"\\\\w+\\\\\\\\\\\":\\\\d+\\\\}\\\",\\\"\\\\w+\\\"[^\\\"]+([^\\\\}]+).*\",\n \"Keys\": [\n \"Version\",\n \"ConfigId\"\n ],\n \"TimeKey\": \"log_time\",\n \"TimeFormat\": \"%Y-%m-%d %H:%M:%S.%f\",\n \"FilterKeyRegex\": [\n {\n \"Key\": \"key1\",\n \"Regex\": \"value1\"\n },\n {\n \"Key\": \"key2\",\n \"Regex\": \"velue2\"\n }\n ],\n \"UnMatchUpLoadSwitch\": true,\n \"UnMatchLogKey\": \"LogParseFailure\",\n \"Backtracking\": 10,\n \"MetadataType\": 2,\n \"MetaTags\": [\n {\n \"Key\": \"mryx\",\n \"Value\": \"item\"\n }\n ],\n \"PathRegex\": \"\",\n \"AdvanceFilterRules\": []\n },\n \"AdvancedConfig\": \"{\\\"ClsAgentMaxDepth\\\":10,\\\"ClsAgentFileTimeout\\\":3600}\",\n \"Output\": \"6bf3355c-3c88-4566-89c8-76c3ca37bae9\"\n}",
102
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfig\n<公共请求参数>\n\n{\n \"Name\": \"单行完全正则-文件日志\",\n \"Path\": \"/data/log/**/my.log\",\n \"ExcludePaths\": [\n {\n \"Type\": \"File\",\n \"Value\": \"/data/log/my.log\"\n }\n ],\n \"LogType\": \"fullregex_log\",\n \"UserDefineRule\": \"\",\n \"ExtractRule\": {\n \"IsGBK\": 0,\n \"BeginRegex\": \"(\\\\w)(\\\\w+\\\\s\\\\S+)\\\\s+(\\\\d+)\\\\s([^:]+):(\\\\d+)\\\\]\\\\s(.*)\",\n \"LogRegex\": \"(\\\\w)(\\\\w+\\\\s\\\\S+)\\\\s+(\\\\d+)\\\\s([^:]+):(\\\\d+)\\\\]\\\\s(.*)\",\n \"Keys\": [\n \"level\",\n \"time\",\n \"thread_id\",\n \"file\",\n \"lineno\",\n \"msg\"\n ],\n \"TimeKey\": \"time\",\n \"TimeFormat\": \"%Y-%m-%d %H:%M:%S.%f\",\n \"FilterKeyRegex\": [\n {\n \"Key\": \"key1\",\n \"Regex\": \"value1\"\n },\n {\n \"Key\": \"key2\",\n \"Regex\": \"velue2\"\n }\n ],\n \"UnMatchUpLoadSwitch\": true,\n \"UnMatchLogKey\": \"LogParseFailure\",\n \"Backtracking\": 10,\n \"MetadataType\": 2,\n \"MetaTags\": [\n {\n \"Key\": \"mryx\",\n \"Value\": \"item\"\n }\n ],\n \"PathRegex\": \"\",\n \"AdvanceFilterRules\": []\n },\n \"AdvancedConfig\": \"{\\\"ClsAgentMaxDepth\\\":10,\\\"ClsAgentFileTimeout\\\":3600}\",\n \"Output\": \"6bf3355c-3c88-4566-89c8-76c3ca37bae9\"\n}",
103
103
  "output": "{\n \"Response\": {\n \"ConfigId\": \"8e63fe9a-5f36-49b0-bdbf-ab1c29e58888\",\n \"RequestId\": \"420f4f07-2134-4167-9442-9ac6c6ffe3d8\"\n }\n}",
104
104
  "title": "创建单行完全正则-文件日志"
105
105
  }
@@ -233,9 +233,15 @@
233
233
  "CreateTopic": [
234
234
  {
235
235
  "document": "创建日志主题",
236
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n \"TopicName\": \"testname\",\n \"PartitionCount\": 1,\n \"Tags\": [],\n \"Period\": 12\n}",
236
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n \"TopicName\": \"testname\",\n \"Period\": 12\n}",
237
237
  "output": "{\n \"Response\": {\n \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
238
238
  "title": "创建日志主题"
239
+ },
240
+ {
241
+ "document": "创建指标主题",
242
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n \"TopicName\": \"testname\",\n \"BizType\": 1,\n \"Period\": 12\n}",
243
+ "output": "{\n \"Response\": {\n \"TopicId\": \"6d069a26-1606-4142-9fa6-17ccee4f9bc9\",\n \"RequestId\": \"c1731e60-e00d-45ee-a9e8-5343d4f38325\"\n }\n}",
244
+ "title": "创建指标主题"
239
245
  }
240
246
  ],
241
247
  "CreateWebCallback": [
@@ -897,7 +903,7 @@
897
903
  "ModifyTopic": [
898
904
  {
899
905
  "document": "修改日志主题",
900
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n \"TopicName\": \"testname\",\n \"Status\": false,\n \"Tags\": [],\n \"Period\": 10\n}",
906
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n \"TopicName\": \"testname\",\n \"Period\": 10\n}",
901
907
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
902
908
  "title": "修改日志主题"
903
909
  }
@@ -905,7 +911,7 @@
905
911
  "ModifyWebCallback": [
906
912
  {
907
913
  "document": "修改告警渠道回调配置",
908
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"Http\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\",\n \"Key\": \"\"\n}",
914
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"Http\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\"\n}",
909
915
  "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\"\n }\n}",
910
916
  "title": "修改告警渠道回调配置"
911
917
  }
@@ -577,7 +577,7 @@
577
577
  },
578
578
  "metadata": {
579
579
  "apiVersion": "2022-11-21",
580
- "api_brief": null,
580
+ "api_brief": "介绍如何使用API对云安全中心进行操作,包括云上资产管理、安全体检、多云多账号管理等。",
581
581
  "serviceNameCN": "云安全一体化平台",
582
582
  "serviceShortName": "csip"
583
583
  },
@@ -850,6 +850,16 @@
850
850
  "output_required": false,
851
851
  "type": "string",
852
852
  "value_allowed_null": false
853
+ },
854
+ {
855
+ "disabled": false,
856
+ "document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
857
+ "example": "",
858
+ "member": "int64",
859
+ "name": "CloudType",
860
+ "output_required": false,
861
+ "type": "int",
862
+ "value_allowed_null": false
853
863
  }
854
864
  ],
855
865
  "usage": "out"
@@ -1088,6 +1098,16 @@
1088
1098
  "output_required": true,
1089
1099
  "type": "int",
1090
1100
  "value_allowed_null": false
1101
+ },
1102
+ {
1103
+ "disabled": false,
1104
+ "document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
1105
+ "example": "",
1106
+ "member": "int64",
1107
+ "name": "CloudType",
1108
+ "output_required": false,
1109
+ "type": "int",
1110
+ "value_allowed_null": false
1091
1111
  }
1092
1112
  ],
1093
1113
  "usage": "out"
@@ -1500,6 +1520,16 @@
1500
1520
  "output_required": true,
1501
1521
  "type": "int",
1502
1522
  "value_allowed_null": false
1523
+ },
1524
+ {
1525
+ "disabled": false,
1526
+ "document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
1527
+ "example": "",
1528
+ "member": "int64",
1529
+ "name": "CloudType",
1530
+ "output_required": false,
1531
+ "type": "int",
1532
+ "value_allowed_null": false
1503
1533
  }
1504
1534
  ],
1505
1535
  "usage": "out"
@@ -12653,7 +12683,7 @@
12653
12683
  {
12654
12684
  "disabled": false,
12655
12685
  "document": "风险危害",
12656
- "example": "云上多种产品都有管理后台功能且具有对公网开放能力,管理后台对外开放后后容易存在口令被爆破/被入侵风险,可导致重要数据泄露,服务器遭受入侵等严重后果。",
12686
+ "example": "云上多种产品都有管理后台功能且具有对公网开放能力,管理后台对外开放后容易存在口令被爆破/被入侵风险,可导致重要数据泄露,服务器遭受入侵等严重后果。",
12657
12687
  "member": "string",
12658
12688
  "name": "RiskInfluence",
12659
12689
  "output_required": true,
@@ -19476,7 +19506,7 @@
19476
19506
  },
19477
19507
  {
19478
19508
  "disabled": false,
19479
- "document": "调用方式\n0:控制台调用\n1:API",
19509
+ "document": "调用方式\n-1:未统计\n0:控制台调用\n1:API",
19480
19510
  "example": "0",
19481
19511
  "member": "int64",
19482
19512
  "name": "EventType",
@@ -19593,6 +19623,26 @@
19593
19623
  "output_required": false,
19594
19624
  "type": "string",
19595
19625
  "value_allowed_null": false
19626
+ },
19627
+ {
19628
+ "disabled": false,
19629
+ "document": "账号外vpc信息",
19630
+ "example": "账号外vpc信息列表",
19631
+ "member": "SourceIPVpcInfo",
19632
+ "name": "VpcInfo",
19633
+ "output_required": false,
19634
+ "type": "list",
19635
+ "value_allowed_null": false
19636
+ },
19637
+ {
19638
+ "disabled": false,
19639
+ "document": "云类型\n0为腾讯云",
19640
+ "example": "",
19641
+ "member": "int64",
19642
+ "name": "CloudType",
19643
+ "output_required": false,
19644
+ "type": "int",
19645
+ "value_allowed_null": false
19596
19646
  }
19597
19647
  ],
19598
19648
  "usage": "out"
@@ -6405,6 +6405,66 @@
6405
6405
  "type": "int",
6406
6406
  "value_allowed_null": false
6407
6407
  },
6408
+ {
6409
+ "disabled": false,
6410
+ "document": "公共字段",
6411
+ "example": "无",
6412
+ "member": "DisplayToolCommon",
6413
+ "name": "DisplayToolCommon",
6414
+ "output_required": false,
6415
+ "type": "object",
6416
+ "value_allowed_null": false
6417
+ },
6418
+ {
6419
+ "disabled": false,
6420
+ "document": "事件名称",
6421
+ "example": "源码泄露",
6422
+ "member": "string",
6423
+ "name": "Name",
6424
+ "output_required": false,
6425
+ "type": "string",
6426
+ "value_allowed_null": false
6427
+ },
6428
+ {
6429
+ "disabled": false,
6430
+ "document": "事件描述",
6431
+ "example": "源码泄露",
6432
+ "member": "string",
6433
+ "name": "Description",
6434
+ "output_required": false,
6435
+ "type": "string",
6436
+ "value_allowed_null": false
6437
+ },
6438
+ {
6439
+ "disabled": false,
6440
+ "document": "数据源",
6441
+ "example": "http://github.com/xxx",
6442
+ "member": "string",
6443
+ "name": "Source",
6444
+ "output_required": false,
6445
+ "type": "string",
6446
+ "value_allowed_null": false
6447
+ },
6448
+ {
6449
+ "disabled": false,
6450
+ "document": "风险等级:1-低危 2-中危 3-高危 4-严重 5-误报",
6451
+ "example": "1",
6452
+ "member": "int64",
6453
+ "name": "RiskLevel",
6454
+ "output_required": false,
6455
+ "type": "int",
6456
+ "value_allowed_null": false
6457
+ },
6458
+ {
6459
+ "disabled": false,
6460
+ "document": "仓库名称",
6461
+ "example": "http://github.com/test.git",
6462
+ "member": "string",
6463
+ "name": "HubName",
6464
+ "output_required": false,
6465
+ "type": "string",
6466
+ "value_allowed_null": false
6467
+ },
6408
6468
  {
6409
6469
  "disabled": false,
6410
6470
  "document": "链接",
@@ -6414,6 +6474,56 @@
6414
6474
  "output_required": false,
6415
6475
  "type": "string",
6416
6476
  "value_allowed_null": false
6477
+ },
6478
+ {
6479
+ "disabled": false,
6480
+ "document": "截图",
6481
+ "example": "http://test.com/xx.png",
6482
+ "member": "string",
6483
+ "name": "Screenshot",
6484
+ "output_required": false,
6485
+ "type": "string",
6486
+ "value_allowed_null": false
6487
+ },
6488
+ {
6489
+ "disabled": false,
6490
+ "document": "建议",
6491
+ "example": "建议删除",
6492
+ "member": "string",
6493
+ "name": "Suggestion",
6494
+ "output_required": false,
6495
+ "type": "string",
6496
+ "value_allowed_null": false
6497
+ },
6498
+ {
6499
+ "disabled": false,
6500
+ "document": "关键词",
6501
+ "example": "AKID2534xxx",
6502
+ "member": "string",
6503
+ "name": "Keyword",
6504
+ "output_required": false,
6505
+ "type": "string",
6506
+ "value_allowed_null": false
6507
+ },
6508
+ {
6509
+ "disabled": false,
6510
+ "document": "处置状态:0-待处理 1-处理中 2-已处理",
6511
+ "example": "0",
6512
+ "member": "int64",
6513
+ "name": "HandlingStatus",
6514
+ "output_required": false,
6515
+ "type": "int",
6516
+ "value_allowed_null": false
6517
+ },
6518
+ {
6519
+ "disabled": false,
6520
+ "document": "备注",
6521
+ "example": "测试数据",
6522
+ "member": "string",
6523
+ "name": "Remark",
6524
+ "output_required": false,
6525
+ "type": "string",
6526
+ "value_allowed_null": false
6417
6527
  }
6418
6528
  ],
6419
6529
  "usage": "out"
@@ -6431,6 +6541,56 @@
6431
6541
  "type": "int",
6432
6542
  "value_allowed_null": false
6433
6543
  },
6544
+ {
6545
+ "disabled": false,
6546
+ "document": "公共字段",
6547
+ "example": "无",
6548
+ "member": "DisplayToolCommon",
6549
+ "name": "DisplayToolCommon",
6550
+ "output_required": false,
6551
+ "type": "object",
6552
+ "value_allowed_null": false
6553
+ },
6554
+ {
6555
+ "disabled": false,
6556
+ "document": "事件名称",
6557
+ "example": "数据泄露",
6558
+ "member": "string",
6559
+ "name": "Name",
6560
+ "output_required": false,
6561
+ "type": "string",
6562
+ "value_allowed_null": false
6563
+ },
6564
+ {
6565
+ "disabled": false,
6566
+ "document": "事件描述",
6567
+ "example": "数据泄露",
6568
+ "member": "string",
6569
+ "name": "Description",
6570
+ "output_required": false,
6571
+ "type": "string",
6572
+ "value_allowed_null": false
6573
+ },
6574
+ {
6575
+ "disabled": false,
6576
+ "document": "数据源",
6577
+ "example": "http://test.com/xx",
6578
+ "member": "string",
6579
+ "name": "Source",
6580
+ "output_required": false,
6581
+ "type": "string",
6582
+ "value_allowed_null": false
6583
+ },
6584
+ {
6585
+ "disabled": false,
6586
+ "document": "风险等级:1-低危 2-中危 3-高危 4-严重 5-误报",
6587
+ "example": "1",
6588
+ "member": "int64",
6589
+ "name": "RiskLevel",
6590
+ "output_required": false,
6591
+ "type": "int",
6592
+ "value_allowed_null": false
6593
+ },
6434
6594
  {
6435
6595
  "disabled": false,
6436
6596
  "document": "链接",
@@ -6440,6 +6600,56 @@
6440
6600
  "output_required": false,
6441
6601
  "type": "string",
6442
6602
  "value_allowed_null": false
6603
+ },
6604
+ {
6605
+ "disabled": false,
6606
+ "document": "截图",
6607
+ "example": "http://test.com/xx.png",
6608
+ "member": "string",
6609
+ "name": "Screenshot",
6610
+ "output_required": false,
6611
+ "type": "string",
6612
+ "value_allowed_null": false
6613
+ },
6614
+ {
6615
+ "disabled": false,
6616
+ "document": "建议",
6617
+ "example": "建议删除",
6618
+ "member": "string",
6619
+ "name": "Suggestion",
6620
+ "output_required": false,
6621
+ "type": "string",
6622
+ "value_allowed_null": false
6623
+ },
6624
+ {
6625
+ "disabled": false,
6626
+ "document": "关键词",
6627
+ "example": "AKID4513xxx",
6628
+ "member": "string",
6629
+ "name": "Keyword",
6630
+ "output_required": false,
6631
+ "type": "string",
6632
+ "value_allowed_null": false
6633
+ },
6634
+ {
6635
+ "disabled": false,
6636
+ "document": "处置状态:0-待处理 1-处理中 2-已处理",
6637
+ "example": "0",
6638
+ "member": "int64",
6639
+ "name": "HandlingStatus",
6640
+ "output_required": false,
6641
+ "type": "int",
6642
+ "value_allowed_null": false
6643
+ },
6644
+ {
6645
+ "disabled": false,
6646
+ "document": "备注",
6647
+ "example": "测试数据",
6648
+ "member": "string",
6649
+ "name": "Remark",
6650
+ "output_required": false,
6651
+ "type": "string",
6652
+ "value_allowed_null": false
6443
6653
  }
6444
6654
  ],
6445
6655
  "usage": "out"
@@ -6457,6 +6667,16 @@
6457
6667
  "type": "int",
6458
6668
  "value_allowed_null": false
6459
6669
  },
6670
+ {
6671
+ "disabled": false,
6672
+ "document": "公共字段",
6673
+ "example": "无",
6674
+ "member": "DisplayToolCommon",
6675
+ "name": "DisplayToolCommon",
6676
+ "output_required": false,
6677
+ "type": "object",
6678
+ "value_allowed_null": false
6679
+ },
6460
6680
  {
6461
6681
  "disabled": false,
6462
6682
  "document": "邮箱",
@@ -6466,6 +6686,76 @@
6466
6686
  "output_required": false,
6467
6687
  "type": "string",
6468
6688
  "value_allowed_null": false
6689
+ },
6690
+ {
6691
+ "disabled": false,
6692
+ "document": "用户名",
6693
+ "example": "qqtest",
6694
+ "member": "string",
6695
+ "name": "Username",
6696
+ "output_required": false,
6697
+ "type": "string",
6698
+ "value_allowed_null": false
6699
+ },
6700
+ {
6701
+ "disabled": false,
6702
+ "document": "数据源",
6703
+ "example": "http://test.com/xx",
6704
+ "member": "string",
6705
+ "name": "Source",
6706
+ "output_required": false,
6707
+ "type": "string",
6708
+ "value_allowed_null": false
6709
+ },
6710
+ {
6711
+ "disabled": false,
6712
+ "document": "风险等级:1-低危 2-中危 3-高危 4-严重 5-误报",
6713
+ "example": "1",
6714
+ "member": "int64",
6715
+ "name": "RiskLevel",
6716
+ "output_required": false,
6717
+ "type": "int",
6718
+ "value_allowed_null": false
6719
+ },
6720
+ {
6721
+ "disabled": false,
6722
+ "document": "建议",
6723
+ "example": "建议删除",
6724
+ "member": "string",
6725
+ "name": "Suggestion",
6726
+ "output_required": false,
6727
+ "type": "string",
6728
+ "value_allowed_null": false
6729
+ },
6730
+ {
6731
+ "disabled": false,
6732
+ "document": "关键词",
6733
+ "example": "test@qq.com",
6734
+ "member": "string",
6735
+ "name": "Keyword",
6736
+ "output_required": false,
6737
+ "type": "string",
6738
+ "value_allowed_null": false
6739
+ },
6740
+ {
6741
+ "disabled": false,
6742
+ "document": "处置状态:0-待处理 1-处理中 2-已处理",
6743
+ "example": "0",
6744
+ "member": "int64",
6745
+ "name": "HandlingStatus",
6746
+ "output_required": false,
6747
+ "type": "int",
6748
+ "value_allowed_null": false
6749
+ },
6750
+ {
6751
+ "disabled": false,
6752
+ "document": "备注",
6753
+ "example": "测试数据",
6754
+ "member": "string",
6755
+ "name": "Remark",
6756
+ "output_required": false,
6757
+ "type": "string",
6758
+ "value_allowed_null": false
6469
6759
  }
6470
6760
  ],
6471
6761
  "usage": "out"
@@ -7556,6 +7846,26 @@
7556
7846
  "output_required": false,
7557
7847
  "type": "string",
7558
7848
  "value_allowed_null": false
7849
+ },
7850
+ {
7851
+ "disabled": false,
7852
+ "document": "认证主体",
7853
+ "example": "string",
7854
+ "member": "string",
7855
+ "name": "RecordSubject",
7856
+ "output_required": false,
7857
+ "type": "string",
7858
+ "value_allowed_null": false
7859
+ },
7860
+ {
7861
+ "disabled": false,
7862
+ "document": "账号Appid",
7863
+ "example": "string",
7864
+ "member": "string",
7865
+ "name": "AccountAppid",
7866
+ "output_required": false,
7867
+ "type": "string",
7868
+ "value_allowed_null": false
7559
7869
  }
7560
7870
  ],
7561
7871
  "usage": "out"
@@ -7632,6 +7942,16 @@
7632
7942
  "output_required": false,
7633
7943
  "type": "string",
7634
7944
  "value_allowed_null": false
7945
+ },
7946
+ {
7947
+ "disabled": false,
7948
+ "document": "认证主体",
7949
+ "example": "string",
7950
+ "member": "string",
7951
+ "name": "RecordSubject",
7952
+ "output_required": false,
7953
+ "type": "string",
7954
+ "value_allowed_null": false
7635
7955
  }
7636
7956
  ],
7637
7957
  "usage": "out"
@@ -140,7 +140,7 @@
140
140
  {
141
141
  "document": "",
142
142
  "input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLeakageCodes\n<公共请求参数>\n\n{\n \"CreateAtEnd\": \"2023-02-01 12:00:00\",\n \"CreateAtStart\": \"2023-01-01 12:00:00\",\n \"CustomerId\": 1,\n \"EnterpriseUidList\": [\n \"string\"\n ],\n \"Filters\": [\n {\n \"Name\": \"string\",\n \"Values\": [\n \"string\"\n ]\n }\n ],\n \"Format\": \"json\",\n \"Ignored\": false,\n \"IsNew\": false,\n \"Limit\": 10,\n \"Offset\": 0,\n \"UpdateAtEnd\": \"2023-02-01 12:00:00\",\n \"UpdateAtStart\": \"2023-01-01 12:00:00\"\n}",
143
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 0,\n \"Url\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
143
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Description\": \"string\",\n \"HandlingStatus\": 0,\n \"HubName\": \"string\",\n \"Id\": 0,\n \"Keyword\": \"string\",\n \"Name\": \"string\",\n \"Remark\": \"string\",\n \"RiskLevel\": 0,\n \"Screenshot\": \"string\",\n \"Source\": \"string\",\n \"Suggestion\": \"string\",\n \"Url\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
144
144
  "title": "获取代码泄露数据"
145
145
  }
146
146
  ],
@@ -148,7 +148,7 @@
148
148
  {
149
149
  "document": "",
150
150
  "input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLeakageDatas\n<公共请求参数>\n\n{\n \"CreateAtEnd\": \"2023-02-01 12:00:00\",\n \"CreateAtStart\": \"2023-01-01 12:00:00\",\n \"CustomerId\": 1,\n \"EnterpriseUidList\": [\n \"string\"\n ],\n \"Filters\": [\n {\n \"Name\": \"string\",\n \"Values\": [\n \"string\"\n ]\n }\n ],\n \"Format\": \"json\",\n \"Ignored\": false,\n \"IsNew\": false,\n \"Limit\": 10,\n \"Offset\": 0,\n \"UpdateAtEnd\": \"2023-02-01 12:00:00\",\n \"UpdateAtStart\": \"2023-01-01 12:00:00\"\n}",
151
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 0,\n \"Url\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
151
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Description\": \"string\",\n \"HandlingStatus\": 0,\n \"Id\": 0,\n \"Keyword\": \"string\",\n \"Name\": \"string\",\n \"Remark\": \"string\",\n \"RiskLevel\": 0,\n \"Screenshot\": \"string\",\n \"Source\": \"string\",\n \"Suggestion\": \"string\",\n \"Url\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
152
152
  "title": "获取数据泄露事件"
153
153
  }
154
154
  ],
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "document": "",
158
158
  "input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLeakageEmails\n<公共请求参数>\n\n{\n \"CreateAtEnd\": \"2023-02-01 12:00:00\",\n \"CreateAtStart\": \"2023-01-01 12:00:00\",\n \"CustomerId\": 1,\n \"EnterpriseUidList\": [\n \"string\"\n ],\n \"Filters\": [\n {\n \"Name\": \"string\",\n \"Values\": [\n \"string\"\n ]\n }\n ],\n \"Format\": \"json\",\n \"Ignored\": false,\n \"IsNew\": false,\n \"Limit\": 10,\n \"Offset\": 0,\n \"UpdateAtEnd\": \"2023-02-01 12:00:00\",\n \"UpdateAtStart\": \"2023-01-01 12:00:00\"\n}",
159
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 0,\n \"Email\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
159
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Username\": \"string\",\n \"HandlingStatus\": 0,\n \"Id\": 0,\n \"Keyword\": \"string\",\n \"Email\": \"string\",\n \"Remark\": \"string\",\n \"RiskLevel\": 0,\n \"Source\": \"string\",\n \"Suggestion\": \"string\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
160
160
  "title": "获取邮箱泄露数据"
161
161
  }
162
162
  ],