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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {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\": \"\\\\
|
|
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 \"
|
|
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 \"
|
|
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\"
|
|
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":
|
|
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
|
],
|