tccli 3.0.1294.2__py2.py3-none-any.whl → 3.0.1295.2__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/services/captcha/v20190722/api.json +49 -39
- tccli/services/cbs/v20170312/api.json +16 -16
- tccli/services/ccc/v20200210/api.json +89 -6
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdc/v20201214/api.json +1 -1
- tccli/services/cdwpg/v20201230/api.json +21 -21
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/dbdc/v20201029/api.json +42 -42
- tccli/services/dlc/v20210125/api.json +212 -17
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/hai/v20230812/api.json +53 -53
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/iotcloud/v20210408/api.json +29 -29
- tccli/services/iotcloud/v20210408/examples.json +6 -6
- tccli/services/iotvideo/v20191126/api.json +35 -34
- tccli/services/iotvideo/v20191126/examples.json +2 -2
- tccli/services/iotvideo/v20201215/api.json +310 -292
- tccli/services/iotvideo/v20201215/examples.json +54 -54
- tccli/services/iotvideo/v20211125/api.json +282 -274
- tccli/services/iotvideo/v20211125/examples.json +64 -64
- tccli/services/live/v20180801/api.json +8 -8
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mariadb/v20170312/api.json +5 -5
- tccli/services/monitor/v20180724/api.json +59 -3
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +123 -4
- tccli/services/mqtt/v20240516/api.json +62 -62
- tccli/services/mqtt/v20240516/examples.json +2 -2
- tccli/services/privatedns/v20201028/api.json +32 -32
- tccli/services/taf/taf_client.py +53 -0
- tccli/services/taf/v20200210/api.json +138 -0
- tccli/services/taf/v20200210/examples.json +8 -0
- tccli/services/tag/v20180813/api.json +2 -2
- tccli/services/tbaas/v20180416/api.json +21 -16
- tccli/services/tcr/v20190924/api.json +41 -23
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/tke/tke_client.py +61 -8
- tccli/services/tke/v20180525/api.json +355 -245
- tccli/services/tke/v20180525/examples.json +14 -0
- tccli/services/tsf/v20180326/api.json +44 -12
- tccli/services/vod/v20180717/api.json +682 -673
- tccli/services/vod/v20180717/examples.json +19 -19
- tccli/services/vpc/v20170312/api.json +84 -3
- tccli/services/waf/v20180125/api.json +2 -2
- tccli/services/waf/v20180125/examples.json +2 -2
- {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/METADATA +2 -2
- {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/RECORD +54 -54
- {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/WHEEL +0 -0
- {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/license_files/LICENSE +0 -0
@@ -3,24 +3,24 @@
|
|
3
3
|
"ApplyAIModel": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyAIModel\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyAIModel\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"ModelId\": \"body_detect\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
8
8
|
"title": "申请AI模型"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"BatchUpdateFirmware": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchUpdateFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"TaskId\":
|
14
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchUpdateFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"FirmwareVersion\": \"2.0.0\",\n \"FirmwareOriVersion\": \"1.0.0\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"TaskId\": 1,\n \"RequestId\": \"id\"\n }\n}",
|
16
16
|
"title": "批量更新固件"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"BindCloudStorageUser": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindCloudStorageUser\n<公共请求参数>\n\n{\n \"DeviceName\": \"
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindCloudStorageUser\n<公共请求参数>\n\n{\n \"DeviceName\": \"dev\",\n \"UserId\": \"user\",\n \"ProductId\": \"product\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
24
24
|
"title": "绑定云存用户"
|
25
25
|
}
|
26
26
|
],
|
@@ -51,16 +51,16 @@
|
|
51
51
|
"CancelAIModelApplication": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelAIModelApplication\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelAIModelApplication\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"ModelId\": \"body_detect\"\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
56
56
|
"title": "取消AI模型申请"
|
57
57
|
}
|
58
58
|
],
|
59
59
|
"CancelDeviceFirmwareTask": [
|
60
60
|
{
|
61
61
|
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelDeviceFirmwareTask\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelDeviceFirmwareTask\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"FirmwareVersion\": \"1.0.0\",\n \"TaskId\": 10000,\n \"DeviceName\": \"dev\"\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
64
64
|
"title": "取消设备升级任务"
|
65
65
|
}
|
66
66
|
],
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"CreateBatch": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatch\n<公共请求参数>\n\n{\n \"DevNum\": 1,\n \"DevPre\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatch\n<公共请求参数>\n\n{\n \"DevNum\": 1,\n \"DevPre\": \"pre\",\n \"ProductId\": \"37MFSSRMZY\"\n}",
|
103
103
|
"output": "{\n \"Response\": {\n \"BatchId\": 12,\n \"RequestId\": \"c05cb7bb-6d8e-431f-bb38-b4a11597d885\"\n }\n}",
|
104
104
|
"title": "创建批次"
|
105
105
|
}
|
@@ -107,8 +107,8 @@
|
|
107
107
|
"CreateCOSCredentials": [
|
108
108
|
{
|
109
109
|
"document": "",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCOSCredentials\n<公共请求参数>\n\n{\n \"DeviceName\": \"device\",\n \"ProductId\": \"
|
111
|
-
"output": "{\n \"Response\": {\n \"StoragePath\": \"path\",\n \"SecretKey\": \"key\",\n \"Token\": \"token\",\n \"ExpiredTime\": 1625556088,\n \"StorageBucket\": \"bucket\",\n \"RequestId\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCOSCredentials\n<公共请求参数>\n\n{\n \"DeviceName\": \"device\",\n \"ProductId\": \"product\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"StoragePath\": \"path\",\n \"SecretKey\": \"key\",\n \"Token\": \"token\",\n \"ExpiredTime\": 1625556088,\n \"StorageBucket\": \"bucket\",\n \"RequestId\": \"id\",\n \"SecretID\": \"id\",\n \"StorageRegion\": \"gz\"\n }\n}",
|
112
112
|
"title": "创建COS上传密钥"
|
113
113
|
}
|
114
114
|
],
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"CreateProduct": [
|
156
156
|
{
|
157
157
|
"document": "",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProduct\n<公共请求参数>\n\n{\n \"ProductVaildYears\": \"5\",\n \"ProductDescription\": \"binky_test\",\n \"EncryptionType\": \"2\",\n \"ChipId\": \"default\",\n \"ProductName\": \"test_lock6\",\n \"DeviceType\": \"1\",\n \"NetType\": \"cellular\",\n \"ChipManufactureId\": \"default\",\n \"ChipOs\": \"default\",\n \"CategoryId\": \"595\",\n \"Features\": [\n \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProduct\n<公共请求参数>\n\n{\n \"ProductVaildYears\": \"5\",\n \"ProductDescription\": \"binky_test\",\n \"EncryptionType\": \"2\",\n \"ChipId\": \"default\",\n \"ProductName\": \"test_lock6\",\n \"DeviceType\": \"1\",\n \"NetType\": \"cellular\",\n \"ChipManufactureId\": \"default\",\n \"ChipOs\": \"default\",\n \"CategoryId\": \"595\",\n \"Features\": [\n \"ypsxth\"\n ]\n}",
|
159
159
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"ProductId\": \"L5N2BC8Q04\",\n \"ProductName\": \"test_lock6\",\n \"DeviceType\": 1,\n \"ProductVaildYears\": 5,\n \"EncryptionType\": 2,\n \"Features\": [\n \"unused\"\n ],\n \"CategoryId\": 595,\n \"ChipOs\": \"default\",\n \"ChipManufactureId\": \"default\",\n \"ChipId\": \"default\",\n \"ProductDescription\": \"binky_test\",\n \"NetType\": \"cellular\",\n \"CreateTime\": 1661152125,\n \"UpdateTime\": 1661152125\n },\n \"RequestId\": \"210e261e-5ab9-4b47-bfdf-68c63fb26a20\"\n }\n}",
|
160
160
|
"title": "创建产品"
|
161
161
|
}
|
@@ -163,7 +163,7 @@
|
|
163
163
|
"CreateTaskFileUrl": [
|
164
164
|
{
|
165
165
|
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFileUrl\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFileUrl\n<公共请求参数>\n\n{\n \"ProductId\": \"product\"\n}",
|
167
167
|
"output": "{\n \"Response\": {\n \"Url\": \"https://iothub-tasktest-****\",\n \"FileName\": \"111111_ABCDE12345_1586228400\",\n \"RequestId\": \"be69a7a3-7315-40a7-9532-3316e4a3e97e\"\n }\n}",
|
168
168
|
"title": "获取任务文件上传链接"
|
169
169
|
}
|
@@ -171,8 +171,8 @@
|
|
171
171
|
"DeleteCloudStorageEvent": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudStorageEvent\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudStorageEvent\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"DeviceName\": \"dev\",\n \"EventId\": \"event\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"UserId\": \"user\",\n \"ChannelId\": 1\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
176
176
|
"title": "删除云存某一事件"
|
177
177
|
}
|
178
178
|
],
|
@@ -187,8 +187,8 @@
|
|
187
187
|
"DeleteFirmware": [
|
188
188
|
{
|
189
189
|
"document": "",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"FirmwareVersion\": \"2.0.0\"\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
192
192
|
"title": "删除固件"
|
193
193
|
}
|
194
194
|
],
|
@@ -211,24 +211,24 @@
|
|
211
211
|
"DescribeAIModelApplications": [
|
212
212
|
{
|
213
213
|
"document": "",
|
214
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelApplications\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ProductId\": \"
|
215
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
214
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelApplications\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ProductId\": \"product\",\n \"Limit\": 1,\n \"ModelId\": \"body_detect\"\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"id\",\n \"Applications\": [\n {\n \"Status\": 1,\n \"ProductName\": \"name\",\n \"ProductId\": \"product\"\n }\n ]\n }\n}",
|
216
216
|
"title": "用户AI模型申请记录"
|
217
217
|
}
|
218
218
|
],
|
219
219
|
"DescribeAIModelChannel": [
|
220
220
|
{
|
221
221
|
"document": "",
|
222
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelChannel\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
223
|
-
"output": "{\n \"Response\": {\n \"ForwardKey\": \"\",\n \"ForwardAddress\": \"\",\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"RequestId\": \"
|
222
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelChannel\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"ModelId\": \"body_detect\"\n}",
|
223
|
+
"output": "{\n \"Response\": {\n \"ForwardKey\": \"\",\n \"ForwardAddress\": \"\",\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"RequestId\": \"id\",\n \"CKafkaInstance\": \"ckafka-insfeae\",\n \"Type\": \"ckafka\"\n }\n}",
|
224
224
|
"title": "查看AI推理结果推送配置"
|
225
225
|
}
|
226
226
|
],
|
227
227
|
"DescribeAIModelUsage": [
|
228
228
|
{
|
229
229
|
"document": "",
|
230
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelUsage\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ProductId\": \"
|
231
|
-
"output": "{\n \"Response\": {\n \"UsageInfo\": [\n {\n \"Used\": 100,\n \"CreateTime\": 1625555521,\n \"Total\": 100000\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"
|
230
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModelUsage\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ProductId\": \"product\",\n \"Limit\": 1,\n \"ModelId\": \"body_detect\"\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"UsageInfo\": [\n {\n \"Used\": 100,\n \"CreateTime\": 1625555521,\n \"Total\": 100000\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"id\"\n }\n}",
|
232
232
|
"title": "查看AI模型资源包"
|
233
233
|
}
|
234
234
|
],
|
@@ -236,7 +236,7 @@
|
|
236
236
|
{
|
237
237
|
"document": "",
|
238
238
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIModels\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"Offset\": 0,\n \"Limit\": 1,\n \"ModelId\": \"body_detect\"\n}",
|
239
|
-
"output": "{\n \"Response\": {\n \"Models\": [\n {\n \"Status\": 1,\n \"ApprovalTime\": 1625555521,\n \"Used\": 0,\n \"ApplyTime\": 1625555521,\n \"ProductName\": \"
|
239
|
+
"output": "{\n \"Response\": {\n \"Models\": [\n {\n \"Status\": 1,\n \"ApprovalTime\": 1625555521,\n \"Used\": 0,\n \"ApplyTime\": 1625555521,\n \"ProductName\": \"name\",\n \"Total\": 0,\n \"ProductId\": \"product\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"id\"\n }\n}",
|
240
240
|
"title": "拉取AI模型列表"
|
241
241
|
}
|
242
242
|
],
|
@@ -268,7 +268,7 @@
|
|
268
268
|
{
|
269
269
|
"document": "",
|
270
270
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatch\n<公共请求参数>\n\n{\n \"BatchId\": 12\n}",
|
271
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Status\": 1,\n \"DevNum\": 1,\n \"UpdateTime\": 1612237826,\n \"DevNumCreated\": 1,\n \"DevPre\": \"
|
271
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Status\": 1,\n \"DevNum\": 1,\n \"UpdateTime\": 1612237826,\n \"DevNumCreated\": 1,\n \"DevPre\": \"pre\",\n \"UserId\": \"100004557990\",\n \"CreateTime\": 1612237826,\n \"BatchURL\": \"url\",\n \"Id\": 12,\n \"ProductId\": \"37MFSSRMZY\"\n },\n \"RequestId\": \"719fe65a\"\n }\n}",
|
272
272
|
"title": "获取批次详情"
|
273
273
|
}
|
274
274
|
],
|
@@ -276,7 +276,7 @@
|
|
276
276
|
{
|
277
277
|
"document": "",
|
278
278
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchs\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"ProductId\": \"37MFSSRMZY\"\n}",
|
279
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Status\": 1,\n \"DevNum\": 1,\n \"UpdateTime\": 1612237826,\n \"DevNumCreated\": 1,\n \"DevPre\": \"
|
279
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Status\": 1,\n \"DevNum\": 1,\n \"UpdateTime\": 1612237826,\n \"DevNumCreated\": 1,\n \"DevPre\": \"pre\",\n \"UserId\": \"100004557990\",\n \"CreateTime\": 1612237826,\n \"BatchURL\": \"url\",\n \"Id\": 1,\n \"ProductId\": \"37MFSSRMZY\"\n }\n ],\n \"RequestId\": \"719fe65a\"\n }\n}",
|
280
280
|
"title": "获取批次列表"
|
281
281
|
}
|
282
282
|
],
|
@@ -323,8 +323,8 @@
|
|
323
323
|
"DescribeCloudStorageMultiThumbnail": [
|
324
324
|
{
|
325
325
|
"document": "",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageMultiThumbnail\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
327
|
-
"output": "{\n \"Response\": {\n \"ThumbnailURLInfoList\": [\n {\n \"ThumbnailURL\": \"
|
326
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageMultiThumbnail\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"DeviceName\": \"dev\",\n \"MultiThumbnail\": \"/100008401725/AQTV2839QJ/sp01_32820237_7/events/1615200613.jpg|/100008401725/AQTV2839QJ/sp01_32820237_7/events/1615200613.jpg\"\n}",
|
327
|
+
"output": "{\n \"Response\": {\n \"ThumbnailURLInfoList\": [\n {\n \"ThumbnailURL\": \"https\",\n \"ExpireTime\": 0\n }\n ],\n \"RequestId\": \"id\"\n }\n}",
|
328
328
|
"title": "拉取多个云存事件缩略图"
|
329
329
|
}
|
330
330
|
],
|
@@ -387,8 +387,8 @@
|
|
387
387
|
"DescribeCloudStorageUsers": [
|
388
388
|
{
|
389
389
|
"document": "",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageUsers\n<公共请求参数>\n\n{\n \"DeviceName\": \"
|
391
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Users\": [\n {\n \"UserId\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageUsers\n<公共请求参数>\n\n{\n \"DeviceName\": \"dev\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"ProductId\": \"product\"\n}",
|
391
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Users\": [\n {\n \"UserId\": \"user\"\n }\n ],\n \"RequestId\": \"id\"\n }\n}",
|
392
392
|
"title": "拉取云存用户列表"
|
393
393
|
}
|
394
394
|
],
|
@@ -459,8 +459,8 @@
|
|
459
459
|
"DescribeDevicePackages": [
|
460
460
|
{
|
461
461
|
"document": "",
|
462
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDevicePackages\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
463
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Packages\": [\n {\n \"Status\": 0,\n \"CSType\": 1,\n \"CSShiftDuration\": 1,\n \"CSExpiredTime\": 0,\n \"ChannelId\": 1,\n \"CSUserId\": \"sdfsdf\",\n \"CreatedAt\": 0,\n \"UpdatedAt\": 0\n }\n ],\n \"RequestId\": \"
|
462
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDevicePackages\n<公共请求参数>\n\n{\n \"ProductId\": \"product\",\n \"DeviceName\": \"dev\",\n \"CSUserId\": \"sdfsdf\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
463
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Packages\": [\n {\n \"Status\": 0,\n \"CSType\": 1,\n \"CSShiftDuration\": 1,\n \"CSExpiredTime\": 0,\n \"ChannelId\": 1,\n \"CSUserId\": \"sdfsdf\",\n \"CreatedAt\": 0,\n \"UpdatedAt\": 0\n }\n ],\n \"RequestId\": \"id\"\n }\n}",
|
464
464
|
"title": "拉取有效套餐列表"
|
465
465
|
}
|
466
466
|
],
|
@@ -468,7 +468,7 @@
|
|
468
468
|
{
|
469
469
|
"document": "",
|
470
470
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceStatusLog\n<公共请求参数>\n\n{\n \"MinTime\": 1548677099000,\n \"MaxTime\": 1548763499000,\n \"ProductId\": \"QY8BAN391G\",\n \"DeviceName\": \"dev_test\",\n \"Limit\": 5\n}",
|
471
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Listover\": true,\n \"Results\": [\n {\n \"Data\": \"
|
471
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Listover\": true,\n \"Results\": [\n {\n \"Data\": \"data\",\n \"Type\": \"1\",\n \"Time\": \"2\"\n }\n ],\n \"Context\": \"context\",\n \"RequestId\": \"5e9bb8c5-95d3-40f8-ba9f-9d74a31004f2\"\n }\n}",
|
472
472
|
"title": "获取设备上下线日志"
|
473
473
|
}
|
474
474
|
],
|
@@ -491,8 +491,8 @@
|
|
491
491
|
"DescribeFirmwareTask": [
|
492
492
|
{
|
493
493
|
"document": "",
|
494
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmwareTask\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
495
|
-
"output": "{\n \"Response\": {\n \"TaskId\": 1000175,\n \"Status\": 3,\n \"CreateTime\": 1589466879,\n \"Type\": 1,\n \"ProductName\": \"门锁\",\n \"OriginalVersion\": \"
|
494
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmwareTask\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"FirmwareVersion\": \"1.0.0\",\n \"TaskId\": 10000\n}",
|
495
|
+
"output": "{\n \"Response\": {\n \"TaskId\": 1000175,\n \"Status\": 3,\n \"CreateTime\": 1589466879,\n \"Type\": 1,\n \"ProductName\": \"门锁\",\n \"OriginalVersion\": \"1.1.1\",\n \"UpgradeMode\": \"originalVersion\",\n \"ProductId\": \"product\",\n \"RequestId\": \"id\"\n }\n}",
|
496
496
|
"title": "查询固件升级任务详情"
|
497
497
|
}
|
498
498
|
],
|
@@ -500,7 +500,7 @@
|
|
500
500
|
{
|
501
501
|
"document": "",
|
502
502
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmwareTaskDevices\n<公共请求参数>\n\n{\n \"ProductID\": \"O4CCMMZE3A\",\n \"FirmwareVersion\": \"1.0\"\n}",
|
503
|
-
"output": "{\n \"Response\": {\n \"Total\": 0,\n \"Devices\": [\n {\n \"TaskId\": 1,\n \"DeviceName\": \"
|
503
|
+
"output": "{\n \"Response\": {\n \"Total\": 0,\n \"Devices\": [\n {\n \"TaskId\": 1,\n \"DeviceName\": \"dev\",\n \"LastProcessTime\": 1597141763,\n \"Status\": 5,\n \"ErrMsg\": \"\",\n \"DstVersion\": \"1.0\",\n \"Retcode\": 0,\n \"Percent\": 0,\n \"OriVersion\": \"0.1\"\n },\n {\n \"TaskId\": 2,\n \"OriVersion\": \"0.1\",\n \"DeviceName\": \"dev\",\n \"LastProcessTime\": 1597140525,\n \"Status\": 0,\n \"ErrMsg\": \"\",\n \"DstVersion\": \"1.0\",\n \"Retcode\": 0,\n \"Percent\": 0\n },\n {\n \"TaskId\": 3,\n \"LastProcessTime\": 1597141811,\n \"Status\": 6,\n \"ErrMsg\": \"\",\n \"DstVersion\": \"1.0\",\n \"Retcode\": 0,\n \"Percent\": 0,\n \"OriVersion\": \"0.1\",\n \"DeviceName\": \"dev\"\n }\n ],\n \"RequestId\": \"968ac21f-815f-4f32-852f-c0729c40e724\"\n }\n}",
|
504
504
|
"title": "查询固件升级任务的设备列表"
|
505
505
|
}
|
506
506
|
],
|
@@ -523,8 +523,8 @@
|
|
523
523
|
"DescribeFirmwareTasks": [
|
524
524
|
{
|
525
525
|
"document": "",
|
526
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmwareTasks\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
527
|
-
"output": "{\n \"Response\": {\n \"Total\": 53,\n \"TaskInfos\": [\n {\n \"TaskId\": 1000175,\n \"Status\": 3,\n \"CreateTime\": 1589466879,\n \"Type\": 1\n },\n {\n \"TaskId\": 1000176,\n \"Status\": 3,\n \"CreateTime\": 1589467049,\n \"Type\": 1\n },\n {\n \"Status\": 3,\n \"CreateTime\": 1589467138,\n \"Type\": 1,\n \"TaskId\": 1000179\n },\n {\n \"TaskId\": 1000180,\n \"Status\": 3,\n \"CreateTime\": 1589467139,\n \"Type\": 1\n },\n {\n \"Type\": 1,\n \"TaskId\": 1000182,\n \"Status\": 3,\n \"CreateTime\": 1589467141\n }\n ],\n \"RequestId\": \"
|
526
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmwareTasks\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"FirmwareVersion\": \"1.0.0\",\n \"Offset\": 1,\n \"Limit\": 5\n}",
|
527
|
+
"output": "{\n \"Response\": {\n \"Total\": 53,\n \"TaskInfos\": [\n {\n \"TaskId\": 1000175,\n \"Status\": 3,\n \"CreateTime\": 1589466879,\n \"Type\": 1\n },\n {\n \"TaskId\": 1000176,\n \"Status\": 3,\n \"CreateTime\": 1589467049,\n \"Type\": 1\n },\n {\n \"Status\": 3,\n \"CreateTime\": 1589467138,\n \"Type\": 1,\n \"TaskId\": 1000179\n },\n {\n \"TaskId\": 1000180,\n \"Status\": 3,\n \"CreateTime\": 1589467139,\n \"Type\": 1\n },\n {\n \"Type\": 1,\n \"TaskId\": 1000182,\n \"Status\": 3,\n \"CreateTime\": 1589467141\n }\n ],\n \"RequestId\": \"id\"\n }\n}",
|
528
528
|
"title": "查询固件升级任务列表"
|
529
529
|
}
|
530
530
|
],
|
@@ -612,22 +612,22 @@
|
|
612
612
|
{
|
613
613
|
"document": "",
|
614
614
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProducts\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
615
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ProductId\": \"PTROMP3AOB\",\n \"ProductName\": \"siva_003\",\n \"DeviceType\": 1,\n \"NetType\": \"
|
615
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"CategoryId\": 113,\n \"ProductVaildYears\": 1,\n \"ProductId\": \"PTROMP3AOB\",\n \"ProductName\": \"siva_003\",\n \"DeviceType\": 1,\n \"NetType\": \"wifi\",\n \"EncryptionType\": 2,\n \"Features\": [\n \"ypsxth\",\n \"spdxth\"\n ],\n \"ChipOs\": \"Linux\",\n \"ChipManufactureId\": \"x86\",\n \"ChipId\": \"x86\",\n \"ProductDescription\": \"123\",\n \"CreateTime\": 1608880525,\n \"UpdateTime\": 1611830563\n },\n {\n \"CategoryId\": 113,\n \"ProductVaildYears\": 1,\n \"ProductId\": \"BPCJPETFZU\",\n \"ProductName\": \"test_siva_123\",\n \"DeviceType\": 1,\n \"NetType\": \"wifi\",\n \"EncryptionType\": 2,\n \"Features\": [\n \"ypsxth\",\n \"spdxth\"\n ],\n \"ChipOs\": \"Linux\",\n \"ChipManufactureId\": \"ak\",\n \"ChipId\": \"AK3918EV331\",\n \"ProductDescription\": \"dd12\",\n \"CreateTime\": 1608786160,\n \"UpdateTime\": 1608868038\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"bb92aaff-508b-4d10-8e42-5841e796ffda\"\n }\n}",
|
616
616
|
"title": "获取产品列表"
|
617
617
|
}
|
618
618
|
],
|
619
619
|
"DescribePushChannel": [
|
620
620
|
{
|
621
621
|
"document": "",
|
622
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePushChannel\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
623
|
-
"output": "{\n \"Response\": {\n \"ForwardKey\": \"\",\n \"ForwardAddress\": \"\",\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"RequestId\": \"
|
622
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePushChannel\n<公共请求参数>\n\n{\n \"ProductId\": \"product\"\n}",
|
623
|
+
"output": "{\n \"Response\": {\n \"ForwardKey\": \"\",\n \"ForwardAddress\": \"\",\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"RequestId\": \"id\",\n \"CKafkaInstance\": \"ckafka-insfeae\",\n \"Type\": \"ckafka\"\n }\n}",
|
624
624
|
"title": "查看推送通道"
|
625
625
|
}
|
626
626
|
],
|
627
627
|
"DescribeSDKLog": [
|
628
628
|
{
|
629
629
|
"document": "",
|
630
|
-
"input": "https://iotvideo.tencentcloudapi.com/?Action=DescribeSDKLog\n&MinTime=1591089960000\n&MaxTime=1591091819999\n&Keywords=productid%3ABJQM4UXMKN+devicename%3Adev01\n&Context=
|
630
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=DescribeSDKLog\n&MinTime=1591089960000\n&MaxTime=1591091819999\n&Keywords=productid%3ABJQM4UXMKN+devicename%3Adev01\n&Context=context\n&<公共请求参数>",
|
631
631
|
"output": "{\n \"Response\": {\n \"Context\": \"DnF1ZXJ5VGhlbkZldGNoBQAAAAAAMjxEFjM2eHBiRXhJVGctQWhqdHoxNUxEeWcAAAAAADI8QRYzNnhwYkV4SVRnLUFoanR6MTVMRHlnAAAAAAAyPEMWMzZ4cGJFeElUZy1BaGp0ejE1TER5ZwAAAAAAMjxCFjM2eHBiRXhJVGctQWhqdHoxNUxEeWcAAAAAADI8RRYzNnhwYkV4SVRnLUFoanR6MTVMRHln\",\n \"Listover\": true,\n \"RequestId\": \"f9201fc1-c2fb-42c9-a08d-be971a1d248b\",\n \"Results\": []\n }\n}",
|
632
632
|
"title": "获取设备上报的日志"
|
633
633
|
}
|
@@ -643,8 +643,8 @@
|
|
643
643
|
"EditFirmware": [
|
644
644
|
{
|
645
645
|
"document": "",
|
646
|
-
"input": "https://iotvideo.tencentcloudapi.com/?Action=EditFirmware\n&ProductID=
|
647
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
646
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=EditFirmware\n&ProductID=product\n&FirmwareVersion=1.0.0\n&FirmwareName=name\n&FirmwareDescription=desc\n&<公共请求参数>",
|
647
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
648
648
|
"title": "编辑固件信息"
|
649
649
|
}
|
650
650
|
],
|
@@ -668,15 +668,15 @@
|
|
668
668
|
{
|
669
669
|
"document": "",
|
670
670
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAllFirmwareVersion\n<公共请求参数>\n\n{\n \"ProductID\": \"asdfbasd\"\n}",
|
671
|
-
"output": "{\n \"Response\": {\n \"Version\": [\n \"1.0.0\",\n \"1.0.1\"\n ],\n \"RequestId\": \"
|
671
|
+
"output": "{\n \"Response\": {\n \"Version\": [\n \"1.0.0\",\n \"1.0.1\"\n ],\n \"RequestId\": \"id\"\n }\n}",
|
672
672
|
"title": "获取所有版本列表"
|
673
673
|
}
|
674
674
|
],
|
675
675
|
"GetFirmwareURL": [
|
676
676
|
{
|
677
677
|
"document": "",
|
678
|
-
"input": "https://iotvideo.tencentcloudapi.com/?Action=GetFirmwareURL\n&ProductID=
|
679
|
-
"output": "{\n \"Response\": {\n \"Url\": \"
|
678
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=GetFirmwareURL\n&ProductID=product\n&FirmwareVersion=1.0.0\n&<公共请求参数>",
|
679
|
+
"output": "{\n \"Response\": {\n \"Url\": \"http://test.com/firmware\",\n \"RequestId\": \"id\"\n }\n}",
|
680
680
|
"title": "获取固件下载地址"
|
681
681
|
}
|
682
682
|
],
|
@@ -691,16 +691,16 @@
|
|
691
691
|
"InheritCloudStorageUser": [
|
692
692
|
{
|
693
693
|
"document": "",
|
694
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InheritCloudStorageUser\n<公共请求参数>\n\n{\n \"DeviceName\": \"
|
695
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
694
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InheritCloudStorageUser\n<公共请求参数>\n\n{\n \"DeviceName\": \"dev\",\n \"ToUserId\": \"to\",\n \"UserId\": \"user\",\n \"ProductId\": \"product\"\n}",
|
695
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
696
696
|
"title": "继承云存用户"
|
697
697
|
}
|
698
698
|
],
|
699
699
|
"ListFirmwares": [
|
700
700
|
{
|
701
701
|
"document": "",
|
702
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListFirmwares\n<公共请求参数>\n\n{\n \"ProductID\": \"
|
703
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Firmwares\": [\n {\n \"Name\": \"
|
702
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListFirmwares\n<公共请求参数>\n\n{\n \"ProductID\": \"product\",\n \"PageNum\": 1,\n \"PageSize\": 10\n}",
|
703
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Firmwares\": [\n {\n \"Name\": \"firm\",\n \"ProductName\": \"UWUJ98XC0\",\n \"ProductId\": \"UWUJ98XC0\",\n \"Description\": \"desc\",\n \"Version\": \"1.0.0\",\n \"Md5sum\": \"ahbdjshfuisdfoisjfos\",\n \"CreateTime\": \"147873872173\",\n \"FwType\": \"mcu\"\n }\n ],\n \"RequestId\": \"id\"\n }\n}",
|
704
704
|
"title": "获取固件列表"
|
705
705
|
}
|
706
706
|
],
|
@@ -747,7 +747,7 @@
|
|
747
747
|
"ModifyModelDefinition": [
|
748
748
|
{
|
749
749
|
"document": "",
|
750
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModelDefinition\n<公共请求参数>\n\n{\n \"ModelSchema\": \"{}\",\n \"ProductId\": \"51QVOSSPT9\"\n}",
|
750
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModelDefinition\n<公共请求参数>\n\n{\n \"ModelSchema\": \"{\\\"test\\\":\\\"str\\\"}\",\n \"ProductId\": \"51QVOSSPT9\"\n}",
|
751
751
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d8de3a44\"\n }\n}",
|
752
752
|
"title": "修改产品数据模板"
|
753
753
|
}
|
@@ -772,7 +772,7 @@
|
|
772
772
|
{
|
773
773
|
"document": "",
|
774
774
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPushChannel\n<公共请求参数>\n\n{\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"CKafkaInstance\": \"ckafka-8bfqjfa\",\n \"Type\": \"ckafka\",\n \"ProductId\": \"JEOPP372CL\"\n}",
|
775
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
775
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
776
776
|
"title": "更新推送通道"
|
777
777
|
}
|
778
778
|
],
|
@@ -803,16 +803,16 @@
|
|
803
803
|
"ResetCloudStorageEvent": [
|
804
804
|
{
|
805
805
|
"document": "",
|
806
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetCloudStorageEvent\n<公共请求参数>\n\n{\n \"ProductId\": \"
|
807
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
806
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetCloudStorageEvent\n<公共请求参数>\n\n{\n \"ProductId\": \"UWUJ98XC0\",\n \"DeviceName\": \"name\",\n \"UserId\": \"user\"\n}",
|
807
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
808
808
|
"title": "重置云存事件"
|
809
809
|
}
|
810
810
|
],
|
811
811
|
"RetryDeviceFirmwareTask": [
|
812
812
|
{
|
813
813
|
"document": "",
|
814
|
-
"input": "https://iotvideo.tencentcloudapi.com/?Action=RetryDeviceFirmwareTask\n&ProductID=
|
815
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
814
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=RetryDeviceFirmwareTask\n&ProductID=product\n&FirmwareVersion=1.0.0\n&TaskId=10000\n&DeviceName=dev\n&<公共请求参数>",
|
815
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
816
816
|
"title": "重试设备升级任务"
|
817
817
|
}
|
818
818
|
],
|
@@ -836,23 +836,23 @@
|
|
836
836
|
{
|
837
837
|
"document": "",
|
838
838
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAIModelChannel\n<公共请求参数>\n\n{\n \"CKafkaTopic\": \"test_ai_result\",\n \"CKafkaRegion\": \"gz\",\n \"CKafkaInstance\": \"ckafka-8bfqjfa\",\n \"ModelId\": \"body_detect\",\n \"Type\": \"ckafka\",\n \"ProductId\": \"JEOPP372CL\"\n}",
|
839
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
839
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\",\n \"ForwardKey\": \"\"\n }\n}",
|
840
840
|
"title": "更新AI推理结果推送配置"
|
841
841
|
}
|
842
842
|
],
|
843
843
|
"UploadFirmware": [
|
844
844
|
{
|
845
845
|
"document": "",
|
846
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadFirmware\n<公共请求参数>\n\n{\n \"Md5sum\": \"hfshfspodkoiwuidoiwjcuie\",\n \"FileSize\": \"1024\",\n \"FirmwareVersion\": \"1.0.0\",\n \"ProductID\": \"
|
847
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
846
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadFirmware\n<公共请求参数>\n\n{\n \"Md5sum\": \"hfshfspodkoiwuidoiwjcuie\",\n \"FileSize\": \"1024\",\n \"FirmwareVersion\": \"1.0.0\",\n \"ProductID\": \"product\"\n}",
|
847
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
848
848
|
"title": "上传固件信息"
|
849
849
|
}
|
850
850
|
],
|
851
851
|
"WakeUpDevice": [
|
852
852
|
{
|
853
853
|
"document": "",
|
854
|
-
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: WakeUpDevice\n<公共请求参数>\n\n{\n \"DeviceName\": \"dev\",\n \"ProductId\": \"
|
855
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
854
|
+
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: WakeUpDevice\n<公共请求参数>\n\n{\n \"DeviceName\": \"dev\",\n \"ProductId\": \"product\"\n}",
|
855
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"id\"\n }\n}",
|
856
856
|
"title": "设备唤醒"
|
857
857
|
}
|
858
858
|
]
|
@@ -2999,8 +2999,8 @@
|
|
2999
2999
|
},
|
3000
3000
|
{
|
3001
3001
|
"disabled": false,
|
3002
|
-
"document": "
|
3003
|
-
"example": "
|
3002
|
+
"document": "布局层宽度。单位为百分比,范围[0.0,1.0],表示该层在最终画面上所占的比例值。",
|
3003
|
+
"example": "1.0",
|
3004
3004
|
"member": "float",
|
3005
3005
|
"name": "LayerWidth",
|
3006
3006
|
"output_required": true,
|
@@ -3010,8 +3010,8 @@
|
|
3010
3010
|
},
|
3011
3011
|
{
|
3012
3012
|
"disabled": false,
|
3013
|
-
"document": "
|
3014
|
-
"example": "
|
3013
|
+
"document": "布局层高度。单位为百分比,范围[0.0,1.0], 表示该层在最终画面上所占的比例值。",
|
3014
|
+
"example": "1.0",
|
3015
3015
|
"member": "float",
|
3016
3016
|
"name": "LayerHeight",
|
3017
3017
|
"output_required": true,
|
@@ -3021,8 +3021,8 @@
|
|
3021
3021
|
},
|
3022
3022
|
{
|
3023
3023
|
"disabled": false,
|
3024
|
-
"document": "布局层位置x
|
3025
|
-
"example": "0",
|
3024
|
+
"document": "布局层位置x坐标。单位为百分比,范围[0.0,1.0],表示该层在最终画面上x坐标所占的比例值。",
|
3025
|
+
"example": "0.0",
|
3026
3026
|
"member": "float",
|
3027
3027
|
"name": "LayerLocationX",
|
3028
3028
|
"output_required": true,
|
@@ -3032,8 +3032,8 @@
|
|
3032
3032
|
},
|
3033
3033
|
{
|
3034
3034
|
"disabled": false,
|
3035
|
-
"document": "布局层位置Y
|
3036
|
-
"example": "0",
|
3035
|
+
"document": "布局层位置Y坐标。单位为百分比,范围[0.0,1.0], 表示该层在最终画面Y坐标上所占的比例值。",
|
3036
|
+
"example": "0.0",
|
3037
3037
|
"member": "float",
|
3038
3038
|
"name": "LayerLocationY",
|
3039
3039
|
"output_required": true,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ChatCompletions": {
|
4
|
-
"document": "### 接口功能\n\n调用接口,发起一次对话请求。单账号限制接口并发上限为5。\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云大模型知识引擎](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n\n### 计费说明\n\n- 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://lke.cloud.tencent.com/lke#/app/system/charge/postpaid)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。\n\n - DeepSeek-R1 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
4
|
+
"document": "### 接口功能\n\n调用接口,发起一次对话请求。单账号限制接口并发上限为5。\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云大模型知识引擎](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。\n\n### 计费说明\n\n- 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://lke.cloud.tencent.com/lke#/app/system/charge/postpaid)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。\n\n - DeepSeek-R1 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
5
5
|
"input": "ChatCompletionsRequest",
|
6
6
|
"name": "DeepSeek API 接口",
|
7
7
|
"output": "ChatCompletionsResponse",
|
@@ -1767,7 +1767,7 @@
|
|
1767
1767
|
},
|
1768
1768
|
{
|
1769
1769
|
"disabled": false,
|
1770
|
-
"document": "数据库引擎版本,当前可选:8.0,5.7,10.1
|
1770
|
+
"document": "数据库引擎版本,当前可选:8.0,5.7,10.1。",
|
1771
1771
|
"example": "5.7",
|
1772
1772
|
"member": "string",
|
1773
1773
|
"name": "DbVersionId",
|
@@ -1882,23 +1882,23 @@
|
|
1882
1882
|
},
|
1883
1883
|
{
|
1884
1884
|
"disabled": false,
|
1885
|
-
"document": "订单对应的实例 ID 列表,如果此处没有返回实例 ID
|
1885
|
+
"document": "订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。",
|
1886
1886
|
"example": "[\"tdsql-dup8gl6t\"]",
|
1887
1887
|
"member": "string",
|
1888
1888
|
"name": "InstanceIds",
|
1889
1889
|
"output_required": true,
|
1890
1890
|
"type": "list",
|
1891
|
-
"value_allowed_null":
|
1891
|
+
"value_allowed_null": false
|
1892
1892
|
},
|
1893
1893
|
{
|
1894
1894
|
"disabled": false,
|
1895
|
-
"document": "异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)
|
1895
|
+
"document": "异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。",
|
1896
1896
|
"example": "22051110000",
|
1897
1897
|
"member": "int64",
|
1898
1898
|
"name": "FlowId",
|
1899
1899
|
"output_required": true,
|
1900
1900
|
"type": "int",
|
1901
|
-
"value_allowed_null":
|
1901
|
+
"value_allowed_null": false
|
1902
1902
|
},
|
1903
1903
|
{
|
1904
1904
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|