tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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 (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -63,8 +63,8 @@
63
63
  "CancelAssignTWeCallLicense": [
64
64
  {
65
65
  "document": "",
66
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelAssignTWeCallLicense\n<公共请求参数>\n\n{\n \"PkgId\": \"abc\"\n}",
67
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
66
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelAssignTWeCallLicense\n<公共请求参数>\n\n{\n \"PkgId\": \"2024020236215\"\n}",
67
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3edc0o-456yghy\"\n }\n}",
68
68
  "title": "成功取消分配"
69
69
  }
70
70
  ],
@@ -281,11 +281,19 @@
281
281
  "CreateTRTCSignaturesWithRoomId": [
282
282
  {
283
283
  "document": "",
284
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTRTCSignaturesWithRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"test1\"\n ],\n \"RoomId\": \"test\"\n}",
285
- "output": "{\n \"Response\": {\n \"RequestId\": \"keyixie_38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\",\n \"TRTCParamList\": [\n {\n \"SdkAppId\": 111111,\n \"UserId\": \"test1\",\n \"UserSig\": \"eJwszcvOgjAQBe123213131321313QRN5AbRVR6U2dIK3*O4mwPY7Oed8oF7vEvcM1DkweaYR-wci6zzTkVwHBthFFjAG0V6bEMiCERpR1232132132133xio-CtUdsOqx*WlYb8-z95-BcsYtyVa2RYrcbjd6adadsadsadvmo-XAtE4TvLwAA--*MzTGH\",\n \"StrRoomId\": \"gl-40badb65asdsadasdsad40b2192f948845\",\n \"PrivateKey\": \"eJw0j19PszAUxr-LuX3fjFJahk12UaxUzVplwha4c2nHCtlC*KPbjN-dOObv8ndynjzPF2TLt5k9ta6zwKKQIPT-qpyxx8HtnO2AwWD7wYfp0JvmvW2dAeYThAgJg7vbS*8qYNALlMdbj*5THev546k4yvu5RkRG-0wbea-Pm2rs6mVdoABT3li5PpiRJLZFcb8F5loRwvOufD4RFfiz0GL2BWbldN17peHgqrLAyrleq*xwkrkROMUKfl0VllzLusGvYgK6XTxV*XjuhfPEHz-BAAA--9iV1Mr\"\n }\n ]\n }\n}",
284
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTRTCSignaturesWithRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"102356800\"\n ],\n \"RoomId\": \"room-0099\"\n}",
285
+ "output": "{\n \"Response\": {\n \"RequestId\": \"keyixie_38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\",\n \"TRTCParamList\": [\n {\n \"SdkAppId\": 111111,\n \"UserId\": \"102356800\",\n \"UserSig\": \"eJwszcvOgjAQBe123213131321313QRN5AbRVR6U2dIK3*O4mwPY7Oed8oF7vEvcM1DkweaYR-wci6zzTkVwHBthFFjAG0V6bEMiCERpR1232132132133xio-CtUdsOqx*WlYb8-z95-BcsYtyVa2RYrcbjd6adadsadsadvmo-XAtE4TvLwAA--*MzTGH\",\n \"StrRoomId\": \"gl-40badb65asdsadasdsad40b2192f948845\",\n \"PrivateKey\": \"eJw0j19PszAUxr-LuX3fjFJahk12UaxUzVplwha4c2nHCtlC*KPbjN-dOObv8ndynjzPF2TLt5k9ta6zwKKQIPT-qpyxx8HtnO2AwWD7wYfp0JvmvW2dAeYThAgJg7vbS*8qYNALlMdbj*5THev546k4yvu5RkRG-0wbea-Pm2rs6mVdoABT3li5PpiRJLZFcb8F5loRwvOufD4RFfiz0GL2BWbldN17peHgqrLAyrleq*xwkrkROMUKfl0VllzLusGvYgK6XTxV*XjuhfPEHz-BAAA--9iV1Mr\"\n }\n ]\n }\n}",
286
286
  "title": "成功示例 "
287
287
  }
288
288
  ],
289
+ "CreateTWeSeeRecognitionTask": [
290
+ {
291
+ "document": "",
292
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeSeeRecognitionTask\n<公共请求参数>\n\n{\n \"ProductId\": \"4AHMY9X89Y\",\n \"DeviceName\": \"dev001\",\n \"InputURL\": \"hhttps://example.com/video.mp4\",\n \"CustomId\": \"event-1\",\n \"EnableSearch\": true,\n \"StartTimeMs\": 1744389074077,\n \"EndTimeMs\": 1744389075077\n}",
293
+ "output": "{\n \"Response\": {\n \"RequestId\": \"26083bec-a7bd-491f-b6df-45e7f143638c\",\n \"TaskId\": \"019625b1-15d6-72d8-a5d6-388b45c92c67\"\n }\n}",
294
+ "title": "创建 TWeSee 语义理解任务"
295
+ }
296
+ ],
289
297
  "CreateTopicPolicy": [
290
298
  {
291
299
  "document": "",
@@ -296,10 +304,10 @@
296
304
  ],
297
305
  "CreateTopicRule": [
298
306
  {
299
- "document": "",
300
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopicRule\n<公共请求参数>\n\n{\n \"RuleName\": \"test_create\",\n \"TopicRulePayload\": {\n \"Sql\": \"U0VMRUNUICogRlJPTSAnJHRoaW5nL3VwLysvVFRVMk5OSVU3MC8jJw==\",\n \"Actions\": \"[{\\\"forward\\\":{\\\"api\\\":\\\"http://127.0.0.1:1080/sub.php\\\"}}]\",\n \"Description\": \"test\",\n \"RuleDisabled\": true\n }\n}",
307
+ "document": "创建规则。",
308
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopicRule\n<公共请求参数>\n\n{\n \"RuleName\": \"温度达到30度\",\n \"TopicRulePayload\": {\n \"Sql\": \"U0VMRUNUICogRlJPTSAnJHRoaW5nL3VwLysvVFRVMk5OSVU3MC8jJw==\",\n \"Actions\": \"[{\\\"forward\\\":{\\\"api\\\":\\\"http://127.0.0.1:1080/sub.php\\\"}}]\",\n \"Description\": \"温度达到30度\",\n \"RuleDisabled\": true\n }\n}",
301
309
  "output": "{\n \"Response\": {\n \"RequestId\": \"f92406b3-5a9a-4fe8-bc43-45e3d794bb68\"\n }\n}",
302
- "title": "创建规则"
310
+ "title": "创建规则示例"
303
311
  }
304
312
  ],
305
313
  "DeleteCloudStorageEvent": [
@@ -572,6 +580,14 @@
572
580
  "title": "拉取云存用户列表"
573
581
  }
574
582
  ],
583
+ "DescribeCsReportCountDataInfo": [
584
+ {
585
+ "document": "获取云存上报统计信息请求",
586
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCsReportCountDataInfo\n<公共请求参数>\n\n{\n \"ProductId\": \"PTROMP3AOB\",\n \"DeviceName\": \"dfsdfsd\",\n \"StartTime\": 1743587952,\n \"EndTime\": 1743587952\n}",
587
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"EventExceptionNum\": 0,\n \"EventSuccessNum\": 0,\n \"EventSuccessRate\": \"0.00%\",\n \"VideoExceptionNum\": 0,\n \"VideoSuccessNum\": 0,\n \"VideoSuccessRate\": \"0.00%\"\n },\n \"RequestId\": \"cf56eccb-3662-4eb3-9f60-ce618e749144\"\n }\n}",
588
+ "title": "获取云存上报统计信息请求"
589
+ }
590
+ ],
575
591
  "DescribeDevice": [
576
592
  {
577
593
  "document": "用于查看设备信息",
@@ -664,7 +680,7 @@
664
680
  {
665
681
  "document": "",
666
682
  "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"I6KTCZ170U\",\n \"FirmwareVersion\": \"t.2\"\n}",
667
- "output": "{\n \"Response\": {\n \"Createtime\": 1599626765,\n \"Description\": \"ttttt\",\n \"Md5sum\": \"1a5c386576074d22a604b795e8917e1a\",\n \"Name\": \"test\",\n \"ProductId\": \"I6KTCZ170U\",\n \"ProductName\": \"8bvsn6go_测试OTA升级\",\n \"RequestId\": \"01365e8c-f025-40b9-97a4-fa583d6c569e\",\n \"Version\": \"t.2\",\n \"FwType\": \"mcu\"\n }\n}",
683
+ "output": "{\n \"Response\": {\n \"Createtime\": 1599626765,\n \"Description\": \"固件测试\",\n \"Md5sum\": \"1a5c386576074d22a604b795e8917e1a\",\n \"Name\": \"固件测试\",\n \"ProductId\": \"I6KTCZ170U\",\n \"ProductName\": \"8bvsn6go_测试OTA升级\",\n \"RequestId\": \"01365e8c-f025-40b9-97a4-fa583d6c569e\",\n \"Version\": \"t.2\",\n \"FwType\": \"mcu\"\n }\n}",
668
684
  "title": "查询固件信息"
669
685
  }
670
686
  ],
@@ -804,6 +820,14 @@
804
820
  "title": "获取产品详情"
805
821
  }
806
822
  ],
823
+ "DescribeTWeSeeConfig": [
824
+ {
825
+ "document": "查询 TWeSee 配置",
826
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTWeSeeConfig\n<公共请求参数>\n\n{\n \"ProductId\": \"MOU0U8SCZQ\",\n \"DeviceName\": \"new_131296974_1\"\n}",
827
+ "output": "{\n \"Response\": {\n \"Config\": \"{\\\"type\\\":\\\"data\\\"}\",\n \"EnableSearch\": false,\n \"EnableSummary\": false,\n \"RequestId\": \"b96234ba-edc7-491d-a1c7-b12081a50a3c\"\n }\n}",
828
+ "title": "查询 TWeSee 配置"
829
+ }
830
+ ],
807
831
  "DescribeTopicPolicy": [
808
832
  {
809
833
  "document": "",
@@ -1026,6 +1050,14 @@
1026
1050
  "title": "继承云存用户"
1027
1051
  }
1028
1052
  ],
1053
+ "InvokeAISearchService": [
1054
+ {
1055
+ "document": "",
1056
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InvokeAISearchService\n\n{\n \"ProductId\": \"MVTYMD8YCD\",\n \"DeviceName\": \"dev001\",\n \"Query\": \"What happened on April 1st\"\n}",
1057
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a9a9d232-01c0-494a-baa3-57c384463c3f\",\n \"Summary\": \"Nine videos captured various scenes on April 1st, showcasing pets eating and playing, a peaceful baby interaction, a resting child, and diligent workers like cleaners and delivery men, all without any safety concerns.\",\n \"Targets\": [\n {\n \"ProductId\": \"MVTYMD8YCD\",\n \"DeviceName\": \"dev001\",\n \"StartTimeMs\": 1743456533000,\n \"EndTimeMs\": 1743456543000,\n \"EventId\": \"alarm\",\n \"Summary\": \"Two cats and a dog eating\"\n }\n ]\n }\n}",
1058
+ "title": "视频语义搜索"
1059
+ }
1060
+ ],
1029
1061
  "InvokeCloudStorageAIServiceTask": [
1030
1062
  {
1031
1063
  "document": "",
@@ -1054,6 +1086,14 @@
1054
1086
  "title": "创建外部视频 AI 分析任务(超时未完成,转异步)"
1055
1087
  }
1056
1088
  ],
1089
+ "InvokeTWeSeeRecognitionTask": [
1090
+ {
1091
+ "document": "",
1092
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InvokeTWeSeeRecognitionTask\n<公共请求参数>\n\n{\n \"ProductId\": \"4AHMY9X89Y\",\n \"DeviceName\": \"dev001\",\n \"InputURL\": \"hhttps://example.com/video.mp4\",\n \"CustomId\": \"event-1\",\n \"EnableSearch\": true,\n \"StartTimeMs\": 1744389074077,\n \"EndTimeMs\": 1744389075077\n}",
1093
+ "output": "{\n \"Response\": {\n \"Completed\": true,\n \"RequestId\": \"26083bec-a7bd-491f-b6df-45e7f143638c\",\n \"Result\": {\n \"DetectedClassifications\": [\n \"person\"\n ],\n \"Status\": 3,\n \"Summary\": \"一个人在雨中行走\"\n },\n \"TaskId\": \"019625b1-15d6-72d8-a5d6-388b45c92c67\"\n }\n}",
1094
+ "title": "同步执行 TWeSee 语义理解任务"
1095
+ }
1096
+ ],
1057
1097
  "ListEventHistory": [
1058
1098
  {
1059
1099
  "document": "用于查询设备上报的所有类型历史事件信息",
@@ -1082,7 +1122,7 @@
1082
1122
  {
1083
1123
  "document": "更新应用信息",
1084
1124
  "input": "https://iotexplorer.tencentcloudapi.com/?Action=ModifyApplication\n&IotAppID=VJbAVRtnqQmX\n&AppName=IoT_App\n&Description=desc\n&<公共请求参数>",
1085
- "output": "{\n \"Response\": {\n \"Application\": {\n \"IotAppID\": \"VJbAVRtnqQmX\",\n \"AppName\": \"IoT_App\",\n \"ProjectId\": \"prj-bm28br23\",\n \"DevMode\": 0,\n \"IOSAppKey\": \"iwBkGVJbAVRtnqQmX\",\n \"IOSAppSecret\": \"tnehmHUfzUImcMvZgmko\",\n \"AndroidAppKey\": \"apBhdVJbAVRtnqQmX\",\n \"AndroidAppSecret\": \"JluDpMxWSTpqqEpTSMBz\",\n \"MiniProgramAppKey\": \"\",\n \"MiniProgramAppSecret\": \"\",\n \"Products\": \"[]\",\n \"Description\": \"desc.\",\n \"PushSecretID\": \"\",\n \"PushSecretKey\": \"\",\n \"PushEnvironment\": \"dev\",\n \"TPNSiOSAccessID\": \"\",\n \"TPNSiOSSecretKey\": \"\",\n \"TPNSiOSRegion\": \"\",\n \"TPNSiOSPushEnvironment\": \"\",\n \"TPNSAndroidAccessID\": \"\",\n \"TPNSAndroidSecretKey\": \"\",\n \"TPNSAndroidRegion\": \"\",\n \"SelfSmsTemplateId\": 0,\n \"SelfSmsAppKey\": \"sms\",\n \"SelfSmsAppId\": \"appid\",\n \"SelfSmsSign\": \"sign\",\n \"CreateTime\": \"2019-03-18T03:44:33Z\"\n },\n \"RequestId\": \"f92406b3-5a9a-4fe8-bc43-45e3d794bb61\"\n }\n}",
1125
+ "output": "{\n \"Response\": {\n \"Application\": {\n \"IotAppID\": \"VJbAVRtnqQmX\",\n \"AppName\": \"IoT_App\",\n \"ProjectId\": \"prj-bm28br23\",\n \"DevMode\": 0,\n \"IOSAppKey\": \"iwBkGVJbAVRtnqQmX\",\n \"IOSAppSecret\": \"tnehmHUfzUImcMvZgmko\",\n \"AndroidAppKey\": \"apBhdVJbAVRtnqQmX\",\n \"AndroidAppSecret\": \"JluDpMxWSTpqqEpTSMBz\",\n \"MiniProgramAppKey\": \"\",\n \"MiniProgramAppSecret\": \"\",\n \"Products\": \"[P12f5tG]\",\n \"Description\": \"产品描述信息.\",\n \"PushSecretID\": \"\",\n \"PushSecretKey\": \"\",\n \"PushEnvironment\": \"dev\",\n \"TPNSiOSAccessID\": \"\",\n \"TPNSiOSSecretKey\": \"\",\n \"TPNSiOSRegion\": \"\",\n \"TPNSiOSPushEnvironment\": \"\",\n \"TPNSAndroidAccessID\": \"\",\n \"TPNSAndroidSecretKey\": \"\",\n \"TPNSAndroidRegion\": \"\",\n \"SelfSmsTemplateId\": 0,\n \"SelfSmsAppKey\": \"sms\",\n \"SelfSmsAppId\": \"appid\",\n \"SelfSmsSign\": \"sign\",\n \"CreateTime\": \"2019-03-18T03:44:33Z\"\n },\n \"RequestId\": \"f92406b3-5a9a-4fe8-bc43-45e3d794bb61\"\n }\n}",
1086
1126
  "title": "更新应用"
1087
1127
  }
1088
1128
  ],
@@ -1184,8 +1224,16 @@
1184
1224
  {
1185
1225
  "document": "修改产品名称和描述等信息",
1186
1226
  "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStudioProduct\n<公共请求参数>\n\n{\n \"BindStrategy\": \"1\",\n \"ModuleId\": \"0\",\n \"ProductName\": \"testProduct\",\n \"ProductDesc\": \"Pdesc\",\n \"ProductId\": \"4GDIU5HTEN\"\n}",
1187
- "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"dev\",\n \"EncryptionType\": \"2\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"prj-zunfat46\",\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"true\",\n \"UpdateTime\": 1,\n \"ProductName\": \"testProduct\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"test\",\n \"NetType\": \"else\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"test\",\n \"CreateTime\": 1,\n \"CategoryId\": 3,\n \"BindStrategy\": 0,\n \"ProductId\": \"4GDIU5HTEN\"\n },\n \"RequestId\": \"1c469fbf-d80c-4299-9b54-31340898b839\"\n }\n}",
1188
- "title": "修改产品"
1227
+ "output": "{\n \"Response\": {\n \"Product\": {\n \"DevStatus\": \"dev\",\n \"EncryptionType\": \"2\",\n \"DataProtocol\": 1,\n \"ProjectId\": \"prj-zunfat46\",\n \"Region\": \"gz\",\n \"ModuleId\": 0,\n \"EnableProductScript\": \"true\",\n \"UpdateTime\": 1,\n \"ProductName\": \"testProduct\",\n \"CreateUserId\": 0,\n \"ProductDesc\": \"产品信息\",\n \"NetType\": \"else\",\n \"ProductType\": 0,\n \"CreatorNickName\": \"leo\",\n \"CreateTime\": 1,\n \"CategoryId\": 3,\n \"BindStrategy\": 0,\n \"ProductId\": \"4GDIU5HTEN\"\n },\n \"RequestId\": \"1c469fbf-d80c-4299-9b54-31340898b839\"\n }\n}",
1228
+ "title": "修改产品示例"
1229
+ }
1230
+ ],
1231
+ "ModifyTWeSeeConfig": [
1232
+ {
1233
+ "document": "修改 TWeSee 配置",
1234
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTWeSeeConfig\n<公共请求参数>\n\n{\n \"ProductId\": \"MOU0U8SCZQ\",\n \"DeviceName\": \"new_131296974_1\",\n \"EnableSummary\": false,\n \"EnableSearch\": false,\n \"Config\": \"{\\\"type\\\":\\\"data\\\"}\"\n}",
1235
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2dbdcb8c-d8cb-4f9d-a491-ff0dd3bb53b6\"\n }\n}",
1236
+ "title": "修改 TWeSee 配置"
1189
1237
  }
1190
1238
  ],
1191
1239
  "ModifyTopicPolicy": [
@@ -1199,7 +1247,7 @@
1199
1247
  "ModifyTopicRule": [
1200
1248
  {
1201
1249
  "document": "",
1202
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopicRule\n<公共请求参数>\n\n{\n \"RuleName\": \"test_create\",\n \"TopicRulePayload\": {\n \"Sql\": \"U0VMRUNUICogRlJPTSAnJHRoaW5nL3VwLysvVFRVMk5OSVU3MC8jJw==\",\n \"Actions\": \"[{\\\"forward\\\":{\\\"api\\\":\\\"http://127.0.0.1:1080/sub.php\\\"}}]\",\n \"Description\": \"test\",\n \"RuleDisabled\": true\n }\n}",
1250
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopicRule\n<公共请求参数>\n\n{\n \"RuleName\": \"test_create\",\n \"TopicRulePayload\": {\n \"Sql\": \"U0VMRUNUICogRlJPTSAnJHRoaW5nL3VwLysvVFRVMk5OSVU3MC8jJw==\",\n \"Actions\": \"[{\\\"forward\\\":{\\\"api\\\":\\\"http://127.0.0.1:1080/sub.php\\\"}}]\",\n \"Description\": \"修改topic信息\",\n \"RuleDisabled\": true\n }\n}",
1203
1251
  "output": "{\n \"Response\": {\n \"RequestId\": \"f92406b3-5a9a-4fe8-bc43-45e3d794bb68\"\n }\n}",
1204
1252
  "title": "修改规则"
1205
1253
  }
@@ -1231,13 +1279,13 @@
1231
1279
  "PublishMessage": [
1232
1280
  {
1233
1281
  "document": "",
1234
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PublishMessage\n<公共请求参数>\n\n{\n \"Topic\": \"RL0BAZKZ6V/dev1/control\",\n \"Payload\": \"AASDFASFSADFASDF\",\n \"ProductId\": \"Nlasdf****ABCd\",\n \"DeviceName\": \"dev1\",\n \"Qos\": 1\n}",
1235
- "output": "{\n \"Response\": {\n \"RequestId\": \"be69a7a3-7315-40a7-9532-3316e4a3e97e\"\n }\n}",
1282
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PublishMessage\n<公共请求参数>\n\n{\n \"Topic\": \"J2CRPPZ8J4/dev1/control\",\n \"Payload\": \"AASDFASFSADFASDF\",\n \"ProductId\": \"J2CRPPZ8J4\",\n \"DeviceName\": \"dev1\",\n \"Qos\": 1\n}",
1283
+ "output": "{\n \"Response\": {\n \"RequestId\": \"be69a7a3-7315-40a7-9532-3316e4e97e\"\n }\n}",
1236
1284
  "title": "透传Payload至设备"
1237
1285
  },
1238
1286
  {
1239
1287
  "document": "",
1240
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PublishMessage\n<公共请求参数>\n\n{\n \"ProductId\": \"ZR2CxxxxMHX\",\n \"DeviceName\": \"test01\",\n \"Topic\": \"ZR2xxxxHX/texxx01/data\",\n \"Payload\": \"5L2g5aW977yM5LiW55WM44CC\",\n \"PayloadEncoding\": \"base64\"\n}",
1288
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PublishMessage\n<公共请求参数>\n\n{\n \"ProductId\": \"J2CRPPZ8J4\",\n \"DeviceName\": \"test01\",\n \"Topic\": \"J2CRPPZ8J4/test01/data\",\n \"Payload\": \"5L2g5aW977yM5LiW55WM44CC\",\n \"PayloadEncoding\": \"base64\"\n}",
1241
1289
  "output": "{\n \"Response\": {\n \"RequestId\": \"keyixie_b4f3cb87-2224-46b2-ac2c-e28feadb61c8\"\n }\n}",
1242
1290
  "title": "将接收到的经过业务系统base64编码后的Payload进行二进制编码后下发至设备"
1243
1291
  }
@@ -1261,7 +1309,7 @@
1261
1309
  "RemoveUserByRoomIdFromTRTC": [
1262
1310
  {
1263
1311
  "document": "",
1264
- "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TRTCRemoveUserByRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"test1\"\n ],\n \"RoomId\": \"test\"\n}",
1312
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TRTCRemoveUserByRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"12094567\"\n ],\n \"RoomId\": \"roomId1\"\n}",
1265
1313
  "output": "{\n \"Response\": {\n \"RequestId\": \"38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\"\n }\n}",
1266
1314
  "title": "成功示例"
1267
1315
  }
@@ -4025,6 +4025,58 @@ def doDescribeCloudStorageTime(args, parsed_globals):
4025
4025
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4026
4026
 
4027
4027
 
4028
+ def doDisableDeviceStream(args, parsed_globals):
4029
+ g_param = parse_global_arg(parsed_globals)
4030
+
4031
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
4032
+ cred = credential.CVMRoleCredential()
4033
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
4034
+ cred = credential.STSAssumeRoleCredential(
4035
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
4036
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
4037
+ )
4038
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
4039
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
4040
+ else:
4041
+ cred = credential.Credential(
4042
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
4043
+ )
4044
+ http_profile = HttpProfile(
4045
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
4046
+ reqMethod="POST",
4047
+ endpoint=g_param[OptionsDefine.Endpoint],
4048
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
4049
+ )
4050
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
4051
+ if g_param[OptionsDefine.Language]:
4052
+ profile.language = g_param[OptionsDefine.Language]
4053
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
4054
+ client = mod.IotvideoClient(cred, g_param[OptionsDefine.Region], profile)
4055
+ client._sdkVersion += ("_CLI_" + __version__)
4056
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
4057
+ model = models.DisableDeviceStreamRequest()
4058
+ model.from_json_string(json.dumps(args))
4059
+ start_time = time.time()
4060
+ while True:
4061
+ rsp = client.DisableDeviceStream(model)
4062
+ result = rsp.to_json_string()
4063
+ try:
4064
+ json_obj = json.loads(result)
4065
+ except TypeError as e:
4066
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
4067
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
4068
+ break
4069
+ cur_time = time.time()
4070
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
4071
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
4072
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
4073
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
4074
+ else:
4075
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
4076
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
4077
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4078
+
4079
+
4028
4080
  def doUpdateAIModelChannel(args, parsed_globals):
4029
4081
  g_param = parse_global_arg(parsed_globals)
4030
4082
 
@@ -8133,7 +8185,7 @@ def doDescribeBonuses(args, parsed_globals):
8133
8185
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
8134
8186
 
8135
8187
 
8136
- def doDisableDeviceStream(args, parsed_globals):
8188
+ def doDescribeCsReportCountDataInfo(args, parsed_globals):
8137
8189
  g_param = parse_global_arg(parsed_globals)
8138
8190
 
8139
8191
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -8162,11 +8214,11 @@ def doDisableDeviceStream(args, parsed_globals):
8162
8214
  client = mod.IotvideoClient(cred, g_param[OptionsDefine.Region], profile)
8163
8215
  client._sdkVersion += ("_CLI_" + __version__)
8164
8216
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
8165
- model = models.DisableDeviceStreamRequest()
8217
+ model = models.DescribeCsReportCountDataInfoRequest()
8166
8218
  model.from_json_string(json.dumps(args))
8167
8219
  start_time = time.time()
8168
8220
  while True:
8169
- rsp = client.DisableDeviceStream(model)
8221
+ rsp = client.DescribeCsReportCountDataInfo(model)
8170
8222
  result = rsp.to_json_string()
8171
8223
  try:
8172
8224
  json_obj = json.loads(result)
@@ -8745,6 +8797,7 @@ ACTION_MAP = {
8745
8797
  "DescribeStorageService": doDescribeStorageService,
8746
8798
  "DescribeDataForwardList": doDescribeDataForwardList,
8747
8799
  "DescribeCloudStorageTime": doDescribeCloudStorageTime,
8800
+ "DisableDeviceStream": doDisableDeviceStream,
8748
8801
  "UpdateAIModelChannel": doUpdateAIModelChannel,
8749
8802
  "DescribeCloudStorageThumbnail": doDescribeCloudStorageThumbnail,
8750
8803
  "DescribeCloudStorageMultiThumbnail": doDescribeCloudStorageMultiThumbnail,
@@ -8824,7 +8877,7 @@ ACTION_MAP = {
8824
8877
  "RunOtaVersion": doRunOtaVersion,
8825
8878
  "CreateDataForward": doCreateDataForward,
8826
8879
  "DescribeBonuses": doDescribeBonuses,
8827
- "DisableDeviceStream": doDisableDeviceStream,
8880
+ "DescribeCsReportCountDataInfo": doDescribeCsReportCountDataInfo,
8828
8881
  "CreateUploadPath": doCreateUploadPath,
8829
8882
  "CreateForwardRule": doCreateForwardRule,
8830
8883
  "ModifyModelDefinition": doModifyModelDefinition,
@@ -343,6 +343,13 @@
343
343
  "output": "DescribeCloudStorageUsersResponse",
344
344
  "status": "online"
345
345
  },
346
+ "DescribeCsReportCountDataInfo": {
347
+ "document": "获取云存上报统计信息",
348
+ "input": "DescribeCsReportCountDataInfoRequest",
349
+ "name": "获取云存上报统计信息",
350
+ "output": "DescribeCsReportCountDataInfoResponse",
351
+ "status": "online"
352
+ },
346
353
  "DescribeDataForwardList": {
347
354
  "document": "获取数据转发列表",
348
355
  "input": "DescribeDataForwardListRequest",
@@ -2051,6 +2058,72 @@
2051
2058
  ],
2052
2059
  "type": "object"
2053
2060
  },
2061
+ "CountDataInfo": {
2062
+ "document": "云存上报统计信息",
2063
+ "members": [
2064
+ {
2065
+ "disabled": false,
2066
+ "document": "视频上报异常次数",
2067
+ "example": "1",
2068
+ "member": "uint64",
2069
+ "name": "VideoExceptionNum",
2070
+ "output_required": false,
2071
+ "type": "int",
2072
+ "value_allowed_null": false
2073
+ },
2074
+ {
2075
+ "disabled": false,
2076
+ "document": "视频上报成功次数",
2077
+ "example": "99",
2078
+ "member": "uint64",
2079
+ "name": "VideoSuccessNum",
2080
+ "output_required": false,
2081
+ "type": "int",
2082
+ "value_allowed_null": false
2083
+ },
2084
+ {
2085
+ "disabled": false,
2086
+ "document": "视频上报成功率\n",
2087
+ "example": "99.00%",
2088
+ "member": "string",
2089
+ "name": "VideoSuccessRate",
2090
+ "output_required": false,
2091
+ "type": "string",
2092
+ "value_allowed_null": false
2093
+ },
2094
+ {
2095
+ "disabled": false,
2096
+ "document": "事件上报异常次数",
2097
+ "example": "1",
2098
+ "member": "uint64",
2099
+ "name": "EventExceptionNum",
2100
+ "output_required": false,
2101
+ "type": "int",
2102
+ "value_allowed_null": false
2103
+ },
2104
+ {
2105
+ "disabled": false,
2106
+ "document": "事件上报成功次数",
2107
+ "example": "99",
2108
+ "member": "uint64",
2109
+ "name": "EventSuccessNum",
2110
+ "output_required": false,
2111
+ "type": "int",
2112
+ "value_allowed_null": false
2113
+ },
2114
+ {
2115
+ "disabled": false,
2116
+ "document": "事件上报成功率",
2117
+ "example": "99.00%",
2118
+ "member": "string",
2119
+ "name": "EventSuccessRate",
2120
+ "output_required": false,
2121
+ "type": "string",
2122
+ "value_allowed_null": false
2123
+ }
2124
+ ],
2125
+ "usage": "out"
2126
+ },
2054
2127
  "CreateAIDetectionRequest": {
2055
2128
  "document": "CreateAIDetection请求参数结构体",
2056
2129
  "members": [
@@ -4899,6 +4972,79 @@
4899
4972
  ],
4900
4973
  "type": "object"
4901
4974
  },
4975
+ "DescribeCsReportCountDataInfoRequest": {
4976
+ "document": "DescribeCsReportCountDataInfo请求参数结构体",
4977
+ "members": [
4978
+ {
4979
+ "disabled": false,
4980
+ "document": "产品id",
4981
+ "example": "PTROMP3AOB",
4982
+ "member": "string",
4983
+ "name": "ProductId",
4984
+ "required": true,
4985
+ "type": "string"
4986
+ },
4987
+ {
4988
+ "disabled": false,
4989
+ "document": "设备名",
4990
+ "example": "dfsdfsd",
4991
+ "member": "string",
4992
+ "name": "DeviceName",
4993
+ "required": true,
4994
+ "type": "string"
4995
+ },
4996
+ {
4997
+ "disabled": false,
4998
+ "document": "统计开始时间戳",
4999
+ "example": "1743587952",
5000
+ "member": "uint64",
5001
+ "name": "StartTime",
5002
+ "required": true,
5003
+ "type": "int"
5004
+ },
5005
+ {
5006
+ "disabled": false,
5007
+ "document": "统计结束时间戳",
5008
+ "example": "1743587952",
5009
+ "member": "uint64",
5010
+ "name": "EndTime",
5011
+ "required": true,
5012
+ "type": "int"
5013
+ },
5014
+ {
5015
+ "disabled": false,
5016
+ "document": "设备通道",
5017
+ "example": "1",
5018
+ "member": "uint64",
5019
+ "name": "ChannelId",
5020
+ "required": false,
5021
+ "type": "int"
5022
+ }
5023
+ ],
5024
+ "type": "object"
5025
+ },
5026
+ "DescribeCsReportCountDataInfoResponse": {
5027
+ "document": "DescribeCsReportCountDataInfo返回参数结构体",
5028
+ "members": [
5029
+ {
5030
+ "disabled": false,
5031
+ "document": "云存上报统计信息",
5032
+ "example": "无",
5033
+ "member": "CountDataInfo",
5034
+ "name": "Data",
5035
+ "output_required": true,
5036
+ "type": "object",
5037
+ "value_allowed_null": false
5038
+ },
5039
+ {
5040
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5041
+ "member": "string",
5042
+ "name": "RequestId",
5043
+ "type": "string"
5044
+ }
5045
+ ],
5046
+ "type": "object"
5047
+ },
4902
5048
  "DescribeDataForwardListRequest": {
4903
5049
  "document": "DescribeDataForwardList请求参数结构体",
4904
5050
  "members": [
@@ -392,6 +392,14 @@
392
392
  "title": "拉取云存用户列表"
393
393
  }
394
394
  ],
395
+ "DescribeCsReportCountDataInfo": [
396
+ {
397
+ "document": "获取云存上报统计信息请求",
398
+ "input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCsReportCountDataInfo\n<公共请求参数>\n\n{\n \"ProductId\": \"PTROMP3AOB\",\n \"DeviceName\": \"dfsdfsd\",\n \"StartTime\": 1743587952,\n \"EndTime\": 1743587952\n}",
399
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"EventExceptionNum\": 0,\n \"EventSuccessNum\": 0,\n \"EventSuccessRate\": \"0.00%\",\n \"VideoExceptionNum\": 0,\n \"VideoSuccessNum\": 0,\n \"VideoSuccessRate\": \"0.00%\"\n },\n \"RequestId\": \"cf56eccb-3662-4eb3-9f60-ce618e749144\"\n }\n}",
400
+ "title": "获取云存上报统计信息请求"
401
+ }
402
+ ],
395
403
  "DescribeDataForwardList": [
396
404
  {
397
405
  "document": "",
@@ -71,7 +71,7 @@
71
71
  "status": "online"
72
72
  },
73
73
  "CreateLiveRecordPlan": {
74
- "document": "创建直播录制计划",
74
+ "document": "创建直播录制计划,直播录制接口,暂时下线中,只有国标接口支持云端录制",
75
75
  "input": "CreateLiveRecordPlanRequest",
76
76
  "name": "创建直播录制计划",
77
77
  "output": "CreateLiveRecordPlanResponse",
@@ -1077,7 +1077,7 @@
1077
1077
  {
1078
1078
  "disabled": false,
1079
1079
  "document": "密钥属性信息",
1080
- "example": "{ \"Alias\": \"test11-lzc\", \"CreateTime\": 1730357927, \"CreatorUin\": 700001224419, \"DeletionDate\": 0, \"Description\": \"倒入外部密钥\", \"HsmClusterId\": \"\", \"KeyId\": \"93866e69-9755-11ef-8e65-52540089bc41\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ENCRYPT_DECRYPT\", \"LastRotateTime\": 1730357927, \"NextRotateTime\": 1761893927, \"Origin\": \"EXTERNAL\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001224419/93866e69-9755-11ef-8e65-52540089bc41\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 }",
1080
+ "example": "{\"Alias\":\"test11lzc\",\"CreateTime\":1730357927,\"CreatorUin\":700001224419,\"DeletionDate\":0,\"Description\":\"倒入外部密钥\",\"HsmClusterId\":\"\",\"KeyId\":\"93866e69-9755-11ef-8e65-52540089bc41\",\"KeyRotationEnabled\":false}",
1081
1081
  "member": "KeyMetadata",
1082
1082
  "name": "KeyMetadata",
1083
1083
  "output_required": true,
@@ -1114,7 +1114,7 @@
1114
1114
  {
1115
1115
  "disabled": false,
1116
1116
  "document": "返回的属性信息列表",
1117
- "example": "[ { \"Alias\": \"test8-lzc\", \"CreateTime\": 1730347170, \"CreatorUin\": 700001224419, \"DeletionDate\": 0, \"Description\": \"test描述\", \"HsmClusterId\": \"\", \"KeyId\": \"87ff856e-973c-11ef-947b-525400d834e5\", \"KeyRotationEnabled\": false, \"KeyState\": \"Enabled\", \"KeyUsage\": \"ENCRYPT_DECRYPT\", \"LastRotateTime\": 1730347170, \"NextRotateTime\": 1761883170, \"Origin\": \"TENCENT_KMS\", \"Owner\": \"user\", \"ResourceId\": \"creatorUin/700001224419/87ff856e-973c-11ef-947b-525400d834e5\", \"RotateDays\": 365, \"Type\": 4, \"ValidTo\": 0 } ]",
1117
+ "example": "{\"Alias\":\"test11lzc\",\"CreateTime\":1730357927,\"CreatorUin\":700001224419,\"DeletionDate\":0,\"Description\":\"倒入外部密钥\",\"HsmClusterId\":\"\",\"KeyId\":\"93866e69-9755-11ef-8e65-52540089bc41\",\"KeyRotationEnabled\":false}",
1118
1118
  "member": "KeyMetadata",
1119
1119
  "name": "KeyMetadatas",
1120
1120
  "output_required": true,
@@ -1779,6 +1779,32 @@
1779
1779
  ],
1780
1780
  "type": "object"
1781
1781
  },
1782
+ "ExclusiveHSM": {
1783
+ "document": "独享版集群",
1784
+ "members": [
1785
+ {
1786
+ "disabled": false,
1787
+ "document": "独享集群Id",
1788
+ "example": "cls-hsm-3dflmo9g",
1789
+ "member": "string",
1790
+ "name": "HsmClusterId",
1791
+ "output_required": true,
1792
+ "type": "string",
1793
+ "value_allowed_null": false
1794
+ },
1795
+ {
1796
+ "disabled": false,
1797
+ "document": "独享集群名称",
1798
+ "example": "cls-hsm-3dflmo9g-name",
1799
+ "member": "string",
1800
+ "name": "HsmClusterName",
1801
+ "output_required": true,
1802
+ "type": "string",
1803
+ "value_allowed_null": false
1804
+ }
1805
+ ],
1806
+ "usage": "out"
1807
+ },
1782
1808
  "GenerateDataKeyRequest": {
1783
1809
  "document": "GenerateDataKey请求参数结构体",
1784
1810
  "members": [
@@ -2242,6 +2268,16 @@
2242
2268
  "type": "int",
2243
2269
  "value_allowed_null": false
2244
2270
  },
2271
+ {
2272
+ "disabled": false,
2273
+ "document": "返回独享集群组",
2274
+ "example": "[{\"HsmClusterId\":\"cls-hsm-a1b2c3d4\",\"HsmClusterName\":\"cls-hsm-a1b2c3d4-name\"},{\"HsmClusterId\":\"cls-hsm-a1b2cd5\",\"HsmClusterName\":\"cls-hsm-a1b2c3d5-name\"}]",
2275
+ "member": "ExclusiveHSM",
2276
+ "name": "ExclusiveHSMList",
2277
+ "output_required": false,
2278
+ "type": "list",
2279
+ "value_allowed_null": false
2280
+ },
2245
2281
  {
2246
2282
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2247
2283
  "member": "string",