tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -3886,7 +3886,7 @@
|
|
3886
3886
|
},
|
3887
3887
|
{
|
3888
3888
|
"disabled": false,
|
3889
|
-
"document": "
|
3889
|
+
"document": "发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)\n<ul><li> 单行文本控件 </li>\n<li> 多行文本控件 </li>\n<li> 勾选框控件 </li>\n<li> 数字控件 </li>\n<li> 图片控件 </li>\n<li> 水印控件等 </li>\n</ul>",
|
3890
3890
|
"example": "无",
|
3891
3891
|
"member": "Component",
|
3892
3892
|
"name": "Components",
|
@@ -2611,7 +2611,7 @@
|
|
2611
2611
|
},
|
2612
2612
|
{
|
2613
2613
|
"disabled": false,
|
2614
|
-
"document": "在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:",
|
2614
|
+
"document": "在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:",
|
2615
2615
|
"example": "1",
|
2616
2616
|
"member": "int64",
|
2617
2617
|
"name": "FlowDisplayType",
|
@@ -9196,7 +9196,7 @@
|
|
9196
9196
|
{
|
9197
9197
|
"disabled": false,
|
9198
9198
|
"document": "用户合同类型id",
|
9199
|
-
"example": "
|
9199
|
+
"example": "yDwXXUUckp19hvn8URxp4X6wVwCLodx",
|
9200
9200
|
"member": "string",
|
9201
9201
|
"name": "UserFlowTypeId",
|
9202
9202
|
"required": false,
|
@@ -14009,7 +14009,7 @@
|
|
14009
14009
|
{
|
14010
14010
|
"disabled": false,
|
14011
14011
|
"document": "用户合同类型id",
|
14012
|
-
"example": "
|
14012
|
+
"example": "yDwXXUUckp19hvn8URxp4X6wVwCLodxJ",
|
14013
14013
|
"member": "string",
|
14014
14014
|
"name": "UserFlowTypeId",
|
14015
14015
|
"output_required": false,
|
@@ -14019,7 +14019,7 @@
|
|
14019
14019
|
{
|
14020
14020
|
"disabled": false,
|
14021
14021
|
"document": "用户合同类型名称",
|
14022
|
-
"example": "
|
14022
|
+
"example": "人事合同",
|
14023
14023
|
"member": "string",
|
14024
14024
|
"name": "Name",
|
14025
14025
|
"output_required": false,
|
@@ -14029,7 +14029,7 @@
|
|
14029
14029
|
{
|
14030
14030
|
"disabled": false,
|
14031
14031
|
"document": "用户合同类型的描述信息",
|
14032
|
-
"example": "
|
14032
|
+
"example": "人事合同",
|
14033
14033
|
"member": "string",
|
14034
14034
|
"name": "Description",
|
14035
14035
|
"output_required": false,
|
@@ -52,7 +52,7 @@
|
|
52
52
|
},
|
53
53
|
{
|
54
54
|
"disabled": false,
|
55
|
-
"document": "
|
55
|
+
"document": "每次拉取条数。\n每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求拉取全部素材信息。",
|
56
56
|
"example": "20",
|
57
57
|
"member": "int64",
|
58
58
|
"name": "Limit",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
{
|
78
78
|
"disabled": false,
|
79
79
|
"document": "素材列表数据",
|
80
|
-
"example": "[{\"CreateTime\":\"2022-11-29 18:46:34\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1597542526641664000_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1597542526641664000\",\"MaterialName\":\"test1.png\",\"MaterialStatus\":0,\"UpdateTime\":\"
|
80
|
+
"example": "[{\"CreateTime\":\"2022-11-29 18:46:34\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1597542526641664000_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1597542526641664000\",\"MaterialName\":\"test1.png\",\"MaterialStatus\":0,\"UpdateTime\":\"\"}]",
|
81
81
|
"member": "PublicMaterialInfos",
|
82
82
|
"name": "MaterialInfos",
|
83
83
|
"output_required": true,
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"actions": {
|
3
3
|
"DescribeMaterialList": [
|
4
4
|
{
|
5
|
-
"document": "
|
5
|
+
"document": "查询素材列表\n目前每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求通过“偏移量”跟“拉取条数” 拉取全部素材信息。\n参数填写示例:\n第一次请求:Offset=0;Limit=20\n第二次请求:Offset=20;Limit=20\n第三次请求:Offset=40;Limit=20",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: facefusion.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMaterialList\n<公共请求参数>\n\n{\n \"ActivityId\": \"at_1582658911993147392\",\n \"Offset\": 0,\n \"Limit\": 5\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"Count\": 5,\n \"MaterialInfos\": [\n {\n \"AuditResult\": \"审核成功\",\n \"CreateTime\": \"2022-11-29 18:46:34\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"mt_1597542526641664000_1\",\n \"FaceInfo\": {\n \"Height\": 167,\n \"Width\": 128,\n \"X\": 221,\n \"Y\": 125\n }\n }\n ],\n \"MaterialId\": \"mt_1597542526641664000\",\n \"MaterialName\": \"test1.png\",\n \"MaterialStatus\": 0,\n \"UpdateTime\": \"2022-11-29 18:46:34\"\n },\n {\n \"AuditResult\": \"审核成功\",\n \"CreateTime\": \"2022-12-15 14:19:51\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"mt_1603273612711829504_1\",\n \"FaceInfo\": {\n \"Height\": 167,\n \"Width\": 128,\n \"X\": 221,\n \"Y\": 125\n }\n }\n ],\n \"MaterialId\": \"mt_1603273612711829504\",\n \"MaterialName\": \"test2.png\",\n \"MaterialStatus\": 0,\n \"UpdateTime\": \"2022-12-15 14:19:51\"\n },\n {\n \"AuditResult\": \"审核成功\",\n \"CreateTime\": \"2022-11-10 10:28:10\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"mt_1590531733435097088_1\",\n \"FaceInfo\": {\n \"Height\": 167,\n \"Width\": 128,\n \"X\": 221,\n \"Y\": 125\n }\n }\n ],\n \"MaterialId\": \"mt_1590531733435097088\",\n \"MaterialName\": \"test3.png\",\n \"MaterialStatus\": 1,\n \"UpdateTime\": \"2022-12-07 17:10:54\"\n },\n {\n \"AuditResult\": \"审核成功\",\n \"CreateTime\": \"2022-12-07 16:13:41\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"mt_1600403157392855040_1\",\n \"FaceInfo\": {\n \"Height\": 236,\n \"Width\": 177,\n \"X\": 186,\n \"Y\": 95\n }\n }\n ],\n \"MaterialId\": \"mt_1600403157392855040\",\n \"MaterialName\": \"test4.png\",\n \"MaterialStatus\": 3,\n \"UpdateTime\": \"2022-12-07 16:13:52\"\n },\n {\n \"AuditResult\": \"审核成功\",\n \"CreateTime\": \"2022-12-15 14:20:21\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"mt_1603273738050215936_1\",\n \"FaceInfo\": {\n \"Height\": 129,\n \"Width\": 119,\n \"X\": 215,\n \"Y\": 69\n }\n }\n ],\n \"MaterialId\": \"mt_1603273738050215936\",\n \"MaterialName\": \"test5.jpg\",\n \"MaterialStatus\": 3,\n \"UpdateTime\": \"2022-12-15 14:25:28\"\n }\n ],\n \"RequestId\": \"3e93f5d5-415b-41bf-bde4-c4f97e9e0089\"\n }\n}",
|
8
8
|
"title": "查询素材列表"
|
@@ -361,6 +361,16 @@
|
|
361
361
|
"output_required": true,
|
362
362
|
"type": "string",
|
363
363
|
"value_allowed_null": false
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"disabled": false,
|
367
|
+
"document": "用户 Id",
|
368
|
+
"example": "userId",
|
369
|
+
"member": "string",
|
370
|
+
"name": "UserId",
|
371
|
+
"output_required": false,
|
372
|
+
"type": "string",
|
373
|
+
"value_allowed_null": false
|
364
374
|
}
|
365
375
|
],
|
366
376
|
"usage": "out"
|
@@ -1528,6 +1538,15 @@
|
|
1528
1538
|
"name": "AndroidAppIds",
|
1529
1539
|
"required": false,
|
1530
1540
|
"type": "list"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"disabled": false,
|
1544
|
+
"document": "过滤条件",
|
1545
|
+
"example": "[{\"Name\":\"UserId\",\"Values\":[\"user1\"]}]\t",
|
1546
|
+
"member": "Filter",
|
1547
|
+
"name": "Filters",
|
1548
|
+
"required": false,
|
1549
|
+
"type": "list"
|
1531
1550
|
}
|
1532
1551
|
],
|
1533
1552
|
"type": "object"
|
@@ -2200,7 +2219,7 @@
|
|
2200
2219
|
},
|
2201
2220
|
{
|
2202
2221
|
"disabled": false,
|
2203
|
-
"document": "
|
2222
|
+
"document": "分辨率宽度。建议按照以下数值设置,避免出现性能不足问题:\n实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1080\n实例类型为 四开(A4) 及以上:建议设置为 720",
|
2204
2223
|
"example": "1080",
|
2205
2224
|
"member": "uint64",
|
2206
2225
|
"name": "Width",
|
@@ -2209,7 +2228,7 @@
|
|
2209
2228
|
},
|
2210
2229
|
{
|
2211
2230
|
"disabled": false,
|
2212
|
-
"document": "
|
2231
|
+
"document": "分辨率高度。建议按照以下数值设置,避免出现性能不足问题:\n实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1920\n实例类型为 四开(A4) 及以上:建议设置为 1280",
|
2213
2232
|
"example": "1920",
|
2214
2233
|
"member": "uint64",
|
2215
2234
|
"name": "Height",
|
@@ -2218,7 +2237,7 @@
|
|
2218
2237
|
},
|
2219
2238
|
{
|
2220
2239
|
"disabled": false,
|
2221
|
-
"document": "每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App
|
2240
|
+
"document": "每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App 异常退出,请谨慎使用!\n分辨率为 720x1280:建议配置为 320\n分辨率为 1080x1920:建议配置为 480",
|
2222
2241
|
"example": "320",
|
2223
2242
|
"member": "uint64",
|
2224
2243
|
"name": "DPI",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
{
|
93
93
|
"document": "查询安卓应用信息",
|
94
94
|
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAndroidApps\n<公共请求参数>\n\n{\n \"Offset\": 2,\n \"Limit\": 2\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"State\": \"CREATE_SUCCESS\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"State\": \"CREATE_FAIL\"\n }\n ],\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"State\": \"CREATE_SUCCESS\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"State\": \"CREATE_FAIL\"\n }\n ],\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user1\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user2\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
96
96
|
"title": "查询安卓应用信息"
|
97
97
|
}
|
98
98
|
],
|
@@ -315,23 +315,23 @@
|
|
315
315
|
"members": [
|
316
316
|
{
|
317
317
|
"disabled": false,
|
318
|
-
"document": "
|
318
|
+
"document": "应用总数",
|
319
319
|
"example": "1",
|
320
320
|
"member": "int64",
|
321
321
|
"name": "TotalCount",
|
322
322
|
"output_required": true,
|
323
323
|
"type": "int",
|
324
|
-
"value_allowed_null":
|
324
|
+
"value_allowed_null": false
|
325
325
|
},
|
326
326
|
{
|
327
327
|
"disabled": false,
|
328
|
-
"document": "
|
328
|
+
"document": "分页返回的应用列表",
|
329
329
|
"example": "[{\"ApplicationId\":\"app-12345678\",\"ApplicationName\":\"Llama2 13B\",\"ConfigEnvironment\":\"Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab\",\"Description\":\"xxx\",\"MinSystemDiskSize\":80}]",
|
330
330
|
"member": "ApplicationInfo",
|
331
331
|
"name": "ApplicationSet",
|
332
332
|
"output_required": true,
|
333
333
|
"type": "list",
|
334
|
-
"value_allowed_null":
|
334
|
+
"value_allowed_null": false
|
335
335
|
},
|
336
336
|
{
|
337
337
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -372,13 +372,13 @@
|
|
372
372
|
},
|
373
373
|
{
|
374
374
|
"disabled": false,
|
375
|
-
"document": "
|
375
|
+
"document": "查询结果集",
|
376
376
|
"example": "[{\"InstanceId\":\"hai-12345678\",\"AddressIp\":\"1.1.1.1\",\"Bandwidth\":5,\"TotalTrafficAmount\":500.0,\"RemainingTrafficAmount\":499.5}]",
|
377
377
|
"member": "NetworkStatus",
|
378
378
|
"name": "NetworkStatusSet",
|
379
379
|
"output_required": true,
|
380
380
|
"type": "list",
|
381
|
-
"value_allowed_null":
|
381
|
+
"value_allowed_null": false
|
382
382
|
},
|
383
383
|
{
|
384
384
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1171,23 +1171,23 @@
|
|
1171
1171
|
"members": [
|
1172
1172
|
{
|
1173
1173
|
"disabled": false,
|
1174
|
-
"document": "
|
1174
|
+
"document": "服务名称",
|
1175
1175
|
"example": "JupyterLab",
|
1176
1176
|
"member": "string",
|
1177
1177
|
"name": "ServiceName",
|
1178
1178
|
"output_required": true,
|
1179
1179
|
"type": "string",
|
1180
|
-
"value_allowed_null":
|
1180
|
+
"value_allowed_null": false
|
1181
1181
|
},
|
1182
1182
|
{
|
1183
1183
|
"disabled": false,
|
1184
|
-
"document": "服务登录url
|
1184
|
+
"document": "服务登录url",
|
1185
1185
|
"example": "http://1.1.1.1:80/lab?token=ed68d8b88aaa15c1b8309c921ae1e76e9cf0ff48d3fb6407b7beb41b716f464e",
|
1186
1186
|
"member": "string",
|
1187
1187
|
"name": "Url",
|
1188
1188
|
"output_required": false,
|
1189
1189
|
"type": "string",
|
1190
|
-
"value_allowed_null":
|
1190
|
+
"value_allowed_null": false
|
1191
1191
|
}
|
1192
1192
|
],
|
1193
1193
|
"usage": "out"
|
@@ -1660,36 +1660,36 @@
|
|
1660
1660
|
"members": [
|
1661
1661
|
{
|
1662
1662
|
"disabled": false,
|
1663
|
-
"document": "
|
1663
|
+
"document": "系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。",
|
1664
1664
|
"example": "CLOUD_PREMIUM",
|
1665
1665
|
"member": "string",
|
1666
1666
|
"name": "DiskType",
|
1667
1667
|
"output_required": false,
|
1668
1668
|
"required": false,
|
1669
1669
|
"type": "string",
|
1670
|
-
"value_allowed_null":
|
1670
|
+
"value_allowed_null": false
|
1671
1671
|
},
|
1672
1672
|
{
|
1673
1673
|
"disabled": false,
|
1674
|
-
"document": "系统盘大小,单位:GB。默认值为 80
|
1674
|
+
"document": "系统盘大小,单位:GB。默认值为 80",
|
1675
1675
|
"example": "250",
|
1676
1676
|
"member": "int64",
|
1677
1677
|
"name": "DiskSize",
|
1678
1678
|
"output_required": false,
|
1679
1679
|
"required": false,
|
1680
1680
|
"type": "int",
|
1681
|
-
"value_allowed_null":
|
1681
|
+
"value_allowed_null": false
|
1682
1682
|
},
|
1683
1683
|
{
|
1684
1684
|
"disabled": false,
|
1685
|
-
"document": "
|
1685
|
+
"document": "系统盘分区盘符",
|
1686
1686
|
"example": "vda2",
|
1687
1687
|
"member": "string",
|
1688
1688
|
"name": "DiskName",
|
1689
1689
|
"output_required": false,
|
1690
1690
|
"required": false,
|
1691
1691
|
"type": "string",
|
1692
|
-
"value_allowed_null":
|
1692
|
+
"value_allowed_null": false
|
1693
1693
|
}
|
1694
1694
|
],
|
1695
1695
|
"usage": "both"
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"status": "online"
|
401
401
|
},
|
402
402
|
"ReplaceTopicRule": {
|
403
|
-
"document": "本接口(ReplaceTopicRule)用于修改替换规则
|
403
|
+
"document": "本接口(ReplaceTopicRule)用于修改替换规则",
|
404
404
|
"input": "ReplaceTopicRuleRequest",
|
405
405
|
"name": "替换规则",
|
406
406
|
"output": "ReplaceTopicRuleResponse",
|
@@ -5971,7 +5971,7 @@
|
|
5971
5971
|
{
|
5972
5972
|
"disabled": false,
|
5973
5973
|
"document": "替换的规则包体",
|
5974
|
-
"example": "
|
5974
|
+
"example": "topic1",
|
5975
5975
|
"member": "TopicRulePayload",
|
5976
5976
|
"name": "TopicRulePayload",
|
5977
5977
|
"required": true,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"BatchUpdateFirmware": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "https://iotcloud.tencentcloudapi.com/?Action=BatchUpdateFirmware\n&ProductId=
|
6
|
+
"input": "https://iotcloud.tencentcloudapi.com/?Action=BatchUpdateFirmware\n&ProductId=EQPOKD5123\n&FirmwareVersion=2.0.0\n&FirmwareOriVersion=1.0.0\n&Type=7\n&<公共请求参数>",
|
7
7
|
"output": "{\n \"Response\": {\n \"TaskId\": 11236,\n \"RequestId\": \"0b77fcf9-d157-4b60-9a3d-541916b48c24\"\n }\n}",
|
8
8
|
"title": "批量更新固件示例"
|
9
9
|
}
|
@@ -418,7 +418,7 @@
|
|
418
418
|
{
|
419
419
|
"document": "查询设备内容日志",
|
420
420
|
"input": "https://iotcloud.tencentcloudapi.com/?Action=ListLogPayload\n&Keywords=productid:EQPOKD5111\n&MaxTime=1606208039999\n&MinTime=1606207080000\n&<公共请求参数>",
|
421
|
-
"output": "{\n \"Response\": {\n \"Context\": \"ic0cxTVFidWRTTUZmcERXMVZR\",\n \"Listover\": false,\n \"RequestId\": \"afdc8492-1437-4237-bf53-8f96e5b3a828\",\n \"Results\": [\n {\n \"DateTime\": \"1606207990000\",\n \"DeviceName\": \"dev-001\",\n \"Payload\": \"MTIz\",\n \"PayloadFormatType\": \"json\",\n \"ProductId\": \"EQPOKD5111\",\n \"RequestId\": \"5540094755381968945\",\n \"SrcName\": \"dev-001/001\",\n \"SrcType\": \"device:DEFAULT_DEVICE\",\n \"Topic\": \"EQPOKD5111/dev-001/event\",\n \"Uin\": \"10000123456\"\n },\n {\n \"DateTime\": \"1606207844000\",\n \"DeviceName\": \"
|
421
|
+
"output": "{\n \"Response\": {\n \"Context\": \"ic0cxTVFidWRTTUZmcERXMVZR\",\n \"Listover\": false,\n \"RequestId\": \"afdc8492-1437-4237-bf53-8f96e5b3a828\",\n \"Results\": [\n {\n \"DateTime\": \"1606207990000\",\n \"DeviceName\": \"dev-001\",\n \"Payload\": \"MTIz\",\n \"PayloadFormatType\": \"json\",\n \"ProductId\": \"EQPOKD5111\",\n \"RequestId\": \"5540094755381968945\",\n \"SrcName\": \"dev-001/001\",\n \"SrcType\": \"device:DEFAULT_DEVICE\",\n \"Topic\": \"EQPOKD5111/dev-001/event\",\n \"Uin\": \"10000123456\"\n },\n {\n \"DateTime\": \"1606207844000\",\n \"DeviceName\": \"name1\",\n \"Payload\": \"MTIz\",\n \"PayloadFormatType\": \"json\",\n \"ProductId\": \"EQPOKD5111\",\n \"RequestId\": \"687643990923883336\",\n \"SrcName\": \"EQPOKD5111/dev-001\",\n \"SrcType\": \"api:DEFAULT_DEVICE\",\n \"Topic\": \"EQPOKD5111/down/control\",\n \"Uin\": \"10000123456\"\n }\n ]\n }\n}",
|
422
422
|
"title": "查询设备内容日志"
|
423
423
|
}
|
424
424
|
],
|
@@ -465,7 +465,7 @@
|
|
465
465
|
"ReplaceTopicRule": [
|
466
466
|
{
|
467
467
|
"document": "",
|
468
|
-
"input": "POST / HTTP/1.1\nHost: iotcloud.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceTopicRule\n<公共请求参数>\n\n{\n \"TopicRulePayload\": {\n \"Sql\": \"
|
468
|
+
"input": "POST / HTTP/1.1\nHost: iotcloud.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceTopicRule\n<公共请求参数>\n\n{\n \"RuleName\": \"test\",\n \"TopicRulePayload\": {\n \"Sql\": \"SELECT * FROM '#'\",\n \"Actions\": \"[1]\",\n \"Description\": \"mydescription\",\n \"RuleDisabled\": true\n }\n}",
|
469
469
|
"output": "{\n \"Response\": {\n \"RequestId\": \"be69a7a3-7315-40a7-9532-3316e4a3e97e\"\n }\n}",
|
470
470
|
"title": "替换规则示例"
|
471
471
|
}
|