tccli 3.0.1244.1__py2.py3-none-any.whl → 3.0.1246.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +72 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +145 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dbdc/v20201029/api.json +72 -72
- tccli/services/dcdb/v20180411/api.json +3 -3
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/iotexplorer_client.py +216 -4
- tccli/services/iotexplorer/v20190423/api.json +146 -1
- tccli/services/iotexplorer/v20190423/examples.json +34 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +30 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +1426 -0
- tccli/services/lkeap/v20240522/api.json +1882 -0
- tccli/services/lkeap/v20240522/examples.json +215 -0
- tccli/services/mna/v20210119/api.json +7 -7
- tccli/services/mna/v20210119/examples.json +9 -9
- tccli/services/monitor/v20180724/api.json +74 -0
- tccli/services/ocr/ocr_client.py +91 -38
- tccli/services/ocr/v20181119/api.json +187 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/scf/v20180416/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +43 -5
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +45 -39
- tccli/services/tcb/v20180608/examples.json +9 -9
- tccli/services/tcm/v20210413/api.json +9 -3
- tccli/services/tcm/v20210413/examples.json +7 -7
- tccli/services/tcr/v20190924/api.json +89 -89
- tccli/services/tcr/v20190924/examples.json +31 -31
- tccli/services/teo/v20220901/api.json +3 -3
- tccli/services/tke/v20180525/api.json +874 -688
- tccli/services/tke/v20180525/examples.json +40 -40
- tccli/services/tke/v20220501/api.json +16 -16
- tccli/services/tke/v20220501/examples.json +2 -2
- tccli/services/trocket/trocket_client.py +57 -4
- tccli/services/trocket/v20230308/api.json +143 -51
- tccli/services/trocket/v20230308/examples.json +11 -3
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vpc/v20170312/api.json +20 -20
- tccli/services/vpc/v20170312/examples.json +19 -19
- tccli/services/waf/v20180125/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +34 -1
- {tccli-3.0.1244.1.dist-info → tccli-3.0.1246.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1244.1.dist-info → tccli-3.0.1246.1.dist-info}/RECORD +55 -51
- {tccli-3.0.1244.1.dist-info → tccli-3.0.1246.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1244.1.dist-info → tccli-3.0.1246.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1244.1.dist-info → tccli-3.0.1246.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,215 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"CreateAttributeLabel": [
|
4
|
+
{
|
5
|
+
"document": "添加属性标签",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAttributeLabel\n<公共请求参数>\n\n{\n \"Labels\": [\n {\n \"LabelName\": \"现代\"\n },\n {\n \"LabelName\": \"流行\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3973e13a-926f-40a5-91d7-d61a56083314\"\n }\n}",
|
8
|
+
"title": "添加属性标签"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"CreateKnowledgeBase": [
|
12
|
+
{
|
13
|
+
"document": "创建知识库",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKnowledgeBase\n<公共请求参数>\n\n{}",
|
15
|
+
"output": "{\n \"Response\": {\n \"KnowledgeBaseId\": \"9bc3f06a-48b1-42af-8e41-96a212760769\",\n \"RequestId\": \"9748eace-2e8a-4918-91e7-453512f954a7\"\n }\n}",
|
16
|
+
"title": "创建知识库"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"CreateQA": [
|
20
|
+
{
|
21
|
+
"document": "创建问答对",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"28c960e9-c3ba-4a6d-be28-0d5d0dcca5ca\"\n }\n}",
|
24
|
+
"title": "创建问答对"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"document": "创建无标签问答对",
|
28
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{}",
|
29
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a37897c3-acf5-420a-bc32-9a1da9348c13\"\n }\n}",
|
30
|
+
"title": "创建无标签问答对"
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"CreateReconstructDocumentFlow": [
|
34
|
+
{
|
35
|
+
"document": "",
|
36
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReconstructDocumentFlow\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"http://example.com/example.pdf\"\n}",
|
37
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1d569fb4-4c9d-4141-bbd7-e1d8735bd1a9\",\n \"TaskId\": \"123123123\"\n }\n}",
|
38
|
+
"title": "接口请求成功示例"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"CreateSplitDocumentFlow": [
|
42
|
+
{
|
43
|
+
"document": "对外部在线文档进行拆分",
|
44
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSplitDocumentFlow\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://fileparser-1251316161.cos.ap-guangzhou.myqcloud.com/input_files/oaqbot/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86%E7%BB%BC%E8%BF%B0-2020.pdf?q-sign-algorithm=sha1&q-ak=AKIDgh93rnqd2Gna1Nx7jyYsLQeGKB0hDq-0StLupLCJE_Yok5D1jR8oh4EjmPqUVN6b&q-sign-time=1725274092;1725277692&q-key-time=1725274092;1725277692&q-header-list=host&q-url-param-list=&q-signature=209b00a3abaeb3860400b27ae0e76dd41b817ad8&x-cos-security-token=3IoVMfyN7IlIDdke4rvTv7lnxYNl4g6ae86062408d0a5974e1d434912c363f0bCouWlELQpa4WAdO5u7ME8A3Ej_5XNnJ-8wK6AaeOVuzF4J1eTg3mBEDncaOMbOdeCAnRMCFOVEayNXIr_FYJL_LA54-Dm9a6x7pHUM-M0fQdkhNqFIzWBdoNr7nQnQEdJsFB5A_AfoQVl4f-jXJzqwuWBz7zv3KEEc6rO6770zgOHRJRnJBccBVdvqJUAJhv\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 2,\n \"Config\": {\n \"TableResultType\": \"1\",\n \"ResultType\": \"1\",\n \"EnableMllm\": true\n },\n \"FileName\": \"myfile.pdf\"\n}",
|
45
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e148c27-9c21-43cd-992c-799117bb4216\",\n \"TaskId\": \"a04cb05d5f794a5089e5b2cf90109bc5\"\n }\n}",
|
46
|
+
"title": "创建PDF拆分任务"
|
47
|
+
}
|
48
|
+
],
|
49
|
+
"DeleteAttributeLabels": [
|
50
|
+
{
|
51
|
+
"document": "删除属性标签",
|
52
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttributeLabel\n<公共请求参数>\n\n{}",
|
53
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1966c811-59a6-4385-bd4f-4ce12bdaa21a\"\n }\n}",
|
54
|
+
"title": "删除属性标签"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"DeleteDocs": [
|
58
|
+
{
|
59
|
+
"document": "删除文档",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDoc\n<公共请求参数>\n\n{}",
|
61
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f3d05737-0b05-45cd-aa6a-fe16213cfe01\"\n }\n}",
|
62
|
+
"title": "删除文档"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
"DeleteKnowledgeBase": [
|
66
|
+
{
|
67
|
+
"document": "删除知识库",
|
68
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeBase\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"41019910164\"\n}",
|
69
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b193a412-3fa9-4c4e-8182-401cbfa1655b\"\n }\n}",
|
70
|
+
"title": "删除知识库"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"DeleteQAs": [
|
74
|
+
{
|
75
|
+
"document": "删除qa",
|
76
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQA\n<公共请求参数>\n\n{}",
|
77
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6c081879-196a-4df0-87ac-07e73a00952e\"\n }\n}",
|
78
|
+
"title": "删除问答对"
|
79
|
+
}
|
80
|
+
],
|
81
|
+
"DescribeDoc": [
|
82
|
+
{
|
83
|
+
"document": "查询文档详情",
|
84
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDoc\n<公共请求参数>\n\n{}",
|
85
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bf318516-67a7-41df-9460-e581b4ecedbd\"\n }\n}",
|
86
|
+
"title": "查询文档详情"
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"GetEmbedding": [
|
90
|
+
{
|
91
|
+
"document": "",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetEmbedding\n<公共请求参数>\n\n{\n \"Model\": \"lke-text-embedding-v1\",\n \"Inputs\": [\n \"你好\"\n ]\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Embedding\": [\n 0\n ]\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Usage\": {\n \"TotalTokens\": 3\n }\n }\n}",
|
94
|
+
"title": "获取特征向量"
|
95
|
+
}
|
96
|
+
],
|
97
|
+
"GetReconstructDocumentResult": [
|
98
|
+
{
|
99
|
+
"document": "",
|
100
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetReconstructDocumentResult\n<公共请求参数>\n\n{\n \"TaskId\": \"123123123\"\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-1258344699.cos.ap-guangzhou.myqcloud.com/doc_parse/output_files/a9c6a9482c72412fa84445a44ss125531.zip?q-sign-algorithm=sha1&q-ak=AKIDlWFaadfHLNbidLwPqOrAKGzXrx40scL7l&q-sign-time=1715503711%3B1718804311&q-key-time=1718855711%3B1718804311&q-header-list=host&q-url-param-list=&q-signature=71b568b8632d7e45gertdc3d235ef68d41fdfe7f8\",\n \"FailedPages\": [],\n \"RequestId\": \"a37b0d0b-c3af-44bd-iuiu-632442644a80\",\n \"Status\": \"Success\"\n }\n}",
|
102
|
+
"title": "接口调用成功示例"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"GetSplitDocumentResult": [
|
106
|
+
{
|
107
|
+
"document": "查询文档拆分结果",
|
108
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetSplitDocumentResult\n<公共请求参数>\n\n{\n \"TaskId\": \"236e51fd-827b-41cb-b303-56003a817ce5\"\n}",
|
109
|
+
"output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/example/example.zip\",\n \"RequestId\": \"ffe23ed8-2b64-4835-aedc-ca9a5b5a7384\",\n \"Status\": \"Success\",\n \"Usage\": {\n \"PageNumber\": 10,\n \"TotalTokens\": 2048\n }\n }\n}",
|
110
|
+
"title": "查询文档拆分结果"
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"ImportQAs": [
|
114
|
+
{
|
115
|
+
"document": "批量导入问答对",
|
116
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportQAs\n<公共请求参数>\n\n{}",
|
117
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"21305ff4-94c7-4113-9977-9b20427e0a2a\"\n }\n}",
|
118
|
+
"title": "批量导入问答对"
|
119
|
+
}
|
120
|
+
],
|
121
|
+
"ListAttributeLabels": [
|
122
|
+
{
|
123
|
+
"document": "获取标签列表",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAttributeLabel\n<公共请求参数>\n\n{}",
|
125
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttributeId\": \"1830880287852529408\",\n \"AttributeKey\": \"stylee\",\n \"AttributeName\": \"风格\",\n \"Labels\": [\n {\n \"LabelId\": \"1830880287852529408\",\n \"LabelName\": \"流行\"\n },\n {\n \"LabelId\": \"1830880287852529408\",\n \"LabelName\": \"现代\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5821f64-064a-448c-9279-b40eff06f4ae\"\n }\n}",
|
126
|
+
"title": "获取标签列表"
|
127
|
+
}
|
128
|
+
],
|
129
|
+
"ListDocs": [
|
130
|
+
{
|
131
|
+
"document": "获取文档列表",
|
132
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDocs\n<公共请求参数>\n\n{}",
|
133
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"DocId\": \"1830985874053466048\",\n \"FileName\": \"product_manuals.docx\",\n \"Status\": \"Success\"\n }\n ],\n \"RequestId\": \"292da1b4-1125-4423-b7cd-5cf3b14eb98d\"\n }\n}",
|
134
|
+
"title": "获取文档列表"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"ListQAs": [
|
138
|
+
{
|
139
|
+
"document": "查询已经上传的问答对列表",
|
140
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListQAs\n<公共请求参数>\n\n{}",
|
141
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Answer\": \"我是腾讯大模型知识引擎\",\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830880287852529408\",\n \"LabelIds\": [\n \"1830880287865112320\"\n ]\n }\n ],\n \"QaId\": \"1830882708456671000\",\n \"Question\": \"你是谁\"\n }\n ],\n \"RequestId\": \"5f95d7c7-c881-49d1-98fc-34f138d8ca54\"\n }\n}",
|
142
|
+
"title": "获取问答对列表"
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"ModifyAttributeLabel": [
|
146
|
+
{
|
147
|
+
"document": "修改属性标签",
|
148
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAttributeLabel\n<公共请求参数>\n\n{\n \"Labels\": [\n {\n \"LabelId\": \"1830993312978765760\",\n \"LabelName\": \"主流\"\n },\n {\n \"LabelId\": \"1830993312978765761\",\n \"LabelName\": \"现代\"\n }\n ]\n}",
|
149
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"04ba0a85-161a-408a-9c80-029601af9775\"\n }\n}",
|
150
|
+
"title": "修改属性标签"
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"ModifyQA": [
|
154
|
+
{
|
155
|
+
"document": "修改问答对",
|
156
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
|
157
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4f4843c1-8f3b-4a0b-ad7e-91b47f2b93c7\"\n }\n}",
|
158
|
+
"title": "修改问答对"
|
159
|
+
}
|
160
|
+
],
|
161
|
+
"ReconstructDocumentSSE": [
|
162
|
+
{
|
163
|
+
"document": "",
|
164
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocumentSSE\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://ocr.example.pdf\"\n}",
|
165
|
+
"output": "{\n \"RequestId\": \"0c7bbfbc-641a-4321-bee2-56b1e1e046e9\",\n \"TaskId\": \"0c7bbfbc-641a-4321-bee2-56b1e1e046e9\",\n \"ResponseType\": \"PROGRESS\",\n \"Progress\": \"0\",\n \"ProgressMessage\": \"开始文档解析\",\n \"DocumentRecognizeResultUrl\": \"\",\n \"FailedPages\": []\n}",
|
166
|
+
"title": "ReconstructDocumentSSE处理中回包示例"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"document": "",
|
170
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocumentSSE\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://ocr.example.pdf\"\n}",
|
171
|
+
"output": "{\n \"RequestId\": \"0c7cabfbc-641a-4321-bee2-56b1e1adwq6e9\",\n \"TaskId\": \"0c7bbfbc-641a-4321-bee2-5dds1e1e04fe9\",\n \"ResponseType\": \"TASK_RSP\",\n \"Progress\": \"100\",\n \"ProgressMessage\": \"完成文档解析\",\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-sse-1258344699.cos.ap-guangzhou.myqcloud.com/output_files%2F0c7bbfbc-641a-4321-bee2-545de1e046e9_parse.zip?q-sign-algorithm=sha1&q-ak=AKddFap6HLNbidLwPqOrAKGzXrx40scL7l&q-sign-time=1720006266%3B1720006866&q-key-time=1720006266%3B1720006866&q-header-list=host&q-url-param-list=&q-signature=e0e79876549e68f2ae9dbf5df1e516f8f1\",\n \"FailedPages\": []\n}",
|
172
|
+
"title": "ReconstructDocumentSSE处理完成回包示例"
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"RetrieveKnowledge": [
|
176
|
+
{
|
177
|
+
"document": "语义检索",
|
178
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetrieveKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"49019910106\",\n \"Query\": \"国庆节放几天假\",\n \"RetrievalMethod\": \"SEMANTIC\",\n \"RetrievalSetting\": {\n \"TopK\": 3,\n \"ScoreThreshold\": 0.7\n }\n}",
|
179
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"DOC\",\n \"ResultSource\": \"SEMANTIC\",\n \"ChunkPageNumbers\": [\n 1\n ]\n },\n \"Title\": \"example.pdf\",\n \"Content\": \"国庆放七天假\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d422c101-96e6-4aeb-b51c-0ccb551a5a52\"\n }\n}",
|
180
|
+
"title": "语义检索"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"document": "RetrievalSetting.Type参数为QA时,仅检索问答对。",
|
184
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetrieveKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"49019910106\",\n \"Query\": \"国庆节放几天假\",\n \"RetrievalMethod\": \"SEMANTIC\",\n \"RetrievalSetting\": {\n \"Type\": \"QA\"\n }\n}",
|
185
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"QA\",\n \"ResultSource\": \"SEMANTIC\"\n },\n \"Title\": \"\",\n \"Content\": \"国庆放七天假\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d422c101-96e6-4aeb-b51c-0ccb551a5a52\"\n }\n}",
|
186
|
+
"title": "语义检索(问答对)"
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"RunRerank": [
|
190
|
+
{
|
191
|
+
"document": "重排序",
|
192
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunRerank\n<公共请求参数>\n\n{\n \"Query\": \"知识引擎大模型\",\n \"Docs\": [\n \"混元大模型\",\n \"腾讯知识引擎\"\n ]\n}",
|
193
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"766383fd-5219-4d13-aa1a-7ae00766640c\",\n \"ScoreList\": [\n -9.006162,\n 2.8577538\n ],\n \"Usage\": {\n \"TotalTokens\": 27\n }\n }\n}",
|
194
|
+
"title": "重排序"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"UploadDoc": [
|
198
|
+
{
|
199
|
+
"document": "上传无属性标签文档",
|
200
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadDoc\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"FileName\": \"example.pdf\",\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/example/example.pdf\"\n}",
|
201
|
+
"output": "{\n \"Response\": {\n \"DocId\": \"1830996257459865536\",\n \"RequestId\": \"804c3fe0-05b1-48f9-8003-ab118658fec7\"\n }\n}",
|
202
|
+
"title": "上传无属性标签文档"
|
203
|
+
}
|
204
|
+
],
|
205
|
+
"UploadDocRealtime": [
|
206
|
+
{
|
207
|
+
"document": "实时文档上传",
|
208
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadDocRealtime\n<公共请求参数>\n\n{}",
|
209
|
+
"output": "{\n\t\"IsFinal\": true,\n\t\"DocId\": \"1828430526517084160\",\n\t\"Progress\": 80,\n\t\"PageNum\": 0,\n\t\"Status\": \"SUCCESS\"\n}",
|
210
|
+
"title": "实时文档上传"
|
211
|
+
}
|
212
|
+
]
|
213
|
+
},
|
214
|
+
"version": "1.0"
|
215
|
+
}
|
@@ -334,7 +334,7 @@
|
|
334
334
|
{
|
335
335
|
"disabled": false,
|
336
336
|
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
337
|
-
"example": "
|
337
|
+
"example": "this is descript",
|
338
338
|
"member": "string",
|
339
339
|
"name": "Description",
|
340
340
|
"output_required": true,
|
@@ -3405,7 +3405,7 @@
|
|
3405
3405
|
{
|
3406
3406
|
"disabled": false,
|
3407
3407
|
"document": "设备描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
3408
|
-
"example": "
|
3408
|
+
"example": "this is descript",
|
3409
3409
|
"member": "string",
|
3410
3410
|
"name": "Description",
|
3411
3411
|
"output_required": true,
|
@@ -3473,7 +3473,7 @@
|
|
3473
3473
|
{
|
3474
3474
|
"disabled": false,
|
3475
3475
|
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
3476
|
-
"example": "
|
3476
|
+
"example": "this is descript",
|
3477
3477
|
"member": "string",
|
3478
3478
|
"name": "Description",
|
3479
3479
|
"output_required": true,
|
@@ -3645,7 +3645,7 @@
|
|
3645
3645
|
{
|
3646
3646
|
"disabled": false,
|
3647
3647
|
"document": "互通规则描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
3648
|
-
"example": "
|
3648
|
+
"example": "this is descript",
|
3649
3649
|
"member": "string",
|
3650
3650
|
"name": "Description",
|
3651
3651
|
"output_required": false,
|
@@ -4159,7 +4159,7 @@
|
|
4159
4159
|
{
|
4160
4160
|
"disabled": false,
|
4161
4161
|
"document": "分组备注",
|
4162
|
-
"example": "\"
|
4162
|
+
"example": "\"this is descript\"",
|
4163
4163
|
"member": "string",
|
4164
4164
|
"name": "Description",
|
4165
4165
|
"required": false,
|
@@ -4303,7 +4303,7 @@
|
|
4303
4303
|
{
|
4304
4304
|
"disabled": false,
|
4305
4305
|
"document": "互通规则备注",
|
4306
|
-
"example": "\"
|
4306
|
+
"example": "\"this is discript\"",
|
4307
4307
|
"member": "string",
|
4308
4308
|
"name": "Description",
|
4309
4309
|
"required": false,
|
@@ -4467,7 +4467,7 @@
|
|
4467
4467
|
{
|
4468
4468
|
"disabled": false,
|
4469
4469
|
"document": "厂商备注",
|
4470
|
-
"example": "
|
4470
|
+
"example": "this is descript",
|
4471
4471
|
"member": "string",
|
4472
4472
|
"name": "Description",
|
4473
4473
|
"output_required": true,
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"AddGroup": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"gname\",\n \"Description\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"gname\",\n \"Description\": \"AddGroup info\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\",\n \"GroupId\": \"1a2b3c4d5e\"\n }\n}",
|
24
24
|
"title": "示例1"
|
25
25
|
}
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"AddHardware": [
|
28
28
|
{
|
29
29
|
"document": "批量新建硬件设备",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddHardware\n<公共请求参数>\n\n{\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"
|
31
|
-
"output": "{\n \"Response\": {\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"描述\",\n \"HardwareId\": \"cpe-9oii2ew1z4\"\n }\n ],\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddHardware\n<公共请求参数>\n\n{\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"AddHardware info\"\n }\n ]\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"AddHardware描述\",\n \"HardwareId\": \"cpe-9oii2ew1z4\"\n }\n ],\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
|
32
32
|
"title": "新建硬件设备"
|
33
33
|
}
|
34
34
|
],
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetGroupList\n<公共请求参数>\n\n{\n \"PageSize\": \"10\",\n \"PageNumber\": \"1\",\n \"Keyword\": \"Keyword\"\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"group-id1\",\n \"GroupName\": \"gname\",\n \"CreateTime\": \"1734401551\",\n \"UpdateTime\": \"1734401551\",\n \"Description\": \"描述\",\n \"DeviceNum\": 5\n }\n ],\n \"Length\": 0,\n \"TotalPage\": 0,\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
|
181
|
+
"output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"group-id1\",\n \"GroupName\": \"gname\",\n \"CreateTime\": \"1734401551\",\n \"UpdateTime\": \"1734401551\",\n \"Description\": \"GetGroupList描述\",\n \"DeviceNum\": 5\n }\n ],\n \"Length\": 0,\n \"TotalPage\": 0,\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
|
182
182
|
"title": "示例1"
|
183
183
|
}
|
184
184
|
],
|
@@ -194,7 +194,7 @@
|
|
194
194
|
{
|
195
195
|
"document": "",
|
196
196
|
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetL3ConnList\n<公共请求参数>\n\n{\n \"PageSize\": 10,\n \"PageNumber\": 1,\n \"DeviceId\": \"mna-2x2tllhb18\"\n}",
|
197
|
-
"output": "{\n \"Response\": {\n \"L3ConnList\": [\n {\n \"L3ConnId\": \"l3conn-h9boibynmp\",\n \"DeviceId1\": \"mna-2x2tllhb18\",\n \"Cidr1\": \"192.168.1.0/26\",\n \"DeviceId2\": \"mna-2x2tllhb13\",\n \"Cidr2\": \"192.168.1.0/26\",\n \"Enable\": true,\n \"Description\": \"
|
197
|
+
"output": "{\n \"Response\": {\n \"L3ConnList\": [\n {\n \"L3ConnId\": \"l3conn-h9boibynmp\",\n \"DeviceId1\": \"mna-2x2tllhb18\",\n \"Cidr1\": \"192.168.1.0/26\",\n \"DeviceId2\": \"mna-2x2tllhb13\",\n \"Cidr2\": \"192.168.1.0/26\",\n \"Enable\": true,\n \"Description\": \"this is descript\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"e5b299c7-aaf4-4a5e-9d01-feb63273e347\"\n }\n}",
|
198
198
|
"title": "示例1"
|
199
199
|
}
|
200
200
|
],
|
@@ -240,7 +240,7 @@
|
|
240
240
|
{
|
241
241
|
"document": "获取厂商设备列表",
|
242
242
|
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetVendorHardware\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Keyword\": \"keywords\",\n \"Status\": 0\n}",
|
243
|
-
"output": "{\n \"Response\": {\n \"VendorHardware\": [\n {\n \"HardwareId\": \"cpe-2ycsnymh2u\",\n \"SN\": \"cpe-sn-04\",\n \"CreateTime\": \"1685449404\",\n \"Status\": 0,\n \"Payer\": 0,\n \"ActiveTime\": \"1685449404\",\n \"Description\": \"
|
243
|
+
"output": "{\n \"Response\": {\n \"VendorHardware\": [\n {\n \"HardwareId\": \"cpe-2ycsnymh2u\",\n \"SN\": \"cpe-sn-04\",\n \"CreateTime\": \"1685449404\",\n \"Status\": 0,\n \"Payer\": 0,\n \"ActiveTime\": \"1685449404\",\n \"Description\": \"this is descript\",\n \"DeviceId\": \"mna-dev1\",\n \"LicenseChargingMode\": 0,\n \"LicensePayMode\": -1,\n \"LastOnlineTime\": \"1685449404\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"728a4c82-b31c-4b32-9cee-3ba1fdd1903c\"\n }\n}",
|
244
244
|
"title": "获取厂商设备列表"
|
245
245
|
}
|
246
246
|
],
|
@@ -303,7 +303,7 @@
|
|
303
303
|
"UpdateGroup": [
|
304
304
|
{
|
305
305
|
"document": "",
|
306
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"Description\": \"
|
306
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"Description\": \"this is descript\"\n}",
|
307
307
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bcc2c1d2-be38-4249-a50b-d9c487a36354\"\n }\n}",
|
308
308
|
"title": "示例1"
|
309
309
|
}
|
@@ -311,7 +311,7 @@
|
|
311
311
|
"UpdateHardware": [
|
312
312
|
{
|
313
313
|
"document": "更新硬件信息",
|
314
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateHardware\n<公共请求参数>\n\n{\n \"HardwareId\": \"cpe-6zmf86knqu\",\n \"SN\": \"adsqda\",\n \"Description\": \"
|
314
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateHardware\n<公共请求参数>\n\n{\n \"HardwareId\": \"cpe-6zmf86knqu\",\n \"SN\": \"adsqda\",\n \"Description\": \"this is descript\"\n}",
|
315
315
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4ff707e0-c87a-6cff-5c65-93f21e212a81\"\n }\n}",
|
316
316
|
"title": "更新硬件信息"
|
317
317
|
},
|
@@ -333,7 +333,7 @@
|
|
333
333
|
"UpdateL3Conn": [
|
334
334
|
{
|
335
335
|
"document": "",
|
336
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateL3Conn\n<公共请求参数>\n\n{\n \"L3ConnId\": \"l3conn-c0rkbqhig8\",\n \"Description\": \"
|
336
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateL3Conn\n<公共请求参数>\n\n{\n \"L3ConnId\": \"l3conn-c0rkbqhig8\",\n \"Description\": \"this is descript\"\n}",
|
337
337
|
"output": "{\n \"Response\": {\n \"RequestId\": \"7ab57398-d79f-4195-b0d4-3aef1e43b9c7\"\n }\n}",
|
338
338
|
"title": "示例1"
|
339
339
|
}
|
@@ -2230,6 +2230,16 @@
|
|
2230
2230
|
"output_required": true,
|
2231
2231
|
"type": "string",
|
2232
2232
|
"value_allowed_null": true
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"disabled": false,
|
2236
|
+
"document": "通知模板绑定内容模板信息",
|
2237
|
+
"example": "无",
|
2238
|
+
"member": "NoticeContentTmplBindInfo",
|
2239
|
+
"name": "NoticeTmplBindInfos",
|
2240
|
+
"output_required": false,
|
2241
|
+
"type": "list",
|
2242
|
+
"value_allowed_null": false
|
2233
2243
|
}
|
2234
2244
|
],
|
2235
2245
|
"usage": "out"
|
@@ -3505,6 +3515,24 @@
|
|
3505
3515
|
"name": "EbSubject",
|
3506
3516
|
"required": false,
|
3507
3517
|
"type": "string"
|
3518
|
+
},
|
3519
|
+
{
|
3520
|
+
"disabled": false,
|
3521
|
+
"document": "附加告警内容",
|
3522
|
+
"example": "无",
|
3523
|
+
"member": "string",
|
3524
|
+
"name": "AdditionalAlarmContent",
|
3525
|
+
"required": false,
|
3526
|
+
"type": "string"
|
3527
|
+
},
|
3528
|
+
{
|
3529
|
+
"disabled": false,
|
3530
|
+
"document": "通知模板绑定信息",
|
3531
|
+
"example": "[{\"NoticeContentTmplID\":\"tmpl-xxx\",\"PolicyID\":\"policy-xxx\",\"NoticeID\":\"notice-xxx\"}]",
|
3532
|
+
"member": "NoticeContentTmplBindInfo",
|
3533
|
+
"name": "NoticeContentTmplBindInfos",
|
3534
|
+
"required": false,
|
3535
|
+
"type": "list"
|
3508
3536
|
}
|
3509
3537
|
],
|
3510
3538
|
"type": "object"
|
@@ -7072,6 +7100,15 @@
|
|
7072
7100
|
"name": "ReceiverOnCallFormIDs",
|
7073
7101
|
"required": false,
|
7074
7102
|
"type": "list"
|
7103
|
+
},
|
7104
|
+
{
|
7105
|
+
"disabled": false,
|
7106
|
+
"document": "通知内容模板ID筛选",
|
7107
|
+
"example": "[\"tmpl-1\",\"tmpl-2\"]",
|
7108
|
+
"member": "string",
|
7109
|
+
"name": "NoticeContentTmplIDs",
|
7110
|
+
"required": false,
|
7111
|
+
"type": "list"
|
7075
7112
|
}
|
7076
7113
|
],
|
7077
7114
|
"type": "object"
|
@@ -15513,6 +15550,15 @@
|
|
15513
15550
|
"name": "HierarchicalNotices",
|
15514
15551
|
"required": false,
|
15515
15552
|
"type": "list"
|
15553
|
+
},
|
15554
|
+
{
|
15555
|
+
"disabled": false,
|
15556
|
+
"document": "通知内容模板绑定信息",
|
15557
|
+
"example": " [{\"NoticeContentTmplID\":\"tmpl-xxx\",\"PolicyID\":\"policy-xxx\",\"NoticeID\":\"notice-xxx\"}]",
|
15558
|
+
"member": "NoticeContentTmplBindInfo",
|
15559
|
+
"name": "NoticeContentTmplBindInfos",
|
15560
|
+
"required": false,
|
15561
|
+
"type": "list"
|
15516
15562
|
}
|
15517
15563
|
],
|
15518
15564
|
"type": "object"
|
@@ -16379,6 +16425,34 @@
|
|
16379
16425
|
],
|
16380
16426
|
"usage": "in"
|
16381
16427
|
},
|
16428
|
+
"NoticeContentTmplBindInfo": {
|
16429
|
+
"document": "通知内容模板绑定信息",
|
16430
|
+
"members": [
|
16431
|
+
{
|
16432
|
+
"disabled": false,
|
16433
|
+
"document": "通知内容模板ID",
|
16434
|
+
"example": "tmpl-xxx",
|
16435
|
+
"member": "string",
|
16436
|
+
"name": "ContentTmplID",
|
16437
|
+
"output_required": false,
|
16438
|
+
"required": false,
|
16439
|
+
"type": "string",
|
16440
|
+
"value_allowed_null": false
|
16441
|
+
},
|
16442
|
+
{
|
16443
|
+
"disabled": false,
|
16444
|
+
"document": "通知模板ID",
|
16445
|
+
"example": "notice-xxx",
|
16446
|
+
"member": "string",
|
16447
|
+
"name": "NoticeID",
|
16448
|
+
"output_required": false,
|
16449
|
+
"required": false,
|
16450
|
+
"type": "string",
|
16451
|
+
"value_allowed_null": false
|
16452
|
+
}
|
16453
|
+
],
|
16454
|
+
"usage": "both"
|
16455
|
+
},
|
16382
16456
|
"Operator": {
|
16383
16457
|
"document": "维度支持的操作符信息",
|
16384
16458
|
"members": [
|