tccli 3.0.1245.1__py2.py3-none-any.whl → 3.0.1247.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/billing/v20180709/api.json +55 -1
  4. tccli/services/cam/v20190116/api.json +14 -14
  5. tccli/services/ccc/v20200210/api.json +61 -1
  6. tccli/services/cdb/cdb_client.py +53 -0
  7. tccli/services/cdb/v20170320/api.json +72 -0
  8. tccli/services/cdb/v20170320/examples.json +8 -0
  9. tccli/services/cls/v20201016/api.json +3 -3
  10. tccli/services/dbbrain/v20210527/api.json +14 -5
  11. tccli/services/dbdc/v20201029/api.json +72 -72
  12. tccli/services/dcdb/v20180411/api.json +3 -3
  13. tccli/services/dcdb/v20180411/examples.json +1 -1
  14. tccli/services/ecm/v20190719/api.json +17 -11
  15. tccli/services/ecm/v20190719/examples.json +1 -1
  16. tccli/services/ess/v20201111/api.json +1 -1
  17. tccli/services/essbasic/v20210526/api.json +1 -1
  18. tccli/services/hunyuan/v20230901/api.json +4 -4
  19. tccli/services/iotexplorer/iotexplorer_client.py +216 -4
  20. tccli/services/iotexplorer/v20190423/api.json +146 -1
  21. tccli/services/iotexplorer/v20190423/examples.json +34 -2
  22. tccli/services/lcic/v20220817/api.json +110 -111
  23. tccli/services/lcic/v20220817/examples.json +40 -40
  24. tccli/services/lkeap/__init__.py +4 -0
  25. tccli/services/lkeap/lkeap_client.py +1479 -0
  26. tccli/services/lkeap/v20240522/api.json +1973 -0
  27. tccli/services/lkeap/v20240522/examples.json +223 -0
  28. tccli/services/mna/v20210119/api.json +7 -7
  29. tccli/services/mna/v20210119/examples.json +9 -9
  30. tccli/services/mongodb/v20180408/api.json +153 -112
  31. tccli/services/mongodb/v20180408/examples.json +2 -2
  32. tccli/services/mongodb/v20190725/api.json +202 -167
  33. tccli/services/mongodb/v20190725/examples.json +8 -8
  34. tccli/services/monitor/v20180724/api.json +19 -0
  35. tccli/services/ocr/v20181119/api.json +10 -10
  36. tccli/services/ocr/v20181119/examples.json +15 -15
  37. tccli/services/sqlserver/v20180328/api.json +43 -5
  38. tccli/services/sqlserver/v20180328/examples.json +2 -2
  39. tccli/services/ssl/v20191205/api.json +1 -1
  40. tccli/services/tcb/v20180608/api.json +281 -258
  41. tccli/services/tcb/v20180608/examples.json +18 -18
  42. tccli/services/tcbr/v20220217/api.json +46 -13
  43. tccli/services/tcbr/v20220217/examples.json +2 -8
  44. tccli/services/tcr/v20190924/api.json +125 -121
  45. tccli/services/tcr/v20190924/examples.json +53 -53
  46. tccli/services/tdmq/tdmq_client.py +57 -4
  47. tccli/services/tdmq/v20200217/api.json +107 -0
  48. tccli/services/tdmq/v20200217/examples.json +8 -0
  49. tccli/services/trtc/v20190722/api.json +33 -33
  50. tccli/services/vdb/v20230616/api.json +2 -2
  51. tccli/services/vpc/v20170312/api.json +38 -25
  52. tccli/services/vpc/v20170312/examples.json +29 -7
  53. tccli/services/wedata/v20210820/api.json +34 -1
  54. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/RECORD +58 -54
  56. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/license_files/LICENSE +0 -0
@@ -19,8 +19,8 @@
19
19
  "BatchCreateGroupWithMembers": [
20
20
  {
21
21
  "document": "批量创建群组",
22
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateGroupWithMembers\n<公共请求参数>\n\n{\n \"SdkAppId\": 12345678,\n \"GroupBaseInfos\": [\n {\n \"GroupName\": \"test1\",\n \"TeacherId\": \"abc\"\n },\n {\n \"GroupName\": \"test2\"\n }\n ],\n \"MemberIds\": [\n \"abc\",\n \"bcd\"\n ]\n}",
23
- "output": "{\n \"Response\": {\n \"GroupIds\": [\n \"2CvDgjRNjylAsBZB4iZc0F6koXe\",\n \"abcddredrtertet\"\n ],\n \"RequestId\": \"213das\"\n }\n}",
22
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateGroupWithMembers\n<公共请求参数>\n\n{\n \"SdkAppId\": 12345678,\n \"GroupBaseInfos\": [\n {\n \"GroupName\": \"test1\",\n \"TeacherId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\"\n },\n {\n \"GroupName\": \"test2\"\n }\n ],\n \"MemberIds\": [\n \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\",\n \"2aiT64yygupUJ5zrkRi2r3hh54x\"\n ]\n}",
23
+ "output": "{\n \"Response\": {\n \"GroupIds\": [\n \"2CvDgjRNjylAs\",\n \"BZB4iZc0F6ko\"\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
24
24
  "title": "批量创建群组"
25
25
  }
26
26
  ],
@@ -51,16 +51,16 @@
51
51
  "BatchDescribeDocument": [
52
52
  {
53
53
  "document": "批量获取文档详情",
54
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDescribeDocument\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Page\": 0,\n \"Limit\": 0,\n \"Permission\": [\n 1\n ],\n \"Owner\": \"abc\",\n \"Keyword\": \"abc\",\n \"DocumentId\": [\n \"abc\"\n ]\n}",
55
- "output": "{\n \"Response\": {\n \"Total\": 0,\n \"Documents\": [\n {\n \"DocumentId\": \"abc\",\n \"DocumentUrl\": \"abc\",\n \"DocumentName\": \"abc\",\n \"Owner\": \"abc\",\n \"SdkAppId\": 1,\n \"Permission\": 1,\n \"TranscodeResult\": \"abc\",\n \"TranscodeType\": 1,\n \"TranscodeProgress\": 1,\n \"TranscodeState\": 1,\n \"TranscodeInfo\": \"abc\",\n \"DocumentType\": \"abc\",\n \"DocumentSize\": 1,\n \"UpdateTime\": 1,\n \"Pages\": 1,\n \"Width\": 1,\n \"Height\": 1,\n \"Cover\": \"abc\",\n \"Preview\": \"abc\",\n \"Resolution\": \"1280*720\",\n \"MinScaleResolution\": \"1280*720\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDescribeDocument\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Page\": 0,\n \"Limit\": 0,\n \"Permission\": [\n 1\n ],\n \"Owner\": \"2kJJBH6G1dfBFUJqXLh0Mg3ELLk\",\n \"Keyword\": \"hello\",\n \"DocumentId\": [\n \"cdockjkj\"\n ]\n}",
55
+ "output": "{\n \"Response\": {\n \"Total\": 0,\n \"Documents\": [\n {\n \"DocumentId\": \"dej45ee21\",\n \"DocumentUrl\": \"https://www.baidu.com/1.pdf\",\n \"DocumentName\": \"docddabc\",\n \"Owner\": \"2kJJBH6G1dfBFUJqXLh0Mg3ELLk\",\n \"SdkAppId\": 1,\n \"Permission\": 1,\n \"TranscodeResult\": \"success\",\n \"TranscodeType\": 1,\n \"TranscodeProgress\": 1,\n \"TranscodeState\": 1,\n \"TranscodeInfo\": \"llkjkjiijk\",\n \"DocumentType\": \"pdf\",\n \"DocumentSize\": 1,\n \"UpdateTime\": 1,\n \"Pages\": 1,\n \"Width\": 1,\n \"Height\": 1,\n \"Cover\": \"https://www.baidu.com/1.jpg\",\n \"Preview\": \"https://www.baidu.com/preview.jpg\",\n \"Resolution\": \"1280*720\",\n \"MinScaleResolution\": \"1280*720\"\n }\n ],\n \"RequestId\": \"2a117d109a0c533e5ecd37fc221ba7f7\"\n }\n}",
56
56
  "title": "示例"
57
57
  }
58
58
  ],
59
59
  "BatchRegister": [
60
60
  {
61
61
  "document": "批量注册用户",
62
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchRegister\n<公共请求参数>\n\n{\n \"Users\": [\n {\n \"SdkAppId\": 190912,\n \"Name\": \"test\",\n \"OriginId\": \"use109\",\n \"Avatar\": \"http://user.com?pic=123\"\n }\n ]\n}",
63
- "output": "{\n \"Response\": {\n \"Users\": [\n {\n \"SdkAppId\": 1091,\n \"UserId\": \"58HJKL908\",\n \"OriginId\": \"58HJKL908\"\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
62
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchRegister\n<公共请求参数>\n\n{\n \"Users\": [\n {\n \"SdkAppId\": 13465287,\n \"Name\": \"userName\",\n \"OriginId\": \"use109\",\n \"Avatar\": \"http://user.com?pic=123\"\n }\n ]\n}",
63
+ "output": "{\n \"Response\": {\n \"Users\": [\n {\n \"SdkAppId\": 13465287,\n \"UserId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\",\n \"OriginId\": \"use109\"\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
64
64
  "title": "示例"
65
65
  }
66
66
  ],
@@ -75,24 +75,24 @@
75
75
  "CreateDocument": [
76
76
  {
77
77
  "document": "",
78
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDocument\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"DocumentUrl\": \"abc\",\n \"DocumentName\": \"abc\",\n \"Owner\": \"abc\",\n \"TranscodeType\": 1,\n \"Permission\": 1,\n \"DocumentType\": \"abc\",\n \"DocumentSize\": 1,\n \"AutoHandleUnsupportedElement\": true\n}",
79
- "output": "{\n \"Response\": {\n \"DocumentId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
78
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDocument\n<公共请求参数>\n\n{\n \"SdkAppId\": 329013,\n \"DocumentUrl\": \"http://4323ba94-27a5bca82d6b.doc\",\n \"DocumentName\": \"课堂文档\",\n \"Owner\": \"Tom\",\n \"TranscodeType\": 1,\n \"Permission\": 1,\n \"DocumentType\": \"doc\",\n \"DocumentSize\": 1,\n \"AutoHandleUnsupportedElement\": true\n}",
79
+ "output": "{\n \"Response\": {\n \"DocumentId\": \"wuplop\",\n \"RequestId\": \"bb9c8d-4236-419b-8c39-572234jifsns7\"\n }\n}",
80
80
  "title": "创建文档"
81
81
  }
82
82
  ],
83
83
  "CreateGroupWithMembers": [
84
84
  {
85
85
  "document": "根据成员列表创建群组",
86
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupWithMembers\n<公共请求参数>\n\n{\n \"GroupName\": \"test\",\n \"SdkAppId\": 12345678,\n \"MemberIds\": [\n \"abc\",\n \"bcd\"\n ]\n}",
87
- "output": "{\n \"Response\": {\n \"GroupId\": \"2CvDgjRNjylAsBZB4iZc0F6koXe\",\n \"RequestId\": \"213das\"\n }\n}",
86
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupWithMembers\n<公共请求参数>\n\n{\n \"GroupName\": \"Group_name\",\n \"SdkAppId\": 3450918,\n \"MemberIds\": [\n \"member_1\",\n \"member_2\"\n ]\n}",
87
+ "output": "{\n \"Response\": {\n \"GroupId\": \"2CvDgjRNjylAsBZB4iZc0F6koXe\",\n \"RequestId\": \"bb9c8d-4236-419b-8c39-572234jifsns7\"\n }\n}",
88
88
  "title": "创建群组"
89
89
  }
90
90
  ],
91
91
  "CreateGroupWithSubGroup": [
92
92
  {
93
93
  "document": "聚合子群组创建联合群组",
94
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupWithSubGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"test\",\n \"SdkAppId\": 12345678,\n \"TeacherId\": \"dfgdfg\",\n \"SubGroupIds\": [\n \"abc\",\n \"bcd\"\n ]\n}",
95
- "output": "{\n \"Response\": {\n \"GroupId\": \"2CvDgjRNjylAsBZB4iZc0F6koXe\",\n \"RequestId\": \"213das\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupWithSubGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"Group_name\",\n \"SdkAppId\": 3450918,\n \"TeacherId\": \"Teacher_98979\",\n \"SubGroupIds\": [\n \"asdasd\",\n \"asdasd\"\n ]\n}",
95
+ "output": "{\n \"Response\": {\n \"GroupId\": \"2CvDgjRNjylAsBZB4iZc0F6koXe\",\n \"RequestId\": \"bb9c8d-4236-419b-8c39-572234jifsns7\"\n }\n}",
96
96
  "title": "聚合子群组创建联合群组"
97
97
  }
98
98
  ],
@@ -107,8 +107,8 @@
107
107
  "CreateSupervisor": [
108
108
  {
109
109
  "document": "创建巡课教师",
110
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSupervisor\n<公共请求参数>\n\n{\n \"SdkAppId\": 123,\n \"Users\": [\n \"test\"\n ]\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"213das\"\n }\n}",
110
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSupervisor\n<公共请求参数>\n\n{\n \"SdkAppId\": 13465287,\n \"Users\": [\n \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\"\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
112
112
  "title": "创建巡课"
113
113
  }
114
114
  ],
@@ -163,8 +163,8 @@
163
163
  "DeleteSupervisor": [
164
164
  {
165
165
  "document": "刪除巡课",
166
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSupervisor\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Users\": [\n \"abc\"\n ]\n}",
167
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
166
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSupervisor\n<公共请求参数>\n\n{\n \"SdkAppId\": 13465287,\n \"Users\": [\n \"2aiT64yygupUJ5zrkRi2r3hh54x\"\n ]\n}",
167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
168
168
  "title": "示例"
169
169
  }
170
170
  ],
@@ -188,15 +188,15 @@
188
188
  {
189
189
  "document": "获取应用配置",
190
190
  "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppDetail\n<公共请求参数>\n\n{\n \"ApplicationId\": \"3028839\",\n \"DeveloperId\": \"db5bb499-8691-463f-ac64-1a48f80d968a\"\n}",
191
- "output": "{\n \"Response\": {\n \"SdkAppId\": \"abc\",\n \"AppConfig\": {\n \"ApplicationId\": \"abc\",\n \"AppName\": \"abc\",\n \"State\": 0,\n \"AppVersion\": 0,\n \"CreatedAt\": \"abc\",\n \"Callback\": \"abc\",\n \"CallbackKey\": \"abc\"\n },\n \"SceneConfig\": [\n {\n \"Scene\": \"abc\",\n \"LogoUrl\": \"abc\",\n \"HomeUrl\": \"abc\",\n \"JSUrl\": \"abc\",\n \"CSSUrl\": \"abc\"\n }\n ],\n \"TransferConfig\": {\n \"State\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
191
+ "output": "{\n \"Response\": {\n \"SdkAppId\": \"13465287\",\n \"AppConfig\": {\n \"ApplicationId\": \"2CvDgjRNjylAs\",\n \"AppName\": \"appName01\",\n \"State\": 0,\n \"AppVersion\": 0,\n \"CreatedAt\": \"1704074400\",\n \"Callback\": \"http://11.22.33.44:8080/callback\",\n \"CallbackKey\": \"myCallBack\"\n },\n \"SceneConfig\": [\n {\n \"Scene\": \"scene01\",\n \"LogoUrl\": \"http://11.22.33.44:8080/log\",\n \"HomeUrl\": \"http://11.22.33.44:8080/home\",\n \"JSUrl\": \"http://11.22.33.44:8080/js\",\n \"CSSUrl\": \"http://11.22.33.44:8080/css\"\n }\n ],\n \"TransferConfig\": {\n \"State\": 1\n },\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
192
192
  "title": "获取应用配置"
193
193
  }
194
194
  ],
195
195
  "DescribeCurrentMemberList": [
196
196
  {
197
197
  "document": "获取当前房间的成员列表。房间结束或过期后无法使用",
198
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCurrentMemberList\n<公共请求参数>\n\n{\n \"RoomId\": 123,\n \"Page\": 1,\n \"Limit\": 10\n}",
199
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"MemberRecords\": [\n {\n \"UserId\": \"109912\",\n \"UserName\": \"Name\",\n \"PresentTime\": 1,\n \"Camera\": 1,\n \"Mic\": 1,\n \"Silence\": 1,\n \"AnswerQuestions\": 1,\n \"HandUps\": 1,\n \"FirstJoinTimestamp\": 1,\n \"LastQuitTimestamp\": 1,\n \"Rewords\": 1,\n \"IPAddress\": \"1.1.1.1\",\n \"Location\": \"abc\",\n \"Device\": 0,\n \"PerMemberMicCount\": 0,\n \"PerMemberMessageCount\": 0,\n \"Role\": 1,\n \"GroupId\": \"abc\",\n \"SubGroupId\": [\n \"abc\"\n ],\n \"Stage\": 0,\n \"CurrentState\": 1\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
198
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCurrentMemberList\n<公共请求参数>\n\n{\n \"RoomId\": 301234567,\n \"Page\": 1,\n \"Limit\": 10\n}",
199
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"MemberRecords\": [\n {\n \"UserId\": \"109912\",\n \"UserName\": \"Name\",\n \"PresentTime\": 1,\n \"Camera\": 1,\n \"Mic\": 1,\n \"Silence\": 1,\n \"AnswerQuestions\": 1,\n \"HandUps\": 1,\n \"FirstJoinTimestamp\": 1,\n \"LastQuitTimestamp\": 1,\n \"Rewords\": 1,\n \"IPAddress\": \"1.1.1.1\",\n \"Location\": \"beijing\",\n \"Device\": 0,\n \"PerMemberMicCount\": 0,\n \"PerMemberMessageCount\": 0,\n \"Role\": 1,\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"SubGroupId\": [\n \"BZB4iZc0F6ko\"\n ],\n \"Stage\": 0,\n \"CurrentState\": 1\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
200
200
  "title": "获取当前房间的成员列表"
201
201
  }
202
202
  ],
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "document": "示例",
206
206
  "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeveloper\n<公共请求参数>\n\n{}",
207
- "output": "{\n \"Response\": {\n \"DeveloperId\": \"123\",\n \"RequestId\": \"123\"\n }\n}",
207
+ "output": "{\n \"Response\": {\n \"DeveloperId\": \"54243277893542\",\n \"RequestId\": \"bb9c8d-4236-419b-8c39-572234jifsns7\"\n }\n}",
208
208
  "title": "DescribeDeveloper 示例"
209
209
  }
210
210
  ],
@@ -239,8 +239,8 @@
239
239
  "DescribeDocumentsByRoom": [
240
240
  {
241
241
  "document": "获取指定课堂文档",
242
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDocumentsByRoom\n<公共请求参数>\n\n{\n \"RoomId\": 1,\n \"SdkAppId\": 1234567\n}",
243
- "output": "{\n \"Response\": {\n \"Documents\": [\n {\n \"DocumentId\": \"Klpwo90M\",\n \"DocumentUrl\": \"https://www.klpa.com\",\n \"DocumentName\": \"llppqom\",\n \"Owner\": \"abc\",\n \"SdkAppId\": 1,\n \"Permission\": 1,\n \"TranscodeResult\": \"1909\",\n \"TranscodeType\": 1,\n \"TranscodeProgress\": 1,\n \"TranscodeState\": 1,\n \"TranscodeInfo\": \"abc\",\n \"DocumentType\": \"abc\",\n \"DocumentSize\": 1,\n \"UpdateTime\": 1,\n \"Pages\": 1,\n \"Width\": 1,\n \"Height\": 1,\n \"Cover\": \"abc\",\n \"Preview\": \"abc\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
242
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDocumentsByRoom\n<公共请求参数>\n\n{\n \"RoomId\": 2327911,\n \"SdkAppId\": 342109\n}",
243
+ "output": "{\n \"Response\": {\n \"Documents\": [\n {\n \"DocumentId\": \"Klpwo90M\",\n \"DocumentUrl\": \"https://www.klpa.com\",\n \"DocumentName\": \"llppqom\",\n \"Owner\": \"Tom\",\n \"SdkAppId\": 36281029,\n \"Permission\": 1,\n \"TranscodeResult\": \"https://usfhugsjhkdfjhhsjhakjsl.mp4\",\n \"TranscodeType\": 1,\n \"TranscodeProgress\": 1,\n \"TranscodeState\": 1,\n \"TranscodeInfo\": \"SUCCESS\",\n \"DocumentType\": \"doc\",\n \"DocumentSize\": 1,\n \"UpdateTime\": 19849018,\n \"Pages\": 1,\n \"Width\": 1,\n \"Height\": 1,\n \"Cover\": \"312\",\n \"Preview\": \"1232\",\n \"Resolution\": \"\",\n \"MinScaleResolution\": \"1280x720\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
244
244
  "title": "获取指定课堂文档"
245
245
  }
246
246
  ],
@@ -332,7 +332,7 @@
332
332
  {
333
333
  "document": "获取房间统计信息示例",
334
334
  "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoomStatistics\n<公共请求参数>\n\n{\n \"RoomId\": 1,\n \"Page\": 1,\n \"Limit\": 1\n}",
335
- "output": "{\n \"Response\": {\n \"PeakMemberNumber\": 1,\n \"MemberNumber\": 1,\n \"Total\": 1,\n \"MemberRecords\": [\n {\n \"UserId\": \"90813\",\n \"UserName\": \"Name\",\n \"PresentTime\": 1,\n \"Camera\": 1,\n \"Mic\": 1,\n \"Silence\": 1,\n \"AnswerQuestions\": 1,\n \"HandUps\": 1,\n \"FirstJoinTimestamp\": 1,\n \"LastQuitTimestamp\": 1,\n \"Rewords\": 1,\n \"IPAddress\": \"1.1.1.1\",\n \"Location\": \"country\",\n \"Device\": 0,\n \"PerMemberMicCount\": 0,\n \"PerMemberMessageCount\": 0,\n \"Role\": 1,\n \"GroupId\": \"abc\",\n \"SubGroupId\": [\n \"abc\"\n ],\n \"Stage\": 0,\n \"CurrentState\": 1\n }\n ],\n \"RealStartTime\": 1,\n \"RealEndTime\": 1,\n \"MessageCount\": 1,\n \"MicCount\": 1,\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
335
+ "output": "{\n \"Response\": {\n \"PeakMemberNumber\": 1,\n \"MemberNumber\": 1,\n \"Total\": 1,\n \"MemberRecords\": [\n {\n \"UserId\": \"90813\",\n \"UserName\": \"Name\",\n \"PresentTime\": 1,\n \"Camera\": 1,\n \"Mic\": 1,\n \"Silence\": 1,\n \"AnswerQuestions\": 1,\n \"HandUps\": 1,\n \"FirstJoinTimestamp\": 1,\n \"LastQuitTimestamp\": 1,\n \"Rewords\": 1,\n \"IPAddress\": \"1.1.1.1\",\n \"Location\": \"country\",\n \"Device\": 0,\n \"PerMemberMicCount\": 0,\n \"PerMemberMessageCount\": 0,\n \"Role\": 1,\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"SubGroupId\": [\n \"BZB4iZc0F6ko\"\n ],\n \"Stage\": 0,\n \"CurrentState\": 1\n }\n ],\n \"RealStartTime\": 1,\n \"RealEndTime\": 1,\n \"MessageCount\": 1,\n \"MicCount\": 1,\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
336
336
  "title": "示例"
337
337
  }
338
338
  ],
@@ -356,15 +356,15 @@
356
356
  {
357
357
  "document": "获取巡课列表",
358
358
  "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSupervisors\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Limit\": 1,\n \"Page\": 1\n}",
359
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Page\": 1,\n \"Limit\": 1,\n \"UserIds\": [\n \"abc\"\n ],\n \"RequestId\": \"abc\"\n }\n}",
359
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Page\": 1,\n \"Limit\": 1,\n \"UserIds\": [\n \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\"\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
360
360
  "title": "示例"
361
361
  }
362
362
  ],
363
363
  "DescribeUser": [
364
364
  {
365
365
  "document": "",
366
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserId\": \"abc\"\n}",
367
- "output": "{\n \"Response\": {\n \"SdkAppId\": 1,\n \"UserId\": \"abc\",\n \"Name\": \"abc\",\n \"Avatar\": \"abc\",\n \"OriginId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
366
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserId\": \"2kJJBH6G1dfBFUJqXLh0Mg3ELLk\"\n}",
367
+ "output": "{\n \"Response\": {\n \"SdkAppId\": 1,\n \"UserId\": \"2kJJBH6G1dfBFUJqXLh0Mg3ELLk\",\n \"Name\": \"zhagnsan\",\n \"Avatar\": \"https://xxx.com/cat.jpg\",\n \"OriginId\": \"hello-moto\",\n \"RequestId\": \"2a117d109a0c533e5ecd37fc221ba7f7\"\n }\n}",
368
368
  "title": "获取用户信息"
369
369
  }
370
370
  ],
@@ -387,8 +387,8 @@
387
387
  "GetRoomEvent": [
388
388
  {
389
389
  "document": "获取房间事件",
390
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRoomEvent\n<公共请求参数>\n\n{\n \"RoomId\": 1,\n \"SdkAppId\": 1234,\n \"Page\": 1,\n \"Limit\": 10,\n \"Keyword\": \"\"\n}",
391
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Events\": [\n {\n \"Timestamp\": 1,\n \"EventType\": \"abc\",\n \"EventData\": {\n \"RoomId\": 1,\n \"UserId\": \"abc\"\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
390
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRoomEvent\n<公共请求参数>\n\n{\n \"RoomId\": 1,\n \"SdkAppId\": 13465287,\n \"Page\": 1,\n \"Limit\": 10,\n \"Keyword\": \"\"\n}",
391
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Events\": [\n {\n \"Timestamp\": 1,\n \"EventType\": \"MemberJoin\",\n \"EventData\": {\n \"RoomId\": 1,\n \"UserId\": \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\"\n }\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
392
392
  "title": "获取房间事件"
393
393
  }
394
394
  ],
@@ -396,7 +396,7 @@
396
396
  {
397
397
  "document": "示例",
398
398
  "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRoomMessage\n<公共请求参数>\n\n{\n \"SdkAppId\": 0,\n \"RoomId\": 1,\n \"Seq\": 0,\n \"Limit\": 1\n}",
399
- "output": "{\n \"Response\": {\n \"Messages\": [\n {\n \"Timestamp\": 0,\n \"FromAccount\": \"abc\",\n \"Seq\": 0,\n \"MessageBody\": [\n {\n \"MessageType\": 0,\n \"TextMessage\": \"abc\",\n \"ImageMessage\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
399
+ "output": "{\n \"Response\": {\n \"Messages\": [\n {\n \"Timestamp\": 0,\n \"FromAccount\": \"2d3FgsZRRB2EbRu5Cwe8Rd7R6Bc\",\n \"Seq\": 0,\n \"MessageBody\": [\n {\n \"MessageType\": 0,\n \"TextMessage\": \"hello\",\n \"ImageMessage\": \"https://www.image.com/haha.jpg\",\n \"CustomMessage\": {\n \"Data\": \"data\",\n \"Desc\": \"custom_message\",\n \"Ext\": \"CHAT\"\n }\n }\n ]\n }\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
400
400
  "title": "示例"
401
401
  }
402
402
  ],
@@ -411,8 +411,8 @@
411
411
  "GetWatermark": [
412
412
  {
413
413
  "document": "获取水印配置",
414
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWatermark\n<公共请求参数>\n\n{\n \"SdkAppId\": 1\n}",
415
- "output": "{\n \"Response\": {\n \"TeacherLogo\": {\n \"Url\": \"https://www.adkadl.com\",\n \"Width\": 0,\n \"Height\": 0,\n \"LocationX\": 0,\n \"LocationY\": 0\n },\n \"BoardLogo\": {\n \"Url\": \"abc\",\n \"Width\": 0,\n \"Height\": 0,\n \"LocationX\": 0,\n \"LocationY\": 0\n },\n \"BackgroundPicture\": {\n \"Url\": \"abc\"\n },\n \"Text\": {\n \"Text\": \"abc\",\n \"Color\": \"abc\"\n },\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
414
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWatermark\n<公共请求参数>\n\n{\n \"SdkAppId\": 13465287\n}",
415
+ "output": "{\n \"Response\": {\n \"TeacherLogo\": {\n \"Url\": \"http://https://www.adkadl.com\",\n \"Width\": 128,\n \"Height\": 72,\n \"LocationX\": 10,\n \"LocationY\": 10\n },\n \"BoardLogo\": {\n \"Url\": \"http://www.logo.com/logo01.jpg\",\n \"Width\": 128,\n \"Height\": 72,\n \"LocationX\": 100,\n \"LocationY\": 100\n },\n \"BackgroundPicture\": {\n \"Url\": \"http://www.background.com/pic01.jpg\"\n },\n \"Text\": {\n \"Text\": \"welcome\",\n \"Color\": \"black\"\n },\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
416
416
  "title": "示例"
417
417
  }
418
418
  ],
@@ -435,15 +435,15 @@
435
435
  "LoginUser": [
436
436
  {
437
437
  "document": "",
438
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LoginUser\n<公共请求参数>\n\n{\n \"UserId\": \"xxx\"\n}",
439
- "output": "{\n \"Response\": {\n \"Token\": \"abc\",\n \"UserId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
438
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LoginUser\n<公共请求参数>\n\n{\n \"UserId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\"\n}",
439
+ "output": "{\n \"Response\": {\n \"Token\": \"e574aae1lp024225a2f89032h7199f5f0\",\n \"UserId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\",\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
440
440
  "title": "登录"
441
441
  }
442
442
  ],
443
443
  "ModifyApp": [
444
444
  {
445
445
  "document": "修改应用的相关信息",
446
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Callback\": \"abc\",\n \"CallbackKey\": \"abc\"\n}",
446
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Callback\": \"http://www.callback.com/mycallback\",\n \"CallbackKey\": \"mycallback\"\n}",
447
447
  "output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
448
448
  "title": "修改应用"
449
449
  }
@@ -451,8 +451,8 @@
451
451
  "ModifyGroup": [
452
452
  {
453
453
  "document": "根据成员列表创建群组",
454
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"test\",\n \"SdkAppId\": 12345678,\n \"GroupName\": \"abc\"\n}",
455
- "output": "{\n \"Response\": {\n \"RequestId\": \"213das\"\n }\n}",
454
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"SdkAppId\": 13465287,\n \"GroupName\": \"myGroup\"\n}",
455
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
456
456
  "title": "修改群组"
457
457
  }
458
458
  ],
@@ -473,8 +473,8 @@
473
473
  "ModifyUserProfile": [
474
474
  {
475
475
  "document": "修改用户配置示例",
476
- "input": "{\n \"UserId\": \"xxx\",\n \"Nickname\": \"abc\"\n}",
477
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
476
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserProfile\n<公共请求参数>\n\n{\n \"UserId\": \"2kJJBH6G1dfBFUJqXLh0Mg3ELLk\",\n \"Nickname\": \"zhangsan\"\n}",
477
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2a117d109a0c533e5ecd37fc221ba7f7\"\n }\n}",
478
478
  "title": "修改用户配置"
479
479
  }
480
480
  ],
@@ -489,8 +489,8 @@
489
489
  "SendRoomNormalMessage": [
490
490
  {
491
491
  "document": "",
492
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRoomNormalMessage\n<公共请求参数>\n\n{\n \"SdkAppId\": 3520371,\n \"RoomId\": 352320437,\n \"FromAccount\": \"2WqeRoOMJKQqnnL1lILRFHpdFla\",\n \"MsgBody\": [\n {\n \"MsgType\": \"TIMTextElem\",\n \"TextMsgContent\": {\n \"Text\": \"abc\"\n },\n \"FaceMsgContent\": {\n \"Index\": 1,\n \"Data\": \"abc\"\n },\n \"ImageMsgContent\": {\n \"UUID\": \"494d1feab\",\n \"ImageFormat\": 1,\n \"ImageInfoList\": [\n {\n \"Type\": 1,\n \"Size\": 12033,\n \"Width\": 2048,\n \"Height\": 800,\n \"URL\": \"https://grg-1258699.cos.ap-shanghai.myqcloud.com/room_messages.png\"\n }\n ]\n }\n }\n ],\n \"CloudCustomData\": \"abcsd\"\n}",
493
- "output": "{\n \"Response\": {\n \"RequestId\": \"abee5f\"\n }\n}",
492
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRoomNormalMessage\n<公共请求参数>\n\n{\n \"SdkAppId\": 3520371,\n \"RoomId\": 352320437,\n \"FromAccount\": \"2WqeRoOMJKQqnnL1lILRFHpdFla\",\n \"MsgBody\": [\n {\n \"MsgType\": \"TIMTextElem\",\n \"TextMsgContent\": {\n \"Text\": \"hello\"\n },\n \"FaceMsgContent\": {\n \"Index\": 1,\n \"Data\": \"haha\"\n },\n \"ImageMsgContent\": {\n \"UUID\": \"494d1feab\",\n \"ImageFormat\": 1,\n \"ImageInfoList\": [\n {\n \"Type\": 1,\n \"Size\": 12033,\n \"Width\": 2048,\n \"Height\": 800,\n \"URL\": \"https://grg-1258699.cos.ap-shanghai.myqcloud.com/room_messages.png\"\n }\n ]\n }\n }\n ],\n \"CloudCustomData\": \"abcsd\"\n}",
493
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
494
494
  "title": "指定用户给房间中发送消息"
495
495
  }
496
496
  ],
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.lkeap.lkeap_client import action_caller
4
+