tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.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 (180) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -76
  3. tccli/services/ai3d/v20250513/api.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +2 -2
  5. tccli/services/autoscaling/v20180419/api.json +11 -0
  6. tccli/services/batch/v20170312/api.json +44 -0
  7. tccli/services/cdb/v20170320/api.json +8 -8
  8. tccli/services/cdb/v20170320/examples.json +1 -1
  9. tccli/services/cdn/v20180606/api.json +5 -5
  10. tccli/services/cdwch/v20200915/api.json +11 -1
  11. tccli/services/cdwdoris/v20211228/api.json +145 -7
  12. tccli/services/cfg/v20210820/api.json +20 -0
  13. tccli/services/cfs/v20190719/api.json +10 -10
  14. tccli/services/cfw/cfw_client.py +53 -0
  15. tccli/services/cfw/v20190904/api.json +272 -0
  16. tccli/services/cfw/v20190904/examples.json +8 -0
  17. tccli/services/ckafka/ckafka_client.py +0 -53
  18. tccli/services/ckafka/v20190819/api.json +0 -215
  19. tccli/services/ckafka/v20190819/examples.json +0 -8
  20. tccli/services/csip/csip_client.py +833 -144
  21. tccli/services/csip/v20221121/api.json +3304 -1436
  22. tccli/services/csip/v20221121/examples.json +105 -7
  23. tccli/services/ctem/v20231128/api.json +20 -0
  24. tccli/services/cvm/v20170312/api.json +3 -3
  25. tccli/services/cwp/v20180228/api.json +9 -0
  26. tccli/services/cwp/v20180228/examples.json +6 -0
  27. tccli/services/dts/v20211206/api.json +21 -1
  28. tccli/services/emr/v20190103/api.json +219 -4
  29. tccli/services/es/v20250101/api.json +22 -0
  30. tccli/services/ess/v20201111/api.json +10 -1
  31. tccli/services/essbasic/v20210526/api.json +3 -3
  32. tccli/services/faceid/v20180301/api.json +3 -3
  33. tccli/services/gs/v20191118/api.json +38 -0
  34. tccli/services/igtm/igtm_client.py +159 -0
  35. tccli/services/igtm/v20231024/api.json +577 -0
  36. tccli/services/igtm/v20231024/examples.json +24 -0
  37. tccli/services/iotexplorer/v20190423/api.json +3 -3
  38. tccli/services/lcic/lcic_client.py +53 -0
  39. tccli/services/lcic/v20220817/api.json +53 -0
  40. tccli/services/lcic/v20220817/examples.json +8 -0
  41. tccli/services/live/live_client.py +224 -65
  42. tccli/services/live/v20180801/api.json +275 -1
  43. tccli/services/live/v20180801/examples.json +25 -1
  44. tccli/services/lke/v20231130/api.json +248 -2
  45. tccli/services/lke/v20231130/examples.json +1 -1
  46. tccli/services/lkeap/v20240522/api.json +1 -1
  47. tccli/services/mrs/v20200910/api.json +10 -0
  48. tccli/services/nlp/nlp_client.py +4 -322
  49. tccli/services/nlp/v20190408/api.json +0 -459
  50. tccli/services/nlp/v20190408/examples.json +0 -48
  51. tccli/services/ocr/v20181119/api.json +60 -5
  52. tccli/services/omics/v20221128/api.json +41 -3
  53. tccli/services/redis/v20180412/api.json +6 -6
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/ses/v20201002/api.json +100 -5
  56. tccli/services/tcb/v20180608/api.json +1 -1
  57. tccli/services/tcb/v20180608/examples.json +1 -1
  58. tccli/services/tdmq/v20200217/api.json +19 -0
  59. tccli/services/teo/teo_client.py +281 -16
  60. tccli/services/teo/v20220901/api.json +611 -6
  61. tccli/services/teo/v20220901/examples.json +48 -2
  62. tccli/services/tione/v20211111/api.json +16 -0
  63. tccli/services/tke/tke_client.py +57 -4
  64. tccli/services/tke/v20180525/api.json +24 -24
  65. tccli/services/tke/v20220501/api.json +52 -0
  66. tccli/services/tke/v20220501/examples.json +8 -0
  67. tccli/services/tmt/v20180321/api.json +4 -4
  68. tccli/services/tsf/v20180326/api.json +4 -4
  69. tccli/services/vclm/v20240523/api.json +2 -2
  70. tccli/services/vod/v20180717/api.json +5 -5
  71. tccli/services/vod/v20180717/examples.json +9 -9
  72. tccli/services/vpc/v20170312/api.json +1 -1
  73. tccli/services/vrs/v20200824/api.json +1 -1
  74. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
  76. tccli/services/cis/__init__.py +0 -4
  77. tccli/services/cis/cis_client.py +0 -525
  78. tccli/services/cis/v20180408/api.json +0 -737
  79. tccli/services/cis/v20180408/examples.json +0 -93
  80. tccli/services/dataintegration/__init__.py +0 -4
  81. tccli/services/dataintegration/dataintegration_client.py +0 -207
  82. tccli/services/dataintegration/v20220613/api.json +0 -87
  83. tccli/services/dataintegration/v20220613/examples.json +0 -13
  84. tccli/services/dtf/__init__.py +0 -4
  85. tccli/services/dtf/dtf_client.py +0 -207
  86. tccli/services/dtf/v20200506/api.json +0 -274
  87. tccli/services/dtf/v20200506/examples.json +0 -13
  88. tccli/services/gpm/__init__.py +0 -4
  89. tccli/services/gpm/gpm_client.py +0 -1108
  90. tccli/services/gpm/v20200820/api.json +0 -1959
  91. tccli/services/gpm/v20200820/examples.json +0 -149
  92. tccli/services/gse/__init__.py +0 -4
  93. tccli/services/gse/gse_client.py +0 -4076
  94. tccli/services/gse/v20191112/api.json +0 -7095
  95. tccli/services/gse/v20191112/examples.json +0 -615
  96. tccli/services/iecp/__init__.py +0 -4
  97. tccli/services/iecp/iecp_client.py +0 -4500
  98. tccli/services/iecp/v20210914/api.json +0 -9770
  99. tccli/services/iecp/v20210914/examples.json +0 -691
  100. tccli/services/iir/__init__.py +0 -4
  101. tccli/services/iir/iir_client.py +0 -207
  102. tccli/services/iir/v20200417/api.json +0 -204
  103. tccli/services/iir/v20200417/examples.json +0 -13
  104. tccli/services/iottid/__init__.py +0 -4
  105. tccli/services/iottid/iottid_client.py +0 -631
  106. tccli/services/iottid/v20190411/api.json +0 -553
  107. tccli/services/iottid/v20190411/examples.json +0 -95
  108. tccli/services/mgobe/__init__.py +0 -4
  109. tccli/services/mgobe/mgobe_client.py +0 -530
  110. tccli/services/mgobe/v20190929/api.json +0 -52
  111. tccli/services/mgobe/v20190929/examples.json +0 -13
  112. tccli/services/mgobe/v20201014/api.json +0 -671
  113. tccli/services/mgobe/v20201014/examples.json +0 -61
  114. tccli/services/mvj/__init__.py +0 -4
  115. tccli/services/mvj/mvj_client.py +0 -207
  116. tccli/services/mvj/v20190926/api.json +0 -123
  117. tccli/services/mvj/v20190926/examples.json +0 -19
  118. tccli/services/pds/__init__.py +0 -4
  119. tccli/services/pds/pds_client.py +0 -260
  120. tccli/services/pds/v20210701/api.json +0 -193
  121. tccli/services/pds/v20210701/examples.json +0 -21
  122. tccli/services/smpn/__init__.py +0 -4
  123. tccli/services/smpn/smpn_client.py +0 -260
  124. tccli/services/smpn/v20190822/api.json +0 -191
  125. tccli/services/smpn/v20190822/examples.json +0 -21
  126. tccli/services/solar/__init__.py +0 -4
  127. tccli/services/solar/solar_client.py +0 -1055
  128. tccli/services/solar/v20181011/api.json +0 -1760
  129. tccli/services/solar/v20181011/examples.json +0 -125
  130. tccli/services/tan/__init__.py +0 -4
  131. tccli/services/tan/tan_client.py +0 -207
  132. tccli/services/tan/v20220420/api.json +0 -65
  133. tccli/services/tan/v20220420/examples.json +0 -19
  134. tccli/services/tav/__init__.py +0 -4
  135. tccli/services/tav/tav_client.py +0 -366
  136. tccli/services/tav/v20190118/api.json +0 -262
  137. tccli/services/tav/v20190118/examples.json +0 -37
  138. tccli/services/tbm/__init__.py +0 -4
  139. tccli/services/tbm/tbm_client.py +0 -631
  140. tccli/services/tbm/v20180129/api.json +0 -1037
  141. tccli/services/tbm/v20180129/examples.json +0 -77
  142. tccli/services/tcex/__init__.py +0 -4
  143. tccli/services/tcex/tcex_client.py +0 -260
  144. tccli/services/tcex/v20200727/api.json +0 -158
  145. tccli/services/tcex/v20200727/examples.json +0 -21
  146. tccli/services/tci/__init__.py +0 -4
  147. tccli/services/tci/tci_client.py +0 -2327
  148. tccli/services/tci/v20190318/api.json +0 -4958
  149. tccli/services/tci/v20190318/examples.json +0 -333
  150. tccli/services/tic/__init__.py +0 -4
  151. tccli/services/tic/tic_client.py +0 -843
  152. tccli/services/tic/v20201117/api.json +0 -1067
  153. tccli/services/tic/v20201117/examples.json +0 -121
  154. tccli/services/ticm/__init__.py +0 -4
  155. tccli/services/ticm/ticm_client.py +0 -313
  156. tccli/services/ticm/v20181127/api.json +0 -1391
  157. tccli/services/ticm/v20181127/examples.json +0 -53
  158. tccli/services/tics/__init__.py +0 -4
  159. tccli/services/tics/tics_client.py +0 -366
  160. tccli/services/tics/v20181115/api.json +0 -694
  161. tccli/services/tics/v20181115/examples.json +0 -37
  162. tccli/services/tiems/__init__.py +0 -4
  163. tccli/services/tiems/tiems_client.py +0 -1479
  164. tccli/services/tiems/v20190416/api.json +0 -3144
  165. tccli/services/tiems/v20190416/examples.json +0 -217
  166. tccli/services/trdp/__init__.py +0 -4
  167. tccli/services/trdp/trdp_client.py +0 -207
  168. tccli/services/trdp/v20220726/api.json +0 -843
  169. tccli/services/trdp/v20220726/examples.json +0 -13
  170. tccli/services/ump/__init__.py +0 -4
  171. tccli/services/ump/ump_client.py +0 -1055
  172. tccli/services/ump/v20200918/api.json +0 -2168
  173. tccli/services/ump/v20200918/examples.json +0 -141
  174. tccli/services/youmall/__init__.py +0 -4
  175. tccli/services/youmall/v20180228/api.json +0 -3572
  176. tccli/services/youmall/v20180228/examples.json +0 -313
  177. tccli/services/youmall/youmall_client.py +0 -1797
  178. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
  179. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
  180. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,141 +0,0 @@
1
- {
2
- "actions": {
3
- "CreateCameraAlerts": [
4
- {
5
- "document": "",
6
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCameraAlerts\n<公共请求参数>\n\n{\n \"Alerts\": [\n {\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"CameraId\": 1,\n \"CaptureTime\": 123123123123,\n \"MoveAlert\": {\n \"Move\": true,\n \"MoveConfidence\": 0.32\n },\n \"CoverAlert\": {\n \"Cover\": true,\n \"CoverConfidence\": 0.32\n }\n }\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
8
- "title": "上报相机移动、遮挡等告警信息"
9
- }
10
- ],
11
- "CreateCameraState": [
12
- {
13
- "document": "",
14
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCameraState\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"CameraStates\": [\n {\n \"CameraId\": 1,\n \"State\": 10\n },\n {\n \"CameraId\": 2,\n \"State\": 11\n }\n ]\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
16
- "title": "相机状态上报接口"
17
- }
18
- ],
19
- "CreateCapture": [
20
- {
21
- "document": "",
22
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCapture\n<公共请求参数>\n\n{\n \"Data\": \"source capture info\"\n}",
23
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"RspData\": \"source detail response info\"\n }\n}",
24
- "title": "接入层抓拍上报接口"
25
- }
26
- ],
27
- "CreateMultiBizAlert": [
28
- {
29
- "document": "",
30
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiBizAlert\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"ZoneId\": 1,\n \"CameraId\": 1,\n \"CaptureTime\": 1600011956020,\n \"Image\": \"imagebase64stirng\",\n \"State\": 1,\n \"Warnings\": [\n {\n \"Id\": -1,\n \"MonitoringArea\": [\n {\n \"X\": 0,\n \"Y\": 0\n },\n {\n \"X\": 1920,\n \"Y\": 0\n },\n {\n \"X\": 1920,\n \"Y\": 1080\n },\n {\n \"X\": 0,\n \"Y\": 1080\n }\n ],\n \"WarningInfos\": [\n {\n \"WarningType\": 1,\n \"WarningAreaSize\": 100,\n \"WarningLocation\": {\n \"X\": 100,\n \"Y\": 100\n },\n \"WarningAreaContour\": [\n {\n \"X\": 100,\n \"Y\": 100\n }\n ]\n }\n ]\n }\n ]\n}",
31
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
32
- "title": "多经点位告警"
33
- }
34
- ],
35
- "CreateProgramState": [
36
- {
37
- "document": "",
38
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProgramState\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"ProgramStateItems\": [\n {\n \"ServerIp\": \"192.168.1.1\",\n \"ProgramName\": \"ops_server\",\n \"OnlineCount\": 1,\n \"OfflineCount\": 1,\n \"State\": 1\n }\n ]\n}",
39
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
40
- "title": "进程监控信息"
41
- }
42
- ],
43
- "CreateServerState": [
44
- {
45
- "document": "",
46
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateServerState\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"ReportTime\": 123456789,\n \"ServerStateItems\": [\n {\n \"ServerState\": 1,\n \"ServerIp\": \"192.168.1.1\",\n \"DiskInfos\": [\n {\n \"DiskName\": \"/dev/sdb\",\n \"Usage\": 0.45\n }\n ]\n }\n ]\n}",
47
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
48
- "title": "服务器监控信息"
49
- }
50
- ],
51
- "DeleteMultiBizAlert": [
52
- {
53
- "document": "",
54
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMultiBizAlert\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"CameraId\": 1,\n \"ZoneId\": 1,\n \"ActionType\": 1,\n \"Image\": \"imagebase64string\"\n}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
56
- "title": "多经点位消警"
57
- }
58
- ],
59
- "DeleteTask": [
60
- {
61
- "document": "",
62
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteTask\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"TaskId\": 1\n}",
63
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
64
- "title": "删除任务"
65
- }
66
- ],
67
- "DescribeCameras": [
68
- {
69
- "document": "",
70
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCameras\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1\n}",
71
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"Cameras\": [\n {\n \"CameraFeature\": 1,\n \"CameraId\": 1,\n \"CameraName\": \"camera_name\",\n \"Pixel\": \"100w\",\n \"CameraIp\": \"ip\",\n \"CameraState\": 0,\n \"RTSP\": \"rtsp://192.168.1.1/av0_0\",\n \"Zones\": [\n {\n \"ZoneId\": 1,\n \"ZoneName\": \"zone_name\",\n \"BunkCodes\": \"bunk_codes\"\n }\n ]\n }\n ]\n }\n}",
72
- "title": "获取摄像头状态列表"
73
- }
74
- ],
75
- "DescribeConfig": [
76
- {
77
- "document": "",
78
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfig\n<公共请求参数>\n\n{\n \"ServerMac\": \"78:7B:8A:CD:1D:EA\",\n \"GroupCode\": \"\",\n \"MallId\": 0,\n \"CameraSign\": \"sign\",\n \"CameraAppId\": \"\",\n \"CameraTimestamp\": 1599655851520,\n \"SessionId\": \"id\"\n}",
79
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"SessionId\": \"id\",\n \"Version\": 1,\n \"Cameras\": [\n {\n \"GroupCode\": \"\",\n \"MallId\": 1,\n \"FloorId\": 1,\n \"CameraId\": 1,\n \"CameraIp\": \"ip\",\n \"CameraMac\": \"mac\",\n \"CameraType\": 2,\n \"CameraFeature\": 1,\n \"CameraState\": 0,\n \"Width\": 1920,\n \"Height\": 1080,\n \"ZoneId\": 1,\n \"ZoneType\": 1,\n \"Config\": {\n \"CameraProducer\": \"D\",\n \"RTSP\": \"\",\n \"Fps\": 5,\n \"DecodeFps\": 5,\n \"PassengerFlow\": 1,\n \"FaceExpose\": 1,\n \"MallArea\": [\n {\n \"X\": 1,\n \"Y\": 1\n },\n {\n \"X\": 2,\n \"Y\": 2\n },\n {\n \"X\": 3,\n \"Y\": 3\n }\n ],\n \"ShopArea\": [\n {\n \"X\": 1,\n \"Y\": 1\n },\n {\n \"X\": 2,\n \"Y\": 2\n },\n {\n \"X\": 3,\n \"Y\": 3\n }\n ],\n \"TrackAreas\": [\n {\n \"Points\": [\n {\n \"X\": 1,\n \"Y\": 1\n },\n {\n \"X\": 2,\n \"Y\": 2\n },\n {\n \"X\": 3,\n \"Y\": 3\n },\n {\n \"X\": 4,\n \"Y\": 4\n }\n ]\n }\n ],\n \"Zones\": [\n {\n \"ZoneId\": 1,\n \"ShopArea\": [\n {\n \"X\": 1,\n \"Y\": 1\n },\n {\n \"X\": 2,\n \"Y\": 2\n },\n {\n \"X\": 3,\n \"Y\": 3\n }\n ]\n }\n ]\n }\n }\n ]\n }\n}",
80
- "title": "获取摄像头配置信息"
81
- }
82
- ],
83
- "DescribeImage": [
84
- {
85
- "document": "",
86
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImage\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"CameraId\": 1\n}",
87
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"ImageUrl\": \"http://youmall.cos.ap-shanghai.myqlcoud.com/123456.png\"\n }\n}",
88
- "title": "获取底图"
89
- }
90
- ],
91
- "DescribeMultiBizBaseImage": [
92
- {
93
- "document": "",
94
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiBizBaseImage\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"ZoneId\": 1,\n \"CameraId\": 1\n}",
95
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"ImageUrl\": \"http://youmall.cos.ap-shanghai.myqcloud.com/tmp.png\"\n }\n}",
96
- "title": "获取多经点位底图"
97
- }
98
- ],
99
- "DescribeTasks": [
100
- {
101
- "document": "",
102
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasks\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"TaskType\": 1\n}",
103
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"Tasks\": [\n {\n \"TaskType\": 0,\n \"TaskId\": 1,\n \"GroupCode\": \"code\",\n \"MallId\": 1,\n \"TaskContent\": {\n \"CameraId\": 1,\n \"RTSP\": \"rtsp://127.0.0.1/video0\",\n \"Url\": \"cos put url\"\n }\n }\n ]\n }\n}",
104
- "title": "查询任务列表"
105
- }
106
- ],
107
- "DescribeZones": [
108
- {
109
- "document": "",
110
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"Zones\": [\n {\n \"ZoneId\": 1,\n \"ZoneName\": \"zone_name\",\n \"ZoneType\": 1,\n \"BindNum\": 0,\n \"DebugNum\": 0,\n \"BunkCodes\": \"bunk_codes\",\n \"FloorId\": 0,\n \"FloorName\": \"floor_name\",\n \"State\": 0\n }\n ]\n }\n}",
112
- "title": "获取点位列表"
113
- }
114
- ],
115
- "ModifyMultiBizConfig": [
116
- {
117
- "document": "",
118
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMultiBizConfig\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"CameraId\": 1,\n \"ZoneId\": 1,\n \"MonitoringAreas\": [\n {\n \"Points\": [\n {\n \"X\": 1,\n \"Y\": 1\n },\n {\n \"X\": 2,\n \"Y\": 2\n },\n {\n \"X\": 3,\n \"Y\": 3\n },\n {\n \"X\": 4,\n \"Y\": 4\n }\n ]\n }\n ]\n}",
119
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
120
- "title": "多经点位配置更新"
121
- }
122
- ],
123
- "ReportServiceRegister": [
124
- {
125
- "document": "",
126
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReportServiceRegister\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"ServerIp\": \"192.168.1.1\",\n \"ServerNodeId\": \"asdr5qwfq451234fsdgsfg\",\n \"ServiceRegisterInfos\": [\n {\n \"CgiUrl\": \"http://127.0.0.1:111111/hello_world\",\n \"ServiceType\": 2\n },\n {\n \"CgiUrl\": \"http://127.0.0.1:22222/hello_tencent\",\n \"ServiceType\": 3\n }\n ],\n \"ReportTime\": 123456789\n}",
127
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
128
- "title": "上报服务回调地址注册"
129
- }
130
- ],
131
- "SearchImage": [
132
- {
133
- "document": "",
134
- "input": "POST / HTTP/1.1\nHost: ump.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchImage\n<公共请求参数>\n\n{\n \"GroupCode\": \"group_code\",\n \"MallId\": 1,\n \"Image\": \"imagebase64string\",\n \"ImageTime\": 1600427281051\n}",
135
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"FaceId\": \"face_id\",\n \"Results\": [\n {\n \"Image\": \"image base64 string\",\n \"PersonId\": \"person_id\",\n \"Similarity\": 0.99\n }\n ]\n }\n}",
136
- "title": "以图搜图"
137
- }
138
- ]
139
- },
140
- "version": "1.0"
141
- }
@@ -1,4 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- from tccli.services.youmall.youmall_client import action_caller
4
-