tccli 3.0.1303.1__py2.py3-none-any.whl → 3.0.1306.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +39 -39
  3. tccli/services/aiart/v20221229/examples.json +11 -11
  4. tccli/services/ams/v20201229/api.json +28 -34
  5. tccli/services/ams/v20201229/examples.json +2 -8
  6. tccli/services/autoscaling/v20180419/api.json +57 -57
  7. tccli/services/autoscaling/v20180419/examples.json +6 -6
  8. tccli/services/bi/v20220105/api.json +9 -0
  9. tccli/services/bi/v20220105/examples.json +1 -1
  10. tccli/services/cbs/v20170312/api.json +49 -38
  11. tccli/services/ccc/v20200210/api.json +10 -0
  12. tccli/services/cdb/v20170320/api.json +9 -9
  13. tccli/services/cdb/v20170320/examples.json +2 -2
  14. tccli/services/cdn/v20180606/api.json +61 -58
  15. tccli/services/cdn/v20180606/examples.json +8 -8
  16. tccli/services/cfs/v20190719/api.json +12 -2
  17. tccli/services/cfs/v20190719/examples.json +2 -2
  18. tccli/services/cfw/cfw_client.py +53 -0
  19. tccli/services/cfw/v20190904/api.json +539 -0
  20. tccli/services/cfw/v20190904/examples.json +8 -0
  21. tccli/services/chc/v20230418/api.json +10 -0
  22. tccli/services/ckafka/ckafka_client.py +53 -0
  23. tccli/services/ckafka/v20190819/api.json +242 -8
  24. tccli/services/ckafka/v20190819/examples.json +8 -0
  25. tccli/services/clb/v20180317/api.json +8 -8
  26. tccli/services/cvm/v20170312/api.json +129 -20
  27. tccli/services/cvm/v20170312/examples.json +1 -1
  28. tccli/services/cynosdb/v20190107/api.json +9 -9
  29. tccli/services/dbbrain/v20191016/api.json +11 -10
  30. tccli/services/dbbrain/v20191016/examples.json +1 -1
  31. tccli/services/dbbrain/v20210527/api.json +1 -1
  32. tccli/services/dc/v20180410/api.json +16 -6
  33. tccli/services/dc/v20180410/examples.json +4 -4
  34. tccli/services/domain/v20180808/api.json +162 -162
  35. tccli/services/domain/v20180808/examples.json +34 -34
  36. tccli/services/drm/v20181115/api.json +52 -65
  37. tccli/services/drm/v20181115/examples.json +1 -1
  38. tccli/services/dsgc/v20190723/api.json +10 -0
  39. tccli/services/dts/v20211206/api.json +0 -9
  40. tccli/services/dts/v20211206/examples.json +1 -1
  41. tccli/services/ecdn/v20191012/api.json +12 -12
  42. tccli/services/emr/v20190103/api.json +10 -0
  43. tccli/services/gs/gs_client.py +53 -0
  44. tccli/services/gs/v20191118/api.json +75 -3
  45. tccli/services/gs/v20191118/examples.json +15 -7
  46. tccli/services/gwlb/v20240906/api.json +28 -28
  47. tccli/services/hai/hai_client.py +53 -0
  48. tccli/services/hai/v20230812/api.json +62 -0
  49. tccli/services/hai/v20230812/examples.json +8 -0
  50. tccli/services/hunyuan/v20230901/api.json +4 -4
  51. tccli/services/ims/v20201229/api.json +14 -5
  52. tccli/services/ims/v20201229/examples.json +2 -2
  53. tccli/services/ioa/v20220601/api.json +13 -2
  54. tccli/services/iotexplorer/v20190423/api.json +62 -3
  55. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  56. tccli/services/iotvideoindustry/v20201201/api.json +29 -19
  57. tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
  58. tccli/services/iss/iss_client.py +273 -8
  59. tccli/services/iss/v20230517/api.json +586 -0
  60. tccli/services/iss/v20230517/examples.json +46 -0
  61. tccli/services/lcic/v20220817/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +1 -1
  63. tccli/services/live/v20180801/api.json +18 -18
  64. tccli/services/lke/v20231130/api.json +50 -6
  65. tccli/services/lkeap/v20240522/api.json +124 -1
  66. tccli/services/monitor/v20180724/api.json +1 -1
  67. tccli/services/mps/v20190612/api.json +283 -290
  68. tccli/services/mps/v20190612/examples.json +9 -9
  69. tccli/services/ocr/v20181119/api.json +133 -114
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/postgres/v20170312/api.json +140 -121
  72. tccli/services/postgres/v20170312/examples.json +1 -1
  73. tccli/services/redis/v20180412/api.json +94 -4
  74. tccli/services/redis/v20180412/examples.json +3 -3
  75. tccli/services/ses/v20201002/api.json +9 -0
  76. tccli/services/soe/v20180724/api.json +13 -13
  77. tccli/services/soe/v20180724/examples.json +2 -2
  78. tccli/services/tat/v20201028/api.json +19 -19
  79. tccli/services/tcss/v20201101/api.json +27 -0
  80. tccli/services/teo/v20220901/api.json +14 -3
  81. tccli/services/tione/tione_client.py +53 -0
  82. tccli/services/tione/v20211111/api.json +49 -1
  83. tccli/services/tione/v20211111/examples.json +8 -0
  84. tccli/services/trtc/v20190722/api.json +5 -5
  85. tccli/services/tse/v20201207/api.json +30 -0
  86. tccli/services/tts/v20190823/api.json +1 -1
  87. tccli/services/vm/v20210922/api.json +21 -30
  88. tccli/services/vm/v20210922/examples.json +2 -2
  89. tccli/services/vod/v20180717/api.json +6 -6
  90. tccli/services/vod/v20180717/examples.json +1 -1
  91. tccli/services/vpc/v20170312/api.json +103 -81
  92. tccli/services/vpc/v20170312/examples.json +3 -3
  93. tccli/services/vrs/v20200824/api.json +52 -52
  94. tccli/services/vrs/v20200824/examples.json +2 -2
  95. tccli/services/wedata/v20210820/api.json +192 -11
  96. tccli/services/wedata/v20210820/examples.json +8 -0
  97. tccli/services/wedata/wedata_client.py +53 -0
  98. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
  100. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateApplication": {
4
+ "document": "本接口(CreateApplicaiton)用于对HAI实例制作自定义应用。",
5
+ "input": "CreateApplicationRequest",
6
+ "name": "创建自定义应用",
7
+ "output": "CreateApplicationResponse",
8
+ "status": "online"
9
+ },
3
10
  "CreateMuskPrompt": {
4
11
  "document": "创建musk prompt 任务",
5
12
  "input": "CreateMuskPromptRequest",
@@ -195,6 +202,61 @@
195
202
  ],
196
203
  "usage": "out"
197
204
  },
205
+ "CreateApplicationRequest": {
206
+ "document": "CreateApplication请求参数结构体",
207
+ "members": [
208
+ {
209
+ "disabled": false,
210
+ "document": "需要制作自定义应用的HAI实例ID",
211
+ "example": "hai-0asd1",
212
+ "member": "string",
213
+ "name": "InstanceId",
214
+ "required": true,
215
+ "type": "string"
216
+ },
217
+ {
218
+ "disabled": false,
219
+ "document": "自定义应用的应用名称",
220
+ "example": " 我的HAI应用",
221
+ "member": "string",
222
+ "name": "ApplicationName",
223
+ "required": true,
224
+ "type": "string"
225
+ },
226
+ {
227
+ "disabled": false,
228
+ "document": "自定义应用的描述",
229
+ "example": "这是我的pytorch HAI自定义应用",
230
+ "member": "string",
231
+ "name": "ApplicationDescription",
232
+ "required": false,
233
+ "type": "string"
234
+ }
235
+ ],
236
+ "type": "object"
237
+ },
238
+ "CreateApplicationResponse": {
239
+ "document": "CreateApplication返回参数结构体",
240
+ "members": [
241
+ {
242
+ "disabled": false,
243
+ "document": "HAI自定义应用ID",
244
+ "example": "app-lfflw9lw",
245
+ "member": "string",
246
+ "name": "ApplicationId",
247
+ "output_required": true,
248
+ "type": "string",
249
+ "value_allowed_null": false
250
+ },
251
+ {
252
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
253
+ "member": "string",
254
+ "name": "RequestId",
255
+ "type": "string"
256
+ }
257
+ ],
258
+ "type": "object"
259
+ },
198
260
  "CreateMuskPromptRequest": {
199
261
  "document": "CreateMuskPrompt请求参数结构体",
200
262
  "members": [
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateApplication": [
4
+ {
5
+ "document": "对创建成功的HAI实例进行自定义应用制作。",
6
+ "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplication\n<公共请求参数>\n\n{\n \"InstanceId\": \"hai-3nagq120\",\n \"ApplicationName\": \"My Application\",\n \"ApplicationDescription\": \"This is my first pytorch HAI application.\"\n}",
7
+ "output": "{\n \"Response\": {\n \"ApplicationId\": \"app-az05wwqa\",\n \"RequestId\": \"83697e89-90d2-4fff-bbb1-1bc3d53c4dfadfdad\"\n }\n}",
8
+ "title": "hai实例制作自定义应用"
9
+ }
10
+ ],
3
11
  "CreateMuskPrompt": [
4
12
  {
5
13
  "document": "创建prompt任务",
@@ -1984,7 +1984,7 @@
1984
1984
  {
1985
1985
  "disabled": false,
1986
1986
  "document": "对话的 ID,用于唯一标识一轮对话\n注意:此字段可能返回 null,表示取不到有效值。",
1987
- "example": "",
1987
+ "example": "1248907282106990592",
1988
1988
  "member": "string",
1989
1989
  "name": "ChatId",
1990
1990
  "output_required": false,
@@ -1995,7 +1995,7 @@
1995
1995
  {
1996
1996
  "disabled": false,
1997
1997
  "document": "原始输入的 Prompt 文本\n注意:此字段可能返回 null,表示取不到有效值。",
1998
- "example": "",
1998
+ "example": "请画一个苹果在桌子上",
1999
1999
  "member": "string",
2000
2000
  "name": "Prompt",
2001
2001
  "output_required": false,
@@ -2006,7 +2006,7 @@
2006
2006
  {
2007
2007
  "disabled": false,
2008
2008
  "document": "扩写后的 Prompt 文本\n注意:此字段可能返回 null,表示取不到有效值。",
2009
- "example": "",
2009
+ "example": "风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头",
2010
2010
  "member": "string",
2011
2011
  "name": "RevisedPrompt",
2012
2012
  "output_required": false,
@@ -2017,7 +2017,7 @@
2017
2017
  {
2018
2018
  "disabled": false,
2019
2019
  "document": "生成图的随机种子\n注意:此字段可能返回 null,表示取不到有效值。",
2020
- "example": "",
2020
+ "example": "1549130027",
2021
2021
  "member": "int64",
2022
2022
  "name": "Seed",
2023
2023
  "output_required": false,
@@ -222,8 +222,8 @@
222
222
  "members": [
223
223
  {
224
224
  "disabled": false,
225
- "document": "该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
226
- "example": "182600012300002017",
225
+ "document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
226
+ "example": "TencentCloudDefault",
227
227
  "member": "string",
228
228
  "name": "BizType",
229
229
  "required": false,
@@ -291,6 +291,15 @@
291
291
  "name": "Device",
292
292
  "required": false,
293
293
  "type": "object"
294
+ },
295
+ {
296
+ "disabled": false,
297
+ "document": "该字段表示输入的图片审核类型,取值含:IMAGE(内容安全)、IMAGE_AIGC(AI生成识别)两种,默认值为IMAGE。",
298
+ "example": "IMAGE_AIGC",
299
+ "member": "string",
300
+ "name": "Type",
301
+ "required": false,
302
+ "type": "string"
294
303
  }
295
304
  ],
296
305
  "type": "object"
@@ -340,7 +349,7 @@
340
349
  },
341
350
  {
342
351
  "disabled": false,
343
- "document": "该字段用于返回分类模型命中的恶意标签的详细识别结果,包括涉黄、广告等令人反感、不安全或不适宜的内容类型识别结果。\n注意:此字段可能返回 null,表示取不到有效值。",
352
+ "document": "该字段用于返回检测结果(LabelResults)中所对应的优先级最高的恶意标签,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。\n\n返回值标签示例:Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告(说明:文档仅示例了部分风险类型,更多返回类型请以实际值为准或咨询客服)\n注意:此字段可能返回 null,表示取不到有效值。",
344
353
  "example": "无",
345
354
  "member": "LabelResult",
346
355
  "name": "LabelResults",
@@ -401,7 +410,7 @@
401
410
  {
402
411
  "disabled": false,
403
412
  "document": "该字段用于返回根据您的需求配置的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype下返回信息不同,如需配置该字段请提交工单咨询或联系售后专员处理。\n注意:此字段可能返回 null,表示取不到有效值。",
404
- "example": "",
413
+ "example": "\"{\\\"QRcodeInfo\\\":[{\\\"HitInfo\\\":\\\"QRCODE\\\",\\\"Label\\\":\\\"Ad\\\"}]}\"",
405
414
  "member": "string",
406
415
  "name": "Extra",
407
416
  "output_required": true,
@@ -411,7 +420,7 @@
411
420
  {
412
421
  "disabled": false,
413
422
  "document": "该字段用于返回检测对象对应的MD5校验值,以方便校验文件完整性。",
414
- "example": "",
423
+ "example": "4c7bbbc76bf4b317222e25067e8e9739",
415
424
  "member": "string",
416
425
  "name": "FileMD5",
417
426
  "output_required": true,
@@ -11,8 +11,8 @@
11
11
  "ImageModeration": [
12
12
  {
13
13
  "document": "图片同步检测",
14
- "input": "POST / HTTP/1.1\nHost: ims.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageModeration\n<公共请求参数>\n\n{\n \"BizType\": \"182600012300002017\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"FileUrl\": \"https://cmstest-123.cos.ap-guangzhou.myqcloud.com/image.jpg\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"182600012300002017\",\n \"Suggestion\": \"Block\",\n \"FileMD5\": \"\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"Details\": []\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"ObjectId\": \"\",\n \"SubLabel\": \"QRCODE\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"OcrResults\": [],\n \"LibResults\": [],\n \"RecognitionResults\": [],\n \"Extra\": \"\"\n }\n}",
14
+ "input": "POST / HTTP/1.1\nHost: ims.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageModeration\n<公共请求参数>\n\n{\n \"BizType\": \"TencentCloudDefault\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"FileUrl\": \"https://cmstest-123.cos.ap-guangzhou.myqcloud.com/image.jpg\"\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d636333a-0d14-4962-8287-e6e8af0a10f2\",\n \"FileMD5\": \"4c7bbbc76bf4b317222e25067e8e9739\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"TencentCloudDefault\",\n \"Suggestion\": \"Review\",\n \"Label\": \"Terror\",\n \"SubLabel\": \"Knife\",\n \"Score\": 93,\n \"LabelResults\": [\n {\n \"Scene\": \"Terror\",\n \"Suggestion\": \"Review\",\n \"Label\": \"Terror\",\n \"SubLabel\": \"Knife\",\n \"Score\": 93,\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"Knife\",\n \"Score\": 93\n }\n ]\n },\n {\n \"Scene\": \"Illegal\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Details\": []\n },\n {\n \"Scene\": \"Teenager\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Details\": []\n },\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 1,\n \"Details\": []\n },\n {\n \"Scene\": \"Sexy\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Details\": []\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"PolityFace\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Names\": [],\n \"Details\": []\n },\n {\n \"Scene\": \"AppLogo\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Names\": [],\n \"Details\": []\n },\n {\n \"Scene\": \"MapRecognition\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Names\": [],\n \"Details\": []\n }\n ],\n \"OcrResults\": [\n {\n \"Scene\": \"OCR\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Text\": \"\",\n \"Details\": []\n }\n ],\n \"LibResults\": [\n {\n \"Scene\": \"Similar\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Details\": []\n }\n ],\n \"RecognitionResults\": [],\n \"Extra\": \"{\\\"TerrorInfo\\\":[{\\\"Label\\\":\\\"Terror\\\"}}\"\n },\n \"retcode\": 0,\n \"retmsg\": \"ok\"\n}",
16
16
  "title": "图片同步检测"
17
17
  }
18
18
  ]
@@ -1873,7 +1873,7 @@
1873
1873
  },
1874
1874
  {
1875
1875
  "disabled": false,
1876
- "document": "最近登录账户的账号",
1876
+ "document": "最近登录账户的账号(账号系统用户账号)",
1877
1877
  "example": "LuckyLI",
1878
1878
  "member": "string",
1879
1879
  "name": "IOAUserName",
@@ -1972,7 +1972,7 @@
1972
1972
  },
1973
1973
  {
1974
1974
  "disabled": false,
1975
- "document": "最近登录账户的姓名",
1975
+ "document": "最近登录账户的姓名(账号系统用户姓名)",
1976
1976
  "example": "LuckyLI",
1977
1977
  "member": "string",
1978
1978
  "name": "AccountName",
@@ -1991,6 +1991,17 @@
1991
1991
  "required": false,
1992
1992
  "type": "int",
1993
1993
  "value_allowed_null": false
1994
+ },
1995
+ {
1996
+ "disabled": false,
1997
+ "document": "终端备注名",
1998
+ "example": "张三的终端",
1999
+ "member": "string",
2000
+ "name": "RemarkName",
2001
+ "output_required": false,
2002
+ "required": false,
2003
+ "type": "string",
2004
+ "value_allowed_null": false
1994
2005
  }
1995
2006
  ],
1996
2007
  "usage": "both"
@@ -2161,7 +2161,7 @@
2161
2161
  },
2162
2162
  {
2163
2163
  "disabled": false,
2164
- "document": "对应云存视频的起始时间",
2164
+ "document": "对应云存视频的起始时间(秒级 UNIX 时间戳)",
2165
2165
  "example": "1710487888",
2166
2166
  "member": "int64",
2167
2167
  "name": "StartTime",
@@ -2171,7 +2171,17 @@
2171
2171
  },
2172
2172
  {
2173
2173
  "disabled": false,
2174
- "document": "对应云存视频的结束时间",
2174
+ "document": "对应云存视频的起始时间(毫秒级 UNIX 时间戳)",
2175
+ "example": "1710487888270",
2176
+ "member": "int64",
2177
+ "name": "StartTimeMs",
2178
+ "output_required": false,
2179
+ "type": "int",
2180
+ "value_allowed_null": false
2181
+ },
2182
+ {
2183
+ "disabled": false,
2184
+ "document": "对应云存视频的结束时间(秒级 UNIX 时间戳)",
2175
2185
  "example": "1710487898",
2176
2186
  "member": "int64",
2177
2187
  "name": "EndTime",
@@ -2179,6 +2189,16 @@
2179
2189
  "type": "int",
2180
2190
  "value_allowed_null": false
2181
2191
  },
2192
+ {
2193
+ "disabled": false,
2194
+ "document": "对应云存视频的结束时间(毫秒级 UNIX 时间戳)",
2195
+ "example": "1710487898990",
2196
+ "member": "int64",
2197
+ "name": "EndTimeMs",
2198
+ "output_required": false,
2199
+ "type": "int",
2200
+ "value_allowed_null": false
2201
+ },
2182
2202
  {
2183
2203
  "disabled": false,
2184
2204
  "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;4:执行中)",
@@ -5244,7 +5264,7 @@
5244
5264
  {
5245
5265
  "disabled": false,
5246
5266
  "document": "视频分析识别区域",
5247
- "example": "{}",
5267
+ "example": "{\"param1\":\"value1\"}",
5248
5268
  "member": "string",
5249
5269
  "name": "ROI",
5250
5270
  "output_required": true,
@@ -11719,6 +11739,15 @@
11719
11739
  "name": "SummaryLang",
11720
11740
  "required": false,
11721
11741
  "type": "string"
11742
+ },
11743
+ {
11744
+ "disabled": false,
11745
+ "document": "通道ID",
11746
+ "example": "0",
11747
+ "member": "uint64",
11748
+ "name": "ChannelId",
11749
+ "required": false,
11750
+ "type": "int"
11722
11751
  }
11723
11752
  ],
11724
11753
  "type": "object"
@@ -11746,6 +11775,16 @@
11746
11775
  "type": "list",
11747
11776
  "value_allowed_null": false
11748
11777
  },
11778
+ {
11779
+ "disabled": false,
11780
+ "document": "视频回放URL",
11781
+ "example": "https://domain.com/video.m3u8",
11782
+ "member": "string",
11783
+ "name": "VideoURL",
11784
+ "output_required": false,
11785
+ "type": "string",
11786
+ "value_allowed_null": false
11787
+ },
11749
11788
  {
11750
11789
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11751
11790
  "member": "string",
@@ -16155,6 +16194,26 @@
16155
16194
  "output_required": false,
16156
16195
  "type": "string",
16157
16196
  "value_allowed_null": false
16197
+ },
16198
+ {
16199
+ "disabled": false,
16200
+ "document": "通道ID",
16201
+ "example": "0",
16202
+ "member": "uint64",
16203
+ "name": "ChannelId",
16204
+ "output_required": false,
16205
+ "type": "int",
16206
+ "value_allowed_null": false
16207
+ },
16208
+ {
16209
+ "disabled": false,
16210
+ "document": "缩略图路径",
16211
+ "example": "/product/1.jpg",
16212
+ "member": "string",
16213
+ "name": "Thumbnail",
16214
+ "output_required": false,
16215
+ "type": "string",
16216
+ "value_allowed_null": false
16158
16217
  }
16159
16218
  ],
16160
16219
  "usage": "out"
@@ -450,7 +450,7 @@
450
450
  {
451
451
  "document": "",
452
452
  "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageAIService\n<公共请求参数>\n\n{\n \"ProductId\": \"KH6Q8C4N0D\",\n \"DeviceName\": \"aaa_31400554_1\",\n \"ServiceType\": \"Highlight\"\n}",
453
- "output": "{\n \"Response\": {\n \"Enabled\": true,\n \"ROI\": \"{}\",\n \"Config\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"Type\": 1,\n \"Status\": 1,\n \"ExpireTime\": 1719294987,\n \"UserId\": \"user1\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
453
+ "output": "{\n \"Response\": {\n \"Enabled\": true,\n \"ROI\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"Config\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"Type\": 1,\n \"Status\": 1,\n \"ExpireTime\": 1719294987,\n \"UserId\": \"user1\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
454
454
  "title": "查询设备云存AI服务"
455
455
  }
456
456
  ],
@@ -2216,7 +2216,7 @@
2216
2216
  "example": "OK",
2217
2217
  "member": "string",
2218
2218
  "name": "Status",
2219
- "required": true,
2219
+ "output_required": true,
2220
2220
  "type": "string",
2221
2221
  "value_allowed_null": false
2222
2222
  },
@@ -2475,6 +2475,16 @@
2475
2475
  "DeleteWarningResponse": {
2476
2476
  "document": "DeleteWarning返回参数结构体",
2477
2477
  "members": [
2478
+ {
2479
+ "disabled": false,
2480
+ "document": "操作个数",
2481
+ "example": "1",
2482
+ "member": "int64",
2483
+ "name": "Cnt",
2484
+ "output_required": false,
2485
+ "type": "int",
2486
+ "value_allowed_null": false
2487
+ },
2478
2488
  {
2479
2489
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2480
2490
  "member": "string",
@@ -2858,7 +2868,7 @@
2858
2868
  "example": "NULL",
2859
2869
  "member": "DescribeRecordStreamData",
2860
2870
  "name": "Data",
2861
- "required": true,
2871
+ "output_required": true,
2862
2872
  "type": "object",
2863
2873
  "value_allowed_null": false
2864
2874
  },
@@ -3097,7 +3107,7 @@
3097
3107
  "example": "100",
3098
3108
  "member": "int64",
3099
3109
  "name": "Channels",
3100
- "required": true,
3110
+ "output_required": true,
3101
3111
  "type": "int",
3102
3112
  "value_allowed_null": false
3103
3113
  },
@@ -3107,7 +3117,7 @@
3107
3117
  "example": "100",
3108
3118
  "member": "int64",
3109
3119
  "name": "Devices",
3110
- "required": true,
3120
+ "output_required": true,
3111
3121
  "type": "int",
3112
3122
  "value_allowed_null": false
3113
3123
  },
@@ -3117,7 +3127,7 @@
3117
3127
  "example": "100",
3118
3128
  "member": "int64",
3119
3129
  "name": "OnlineChannels",
3120
- "required": true,
3130
+ "output_required": true,
3121
3131
  "type": "int",
3122
3132
  "value_allowed_null": false
3123
3133
  },
@@ -3127,7 +3137,7 @@
3127
3137
  "example": "100",
3128
3138
  "member": "int64",
3129
3139
  "name": "OnlineDevices",
3130
- "required": true,
3140
+ "output_required": true,
3131
3141
  "type": "int",
3132
3142
  "value_allowed_null": false
3133
3143
  },
@@ -3137,7 +3147,7 @@
3137
3147
  "example": "100",
3138
3148
  "member": "int64",
3139
3149
  "name": "RecordingChannels",
3140
- "required": true,
3150
+ "output_required": true,
3141
3151
  "type": "int",
3142
3152
  "value_allowed_null": false
3143
3153
  },
@@ -3404,7 +3414,7 @@
3404
3414
  "example": "无",
3405
3415
  "member": "DeviceMonitorValue",
3406
3416
  "name": "Data",
3407
- "required": true,
3417
+ "output_required": true,
3408
3418
  "type": "list",
3409
3419
  "value_allowed_null": false
3410
3420
  },
@@ -3478,7 +3488,7 @@
3478
3488
  "example": "无",
3479
3489
  "member": "AllDeviceInfo",
3480
3490
  "name": "Device",
3481
- "required": true,
3491
+ "output_required": true,
3482
3492
  "type": "object",
3483
3493
  "value_allowed_null": false
3484
3494
  },
@@ -4073,7 +4083,7 @@
4073
4083
  "example": "直播录制001",
4074
4084
  "member": "string",
4075
4085
  "name": "PlanName",
4076
- "required": true,
4086
+ "output_required": true,
4077
4087
  "type": "string",
4078
4088
  "value_allowed_null": false
4079
4089
  },
@@ -4083,7 +4093,7 @@
4083
4093
  "example": "template-001",
4084
4094
  "member": "string",
4085
4095
  "name": "TemplateId",
4086
- "required": true,
4096
+ "output_required": true,
4087
4097
  "type": "string",
4088
4098
  "value_allowed_null": false
4089
4099
  },
@@ -4093,7 +4103,7 @@
4093
4103
  "example": "录制模板001",
4094
4104
  "member": "string",
4095
4105
  "name": "TemplateName",
4096
- "required": true,
4106
+ "output_required": true,
4097
4107
  "type": "string",
4098
4108
  "value_allowed_null": false
4099
4109
  },
@@ -4103,7 +4113,7 @@
4103
4113
  "example": "30",
4104
4114
  "member": "int64",
4105
4115
  "name": "RecordStorageTime",
4106
- "required": true,
4116
+ "output_required": true,
4107
4117
  "type": "int",
4108
4118
  "value_allowed_null": false
4109
4119
  },
@@ -4113,7 +4123,7 @@
4113
4123
  "example": "1",
4114
4124
  "member": "int64",
4115
4125
  "name": "PlanType",
4116
- "required": true,
4126
+ "output_required": true,
4117
4127
  "type": "int",
4118
4128
  "value_allowed_null": false
4119
4129
  },
@@ -4168,7 +4178,7 @@
4168
4178
  "example": "10",
4169
4179
  "member": "int64",
4170
4180
  "name": "TotalCount",
4171
- "required": true,
4181
+ "output_required": true,
4172
4182
  "type": "int",
4173
4183
  "value_allowed_null": false
4174
4184
  },
@@ -4178,7 +4188,7 @@
4178
4188
  "example": "无",
4179
4189
  "member": "LiveRecordPlanItem",
4180
4190
  "name": "Plans",
4181
- "required": true,
4191
+ "output_required": true,
4182
4192
  "type": "list",
4183
4193
  "value_allowed_null": false
4184
4194
  },
@@ -4224,7 +4234,7 @@
4224
4234
  "example": "无",
4225
4235
  "member": "StreamAddress",
4226
4236
  "name": "Data",
4227
- "required": true,
4237
+ "output_required": true,
4228
4238
  "type": "object",
4229
4239
  "value_allowed_null": true
4230
4240
  },
@@ -4903,7 +4913,7 @@
4903
4913
  "example": "NULL",
4904
4914
  "member": "DescribeRecordStreamData",
4905
4915
  "name": "Data",
4906
- "required": true,
4916
+ "output_required": true,
4907
4917
  "type": "object",
4908
4918
  "value_allowed_null": false
4909
4919
  },
@@ -5439,7 +5449,7 @@
5439
5449
  "example": "2",
5440
5450
  "member": "int64",
5441
5451
  "name": "AlarmStatus",
5442
- "required": true,
5452
+ "output_required": true,
5443
5453
  "type": "int",
5444
5454
  "value_allowed_null": false
5445
5455
  },
@@ -234,7 +234,7 @@
234
234
  {
235
235
  "document": "",
236
236
  "input": "POST / HTTP/1.1\nHost: iotvideoindustry.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteWarning\n<公共请求参数>\n\n{\n \"Id\": 3\n}",
237
- "output": "{\n \"Response\": {\n \"RequestId\": \"226618be-27ec-46f4-a19e-bdb980baec92\"\n }\n}",
237
+ "output": "{\n \"Response\": {\n \"RequestId\": \"226618be-27ec-46f4-a19e-bdb980baec92\",\n \"Cnt\": 0\n }\n}",
238
238
  "title": "设备告警-删除告警"
239
239
  }
240
240
  ],
@@ -322,7 +322,7 @@
322
322
  {
323
323
  "document": "",
324
324
  "input": "POST / HTTP/1.1\nHost:iotvideoindustry.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDevice\n<公共请求参数>\n\n{\n \"DeviceId\": \"99576636581320000278_99576636581320000278\"\n}",
325
- "output": "{\n \"Response\": {\n \"Device\": {\n \"NickName\": \"真的双通道\",\n \"DeviceId\": \"99576636581320000278_99576636581320000278\",\n \"Status\": 1,\n \"ExtraInformation\": \"{\\\"Manufacturer\\\":\\\"Hikvision\\\",\\\"Model\\\":\\\"IP Camera\\\"}\",\n \"IsRecord\": 0,\n \"DeviceType\": 2,\n \"DeviceCode\": \"99576636581320000278\",\n \"GroupPath\": \"\",\n \"CreateTime\": 1621581437,\n \"Recordable\": 0,\n \"Protocol\": \"GB28181\"\n },\n \"RequestId\": \"75c3af48-676f-49e2-8cdd-f66e6dcdec48\"\n }\n}",
325
+ "output": "{\n \"Response\": {\n \"Device\": {\n \"NickName\": \"keting\",\n \"DeviceId\": \"99576636581320000270_99576636581320000270\",\n \"DeviceType\": 2,\n \"Status\": 3,\n \"ExtraInformation\": \"\",\n \"DeviceCode\": \"99576636581320000270\",\n \"Protocol\": \"GB28181\",\n \"GroupId\": \"group_root\",\n \"GroupName\": \"全部\",\n \"GroupPath\": \"\",\n \"Recordable\": 1,\n \"IsRecord\": 0,\n \"CreateTime\": 345233456\n },\n \"RequestId\": \"75c3af48-676f-49e2-8cdd-f66e6dcdec48\"\n }\n}",
326
326
  "title": "描述单个设备的详细信息"
327
327
  }
328
328
  ],