tccli 3.0.1284.1__py2.py3-none-any.whl → 3.0.1286.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 (65) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +88 -86
  3. tccli/services/bh/bh_client.py +53 -0
  4. tccli/services/bh/v20230418/api.json +199 -0
  5. tccli/services/bh/v20230418/examples.json +8 -0
  6. tccli/services/cdwch/v20200915/api.json +19 -9
  7. tccli/services/cdwch/v20200915/examples.json +1 -1
  8. tccli/services/cfg/v20210820/api.json +43 -19
  9. tccli/services/cfg/v20210820/examples.json +8 -2
  10. tccli/services/clb/v20180317/api.json +1 -1
  11. tccli/services/cmq/v20190304/api.json +92 -92
  12. tccli/services/cynosdb/v20190107/api.json +379 -379
  13. tccli/services/dlc/dlc_client.py +61 -8
  14. tccli/services/dlc/v20210125/api.json +254 -3
  15. tccli/services/dlc/v20210125/examples.json +11 -3
  16. tccli/services/domain/v20180808/api.json +157 -157
  17. tccli/services/dsgc/v20190723/api.json +2 -2
  18. tccli/services/dts/v20180330/api.json +3 -3
  19. tccli/services/dts/v20211206/api.json +336 -330
  20. tccli/services/emr/emr_client.py +53 -0
  21. tccli/services/emr/v20190103/api.json +247 -0
  22. tccli/services/emr/v20190103/examples.json +8 -0
  23. tccli/services/es/v20180416/api.json +10 -0
  24. tccli/services/es/v20180416/examples.json +1 -1
  25. tccli/services/fmu/fmu_client.py +8 -167
  26. tccli/services/fmu/v20191213/api.json +0 -292
  27. tccli/services/fmu/v20191213/examples.json +0 -24
  28. tccli/services/iotcloud/v20210408/api.json +27 -27
  29. tccli/services/iotcloud/v20210408/examples.json +6 -6
  30. tccli/services/iotexplorer/iotexplorer_client.py +0 -106
  31. tccli/services/iotexplorer/v20190423/api.json +0 -274
  32. tccli/services/iotexplorer/v20190423/examples.json +0 -16
  33. tccli/services/iss/v20230517/api.json +547 -537
  34. tccli/services/iss/v20230517/examples.json +2 -2
  35. tccli/services/kms/v20190118/api.json +20 -0
  36. tccli/services/lcic/lcic_client.py +114 -8
  37. tccli/services/lcic/v20220817/api.json +108 -0
  38. tccli/services/lcic/v20220817/examples.json +16 -0
  39. tccli/services/mongodb/mongodb_client.py +57 -4
  40. tccli/services/mongodb/v20190725/api.json +63 -0
  41. tccli/services/mongodb/v20190725/examples.json +14 -0
  42. tccli/services/monitor/v20180724/api.json +29 -29
  43. tccli/services/monitor/v20180724/examples.json +8 -8
  44. tccli/services/rum/v20210622/api.json +2 -2
  45. tccli/services/svp/svp_client.py +57 -4
  46. tccli/services/svp/v20240125/api.json +319 -0
  47. tccli/services/svp/v20240125/examples.json +8 -0
  48. tccli/services/tiw/tiw_client.py +91 -1416
  49. tccli/services/tiw/v20190919/api.json +351 -2897
  50. tccli/services/tiw/v20190919/examples.json +6 -206
  51. tccli/services/trtc/v20190722/api.json +16 -5
  52. tccli/services/tsf/tsf_client.py +53 -0
  53. tccli/services/tsf/v20180326/api.json +48 -4
  54. tccli/services/tsf/v20180326/examples.json +8 -0
  55. tccli/services/vpc/v20170312/api.json +54 -0
  56. tccli/services/vpc/v20170312/examples.json +8 -0
  57. tccli/services/vpc/vpc_client.py +53 -0
  58. tccli/services/wedata/v20210820/api.json +383 -0
  59. tccli/services/wedata/v20210820/examples.json +8 -0
  60. tccli/services/wedata/wedata_client.py +53 -0
  61. {tccli-3.0.1284.1.dist-info → tccli-3.0.1286.1.dist-info}/METADATA +2 -2
  62. {tccli-3.0.1284.1.dist-info → tccli-3.0.1286.1.dist-info}/RECORD +65 -65
  63. {tccli-3.0.1284.1.dist-info → tccli-3.0.1286.1.dist-info}/WHEEL +0 -0
  64. {tccli-3.0.1284.1.dist-info → tccli-3.0.1286.1.dist-info}/entry_points.txt +0 -0
  65. {tccli-3.0.1284.1.dist-info → tccli-3.0.1286.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,25 +1,9 @@
1
1
  {
2
2
  "actions": {
3
- "ApplyTiwTrial": [
4
- {
5
- "document": "",
6
- "input": "https://tiw.tencentcloudapi.com/?Action=ApplyTiwTrial\n&<公共请求参数>",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
8
- "title": "申请互动白板试用"
9
- }
10
- ],
11
- "CreateApplication": [
12
- {
13
- "document": "创建白板应用",
14
- "input": "https://tiw.tencentcloudapi.com/?Action=CreateApplication\n&SdkAppId=1400000001\n&AppName=ForTest\n&SKey=Azu23oixeru90kic11cMw\n&TinyId=1401234005243\n&<公共请求参数>",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n \"AppId\": 1200000001,\n \"SdkAppId\": 1400000001,\n \"AppName\": \"ForTest\"\n }\n}",
16
- "title": "创建白板应用"
17
- }
18
- ],
19
3
  "CreatePPTCheckTask": [
20
4
  {
21
5
  "document": "创建PPT检测任务,识别动态转码不支持的元素列表",
22
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTranscode\n<公共请求参数>\n\n{\n \"Url\": \"http://example.com/%E6%B5%8B%E8%AF%95.pptx\",\n \"SdkAppId\": \"1400000001\"\n}",
6
+ "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePPTCheckTask\n<公共请求参数>\n\n{\n \"Url\": \"http://example.com/%E6%B5%8B%E8%AF%95.pptx\",\n \"SdkAppId\": 1400000001\n}",
23
7
  "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"TaskId\": \"g6ls63ps49vteb8bk1mb\"\n }\n}",
24
8
  "title": "创建PPT检测任务"
25
9
  }
@@ -35,13 +19,13 @@
35
19
  "CreateTranscode": [
36
20
  {
37
21
  "document": "创建PPT动态转码任务,并生成分辨率为960x540的缩略图",
38
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTranscode\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"ThumbnailResolution\": \"960x540\",\n \"SdkAppId\": \"1400000001\"\n}",
22
+ "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTranscode\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"ThumbnailResolution\": \"960x540\",\n \"SdkAppId\": 1400000001\n}",
39
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"TaskId\": \"g6ls63ps49vteb8bk1mb\"\n }\n}",
40
24
  "title": "创建PPT动态转码任务"
41
25
  },
42
26
  {
43
27
  "document": "创建PPT静态转码任务",
44
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTranscode\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"IsStaticPPT\": \"True\",\n \"SdkAppId\": \"1400000001\"\n}",
28
+ "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTranscode\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"IsStaticPPT\": \"True\",\n \"SdkAppId\": 1400000001\n}",
45
29
  "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"TaskId\": \"g6ls63ps49vteb8bk1mb\"\n }\n}",
46
30
  "title": "创建PPT静态转码任务"
47
31
  }
@@ -49,51 +33,11 @@
49
33
  "CreateVideoGenerationTask": [
50
34
  {
51
35
  "document": "",
52
- "input": "https://tiw.tencentcloudapi.com/?Action=CreateVideoGenerationTask\n&SdkAppId=1400000001\n&OnlineRecordTaskId=xxxxx\n&<公共请求参数>",
36
+ "input": "https://tiw.tencentcloudapi.com/?Action=CreateVideoGenerationTask\n&SdkAppId=1400000001\n&OnlineRecordTaskId=bj0mt2l23osdj300hl30\n&<公共请求参数>",
53
37
  "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"TaskId\": \"g7khk7f809vterp942mb\"\n }\n}",
54
38
  "title": "开始录制视频生成"
55
39
  }
56
40
  ],
57
- "DescribeAPIService": [
58
- {
59
- "document": "",
60
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAPIService\n<公共请求参数>\n\n{\n \"Service\": \"cos:GetService\",\n \"Data\": \"\"\n}",
61
- "output": "{\n \"Response\": {\n \"RequestId\": \"51a33e48-a808-4fe7-8c02-4e7be5245351\",\n \"ResponseData\": \"{\\\"Bucket\\\": \\\"test\\\"}\"\n }\n}",
62
- "title": "查询COS桶列表"
63
- }
64
- ],
65
- "DescribeApplicationInfos": [
66
- {
67
- "document": "查询白板应用列表",
68
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeApplicationInfos\n&<公共请求参数>",
69
- "output": "{\n \"Response\": {\n \"ApplicationInfos\": [\n {\n \"TagList\": [\n {\n \"TagKey\": \"tag_key\",\n \"TagValue\": \"tag_value\"\n }\n ],\n \"SdkAppId\": \"1400000001\",\n \"AppName\": \"ForTest\",\n \"CreateTime\": \"2019-11-10 00:00:00\"\n }\n ],\n \"AllOption\": 1,\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
70
- "title": "查询白板应用列表"
71
- }
72
- ],
73
- "DescribeApplicationUsage": [
74
- {
75
- "document": "按天查询白板用量",
76
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationUsage\n<公共请求参数>\n\n{\n \"TimeLevel\": \"DAILY\",\n \"SubProduct\": \"sp_tiw_ric\",\n \"BeginTime\": \"2019-10-01 00:00:00\",\n \"SdkAppId\": 1400000001,\n \"IsWeighted\": true,\n \"EndTime\": \"2019-12-31 00:00:00\"\n}",
77
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Details\": [\n {\n \"Value\": 0.1,\n \"Weight\": 0.1,\n \"TagName\": \"tag_name\"\n }\n ],\n \"Value\": 23773611121,\n \"Time\": \"2019-11-10 00:00:00\"\n }\n ],\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
78
- "title": "查询白板用量"
79
- }
80
- ],
81
- "DescribeBoardSDKLog": [
82
- {
83
- "document": "",
84
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBoardSDKLog\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000001,\n \"RoomId\": \"73394291\",\n \"UserId\": \"tic_web\",\n \"TimeRange\": [\n 1614519034000,\n 1614691834999\n ],\n \"Context\": \"\",\n \"AggregationInterval\": \"1h\",\n \"Query\": \"\",\n \"Ascending\": true\n}",
85
- "output": "{\n \"Response\": {\n \"RequestId\": \"52214ab1-eeaa-4c9a-aa8f-6c501f7cae18\",\n \"Total\": 65,\n \"Context\": \"\",\n \"Sources\": [],\n \"Buckets\": []\n }\n}",
86
- "title": "查询白板日志"
87
- }
88
- ],
89
- "DescribeIMApplications": [
90
- {
91
- "document": "查询可用于创建白板应用的IM应用列表",
92
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeIMApplications\n&<公共请求参数>",
93
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
94
- "title": "查询IM应用列表"
95
- }
96
- ],
97
41
  "DescribeOnlineRecord": [
98
42
  {
99
43
  "document": "",
@@ -138,38 +82,6 @@
138
82
  "title": "查询回调地址"
139
83
  }
140
84
  ],
141
- "DescribePostpaidUsage": [
142
- {
143
- "document": "查询用户后付费用量",
144
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribePostpaidUsage\n&BeginTime=2019-12-16 10:44:58\n&EndTime=2019-12-16 10:44:58\n&<公共请求参数>",
145
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
146
- "title": "查询用户后付费用量"
147
- }
148
- ],
149
- "DescribeQualityMetrics": [
150
- {
151
- "document": "",
152
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeQualityMetrics\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400296030,\n \"Metric\": \"image_load_fail_count\",\n \"Interval\": \"1h\",\n \"StartTime\": 1617874404,\n \"EndTime\": 1618479204\n}",
153
- "output": "{\n \"Response\": {\n \"RequestId\": \"6c41b5df-2326-4c0b-baca-2fd85ebb4097\",\n \"Metric\": \"image_load_fail_count\",\n \"Content\": [\n {\n \"Time\": 1617872400,\n \"Value\": 0\n }\n ]\n }\n}",
154
- "title": "查询白板图片加载失败统计"
155
- }
156
- ],
157
- "DescribeRecordSearch": [
158
- {
159
- "document": "",
160
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeRecordSearch\n&Offset=0\n&Limit=1\n&RoomId=880528\n&<公共请求参数>",
161
- "output": "{\n \"Response\": {\n \"RecordTaskSet\": [\n {\n \"CreateTime\": \"2020-08-24T21:53:56+08:00\",\n \"RoomId\": 880528,\n \"TaskId\": \"gvft1qbrvs2331tcs1tb\",\n \"Status\": \"FINISHED\",\n \"SdkAppId\": 1400127140,\n \"Result\": {\n \"FinishReason\": \"USER_CALL\",\n \"ExceptionCnt\": 0,\n \"RoomId\": 880528,\n \"GroupId\": \"880528\",\n \"RecordStartTime\": 1598277240,\n \"RecordStopTime\": 1598277614,\n \"TotalTime\": 368433,\n \"VideoInfos\": [\n {\n \"VideoDuration\": 368332,\n \"UserId\": \"\",\n \"VideoSize\": 10731806,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/0cf156ea197a8012073e6b690f44e530.mp4\",\n \"VideoType\": 2,\n \"VideoPlayTime\": 0,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"0cf156ea197a8012073e6b690f44e530\",\n \"Width\": 1280,\n \"Height\": 960\n },\n {\n \"VideoDuration\": 368325,\n \"UserId\": \"tic_mixstream_880528_custom\",\n \"VideoSize\": 12276476,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/ae62799da16a83ab9eb3da0bb37ef89f.mp4\",\n \"VideoType\": 3,\n \"VideoPlayTime\": 108,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"ae62799da16a83ab9eb3da0bb37ef89f\",\n \"Width\": 1624,\n \"Height\": 1000\n },\n {\n \"VideoDuration\": 181102,\n \"UserId\": \"tic_mixstream_880528_101\",\n \"VideoSize\": 3743450,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/54797f6b83940a708c7b7aecc2f1d1a9.mp4\",\n \"VideoType\": 3,\n \"VideoPlayTime\": 28918,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"54797f6b83940a708c7b7aecc2f1d1a9\",\n \"Width\": 496,\n \"Height\": 368\n },\n {\n \"VideoDuration\": 35405,\n \"UserId\": \"tiw_web_736\",\n \"VideoSize\": 3001045,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/7e562e9d513d12a2e03bea1514cc40fc.mp4\",\n \"VideoType\": 0,\n \"VideoPlayTime\": 29475,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"7e562e9d513d12a2e03bea1514cc40fc\",\n \"Width\": 1280,\n \"Height\": 720\n },\n {\n \"VideoDuration\": 161885,\n \"UserId\": \"tiw_web_310\",\n \"VideoSize\": 9974368,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/9ba564cba92925a02a88ef3ee874b586.mp4\",\n \"VideoType\": 0,\n \"VideoPlayTime\": 47535,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"9ba564cba92925a02a88ef3ee874b586\",\n \"Width\": 1280,\n \"Height\": 720\n },\n {\n \"VideoDuration\": 6085,\n \"UserId\": \"tiw_web_736\",\n \"VideoSize\": 283329,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/9517ed0696f910865ecaf22a07be4c0f.mp4\",\n \"VideoType\": 0,\n \"VideoPlayTime\": 64903,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"9517ed0696f910865ecaf22a07be4c0f\",\n \"Width\": 960,\n \"Height\": 540\n },\n {\n \"VideoDuration\": 96787,\n \"UserId\": \"tiw_web_736\",\n \"VideoSize\": 5604352,\n \"VideoUrl\": \"http://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/video/gvft1qbrvs2331tcs1tb/cdda0043fb734600d14324c4364213e2.mp4\",\n \"VideoType\": 0,\n \"VideoPlayTime\": 115401,\n \"VideoFormat\": \"mp4\",\n \"VideoId\": \"cdda0043fb734600d14324c4364213e2\",\n \"Width\": 1280,\n \"Height\": 720\n }\n ],\n \"OmittedDurations\": [],\n \"Details\": \"\",\n \"ErrorCode\": 0,\n \"ErrorMsg\": \"\"\n }\n }\n ],\n \"TotalCount\": 151,\n \"RequestId\": \"bc309eaa-6d64-11e8-a7fe-5254000b4175\"\n }\n}",
162
- "title": "成功"
163
- }
164
- ],
165
- "DescribeRoomList": [
166
- {
167
- "document": "",
168
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoomList\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000001,\n \"Query\": \"*\",\n \"MaxSize\": 1000,\n \"TimeRange\": [\n 1614519034000,\n 1615190492000\n ]\n}",
169
- "output": "{\n \"Response\": {\n \"RequestId\": \"7f560a64-d7fb-476b-89b9-2b90acc5c675\",\n \"RoomList\": [\n {\n \"RoomId\": \"108594741\",\n \"StartTime\": 1614851243268,\n \"EndTime\": 1614851284952,\n \"UserNumber\": 1\n }\n ]\n }\n}",
170
- "title": "查询白板房间列表"
171
- }
172
- ],
173
85
  "DescribeRunningTasks": [
174
86
  {
175
87
  "document": "通过接口获取当前应用白板推流任务类型的正在执行中的任务列表",
@@ -186,22 +98,6 @@
186
98
  "title": "获取任务信息"
187
99
  }
188
100
  ],
189
- "DescribeTIWDailyUsage": [
190
- {
191
- "document": "查询2021-09-01到2021-09-07的互动白板时长用量",
192
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeTIWDailyUsage\n&SdkAppId=1400000001\n&SubProduct=sp_tiw_board\n&StartTime=2021-09-01\n&EndTime=2021-09-07\n&<公共请求参数>",
193
- "output": "{\n \"Response\": {\n \"RequestId\": \"cdfb2097-75d1-4159-ad37-62d9eca65d6a\",\n \"Usages\": [\n {\n \"Time\": \"2021-09-01\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 779552\n },\n {\n \"Time\": \"2021-09-02\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 78118\n },\n {\n \"Time\": \"2021-09-03\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 768385\n },\n {\n \"Time\": \"2021-09-04\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 94257\n },\n {\n \"Time\": \"2021-09-05\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 26717\n },\n {\n \"Time\": \"2021-09-06\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 95296\n },\n {\n \"Time\": \"2021-09-07\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"Value\": 70592\n }\n ]\n }\n}",
194
- "title": "查询互动白板时长用量"
195
- }
196
- ],
197
- "DescribeTIWRoomDailyUsage": [
198
- {
199
- "document": "查询2022-11-24到2022-11-25的互动白板房间计费用量",
200
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTIWRoomDailyUsage\n<公共请求参数>\n\n{\n \"SdkAppId\": \"1400000001\",\n \"SubProduct\": \"sp_tiw_board\",\n \"Limit\": \"20\",\n \"StartTime\": \"2022-11-24\",\n \"Offset\": \"0\",\n \"EndTime\": \"2022-11-25\"\n}",
201
- "output": "{\n \"Response\": {\n \"RequestId\": \"916f3549-8e91-467c-afcb-b8dacf188e12\",\n \"Usages\": [\n {\n \"Time\": \"2022-11-24\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"RoomID\": 432946024,\n \"Value\": 5\n },\n {\n \"Time\": \"2022-11-24\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"RoomID\": 523696026,\n \"Value\": 60\n },\n {\n \"Time\": \"2022-11-24\",\n \"SdkAppId\": 1400000001,\n \"SubProduct\": \"sp_tiw_board\",\n \"RoomID\": 1284910005,\n \"Value\": 4\n }\n ],\n \"Total\": 3\n }\n}",
202
- "title": "查询房间维度每天计费用量"
203
- }
204
- ],
205
101
  "DescribeTranscode": [
206
102
  {
207
103
  "document": "查询文档动态转码任务结果",
@@ -219,7 +115,7 @@
219
115
  "DescribeTranscodeByUrl": [
220
116
  {
221
117
  "document": "通过url查询文档动态转码任务状态",
222
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTranscode\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"SdkAppId\": 1400000001\n}",
118
+ "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTranscodeByUrl\n<公共请求参数>\n\n{\n \"Url\": \"https://path/to/document.ppt\",\n \"SdkAppId\": 1400000001\n}",
223
119
  "output": "{\n \"Response\": {\n \"Progress\": 100,\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n \"Status\": \"FINISHED\",\n \"TaskId\": \"0agdnligqtgtvkm65emb\"\n }\n}",
224
120
  "title": "通过url查询文档动态转码任务状态"
225
121
  }
@@ -232,46 +128,6 @@
232
128
  "title": "查询文档转码回调地址"
233
129
  }
234
130
  ],
235
- "DescribeTranscodeSearch": [
236
- {
237
- "document": "",
238
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeTranscodeSearch\n&Offset=0\n&Limit=1\n&Keyword=拼音\n&<公共请求参数>",
239
- "output": "{\n \"Response\": {\n \"TranscodeTaskSet\": [\n {\n \"CreateTime\": \"2020-08-21T16:05:36+08:00\",\n \"Status\": \"FINISHED\",\n \"TaskId\": \"ggdb2vjdnc3lp0k0ovsb\",\n \"OriginalFilename\": \"拼音.pptx\",\n \"SdkAppId\": 1400127140,\n \"IsStatic\": false,\n \"Result\": {\n \"ResultUrl\": \"https://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/doc/ggdb2vjdnc3lp0k0ovsb_tiw/h5/index.html\",\n \"Resolution\": \"960x540\",\n \"Title\": \"拼音.pptx\",\n \"Pages\": 20,\n \"ThumbnailUrl\": \"\",\n \"ThumbnailResolution\": \"\",\n \"CompressFileUrl\": \"\",\n \"ErrorCode\": 0,\n \"ErrorMsg\": \"ppt convert sucess!\"\n }\n }\n ],\n \"TotalCount\": 1340,\n \"RequestId\": \"bc309eaa-6d64-11e8-a7fe-5254000b4175\"\n }\n}",
240
- "title": "成功"
241
- }
242
- ],
243
- "DescribeUsageSummary": [
244
- {
245
- "document": "查询子产品用量统计",
246
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeUsageSummary\n&BeginTime=2019-12-30 11:41:58\n&EndTime=2019-12-30 11:42:06\n&SubProducts.0=sp_tiw_dt\n&SubProducts.1=sp_tiw_st\n&IsWeighted=true\n&<公共请求参数>",
247
- "output": "{\n \"Response\": {\n \"RequestId\": \"70443084-c60f-4f8e-a4f9-acb791802298\"\n }\n}",
248
- "title": "查询子产品用量统计"
249
- }
250
- ],
251
- "DescribeUserList": [
252
- {
253
- "document": "",
254
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserList\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000001,\n \"RoomId\": \"0\",\n \"Query\": \"*\",\n \"MaxSize\": 1000,\n \"TimeRange\": [\n 1614519034000,\n 1615190492000\n ]\n}",
255
- "output": "{\n \"Response\": {\n \"RequestId\": \"7f560a64-d7fb-476b-89b9-2b90acc5c675\",\n \"UserList\": [\n {\n \"UserId\": \"131001012\",\n \"StartTime\": 1614519034000,\n \"EndTime\": 1615190492000\n }\n ]\n }\n}",
256
- "title": "查询白板用户列表"
257
- }
258
- ],
259
- "DescribeUserResources": [
260
- {
261
- "document": "查询客户资源列表",
262
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeUserResources\n&<公共请求参数>",
263
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
264
- "title": "查询客户资源列表"
265
- }
266
- ],
267
- "DescribeUserStatus": [
268
- {
269
- "document": "",
270
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeUserStatus\n&<公共请求参数>",
271
- "output": "{\n \"Response\": {\n \"AppId\": 1250000060,\n \"IsTiwUser\": 1,\n \"IsSaaSUser\": 1,\n \"IsTiwOfflineRecordUser\": 1,\n \"IsAuthenticated\": 1,\n \"RequestId\": \"9f5a59d6-2b77-41b2-a945-78084577e225\"\n }\n}",
272
- "title": "查询互动白板用户详情"
273
- }
274
- ],
275
131
  "DescribeVideoGenerationTask": [
276
132
  {
277
133
  "document": "",
@@ -296,22 +152,6 @@
296
152
  "title": "获取告警回调地址信息"
297
153
  }
298
154
  ],
299
- "DescribeWhiteboardApplicationConfig": [
300
- {
301
- "document": "",
302
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWhiteboardApplicationConfig\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000001,\n \"TaskTypes\": [\n \"transcode\",\n \"recording\"\n ]\n}",
303
- "output": "{\n \"Response\": {\n \"Configs\": [\n {\n \"BucketLocation\": \"ap-nanjing\",\n \"BucketName\": \"example-120000001\",\n \"BucketPrefix\": \"video\",\n \"Callback\": \"http://www.test.com\",\n \"CallbackKey\": \"\",\n \"ResultDomain\": \"example-120000001.cos.ap-nanjing.myqcloud.com\",\n \"TaskType\": \"recording\",\n \"SdkAppId\": 1400127140\n },\n {\n \"BucketLocation\": \"ap-nanjing\",\n \"BucketName\": \"example-120000001\",\n \"BucketPrefix\": \"\",\n \"Callback\": \"http://www.test.com/qcapi\",\n \"CallbackKey\": \"abcde\",\n \"ResultDomain\": \"example-120000001.cos.ap-nanjing.myqcloud.com\",\n \"TaskType\": \"transcode\",\n \"SdkAppId\": 1400127140\n }\n ],\n \"SdkAppId\": 1400127140,\n \"RequestId\": \"9f5a59d6-2b77-41b2-a945-78084577e225\"\n }\n}",
304
- "title": "查询应用资源配置"
305
- }
306
- ],
307
- "DescribeWhiteboardBucketConfig": [
308
- {
309
- "document": "",
310
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeWhiteboardBucketConfig\n&SdkAppId=1400000001\n&TaskType=recording\n&<公共请求参数>",
311
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
312
- "title": "查询应用资源配置"
313
- }
314
- ],
315
155
  "DescribeWhiteboardPush": [
316
156
  {
317
157
  "document": "",
@@ -334,46 +174,6 @@
334
174
  "title": "查询白板推流回调地址"
335
175
  }
336
176
  ],
337
- "DescribeWhiteboardPushSearch": [
338
- {
339
- "document": "",
340
- "input": "https://tiw.tencentcloudapi.com/?Action=DescribeWhiteboardPushSearch\n&Offset=0\n&Limit=1\n&RoomId=101069223\n&<公共请求参数>",
341
- "output": "{\n \"Response\": {\n \"WhiteboardPushTaskSet\": [\n {\n \"CreateTime\": \"2021-01-15T12:43:57+08:00\",\n \"RoomId\": 101069223,\n \"TaskId\": \"01bjgeeigsh31f3rh00c\",\n \"Status\": \"STOPPED\",\n \"SdkAppId\": 1400313729,\n \"PushUserId\": \"tic_push_user_101069223_107991\",\n \"Result\": {\n \"RoomId\": 101069223,\n \"GroupId\": \"101069223\",\n \"FinishReason\": \"USER_CALL\",\n \"ExceptionCnt\": 0,\n \"PushStartTime\": 1610685839,\n \"PushStopTime\": 1610685852,\n \"IMSyncTime\": 0,\n \"ErrorCode\": 0,\n \"ErrorMsg\": \"\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
342
- "title": "成功"
343
- }
344
- ],
345
- "ModifyApplication": [
346
- {
347
- "document": "创建白板应用",
348
- "input": "https://tiw.tencentcloudapi.com/?Action=ModifyApplication\n&SdkAppId=1400000001\n&AppName=ForTest\n&<公共请求参数>",
349
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
350
- "title": "修改白板应用"
351
- }
352
- ],
353
- "ModifyAutoRenewFlag": [
354
- {
355
- "document": "",
356
- "input": "https://tiw.tencentcloudapi.com/?Action=ModifyAutoRenewFlag\n&SubProduct=sp_tiw_package\n&ResourceId=sp_tiw_package-251006355-prepaid-1\n&AutoRenewFlag=1\n&<公共请求参数>",
357
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
358
- "title": "设置白板月功能费自动续费"
359
- }
360
- ],
361
- "ModifyWhiteboardApplicationConfig": [
362
- {
363
- "document": "",
364
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWhiteboardApplicationConfig\n<公共请求参数>\n\n{\n \"Configs\": [\n {\n \"AdminUserId\": \"abcde\",\n \"BucketPrefix\": \"doc\",\n \"ResultDomain\": \"result.sample.com\",\n \"AdminUserSig\": \"abcde\",\n \"Callback\": \"http://www.example.com/callback\",\n \"BucketName\": \"test-120000001\",\n \"SdkAppId\": 1400000001,\n \"TaskType\": \"recording\",\n \"BucketLocation\": \"ap-guangzhou\",\n \"CallbackKey\": \"abcde\"\n }\n ],\n \"SdkAppId\": 1400000001\n}",
365
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
366
- "title": "修改白板应用任务相关配置"
367
- }
368
- ],
369
- "ModifyWhiteboardBucketConfig": [
370
- {
371
- "document": "",
372
- "input": "https://tiw.tencentcloudapi.com/?Action=ModifyWhiteboardBucketConfig\n&SdkAppId=1400000001\n&TaskType=recording\n&BucketLocation=ap-guangzhou\n&BucketName=test-120000001\n&BucketPrefix=doc\n&ResultDomain=https://bucket.com\n&<公共请求参数>",
373
- "output": "{\n \"Response\": {\n \"RequestId\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\"\n }\n}",
374
- "title": "设置应用资源配置"
375
- }
376
- ],
377
177
  "PauseOnlineRecord": [
378
178
  {
379
179
  "document": "",
@@ -495,7 +295,7 @@
495
295
  "StartWhiteboardPush": [
496
296
  {
497
297
  "document": "创建一个白板推流任务",
498
- "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartWhiteboardPush\n<公共请求参数>\n\n{\n \"PushUserId\": \"tic_push_user_1203_141551\",\n \"PushUserSig\": \"usersig_of_<tic_push_user_1203_141551>\",\n \"RoomId\": \"1203\",\n \"SdkAppId\": \"1400000001\"\n}",
298
+ "input": "POST / HTTP/1.1\nHost: tiw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartWhiteboardPush\n<公共请求参数>\n\n{\n \"PushUserId\": \"tic_push_user_1203_141551\",\n \"PushUserSig\": \"usersig_of_<tic_push_user_1203_141551>\",\n \"RoomId\": 1203,\n \"SdkAppId\": 1400000001\n}",
499
299
  "output": "{\n \"Response\": {\n \"Backup\": \"{\\\"RequestId\\\":\\\"8e9b2bc4-ec7f-46cd-823b-66676e2375f8\\\",\\\"TaskId\\\":\\\"052lfmu5uc3lp0rrqvvb\\\"}\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"TaskId\": \"bj0mt2l23osdj300hl30\"\n }\n}",
500
300
  "title": "开始白板推流"
501
301
  }
@@ -601,6 +601,17 @@
601
601
  "required": false,
602
602
  "type": "int",
603
603
  "value_allowed_null": false
604
+ },
605
+ {
606
+ "disabled": false,
607
+ "document": "用于过滤LLM返回内容,不播放括号中的内容。\n1:中文括号()\n2:英文括号()\n3:中文方括号【】\n4:英文方括号[]\n5:英文花括号{}\n默认值为空,表示不进行过滤。",
608
+ "example": "1",
609
+ "member": "uint64",
610
+ "name": "FilterBracketsContent",
611
+ "output_required": false,
612
+ "required": false,
613
+ "type": "int",
614
+ "value_allowed_null": false
604
615
  }
605
616
  ],
606
617
  "usage": "both"
@@ -5761,7 +5772,7 @@
5761
5772
  "members": [
5762
5773
  {
5763
5774
  "disabled": false,
5764
- "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n- \"zh\": 中文\n- \"zh-TW\": 中国台湾\n- \"en\": 英语\n\n**标准版:**\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n- \"zh-dialect\": 中国方言\n- \"zh-yue\": 中国粤语\n- \"vi\": 越南语\n- \"ja\": 日语\n- \"ko\": 韩语\n- \"id\": 印度尼西亚语\n- \"th\": 泰语\n- \"pt\": 葡萄牙语\n- \"tr\": 土耳其语\n- \"ar\": 阿拉伯语\n- \"es\": 西班牙语\n- \"hi\": 印地语\n- \"fr\": 法语\n- \"ms\": 马来语\n- \"fil\": 菲律宾语\n- \"de\": 德语\n- \"it\": 意大利语\n- \"ru\": 俄语\n- \"sv\": 瑞典语\n- \"da\": 丹麦语\n- \"no\": 挪威语\n\n**注意:**\n如果缺少满足您需求的语言,请联系我们技术人员。",
5775
+ "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n- \"zh\": 中文(简体)\n- \"zh-TW\": 中文(繁体)\n- \"en\": 英语\n\n**标准版:**\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n- \"zh-dialect\": 中国方言\n- \"zh-yue\": 中国粤语\n- \"vi\": 越南语\n- \"ja\": 日语\n- \"ko\": 韩语\n- \"id\": 印度尼西亚语\n- \"th\": 泰语\n- \"pt\": 葡萄牙语\n- \"tr\": 土耳其语\n- \"ar\": 阿拉伯语\n- \"es\": 西班牙语\n- \"hi\": 印地语\n- \"fr\": 法语\n- \"ms\": 马来语\n- \"fil\": 菲律宾语\n- \"de\": 德语\n- \"it\": 意大利语\n- \"ru\": 俄语\n- \"sv\": 瑞典语\n- \"da\": 丹麦语\n- \"no\": 挪威语\n\n**注意:**\n如果缺少满足您需求的语言,请联系我们技术人员。",
5765
5776
  "example": "zh",
5766
5777
  "member": "string",
5767
5778
  "name": "Language",
@@ -6198,7 +6209,7 @@
6198
6209
  },
6199
6210
  {
6200
6211
  "disabled": false,
6201
- "document": "TTS配置,为JSON字符串,腾讯云TTS示例如下:\n <pre>{ <br> &emsp; \"AppId\": 您的应用ID, // Integer 必填<br> &emsp; \"TTSType\": \"TTS类型\", // String TTS类型, 固定为\"tencent\"<br> &emsp; \"SecretId\": \"您的密钥ID\", // String 必填<br> &emsp; \"SecretKey\": \"您的密钥Key\", // String 必填<br> &emsp; \"VoiceType\": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href=\"https://cloud.tencent.com/document/product/1073/34112\">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\">语音合成音色列表</a>。<br> &emsp; \"Speed\": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href=\"https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz\">语速转换</a><br> &emsp; \"Volume\": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp; \"PrimaryLanguage\": \"zh-CN\" // String 非必填,主要语言<br> &emsp;}</pre>",
6212
+ "document": "TTS配置,为JSON字符串,腾讯云TTS示例如下:\n <pre>{ <br> &emsp; \"AppId\": 您的应用ID, // Integer 必填<br> &emsp; \"TTSType\": \"TTS类型\", // String TTS类型, 固定为\"tencent\"<br> &emsp; \"SecretId\": \"您的密钥ID\", // String 必填<br> &emsp; \"SecretKey\": \"您的密钥Key\", // String 必填<br> &emsp; \"VoiceType\": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href=\"https://cloud.tencent.com/document/product/1073/34112\">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\">语音合成音色列表</a>。<br> &emsp; \"Speed\": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href=\"https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz\">语速转换</a><br> &emsp; \"Volume\": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br> &emsp;}</pre>",
6202
6213
  "example": "{\\\"TTSType\\\": \\\"tencent\\\", \\\"AppId\\\": 136666666, \\\"SecretId\\\": \\\"xxxxxxx\\\", \\\"SecretKey\\\": \\\"xxxxxxx\\\", \\\"VoiceType\\\": 1008, \\\"Speed\\\": 1}",
6203
6214
  "member": "string",
6204
6215
  "name": "TTSConfig",
@@ -6506,7 +6517,7 @@
6506
6517
  },
6507
6518
  {
6508
6519
  "disabled": false,
6509
- "document": "是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。",
6520
+ "document": "是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。\n注:混流是必须转码,这个参数需设置为1。",
6510
6521
  "example": "1",
6511
6522
  "member": "uint64",
6512
6523
  "name": "WithTranscoding",
@@ -7632,7 +7643,7 @@
7632
7643
  },
7633
7644
  {
7634
7645
  "disabled": false,
7635
- "document": "是否转码,0表示无需转码,1表示需要转码。",
7646
+ "document": "是否转码,0表示无需转码,1表示需要转码。\n注:混流是必须转码,这个参数需设置为1。",
7636
7647
  "example": "1",
7637
7648
  "member": "uint64",
7638
7649
  "name": "WithTranscoding",
@@ -7915,7 +7926,7 @@
7915
7926
  },
7916
7927
  {
7917
7928
  "disabled": false,
7918
- "document": "输出流高,音视频输出时必填。取值范围[0,1080],单位为像素值。",
7929
+ "document": "输出流高,音视频输出时必填。取值范围[0,1920],单位为像素值。",
7919
7930
  "example": "720",
7920
7931
  "member": "uint64",
7921
7932
  "name": "Height",
@@ -7817,6 +7817,58 @@ def doEnableTask(args, parsed_globals):
7817
7817
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
7818
7818
 
7819
7819
 
7820
+ def doDescribeMicroservicesByGroupIds(args, parsed_globals):
7821
+ g_param = parse_global_arg(parsed_globals)
7822
+
7823
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
7824
+ cred = credential.CVMRoleCredential()
7825
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
7826
+ cred = credential.STSAssumeRoleCredential(
7827
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
7828
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
7829
+ )
7830
+ 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):
7831
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
7832
+ else:
7833
+ cred = credential.Credential(
7834
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
7835
+ )
7836
+ http_profile = HttpProfile(
7837
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
7838
+ reqMethod="POST",
7839
+ endpoint=g_param[OptionsDefine.Endpoint],
7840
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
7841
+ )
7842
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
7843
+ if g_param[OptionsDefine.Language]:
7844
+ profile.language = g_param[OptionsDefine.Language]
7845
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
7846
+ client = mod.TsfClient(cred, g_param[OptionsDefine.Region], profile)
7847
+ client._sdkVersion += ("_CLI_" + __version__)
7848
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
7849
+ model = models.DescribeMicroservicesByGroupIdsRequest()
7850
+ model.from_json_string(json.dumps(args))
7851
+ start_time = time.time()
7852
+ while True:
7853
+ rsp = client.DescribeMicroservicesByGroupIds(model)
7854
+ result = rsp.to_json_string()
7855
+ try:
7856
+ json_obj = json.loads(result)
7857
+ except TypeError as e:
7858
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
7859
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
7860
+ break
7861
+ cur_time = time.time()
7862
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
7863
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
7864
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
7865
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
7866
+ else:
7867
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
7868
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
7869
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
7870
+
7871
+
7820
7872
  def doCreateMicroserviceWithDetailResp(args, parsed_globals):
7821
7873
  g_param = parse_global_arg(parsed_globals)
7822
7874
 
@@ -11722,6 +11774,7 @@ ACTION_MAP = {
11722
11774
  "ChangeApiUsableStatus": doChangeApiUsableStatus,
11723
11775
  "ModifyLane": doModifyLane,
11724
11776
  "EnableTask": doEnableTask,
11777
+ "DescribeMicroservicesByGroupIds": doDescribeMicroservicesByGroupIds,
11725
11778
  "CreateMicroserviceWithDetailResp": doCreateMicroserviceWithDetailResp,
11726
11779
  "ModifyMicroservice": doModifyMicroservice,
11727
11780
  "EnableTaskFlow": doEnableTaskFlow,
@@ -868,6 +868,13 @@
868
868
  "output": "DescribeMicroservicesResponse",
869
869
  "status": "online"
870
870
  },
871
+ "DescribeMicroservicesByGroupIds": {
872
+ "document": "通过部署组ID获取微服务",
873
+ "input": "DescribeMicroservicesByGroupIdsRequest",
874
+ "name": "通过部署组ID获取微服务",
875
+ "output": "DescribeMicroservicesByGroupIdsResponse",
876
+ "status": "online"
877
+ },
871
878
  "DescribeMsApiList": {
872
879
  "document": "查询服务API列表",
873
880
  "input": "DescribeMsApiListRequest",
@@ -7159,8 +7166,8 @@
7159
7166
  },
7160
7167
  {
7161
7168
  "disabled": false,
7162
- "document": "编程语言;\nJ - JAVA;\nC - C/C++;\nP - Python;\nG - Go;\nO - Other",
7163
- "example": "J",
7169
+ "document": "编程语言: Java;C/C++;PythonGoOther",
7170
+ "example": "Java",
7164
7171
  "member": "string",
7165
7172
  "name": "ProgramLanguage",
7166
7173
  "required": false,
@@ -15474,6 +15481,43 @@
15474
15481
  ],
15475
15482
  "type": "object"
15476
15483
  },
15484
+ "DescribeMicroservicesByGroupIdsRequest": {
15485
+ "document": "DescribeMicroservicesByGroupIds请求参数结构体",
15486
+ "members": [
15487
+ {
15488
+ "disabled": false,
15489
+ "document": "部署组ID列表",
15490
+ "example": "[\"group-6a7eb39y\",\"group-nalb5dwv\"]",
15491
+ "member": "string",
15492
+ "name": "GroupIds",
15493
+ "required": true,
15494
+ "type": "list"
15495
+ }
15496
+ ],
15497
+ "type": "object"
15498
+ },
15499
+ "DescribeMicroservicesByGroupIdsResponse": {
15500
+ "document": "DescribeMicroservicesByGroupIds返回参数结构体",
15501
+ "members": [
15502
+ {
15503
+ "disabled": false,
15504
+ "document": "微服务信息分页列表",
15505
+ "example": "{\"Content\":[{\"GroupIds\":[\"group-nalb5dwv\"],\"MicroserviceId\":\"ms-id\",\"MicroserviceName\":\"ms-name\",\"NamespaceId\":\"namespace-id\",\"NamespaceName\":\"ns_default\",\"RunInstanceCount\":1}],\"TotalCount\":1}",
15506
+ "member": "TsfPageMicroservice",
15507
+ "name": "Result",
15508
+ "output_required": true,
15509
+ "type": "object",
15510
+ "value_allowed_null": false
15511
+ },
15512
+ {
15513
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15514
+ "member": "string",
15515
+ "name": "RequestId",
15516
+ "type": "string"
15517
+ }
15518
+ ],
15519
+ "type": "object"
15520
+ },
15477
15521
  "DescribeMicroservicesRequest": {
15478
15522
  "document": "DescribeMicroservices请求参数结构体",
15479
15523
  "members": [
@@ -26929,8 +26973,8 @@
26929
26973
  },
26930
26974
  {
26931
26975
  "disabled": false,
26932
- "document": "服务治理类型",
26933
- "example": "share",
26976
+ "document": "服务治理类型(枚举:SHARE、EXCLUSIVE)",
26977
+ "example": "SHARE",
26934
26978
  "member": "string",
26935
26979
  "name": "GovernanceType",
26936
26980
  "output_required": false,
@@ -992,6 +992,14 @@
992
992
  "title": "获取微服务列表"
993
993
  }
994
994
  ],
995
+ "DescribeMicroservicesByGroupIds": [
996
+ {
997
+ "document": "",
998
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMicroservicesByGroupIds\n<公共请求参数>\n\n{\n \"GroupIds\": [\n \"group-6a7eb39y\",\n \"group-nalb5dwv\"\n ]\n}",
999
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3b3b8c47-e7fa-4938-b9a3-cd2c962de722\",\n \"Result\": {\n \"Content\": [\n {\n \"CreateTime\": null,\n \"CriticalInstanceCount\": null,\n \"MicroserviceDesc\": null,\n \"MicroserviceId\": \"ms-yrkd4dla\",\n \"MicroserviceName\": \"consumer-demo\",\n \"NamespaceId\": \"namespace-9yn23x4y\",\n \"RunInstanceCount\": 1,\n \"UpdateTime\": null\n },\n {\n \"CreateTime\": null,\n \"CriticalInstanceCount\": null,\n \"MicroserviceDesc\": null,\n \"MicroserviceId\": \"ms-ymbjjl3v\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceId\": \"namespace-4y4g8pyk\",\n \"RunInstanceCount\": 1,\n \"UpdateTime\": null\n }\n ],\n \"TotalCount\": 2\n }\n }\n}",
1000
+ "title": "通过部署组ID获取微服务"
1001
+ }
1002
+ ],
995
1003
  "DescribeMsApiList": [
996
1004
  {
997
1005
  "document": "查询微服务API列表",