tccli 3.0.1341.1__py2.py3-none-any.whl → 3.0.1343.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.
Files changed (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +14 -0
  3. tccli/plugins/sso/login.py +23 -6
  4. tccli/plugins/sso/texts.py +4 -0
  5. tccli/services/__init__.py +3 -0
  6. tccli/services/ams/v20201229/api.json +195 -185
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +117 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/cdb/v20170320/api.json +17 -17
  11. tccli/services/cdb/v20170320/examples.json +2 -2
  12. tccli/services/ctem/__init__.py +4 -0
  13. tccli/services/ctem/ctem_client.py +1479 -0
  14. tccli/services/ctem/v20231128/api.json +6138 -0
  15. tccli/services/ctem/v20231128/examples.json +205 -0
  16. tccli/services/dlc/v20210125/api.json +19 -7
  17. tccli/services/ecm/v20190719/api.json +14 -14
  18. tccli/services/ess/v20201111/api.json +1 -1
  19. tccli/services/essbasic/v20210526/api.json +1 -1
  20. tccli/services/hunyuan/v20230901/api.json +10 -1
  21. tccli/services/ims/v20201229/api.json +30 -30
  22. tccli/services/iotexplorer/v20190423/api.json +2 -2
  23. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  24. tccli/services/iotvideo/v20201215/api.json +2 -2
  25. tccli/services/iotvideo/v20201215/examples.json +1 -1
  26. tccli/services/iotvideo/v20211125/api.json +1 -1
  27. tccli/services/iotvideo/v20211125/examples.json +1 -1
  28. tccli/services/lke/v20231130/api.json +22 -1
  29. tccli/services/mongodb/mongodb_client.py +57 -4
  30. tccli/services/mongodb/v20190725/api.json +199 -0
  31. tccli/services/mongodb/v20190725/examples.json +8 -0
  32. tccli/services/mps/v20190612/api.json +113 -25
  33. tccli/services/mqtt/mqtt_client.py +53 -0
  34. tccli/services/mqtt/v20240516/api.json +150 -0
  35. tccli/services/mqtt/v20240516/examples.json +8 -0
  36. tccli/services/ocr/v20181119/api.json +10 -0
  37. tccli/services/redis/v20180412/api.json +3 -3
  38. tccli/services/redis/v20180412/examples.json +19 -1
  39. tccli/services/teo/teo_client.py +269 -4
  40. tccli/services/teo/v20220901/api.json +469 -0
  41. tccli/services/teo/v20220901/examples.json +76 -0
  42. tccli/services/tke/v20180525/api.json +10 -0
  43. tccli/services/tms/v20201229/api.json +59 -59
  44. tccli/services/trocket/v20230308/api.json +71 -71
  45. tccli/services/trocket/v20230308/examples.json +4 -4
  46. tccli/services/vm/v20210922/api.json +363 -333
  47. tccli/services/wedata/v20210820/api.json +128 -0
  48. tccli/services/wedata/v20210820/examples.json +8 -0
  49. tccli/services/wedata/wedata_client.py +53 -0
  50. {tccli-3.0.1341.1.dist-info → tccli-3.0.1343.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1341.1.dist-info → tccli-3.0.1343.1.dist-info}/RECORD +54 -50
  52. {tccli-3.0.1341.1.dist-info → tccli-3.0.1343.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1341.1.dist-info → tccli-3.0.1343.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1341.1.dist-info → tccli-3.0.1343.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": "online"
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": "单位秒,统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和",
1593
+ "document": "单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和",
1594
1594
  "example": "4329",
1595
1595
  "member": "int64",
1596
1596
  "name": "TaskTimeSum",
@@ -2227,6 +2227,7 @@
2227
2227
  "example": "\\\\",
2228
2228
  "member": "string",
2229
2229
  "name": "Escape",
2230
+ "output_required": false,
2230
2231
  "required": false,
2231
2232
  "type": "string",
2232
2233
  "value_allowed_null": false
@@ -2237,6 +2238,7 @@
2237
2238
  "example": "\"",
2238
2239
  "member": "string",
2239
2240
  "name": "Quote",
2241
+ "output_required": false,
2240
2242
  "required": false,
2241
2243
  "type": "string",
2242
2244
  "value_allowed_null": false
@@ -2247,12 +2249,13 @@
2247
2249
  "example": ",",
2248
2250
  "member": "string",
2249
2251
  "name": "Separator",
2252
+ "output_required": false,
2250
2253
  "required": false,
2251
2254
  "type": "string",
2252
2255
  "value_allowed_null": false
2253
2256
  }
2254
2257
  ],
2255
- "usage": "in"
2258
+ "usage": "both"
2256
2259
  },
2257
2260
  "CancelNotebookSessionStatementBatchRequest": {
2258
2261
  "document": "CancelNotebookSessionStatementBatch请求参数结构体",
@@ -4815,7 +4818,7 @@
4815
4818
  },
4816
4819
  {
4817
4820
  "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一一对应",
4821
+ "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
4822
  "example": "无",
4820
4823
  "member": "KVPair",
4821
4824
  "name": "CmdArgs",
@@ -4830,6 +4833,15 @@
4830
4833
  "name": "SourceInfo",
4831
4834
  "required": false,
4832
4835
  "type": "list"
4836
+ },
4837
+ {
4838
+ "disabled": false,
4839
+ "document": "ai资源组名称",
4840
+ "example": "无",
4841
+ "member": "string",
4842
+ "name": "ResourceGroupName",
4843
+ "required": false,
4844
+ "type": "string"
4833
4845
  }
4834
4846
  ],
4835
4847
  "type": "object"
@@ -18457,7 +18469,7 @@
18457
18469
  "type": "object"
18458
18470
  },
18459
18471
  "TCHouseD": {
18460
- "document": "Doirs数据源详细信息",
18472
+ "document": "Doris数据源详细信息",
18461
18473
  "members": [
18462
18474
  {
18463
18475
  "disabled": false,
@@ -64,11 +64,11 @@
64
64
  "status": "online"
65
65
  },
66
66
  "AttachDisks": {
67
- "document": "本接口(AttachDisks)用于挂载云硬盘。\n \n* 支持批量操作,将多块云盘挂载到同一云主机。如果多个云盘中存在不允许挂载的云盘,则操作不执行,返回特定的错误码。\n* 本接口为异步接口,当挂载云盘的请求成功返回时,表示后台已发起挂载云盘的操作,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHING”变为“ATTACHED”,则为挂载成功。",
67
+ "document": "CBS在ECM早已下线\n\n本接口(AttachDisks)用于挂载云硬盘。\n \n* 支持批量操作,将多块云盘挂载到同一云主机。如果多个云盘中存在不允许挂载的云盘,则操作不执行,返回特定的错误码。\n* 本接口为异步接口,当挂载云盘的请求成功返回时,表示后台已发起挂载云盘的操作,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHING”变为“ATTACHED”,则为挂载成功。",
68
68
  "input": "AttachDisksRequest",
69
69
  "name": "挂载云硬盘",
70
70
  "output": "AttachDisksResponse",
71
- "status": "online"
71
+ "status": "deprecated"
72
72
  },
73
73
  "AttachNetworkInterface": {
74
74
  "document": "弹性网卡绑定云主机",
@@ -99,11 +99,11 @@
99
99
  "status": "online"
100
100
  },
101
101
  "CreateDisks": {
102
- "document": "本接口(CreateDisks)用于创建云硬盘。\n\n* 预付费云盘的购买会预先扣除本次云盘购买所需金额,在调用本接口前请确保账户余额充足。\n* 本接口支持传入数据盘快照来创建云盘,实现将快照数据复制到新购云盘上。\n* 本接口为异步接口,当创建请求下发成功后会返回一个新建的云盘ID列表,此时云盘的创建并未立即完成。可以通过调用[DescribeDisks](/document/product/362/16315)接口根据DiskId查询对应云盘,如果能查到云盘,且状态为'UNATTACHED'或'ATTACHED',则表示创建成功。",
102
+ "document": "CBS在ECM早已下线\n\n本接口(CreateDisks)用于创建云硬盘。\n\n* 预付费云盘的购买会预先扣除本次云盘购买所需金额,在调用本接口前请确保账户余额充足。\n* 本接口支持传入数据盘快照来创建云盘,实现将快照数据复制到新购云盘上。\n* 本接口为异步接口,当创建请求下发成功后会返回一个新建的云盘ID列表,此时云盘的创建并未立即完成。可以通过调用[DescribeDisks](/document/product/362/16315)接口根据DiskId查询对应云盘,如果能查到云盘,且状态为'UNATTACHED'或'ATTACHED',则表示创建成功。",
103
103
  "input": "CreateDisksRequest",
104
104
  "name": "创建云硬盘",
105
105
  "output": "CreateDisksResponse",
106
- "status": "online"
106
+ "status": "deprecated"
107
107
  },
108
108
  "CreateHaVip": {
109
109
  "document": "本接口(CreateHaVip)用于创建高可用虚拟IP(HAVIP)",
@@ -274,11 +274,11 @@
274
274
  "status": "online"
275
275
  },
276
276
  "DeleteSnapshots": {
277
- "document": "本接口(DeleteSnapshots)用于删除快照。\n\n* 快照必须处于NORMAL状态,快照状态可以通过[DescribeSnapshots](/document/product/362/15647)接口查询,见输出参数中SnapshotState字段解释。\n* 支持批量操作。如果多个快照存在无法删除的快照,则操作不执行,以返回特定的错误码返回。",
277
+ "document": "CBS在ECM早已下线\n\n本接口(DeleteSnapshots)用于删除快照。\n\n* 快照必须处于NORMAL状态,快照状态可以通过[DescribeSnapshots](/document/product/362/15647)接口查询,见输出参数中SnapshotState字段解释。\n* 支持批量操作。如果多个快照存在无法删除的快照,则操作不执行,以返回特定的错误码返回。",
278
278
  "input": "DeleteSnapshotsRequest",
279
279
  "name": "删除快照",
280
280
  "output": "DeleteSnapshotsResponse",
281
- "status": "online"
281
+ "status": "deprecated"
282
282
  },
283
283
  "DeleteSubnet": {
284
284
  "document": "删除子网,若子网为可用区下的默认子网,则默认子网会回退到系统自动创建的默认子网,非用户最新创建的子网。若默认子网不满足需求,可调用设置默认子网接口设置。",
@@ -337,11 +337,11 @@
337
337
  "status": "online"
338
338
  },
339
339
  "DescribeDisks": {
340
- "document": "本接口(DescribeDisks)用于查询云硬盘列表。\n\n* 可以根据云硬盘ID、云硬盘类型或者云硬盘状态等信息来查询云硬盘的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。\n* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的云硬盘列表。",
340
+ "document": "CBS在ECM早已下线\n\n本接口(DescribeDisks)用于查询云硬盘列表。\n\n* 可以根据云硬盘ID、云硬盘类型或者云硬盘状态等信息来查询云硬盘的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。\n* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的云硬盘列表。",
341
341
  "input": "DescribeDisksRequest",
342
342
  "name": "查询云硬盘列表",
343
343
  "output": "DescribeDisksResponse",
344
- "status": "online"
344
+ "status": "deprecated"
345
345
  },
346
346
  "DescribeHaVips": {
347
347
  "document": "用于查询高可用虚拟IP(HAVIP)列表。",
@@ -526,11 +526,11 @@
526
526
  "status": "online"
527
527
  },
528
528
  "DescribeSnapshots": {
529
- "document": "本接口(DescribeSnapshots)用于查询快照的详细信息。\n\n* 根据快照ID、创建快照的云硬盘ID、创建快照的云硬盘类型等对结果进行过滤,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。\n* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照列表。",
529
+ "document": "CBS在ECM早已下线\n\n本接口(DescribeSnapshots)用于查询快照的详细信息。\n\n* 根据快照ID、创建快照的云硬盘ID、创建快照的云硬盘类型等对结果进行过滤,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。\n* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照列表。",
530
530
  "input": "DescribeSnapshotsRequest",
531
531
  "name": "查询快照列表",
532
532
  "output": "DescribeSnapshotsResponse",
533
- "status": "online"
533
+ "status": "deprecated"
534
534
  },
535
535
  "DescribeSubnets": {
536
536
  "document": "查询子网列表",
@@ -575,11 +575,11 @@
575
575
  "status": "online"
576
576
  },
577
577
  "DetachDisks": {
578
- "document": "本接口(DetachDisks)用于卸载云硬盘。\n\n* 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。\n* 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。",
578
+ "document": "CBS在ECM早已下线\n\n本接口(DetachDisks)用于卸载云硬盘。\n\n* 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。\n* 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。",
579
579
  "input": "DetachDisksRequest",
580
580
  "name": "卸载云硬盘",
581
581
  "output": "DetachDisksResponse",
582
- "status": "online"
582
+ "status": "deprecated"
583
583
  },
584
584
  "DetachNetworkInterface": {
585
585
  "document": "弹性网卡解绑云主机",
@@ -953,11 +953,11 @@
953
953
  "status": "online"
954
954
  },
955
955
  "TerminateDisks": {
956
- "document": "本接口(TerminateDisks)用于退还云硬盘。\n\n* 不再使用的云盘,可通过本接口主动退还。\n* 本接口支持退还预付费云盘和按小时后付费云盘。按小时后付费云盘可直接退还,预付费云盘需符合退还规则。\n* 支持批量操作,每次请求批量云硬盘的上限为50。如果批量云盘存在不允许操作的,请求会以特定错误码返回。",
956
+ "document": "CBS在ECM早已下线\n\n本接口(TerminateDisks)用于退还云硬盘。\n\n* 不再使用的云盘,可通过本接口主动退还。\n* 本接口支持退还预付费云盘和按小时后付费云盘。按小时后付费云盘可直接退还,预付费云盘需符合退还规则。\n* 支持批量操作,每次请求批量云硬盘的上限为50。如果批量云盘存在不允许操作的,请求会以特定错误码返回。",
957
957
  "input": "TerminateDisksRequest",
958
958
  "name": "退还云硬盘",
959
959
  "output": "TerminateDisksResponse",
960
- "status": "online"
960
+ "status": "deprecated"
961
961
  },
962
962
  "TerminateInstances": {
963
963
  "document": "销毁实例",
@@ -2318,7 +2318,7 @@
2318
2318
  },
2319
2319
  {
2320
2320
  "disabled": false,
2321
- "document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面编辑控件值</li></ul>",
2321
+ "document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面无法编辑控件值</li></ul>",
2322
2322
  "example": "false",
2323
2323
  "member": "bool",
2324
2324
  "name": "LockComponentValue",
@@ -6481,7 +6481,7 @@
6481
6481
  },
6482
6482
  {
6483
6483
  "disabled": false,
6484
- "document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面编辑控件值</li></ul>",
6484
+ "document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面无法编辑控件值</li></ul>",
6485
6485
  "example": "false",
6486
6486
  "member": "bool",
6487
6487
  "name": "LockComponentValue",
@@ -343,7 +343,7 @@
343
343
  },
344
344
  {
345
345
  "disabled": false,
346
- "document": "可调用的工具列表,仅对 hunyuan-turbo、hunyuan-functioncall 模型生效。",
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"