tccli 3.0.1341.1__py2.py3-none-any.whl → 3.0.1342.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.
- tccli/__init__.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +195 -185
- tccli/services/apm/v20210622/api.json +10 -0
- tccli/services/cdb/v20170320/api.json +15 -15
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/ctem/__init__.py +4 -0
- tccli/services/ctem/ctem_client.py +1479 -0
- tccli/services/ctem/v20231128/api.json +6138 -0
- tccli/services/ctem/v20231128/examples.json +205 -0
- tccli/services/dlc/v20210125/api.json +15 -6
- tccli/services/hunyuan/v20230901/api.json +10 -1
- tccli/services/ims/v20201229/api.json +30 -30
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideo/v20201215/api.json +2 -2
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +22 -1
- tccli/services/mongodb/v20190725/api.json +10 -0
- tccli/services/mps/v20190612/api.json +113 -25
- tccli/services/mqtt/mqtt_client.py +53 -0
- tccli/services/mqtt/v20240516/api.json +150 -0
- tccli/services/mqtt/v20240516/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +3 -3
- tccli/services/redis/v20180412/examples.json +19 -1
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trocket/v20230308/api.json +71 -71
- tccli/services/trocket/v20230308/examples.json +4 -4
- tccli/services/vm/v20210922/api.json +363 -333
- tccli/services/wedata/v20210820/api.json +128 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/RECORD +42 -38
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,205 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"CreateCustomer": [
|
4
|
+
{
|
5
|
+
"document": "添加企业",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomer\n<公共请求参数>\n\n{\n \"Name\": \"测试\",\n \"ScanType\": \"资产收集\",\n \"Percent\": 55\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c5458985-ef27-455e-a417-62e8001a4bd6\"\n }\n}",
|
8
|
+
"title": "添加企业"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"CreateJobRecord": [
|
12
|
+
{
|
13
|
+
"document": "启动测绘",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateJobRecord\n<公共请求参数>\n\n{\n \"CustomerId\": 100136,\n \"Qps\": 55,\n \"TaskType\": \"即时任务\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Id\": 10000036,\n \"RequestId\": \"1b2dcfec-80d6-4a5d-acec-aaea7c6caa14\"\n }\n}",
|
16
|
+
"title": "启动测绘"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"DescribeApps": [
|
20
|
+
{
|
21
|
+
"document": "查看移动端资产",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApps\n<公共请求参数>\n\n{}",
|
23
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AppVersion\": \"v1.1.1\",\n \"Description\": \"\",\n \"Developer\": \"tester\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 17:30:23\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"test\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"b5c10af2a904da1ce896da2800e4933b\",\n \"UpdateAt\": \"2024-06-06 17:30:23\"\n },\n \"DownloadUrl\": \"http://a.test.com\",\n \"Id\": 11,\n \"Logo\": \"\",\n \"Name\": \"test\",\n \"PackageName\": \"com.test\",\n \"Platform\": \"android\",\n \"ServerUrl\": \"http://test.com\"\n }\n ],\n \"RequestId\": \"922257b7-c750-4d0c-8e74-3f4119551fee\",\n \"Total\": 1\n }\n}",
|
24
|
+
"title": "查看移动端资产"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"DescribeAssets": [
|
28
|
+
{
|
29
|
+
"document": "查看主机资产",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssets\n<公共请求参数>\n\n{}",
|
31
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"City\": \"深圳\",\n \"Country\": \"中国\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 16:16:16\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"040d6b47e6d1f754992a14752bbb3fe4\",\n \"UpdateAt\": \"2024-06-06 16:16:16\"\n },\n \"Id\": 6880,\n \"Ip\": \"1.1.1.1\",\n \"Isp\": \"电信\",\n \"Os\": \"\",\n \"Province\": \"广东\"\n }\n ],\n \"RequestId\": \"c156b846-9f28-4976-a3a4-e9b9683b3b00\",\n \"Total\": 1\n }\n}",
|
32
|
+
"title": "查看主机资产"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"DescribeConfigs": [
|
36
|
+
{
|
37
|
+
"document": "查看目录爆破数据",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigs\n<公共请求参数>\n\n{}",
|
39
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:26:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"3c7bc55dc38c9c9e4b554f06b169fa7f\",\n \"UpdateAt\": \"2024-06-07 11:27:15\"\n },\n \"Id\": 41,\n \"Ip\": \"\",\n \"Title\": \"test\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"15eb13bd-0a0e-4a3d-9a32-ef6db4186d41\",\n \"Total\": 1,\n \"AllConfigNum\": 1,\n \"HighRiskConfigNum\": 1\n }\n}",
|
40
|
+
"title": "查看目录爆破数据"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"DescribeCustomers": [
|
44
|
+
{
|
45
|
+
"document": "查看企业",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCustomers\n<公共请求参数>\n\n{}",
|
47
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AppId\": 1300055108,\n \"AuthEndAt\": \"\",\n \"AuthFile\": \"\",\n \"AuthStartAt\": \"\",\n \"CreateAt\": \"2024-06-07 14:24:11\",\n \"Creator\": \"\",\n \"EnableAuth\": false,\n \"EnableCron\": false,\n \"EnableScanSubEnterprise\": false,\n \"Icon\": \"\",\n \"Id\": 100136,\n \"Keywords\": \"\",\n \"Name\": \"测试\",\n \"Percent\": 55,\n \"ScanCron\": \"\",\n \"ScanTime\": \"{\\\"Monday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Tuesday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Wednesday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Thursday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Friday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Saturday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false},\\\"Sunday\\\":{\\\"0\\\":false,\\\"1\\\":false,\\\"10\\\":false,\\\"11\\\":false,\\\"12\\\":false,\\\"13\\\":false,\\\"14\\\":false,\\\"15\\\":false,\\\"16\\\":false,\\\"17\\\":false,\\\"18\\\":false,\\\"19\\\":false,\\\"2\\\":false,\\\"20\\\":false,\\\"21\\\":false,\\\"22\\\":false,\\\"23\\\":false,\\\"3\\\":false,\\\"4\\\":false,\\\"5\\\":false,\\\"6\\\":false,\\\"7\\\":false,\\\"8\\\":false,\\\"9\\\":false}}\",\n \"ScanType\": \"资产收集\",\n \"Uin\": \"600000560604\",\n \"UpdateAt\": \"2024-06-07 14:24:11\"\n }\n ],\n \"RequestId\": \"cdd53649-1559-4b1d-8a54-3f0274d4e3f7\",\n \"Total\": 1\n }\n}",
|
48
|
+
"title": "查看企业"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"DescribeDarkWebs": [
|
52
|
+
{
|
53
|
+
"document": "查看暗网数据",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDarkWebs\n<公共请求参数>\n\n{}",
|
55
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"test\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:32:09\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"dd5a495259147cfa1d9d4c4ab4414610\",\n \"UpdateAt\": \"2024-06-07 11:32:09\"\n },\n \"Id\": 30,\n \"MatchedKeywords\": \"123\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"0dad3f27-bf93-4b11-bc20-acc6ae2a2932\",\n \"Total\": 1\n }\n}",
|
56
|
+
"title": "查看暗网数据"
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"DescribeDomains": [
|
60
|
+
{
|
61
|
+
"document": "查看主域名数据",
|
62
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDomains\n<公共请求参数>\n\n{}",
|
63
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Company\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 15:49:05\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"b0b91453d6733070139b6a2bd3ba1514\",\n \"UpdateAt\": \"2024-06-06 15:49:05\"\n },\n \"Domain\": \"test.com\",\n \"ExpiredTime\": \"\",\n \"ICP\": \"\",\n \"Id\": 4436,\n \"RegisteredTime\": \"\"\n }\n ],\n \"RequestId\": \"c2a13b42-e53c-4b93-a290-a4cc61bae379\",\n \"Total\": 1\n }\n}",
|
64
|
+
"title": "查看主域名数据"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"DescribeEnterprises": [
|
68
|
+
{
|
69
|
+
"document": "查看子公司数据",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnterprises\n<公共请求参数>\n\n{}",
|
71
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Abbreviation\": \"\",\n \"CreditCode\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-05-31 11:49:51\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"ca9476ab116f2ee8ec03684e011df198\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"ca9476ab116f2ee8ec03684e011df198\",\n \"UpdateAt\": \"2024-05-31 11:49:51\"\n },\n \"EnterpriseUid\": \"ca9476ab116f2ee8ec03684e011df198\",\n \"Id\": 14593,\n \"Industry\": \"\",\n \"LegalPerson\": \"\",\n \"Name\": \"aaabb\",\n \"ParentEnterpriseUid\": \"\",\n \"RegisteredCapital\": \"\",\n \"ShareholdingRatio\": \"\",\n \"Status\": \"\",\n \"Type\": \"\"\n },\n {\n \"Abbreviation\": \"\",\n \"CreditCode\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-05-31 11:46:12\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"80b79ef76c27c7bf675591618e07454b\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"80b79ef76c27c7bf675591618e07454b\",\n \"UpdateAt\": \"2024-05-31 11:46:12\"\n },\n \"EnterpriseUid\": \"80b79ef76c27c7bf675591618e07454b\",\n \"Id\": 14592,\n \"Industry\": \"\",\n \"LegalPerson\": \"\",\n \"Name\": \"asss\",\n \"ParentEnterpriseUid\": \"\",\n \"RegisteredCapital\": \"\",\n \"ShareholdingRatio\": \"\",\n \"Status\": \"\",\n \"Type\": \"\"\n }\n ],\n \"RequestId\": \"5c508816-3155-4906-93ce-2e1286697ba6\",\n \"Total\": 2\n }\n}",
|
72
|
+
"title": "查看子公司数据"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"DescribeGithubs": [
|
76
|
+
{
|
77
|
+
"document": "查看github泄露数据",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGithubs\n<公共请求参数>\n\n{}",
|
79
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"key=123\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:38:06\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"6b72273989650c06b3e3c7b48fdf724f\",\n \"UpdateAt\": \"2024-06-07 11:38:06\"\n },\n \"Id\": 15,\n \"MatchedKeywords\": \"password\",\n \"Status\": \"泄露\",\n \"Url\": \"http://github.com/aaa\"\n }\n ],\n \"RequestId\": \"b3b19eca-1d28-4be9-9646-3740c7c84520\",\n \"Total\": 1\n }\n}",
|
80
|
+
"title": "查看github泄露数据"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"DescribeHttps": [
|
84
|
+
{
|
85
|
+
"document": "查看http数据",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHttps\n<公共请求参数>\n\n{}",
|
87
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Api\": \"\",\n \"Code\": 200,\n \"Content\": \"\",\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 17:15:10\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"1879dc192f156097b5511fbf9b1bd145\",\n \"UpdateAt\": \"2024-06-06 17:15:10\"\n },\n \"Id\": 3248,\n \"Ip\": \"1.1.1.1\",\n \"ScreenshotThumbUrl\": \"\",\n \"ScreenshotUrl\": \"\",\n \"Ssl\": \"\",\n \"SslExpiredTime\": \"\",\n \"Title\": \"test\",\n \"Url\": \"a.test.com\"\n }\n ],\n \"RequestId\": \"f1935acd-4fcf-4972-9b9c-82d4661c2347\",\n \"Total\": 1\n }\n}",
|
88
|
+
"title": "查看http数据"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"DescribeJobRecordDetails": [
|
92
|
+
{
|
93
|
+
"document": "查看链路详情",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJobRecordDetails\n<公共请求参数>\n\n{\n \"Module\": \"http\",\n \"Id\": 1\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"a2752b92-54c9-48ad-9307-1a8838aa64bf\",\n \"Total\": 0\n }\n}",
|
96
|
+
"title": "查看链路详情"
|
97
|
+
}
|
98
|
+
],
|
99
|
+
"DescribeJobRecords": [
|
100
|
+
{
|
101
|
+
"document": "查看任务记录",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJobRecords\n<公共请求参数>\n\n{}",
|
103
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"35d790a4-e77f-405d-b657-b6d36d690de5\",\n \"Total\": 0\n }\n}",
|
104
|
+
"title": "查看任务记录"
|
105
|
+
}
|
106
|
+
],
|
107
|
+
"DescribeManages": [
|
108
|
+
{
|
109
|
+
"document": "查看后台数据",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManages\n<公共请求参数>\n\n{}",
|
111
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 10:23:41\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"6b3fce3dfa57095790e80d4ab53574da\",\n \"UpdateAt\": \"2024-06-07 10:23:41\"\n },\n \"Icon\": \"\",\n \"Id\": 31,\n \"Screenshot\": \"\",\n \"Title\": \"test\",\n \"Url\": \"http://test.cn\",\n \"Host\": \"127.0.0.1\"\n }\n ],\n \"RequestId\": \"501fa2ff-065a-4405-b4b9-b98ae51fe358\",\n \"Total\": 1\n }\n}",
|
112
|
+
"title": "查看后台数据"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"DescribeNetDisks": [
|
116
|
+
{
|
117
|
+
"document": "查看网盘泄露数据",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetDisks\n<公共请求参数>\n\n{}",
|
119
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"test\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:43:18\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"fbecc76ff52943c9bff65515521dc0de\",\n \"UpdateAt\": \"2024-06-07 11:43:18\"\n },\n \"Id\": 32,\n \"MatchedKeywords\": \"123\",\n \"Platform\": \"baidu.com\",\n \"Status\": \"\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"b440b23c-5f8f-4150-b806-07d7a57ade2a\",\n \"Total\": 1\n }\n}",
|
120
|
+
"title": "查看网盘泄露数据"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"DescribePorts": [
|
124
|
+
{
|
125
|
+
"document": "查看端口数据",
|
126
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePorts\n<公共请求参数>\n\n{}",
|
127
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"App\": \"mysql\",\n \"Asset\": \"db.test.com\",\n \"Banner\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 16:34:35\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"36f9f9e1a49bc000f5bf46e0390b3be5\",\n \"UpdateAt\": \"2024-06-06 16:34:35\"\n },\n \"Id\": 24838,\n \"Ip\": \"1.1.1.1\",\n \"IsHighRisk\": true,\n \"Port\": 3306,\n \"Service\": \"mysql\"\n }\n ],\n \"RequestId\": \"060f8b23-15a0-46ea-9ff8-806729094e98\",\n \"Total\": 1\n }\n}",
|
128
|
+
"title": "查看端口数据"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"DescribeSensitiveInfos": [
|
132
|
+
{
|
133
|
+
"document": "查看敏感信息泄露数据",
|
134
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSensitiveInfos\n<公共请求参数>\n\n{}",
|
135
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 14:15:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"366ecd81e3353e615b1e7dd13e5bf7fa\",\n \"UpdateAt\": \"2024-06-07 14:15:30\"\n },\n \"Id\": 10,\n \"Source\": \"baidu.com\",\n \"Type\": \"敏感信息\",\n \"Value\": \"key=123\"\n }\n ],\n \"RequestId\": \"dc218a31-31be-45d7-94d0-8565c9fb9f89\",\n \"Total\": 1\n }\n}",
|
136
|
+
"title": "查看敏感信息泄露数据"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"DescribeSubDomains": [
|
140
|
+
{
|
141
|
+
"document": "查看子域名数据",
|
142
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubDomains\n<公共请求参数>\n\n{}",
|
143
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"City\": \"深圳\",\n \"Country\": \"中国\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 15:59:09\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"679e65f8583a8a88f5c9e1d6a1e76259\",\n \"UpdateAt\": \"2024-06-06 15:59:09\"\n },\n \"Id\": 63660,\n \"Ip\": \"1.1.1.1\",\n \"Isp\": \"电信\",\n \"Province\": \"广东\",\n \"SubDomain\": \"test.qq.com\"\n }\n ],\n \"RequestId\": \"452e1e8f-fb05-45af-b2b0-67d0f211e30c\",\n \"Total\": 1\n }\n}",
|
144
|
+
"title": "查看子域名数据"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"DescribeSuspiciousAssets": [
|
148
|
+
{
|
149
|
+
"document": "查看影子资产",
|
150
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSuspiciousAssets\n<公共请求参数>\n\n{}",
|
151
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"7d12ffeb-2c6b-49cd-9861-fec151f2d96f\",\n \"Total\": 0\n }\n}",
|
152
|
+
"title": "查看影子资产"
|
153
|
+
}
|
154
|
+
],
|
155
|
+
"DescribeVuls": [
|
156
|
+
{
|
157
|
+
"document": "查看漏洞数据",
|
158
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVuls\n<公共请求参数>\n\n{}",
|
159
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"DiscoverTime\": \"2024-06-07 10:59:23\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 10:59:23\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"847604bc4c5622c19116008cc8454e33\",\n \"UpdateAt\": \"2024-06-07 10:59:23\"\n },\n \"Id\": 168,\n \"Ip\": \"1.1.1.1\",\n \"Level\": 0,\n \"Name\": \"test\",\n \"Port\": 80,\n \"RepairStatus\": 0,\n \"Suggestion\": \"\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"0eb8c233-c47f-4a80-97c3-7a551f1178cc\",\n \"Total\": 1\n }\n}",
|
160
|
+
"title": "查看漏洞数据"
|
161
|
+
}
|
162
|
+
],
|
163
|
+
"DescribeWeakPasswords": [
|
164
|
+
{
|
165
|
+
"document": "查看弱口令数据",
|
166
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWeakPasswords\n<公共请求参数>\n\n{}",
|
167
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Account\": \"tester\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:18:56\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"0647840402863130803dab85174b963f\",\n \"UpdateAt\": \"2024-06-07 11:18:56\"\n },\n \"Id\": 13,\n \"Ip\": \"1.1.1.1\",\n \"IsHoneypot\": true,\n \"Password\": \"123456\",\n \"Port\": 22,\n \"Type\": \"\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"176ed921-d230-44d3-a9af-b431f2e86da7\",\n \"Total\": 1\n }\n}",
|
168
|
+
"title": "查看弱口令数据"
|
169
|
+
}
|
170
|
+
],
|
171
|
+
"DescribeWechatApplets": [
|
172
|
+
{
|
173
|
+
"document": "查看微信小程序数据",
|
174
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWechatApplets\n<公共请求参数>\n\n{}",
|
175
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AccountId\": \"tester\",\n \"Description\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 17:42:47\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"test\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"a14874f9e36c3f04e0dfc3ab8967ef4c\",\n \"UpdateAt\": \"2024-06-06 17:42:47\"\n },\n \"Id\": 11,\n \"Logo\": \"\",\n \"Name\": \"测试\",\n \"QrCode\": \"\"\n }\n ],\n \"RequestId\": \"055d7aa9-6cec-43e9-8f5f-27c3425d7b7c\",\n \"Total\": 1\n }\n}",
|
176
|
+
"title": "查看微信小程序数据"
|
177
|
+
}
|
178
|
+
],
|
179
|
+
"DescribeWechatOfficialAccounts": [
|
180
|
+
{
|
181
|
+
"document": "查看微信公众号",
|
182
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWechatOfficialAccounts\n<公共请求参数>\n\n{}",
|
183
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AccountId\": \"wx123\",\n \"Description\": \"\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-06 19:05:56\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"5555\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"e8e66edcf875f380cb03930e6d7e8b59\",\n \"UpdateAt\": \"2024-06-06 19:05:56\"\n },\n \"Id\": 12,\n \"Logo\": \"\",\n \"Name\": \"测试\",\n \"QrCode\": \"\"\n }\n ],\n \"RequestId\": \"ca3fbaae-4f42-4382-a01c-e19c7d62364e\",\n \"Total\": 1\n }\n}",
|
184
|
+
"title": "查看微信公众号"
|
185
|
+
}
|
186
|
+
],
|
187
|
+
"ModifyCustomer": [
|
188
|
+
{
|
189
|
+
"document": "编辑企业",
|
190
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCustomer\n<公共请求参数>\n\n{\n \"Name\": \"test2\",\n \"Percent\": 60,\n \"ScanType\": \"资产收集\",\n \"Id\": 100136\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"401db7ae-2c4f-4948-964f-431cb1454c82\"\n }\n}",
|
192
|
+
"title": "编辑企业"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"StopJobRecord": [
|
196
|
+
{
|
197
|
+
"document": "停止任务",
|
198
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopJobRecord\n<公共请求参数>\n\n{\n \"JobRecordId\": 10000416\n}",
|
199
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f65c0d27-caa1-40ce-83c9-bedee17e93b5\"\n }\n}",
|
200
|
+
"title": "停止任务"
|
201
|
+
}
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"version": "1.0"
|
205
|
+
}
|
@@ -274,11 +274,11 @@
|
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
276
|
"CreateTasksInOrder": {
|
277
|
-
"document": "按顺序创建任务(已经废弃,后期不再维护,请使用接口CreateTasks)",
|
277
|
+
"document": "废弃接口,申请下线\n\n按顺序创建任务(已经废弃,后期不再维护,请使用接口CreateTasks)",
|
278
278
|
"input": "CreateTasksInOrderRequest",
|
279
279
|
"name": "按顺序创建任务",
|
280
280
|
"output": "CreateTasksInOrderResponse",
|
281
|
-
"status": "
|
281
|
+
"status": "deprecated"
|
282
282
|
},
|
283
283
|
"CreateUser": {
|
284
284
|
"document": "创建用户",
|
@@ -1580,7 +1580,7 @@
|
|
1580
1580
|
},
|
1581
1581
|
{
|
1582
1582
|
"disabled": false,
|
1583
|
-
"document": "
|
1583
|
+
"document": "单位毫秒,引擎内执行耗时, 反映真正用于计算所需的耗时,即从 Spark 任务第一个 Task 开始执行到任务结束之间的耗时。\n具体的:会统计任务的每个 Spark Stage 第一个 Task 到最后一个 Task 完成时长之和,不包含任务开始的排队耗时(即剔除从任务提交到 Spark Task 开始执行之间的调度等其他耗时),也不包含任务执行过程中多个 Spark Stage 之间因 executor 资源不足而等待执行 Task 所消耗的时间。",
|
1584
1584
|
"example": "80852",
|
1585
1585
|
"member": "int64",
|
1586
1586
|
"name": "JobTimeSum",
|
@@ -1590,7 +1590,7 @@
|
|
1590
1590
|
},
|
1591
1591
|
{
|
1592
1592
|
"disabled": false,
|
1593
|
-
"document": "
|
1593
|
+
"document": "单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和",
|
1594
1594
|
"example": "4329",
|
1595
1595
|
"member": "int64",
|
1596
1596
|
"name": "TaskTimeSum",
|
@@ -4815,7 +4815,7 @@
|
|
4815
4815
|
},
|
4816
4816
|
{
|
4817
4817
|
"disabled": false,
|
4818
|
-
"document": "提交任务的附加配置集合,当前支持Key包含:MAINARGS:程序入口参数,空格分割(SqlType任务通过该值指定base64加密后的sql)、SPARKCONFIG:Spark配置,以换行符分隔、ENI:Eni连接信息、DEPENDENCYPACKAGEPATH:依赖的程序包(--jars、--py-files:支持py/zip/egg等归档格式),多文件以逗号分隔、DEPENDENCYFILEPATH:依赖文件资源(--files: 非jar、zip),多文件以逗号分隔、DEPENDENCYARCHIVESPATH:依赖archives资源(--archives: 支持tar.gz/tgz/tar等归档格式),多文件以逗号分隔、MAXRETRIES:任务重试次数,非流任务默认为1、SPARKIMAGE:Spark镜像版本号,支持使用dlc镜像/用户自定的tcr镜像运行任务、SPARKIMAGEVERSION:Spark镜像版本名称,与SPARKIMAGE
|
4818
|
+
"document": "提交任务的附加配置集合,当前支持Key包含:MAINARGS:程序入口参数,空格分割(SqlType任务通过该值指定base64加密后的sql)、SPARKCONFIG:Spark配置,以换行符分隔、ENI:Eni连接信息、DEPENDENCYPACKAGEPATH:依赖的程序包(--jars、--py-files:支持py/zip/egg等归档格式),多文件以逗号分隔、DEPENDENCYFILEPATH:依赖文件资源(--files: 非jar、zip),多文件以逗号分隔、DEPENDENCYARCHIVESPATH:依赖archives资源(--archives: 支持tar.gz/tgz/tar等归档格式),多文件以逗号分隔、MAXRETRIES:任务重试次数,非流任务默认为1、SPARKIMAGE:Spark镜像版本号,支持使用dlc镜像/用户自定的tcr镜像运行任务、SPARKIMAGEVERSION:Spark镜像版本名称,与SPARKIMAGE一一对应;SPARKPRESETCODE:base64后的notebook预置代码;SPARKENV:base64后的spark环境变量;SPARKGITINFO:base64后的git相关信息",
|
4819
4819
|
"example": "无",
|
4820
4820
|
"member": "KVPair",
|
4821
4821
|
"name": "CmdArgs",
|
@@ -4830,6 +4830,15 @@
|
|
4830
4830
|
"name": "SourceInfo",
|
4831
4831
|
"required": false,
|
4832
4832
|
"type": "list"
|
4833
|
+
},
|
4834
|
+
{
|
4835
|
+
"disabled": false,
|
4836
|
+
"document": "ai资源组名称",
|
4837
|
+
"example": "无",
|
4838
|
+
"member": "string",
|
4839
|
+
"name": "ResourceGroupName",
|
4840
|
+
"required": false,
|
4841
|
+
"type": "string"
|
4833
4842
|
}
|
4834
4843
|
],
|
4835
4844
|
"type": "object"
|
@@ -18457,7 +18466,7 @@
|
|
18457
18466
|
"type": "object"
|
18458
18467
|
},
|
18459
18468
|
"TCHouseD": {
|
18460
|
-
"document": "
|
18469
|
+
"document": "Doris数据源详细信息",
|
18461
18470
|
"members": [
|
18462
18471
|
{
|
18463
18472
|
"disabled": false,
|
@@ -343,7 +343,7 @@
|
|
343
343
|
},
|
344
344
|
{
|
345
345
|
"disabled": false,
|
346
|
-
"document": "可调用的工具列表,仅对 hunyuan-
|
346
|
+
"document": "可调用的工具列表,仅对 hunyuan-turbos、hunyuan-t1、hunyuan-functioncall 模型生效。",
|
347
347
|
"example": "无",
|
348
348
|
"member": "Tool",
|
349
349
|
"name": "Tools",
|
@@ -475,6 +475,15 @@
|
|
475
475
|
"name": "TopicChoice",
|
476
476
|
"required": false,
|
477
477
|
"type": "string"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"disabled": false,
|
481
|
+
"document": "模型思维链开关 说明: 1. 未传值时默认开启,打开模型思维链推理能力。 2. 关闭后,关闭模型思维链推理能力。 开关当前仅对hunyuan-a13b模型生效 示例值:ture",
|
482
|
+
"example": "true",
|
483
|
+
"member": "bool",
|
484
|
+
"name": "EnableThinking",
|
485
|
+
"required": false,
|
486
|
+
"type": "bool"
|
478
487
|
}
|
479
488
|
],
|
480
489
|
"type": "object"
|
@@ -451,33 +451,33 @@
|
|
451
451
|
"members": [
|
452
452
|
{
|
453
453
|
"disabled": false,
|
454
|
-
"document": "该字段用于返回识别对象的ID
|
454
|
+
"document": "该字段用于返回识别对象的ID以方便识别和区分。",
|
455
455
|
"example": "0",
|
456
456
|
"member": "int64",
|
457
457
|
"name": "Id",
|
458
458
|
"output_required": true,
|
459
459
|
"type": "int",
|
460
|
-
"value_allowed_null":
|
460
|
+
"value_allowed_null": false
|
461
461
|
},
|
462
462
|
{
|
463
463
|
"disabled": false,
|
464
|
-
"document": "
|
464
|
+
"document": "该字段用于返回时命中的子标签名称。",
|
465
465
|
"example": "PornSum",
|
466
466
|
"member": "string",
|
467
467
|
"name": "Name",
|
468
468
|
"output_required": true,
|
469
469
|
"type": "string",
|
470
|
-
"value_allowed_null":
|
470
|
+
"value_allowed_null": false
|
471
471
|
},
|
472
472
|
{
|
473
473
|
"disabled": false,
|
474
|
-
"document": "该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99
|
474
|
+
"document": "该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。",
|
475
475
|
"example": "89",
|
476
476
|
"member": "uint64",
|
477
477
|
"name": "Score",
|
478
478
|
"output_required": true,
|
479
479
|
"type": "int",
|
480
|
-
"value_allowed_null":
|
480
|
+
"value_allowed_null": false
|
481
481
|
}
|
482
482
|
],
|
483
483
|
"usage": "out"
|
@@ -537,13 +537,13 @@
|
|
537
537
|
},
|
538
538
|
{
|
539
539
|
"disabled": false,
|
540
|
-
"document": "
|
540
|
+
"document": "该字段用于返回分类模型命中子标签的详细信息,如:序号、命中标签名称、分数等信息。",
|
541
541
|
"example": "无",
|
542
542
|
"member": "LabelDetailItem",
|
543
543
|
"name": "Details",
|
544
544
|
"output_required": true,
|
545
545
|
"type": "list",
|
546
|
-
"value_allowed_null":
|
546
|
+
"value_allowed_null": false
|
547
547
|
}
|
548
548
|
],
|
549
549
|
"usage": "out"
|
@@ -679,13 +679,13 @@
|
|
679
679
|
},
|
680
680
|
{
|
681
681
|
"disabled": false,
|
682
|
-
"document": "该字段用于返回黑白库比对结果的详细信息,如:序号、库名称、恶意标签等信息;详细返回信息敬请参考对应数据结构([LibDetail](https://cloud.tencent.com/document/product/1125/53274#LibDetail)
|
682
|
+
"document": "该字段用于返回黑白库比对结果的详细信息,如:序号、库名称、恶意标签等信息;详细返回信息敬请参考对应数据结构([LibDetail](https://cloud.tencent.com/document/product/1125/53274#LibDetail))的描述文档",
|
683
683
|
"example": "无",
|
684
684
|
"member": "LibDetail",
|
685
685
|
"name": "Details",
|
686
686
|
"output_required": true,
|
687
687
|
"type": "list",
|
688
|
-
"value_allowed_null":
|
688
|
+
"value_allowed_null": false
|
689
689
|
}
|
690
690
|
],
|
691
691
|
"usage": "out"
|
@@ -811,13 +811,13 @@
|
|
811
811
|
},
|
812
812
|
{
|
813
813
|
"disabled": false,
|
814
|
-
"document": "该参数用于返回命中的人脸id
|
814
|
+
"document": "该参数用于返回命中的人脸id",
|
815
815
|
"example": "xxx-xxx-xxx",
|
816
816
|
"member": "string",
|
817
817
|
"name": "ObjectId",
|
818
818
|
"output_required": true,
|
819
819
|
"type": "string",
|
820
|
-
"value_allowed_null":
|
820
|
+
"value_allowed_null": false
|
821
821
|
}
|
822
822
|
],
|
823
823
|
"usage": "out"
|
@@ -877,23 +877,23 @@
|
|
877
877
|
},
|
878
878
|
{
|
879
879
|
"disabled": false,
|
880
|
-
"document": "
|
880
|
+
"document": "该标签用于返回所识别出的实体名称。",
|
881
881
|
"example": "[\"QRCODE\"]",
|
882
882
|
"member": "string",
|
883
883
|
"name": "Names",
|
884
884
|
"output_required": true,
|
885
885
|
"type": "list",
|
886
|
-
"value_allowed_null":
|
886
|
+
"value_allowed_null": false
|
887
887
|
},
|
888
888
|
{
|
889
889
|
"disabled": false,
|
890
|
-
"document": "该标签用于返回所识别出实体的详细信息,如:序号、命中标签名称、位置坐标等信息,详细返回内容敬请参考相应数据结构([ObjectDetail\n](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
|
890
|
+
"document": "该标签用于返回所识别出实体的详细信息,如:序号、命中标签名称、位置坐标等信息,详细返回内容敬请参考相应数据结构([ObjectDetail\n](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail))。",
|
891
891
|
"example": "无",
|
892
892
|
"member": "ObjectDetail",
|
893
893
|
"name": "Details",
|
894
894
|
"output_required": true,
|
895
895
|
"type": "list",
|
896
|
-
"value_allowed_null":
|
896
|
+
"value_allowed_null": false
|
897
897
|
}
|
898
898
|
],
|
899
899
|
"usage": "out"
|
@@ -999,13 +999,13 @@
|
|
999
999
|
},
|
1000
1000
|
{
|
1001
1001
|
"disabled": false,
|
1002
|
-
"document": "该字段用于返回OCR
|
1002
|
+
"document": "该字段用于返回OCR识别出的结果的详细内容,如:文本内容、对应标签、识别框位置等信息。",
|
1003
1003
|
"example": "无",
|
1004
1004
|
"member": "OcrTextDetail",
|
1005
1005
|
"name": "Details",
|
1006
1006
|
"output_required": true,
|
1007
1007
|
"type": "list",
|
1008
|
-
"value_allowed_null":
|
1008
|
+
"value_allowed_null": false
|
1009
1009
|
},
|
1010
1010
|
{
|
1011
1011
|
"disabled": false,
|
@@ -1157,23 +1157,23 @@
|
|
1157
1157
|
"members": [
|
1158
1158
|
{
|
1159
1159
|
"disabled": false,
|
1160
|
-
"document": "当前可能的取值:Scene
|
1160
|
+
"document": "当前可能的取值:Scene(图片场景模型)",
|
1161
1161
|
"example": "Scene",
|
1162
1162
|
"member": "string",
|
1163
1163
|
"name": "Label",
|
1164
|
-
"
|
1164
|
+
"output_required": true,
|
1165
1165
|
"type": "string",
|
1166
|
-
"value_allowed_null":
|
1166
|
+
"value_allowed_null": false
|
1167
1167
|
},
|
1168
1168
|
{
|
1169
1169
|
"disabled": false,
|
1170
|
-
"document": "Label
|
1170
|
+
"document": "Label对应模型下的识别标签信息",
|
1171
1171
|
"example": "无",
|
1172
1172
|
"member": "RecognitionTag",
|
1173
1173
|
"name": "Tags",
|
1174
|
-
"
|
1174
|
+
"output_required": true,
|
1175
1175
|
"type": "list",
|
1176
|
-
"value_allowed_null":
|
1176
|
+
"value_allowed_null": false
|
1177
1177
|
}
|
1178
1178
|
],
|
1179
1179
|
"usage": "out"
|
@@ -1183,33 +1183,33 @@
|
|
1183
1183
|
"members": [
|
1184
1184
|
{
|
1185
1185
|
"disabled": false,
|
1186
|
-
"document": "
|
1186
|
+
"document": "标签名称",
|
1187
1187
|
"example": "Ad",
|
1188
1188
|
"member": "string",
|
1189
1189
|
"name": "Name",
|
1190
1190
|
"output_required": true,
|
1191
1191
|
"type": "string",
|
1192
|
-
"value_allowed_null":
|
1192
|
+
"value_allowed_null": false
|
1193
1193
|
},
|
1194
1194
|
{
|
1195
1195
|
"disabled": false,
|
1196
|
-
"document": "置信分:0~100
|
1196
|
+
"document": "置信分:0~100,数值越大表示置信度越高",
|
1197
1197
|
"example": "89",
|
1198
1198
|
"member": "int64",
|
1199
1199
|
"name": "Score",
|
1200
1200
|
"output_required": true,
|
1201
1201
|
"type": "int",
|
1202
|
-
"value_allowed_null":
|
1202
|
+
"value_allowed_null": false
|
1203
1203
|
},
|
1204
1204
|
{
|
1205
1205
|
"disabled": false,
|
1206
|
-
"document": "
|
1206
|
+
"document": "标签位置信息,若模型无位置信息,则可能为零值",
|
1207
1207
|
"example": "无",
|
1208
1208
|
"member": "Location",
|
1209
1209
|
"name": "Location",
|
1210
1210
|
"output_required": true,
|
1211
1211
|
"type": "object",
|
1212
|
-
"value_allowed_null":
|
1212
|
+
"value_allowed_null": false
|
1213
1213
|
}
|
1214
1214
|
],
|
1215
1215
|
"usage": "out"
|
@@ -10524,7 +10524,7 @@
|
|
10524
10524
|
},
|
10525
10525
|
{
|
10526
10526
|
"disabled": false,
|
10527
|
-
"document": "
|
10527
|
+
"document": "播放链接过期时间(时间戳,单位秒)",
|
10528
10528
|
"example": "1619331648",
|
10529
10529
|
"member": "uint64",
|
10530
10530
|
"name": "ExpireTime",
|
@@ -11980,7 +11980,7 @@
|
|
11980
11980
|
},
|
11981
11981
|
{
|
11982
11982
|
"disabled": false,
|
11983
|
-
"document": "是否需要返回总结,默认为
|
11983
|
+
"document": "是否需要返回总结,默认为True; 开启后会加大接口响应时长",
|
11984
11984
|
"example": "false",
|
11985
11985
|
"member": "bool",
|
11986
11986
|
"name": "EnableSummary",
|
@@ -928,7 +928,7 @@
|
|
928
928
|
{
|
929
929
|
"document": "",
|
930
930
|
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateSignedVideoURL\n<公共请求参数>\n\n{\n \"ExpireTime\": 1619331648,\n \"VideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8\"\n}",
|
931
|
-
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"
|
931
|
+
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"request-id\"\n }\n}",
|
932
932
|
"title": "获取视频防盗链播放URL"
|
933
933
|
}
|
934
934
|
],
|
@@ -5868,7 +5868,7 @@
|
|
5868
5868
|
},
|
5869
5869
|
{
|
5870
5870
|
"disabled": false,
|
5871
|
-
"document": "
|
5871
|
+
"document": "播放链接过期时间(时间戳,单位秒)",
|
5872
5872
|
"example": "1619331648",
|
5873
5873
|
"member": "uint64",
|
5874
5874
|
"name": "ExpireTime",
|
@@ -5887,7 +5887,7 @@
|
|
5887
5887
|
"example": "http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x",
|
5888
5888
|
"member": "string",
|
5889
5889
|
"name": "SignedVideoURL",
|
5890
|
-
"
|
5890
|
+
"output_required": true,
|
5891
5891
|
"type": "string",
|
5892
5892
|
"value_allowed_null": false
|
5893
5893
|
},
|
@@ -452,7 +452,7 @@
|
|
452
452
|
{
|
453
453
|
"document": "",
|
454
454
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateSignedVideoURL\n<公共请求参数>\n\n{\n \"ExpireTime\": 1619331648,\n \"VideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8\"\n}",
|
455
|
-
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"
|
455
|
+
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"requestid\"\n }\n}",
|
456
456
|
"title": "获取视频防盗链播放URL"
|
457
457
|
}
|
458
458
|
],
|