tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1373.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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +3 -3
  3. tccli/services/cfs/v20190719/api.json +10 -10
  4. tccli/services/cfs/v20190719/examples.json +1 -1
  5. tccli/services/clb/v20180317/api.json +252 -3
  6. tccli/services/cls/v20201016/api.json +78 -76
  7. tccli/services/cls/v20201016/examples.json +5 -5
  8. tccli/services/keewidb/v20220308/api.json +24 -24
  9. tccli/services/lcic/v20220817/api.json +46 -18
  10. tccli/services/mongodb/v20190725/api.json +4 -4
  11. tccli/services/monitor/v20180724/api.json +4 -4
  12. tccli/services/mps/v20190612/api.json +42 -2
  13. tccli/services/ocr/v20181119/api.json +21 -12
  14. tccli/services/postgres/postgres_client.py +12 -171
  15. tccli/services/postgres/v20170312/api.json +20 -819
  16. tccli/services/postgres/v20170312/examples.json +6 -30
  17. tccli/services/scf/v20180416/api.json +2 -0
  18. tccli/services/sts/v20180813/api.json +4 -4
  19. tccli/services/tcbr/v20220217/api.json +92 -0
  20. tccli/services/tcss/v20201101/api.json +32 -2
  21. tccli/services/tcss/v20201101/examples.json +3 -3
  22. tccli/services/tke/v20180525/api.json +10 -1
  23. tccli/services/trabbit/v20230418/api.json +41 -2
  24. tccli/services/trocket/trocket_client.py +65 -12
  25. tccli/services/trocket/v20230308/api.json +156 -0
  26. tccli/services/trocket/v20230308/examples.json +8 -0
  27. tccli/services/trtc/v20190722/api.json +10 -10
  28. tccli/services/tsf/v20180326/api.json +433 -328
  29. tccli/services/tsf/v20180326/examples.json +8 -8
  30. tccli/services/vod/v20180717/api.json +61 -32
  31. tccli/services/vod/v20180717/examples.json +1 -1
  32. tccli/services/waf/v20180125/api.json +717 -38
  33. tccli/services/waf/v20180125/examples.json +56 -0
  34. tccli/services/waf/waf_client.py +444 -73
  35. tccli/services/wedata/v20210820/api.json +138 -6
  36. {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/license_files/LICENSE +0 -0
@@ -52,13 +52,13 @@
52
52
  {
53
53
  "document": "包含两个通知渠道:\n* 使用短信(sms)、电话(phone)通知用户组(Group),用户组id为27411\n* 发送通知至企业微信(WeCom)机器人",
54
54
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmNotice\n<公共请求参数>\n\n{\n \"Name\": \"demoAlarmNotice1\",\n \"Type\": \"All\",\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Group\",\n \"ReceiverIds\": [\n 27411\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\",\n \"Index\": 1\n }\n ],\n \"WebCallbacks\": [\n {\n \"Method\": \"POST\",\n \"CallbackType\": \"WeCom\",\n \"NoticeContentId\": \"Default-zh\",\n \"Url\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxx-xxxx-xxxx-xxxx-xxxx\"\n }\n ],\n \"NoticeRules\": [],\n \"DeliverStatus\": 1,\n \"AlarmShieldStatus\": 2\n}",
55
- "output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"xxxx-xx-xx-xx-xxxxxxxx\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"notice-b44d3a04-xxxx-4f9d-91f8-8abab903d885\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
56
56
  "title": "创建通知渠道组(简易模式)"
57
57
  },
58
58
  {
59
59
  "document": "包含两个环节,告警先通知环节1,10分钟后如果告警无人认领且未恢复时通知环节2.\n环节1包含2个通知渠道:\n* 使用短信(sms)、电话(phone)通知用户组(Group),用户组id为27411\n* 发送通知至企业微信(WeCom)机器人\n环节2包含1个通知渠道\n* 使用短信(sms)、电话(phone)通知用户组(Uin),用户id为6318337",
60
60
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmNotice\n<公共请求参数>\n\n{\n \"Name\": \"demoAlarmNotice2\",\n \"NoticeRules\": [\n {\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Group\",\n \"ReceiverIds\": [\n 27411\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\"\n }\n ],\n \"WebCallbacks\": [\n {\n \"Method\": \"POST\",\n \"CallbackType\": \"WeCom\",\n \"NoticeContentId\": \"Default-zh\",\n \"Url\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxx-xxxx-xxxx-xxxx-xxxx\"\n }\n ],\n \"Escalate\": true,\n \"Type\": 1,\n \"Interval\": 10,\n \"EscalateNotice\": {\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Uin\",\n \"ReceiverIds\": [\n 6318337\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\"\n }\n ],\n \"WebCallbacks\": [],\n \"Escalate\": false\n },\n \"Rule\": \"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\"\n }\n ],\n \"DeliverStatus\": 1,\n \"AlarmShieldStatus\": 2\n}",
61
- "output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"xxxx-xx-xx-xx-xxxxxxxx\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
61
+ "output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"notice-b44d3a04-xxxx-4f9d-91f8-8abab903d885\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
62
62
  "title": "创建通知渠道组(高级模式)"
63
63
  }
64
64
  ],
@@ -428,7 +428,7 @@
428
428
  {
429
429
  "document": "",
430
430
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmNotices\n<公共请求参数>\n\n{}",
431
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AlarmNotices\": [],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
431
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AlarmNotices\": [\n {\n \"Type\": \"\",\n \"Name\": \"test-qywx\",\n \"AlarmNoticeId\": \"notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f\",\n \"CreateTime\": \"2025-08-06 15:47:00\",\n \"UpdateTime\": \"2025-08-06 15:47:00\",\n \"NoticeReceivers\": [],\n \"WebCallbacks\": [],\n \"Tags\": [],\n \"JumpDomain\": \"https://console.cloud.tencent.com\",\n \"NoticeRules\": [\n {\n \"Rule\": \"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\",\n \"NoticeReceivers\": [],\n \"WebCallbacks\": [\n {\n \"Url\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"CallbackType\": \"WeCom\",\n \"Method\": \"\",\n \"Headers\": [],\n \"Body\": \"\",\n \"Index\": 1,\n \"NoticeContentId\": \"Default-zh\",\n \"WebCallbackId\": \"\",\n \"RemindType\": 0,\n \"Mobiles\": [],\n \"UserIds\": []\n }\n ],\n \"Escalate\": false,\n \"Interval\": 10,\n \"Type\": 1\n }\n ],\n \"AlarmNoticeDeliverConfig\": null,\n \"AlarmShieldStatus\": 2\n }\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
432
432
  "title": "获取通知渠道组列表"
433
433
  }
434
434
  ],
@@ -837,7 +837,7 @@
837
837
  "ModifyNoticeContent": [
838
838
  {
839
839
  "document": "修改通知内容配置",
840
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"Name\": \"this is name\",\n \"Type\": 1,\n \"NoticeContents\": [\n {\n \"Type\": \"Http\",\n \"TriggerContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
840
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-5b2ea996-4dae-47cc-bbad-5b12888b4c89\",\n \"Name\": \"内部监控告警专用\",\n \"Type\": 0,\n \"NoticeContents\": [\n {\n \"Type\": \"Http\",\n \"TriggerContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
841
841
  "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
842
842
  "title": "修改通知内容配置"
843
843
  }
@@ -875,7 +875,7 @@
875
875
  "ModifyWebCallback": [
876
876
  {
877
877
  "document": "修改告警渠道回调配置",
878
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"Http\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\",\n \"Key\": \"HHFNIKFKLAUPOISNFIUYIOIA\"\n}",
878
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebCallback\n<公共请求参数>\n\n{\n \"WebCallbackId\": \"webcallback-d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\",\n \"Name\": \"监控告警专用\",\n \"Type\": \"Http\",\n \"Webhook\": \"http://www.xxx.com\",\n \"Method\": \"POST\",\n \"Key\": \"\"\n}",
879
879
  "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-xxxx-xxxx-ba1b-1aa49be5fed1\"\n }\n}",
880
880
  "title": "修改告警渠道回调配置"
881
881
  }
@@ -474,7 +474,7 @@
474
474
  "example": "16783",
475
475
  "member": "int64",
476
476
  "name": "TaskId",
477
- "required": true,
477
+ "output_required": true,
478
478
  "type": "int",
479
479
  "value_allowed_null": false
480
480
  },
@@ -894,7 +894,7 @@
894
894
  "example": "[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]",
895
895
  "member": "string",
896
896
  "name": "WeekDays",
897
- "required": true,
897
+ "output_required": true,
898
898
  "type": "list",
899
899
  "value_allowed_null": false
900
900
  },
@@ -904,7 +904,7 @@
904
904
  "example": "05:00-06:00",
905
905
  "member": "string",
906
906
  "name": "TimePeriod",
907
- "required": true,
907
+ "output_required": true,
908
908
  "type": "string",
909
909
  "value_allowed_null": false
910
910
  },
@@ -914,7 +914,7 @@
914
914
  "example": "7",
915
915
  "member": "int64",
916
916
  "name": "BackupStorageDays",
917
- "required": true,
917
+ "output_required": true,
918
918
  "type": "int",
919
919
  "value_allowed_null": false
920
920
  },
@@ -924,7 +924,7 @@
924
924
  "example": "3",
925
925
  "member": "int64",
926
926
  "name": "BinlogStorageDays",
927
- "required": true,
927
+ "output_required": true,
928
928
  "type": "int",
929
929
  "value_allowed_null": false
930
930
  },
@@ -1242,7 +1242,7 @@
1242
1242
  "example": "10",
1243
1243
  "member": "int64",
1244
1244
  "name": "TotalCount",
1245
- "required": true,
1245
+ "output_required": true,
1246
1246
  "type": "int",
1247
1247
  "value_allowed_null": false
1248
1248
  },
@@ -1252,7 +1252,7 @@
1252
1252
  "example": "无",
1253
1253
  "member": "BinlogInfo",
1254
1254
  "name": "BackupSet",
1255
- "required": true,
1255
+ "output_required": true,
1256
1256
  "type": "list",
1257
1257
  "value_allowed_null": false
1258
1258
  },
@@ -1468,7 +1468,7 @@
1468
1468
  "example": "10",
1469
1469
  "member": "int64",
1470
1470
  "name": "TotalCount",
1471
- "required": true,
1471
+ "output_required": true,
1472
1472
  "type": "int",
1473
1473
  "value_allowed_null": false
1474
1474
  },
@@ -1478,7 +1478,7 @@
1478
1478
  "example": "无",
1479
1479
  "member": "InstanceParamHistory",
1480
1480
  "name": "InstanceParamHistory",
1481
- "required": true,
1481
+ "output_required": true,
1482
1482
  "type": "list",
1483
1483
  "value_allowed_null": false
1484
1484
  },
@@ -1592,7 +1592,7 @@
1592
1592
  "example": "10",
1593
1593
  "member": "int64",
1594
1594
  "name": "TotalCount",
1595
- "required": true,
1595
+ "output_required": true,
1596
1596
  "type": "int",
1597
1597
  "value_allowed_null": false
1598
1598
  },
@@ -1602,7 +1602,7 @@
1602
1602
  "example": "无",
1603
1603
  "member": "ReplicaGroup",
1604
1604
  "name": "ReplicaGroups",
1605
- "required": true,
1605
+ "output_required": true,
1606
1606
  "type": "list",
1607
1607
  "value_allowed_null": false
1608
1608
  },
@@ -2077,7 +2077,7 @@
2077
2077
  "example": "10",
2078
2078
  "member": "int64",
2079
2079
  "name": "TotalCount",
2080
- "required": true,
2080
+ "output_required": true,
2081
2081
  "type": "int",
2082
2082
  "value_allowed_null": false
2083
2083
  },
@@ -2087,7 +2087,7 @@
2087
2087
  "example": "无",
2088
2088
  "member": "InstanceProxySlowlogDetail",
2089
2089
  "name": "InstanceProxySlowLogDetail",
2090
- "required": true,
2090
+ "output_required": true,
2091
2091
  "type": "list",
2092
2092
  "value_allowed_null": false
2093
2093
  },
@@ -2365,7 +2365,7 @@
2365
2365
  "example": "无",
2366
2366
  "member": "TendisSlowLogDetail",
2367
2367
  "name": "TendisSlowLogDetail",
2368
- "required": true,
2368
+ "output_required": true,
2369
2369
  "type": "list",
2370
2370
  "value_allowed_null": false
2371
2371
  },
@@ -2375,7 +2375,7 @@
2375
2375
  "example": "10",
2376
2376
  "member": "int64",
2377
2377
  "name": "TotalCount",
2378
- "required": true,
2378
+ "output_required": true,
2379
2379
  "type": "int",
2380
2380
  "value_allowed_null": false
2381
2381
  },
@@ -3749,7 +3749,7 @@
3749
3749
  "example": "3",
3750
3750
  "member": "int64",
3751
3751
  "name": "BackupStorageDays",
3752
- "required": true,
3752
+ "output_required": true,
3753
3753
  "type": "int",
3754
3754
  "value_allowed_null": false
3755
3755
  },
@@ -3759,7 +3759,7 @@
3759
3759
  "example": "7",
3760
3760
  "member": "int64",
3761
3761
  "name": "BinlogStorageDays",
3762
- "required": true,
3762
+ "output_required": true,
3763
3763
  "type": "int",
3764
3764
  "value_allowed_null": false
3765
3765
  },
@@ -3769,7 +3769,7 @@
3769
3769
  "example": "01:00-02:00",
3770
3770
  "member": "string",
3771
3771
  "name": "TimePeriod",
3772
- "required": true,
3772
+ "output_required": true,
3773
3773
  "type": "string",
3774
3774
  "value_allowed_null": false
3775
3775
  },
@@ -3779,7 +3779,7 @@
3779
3779
  "example": "[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]",
3780
3780
  "member": "string",
3781
3781
  "name": "WeekDays",
3782
- "required": true,
3782
+ "output_required": true,
3783
3783
  "type": "list",
3784
3784
  "value_allowed_null": false
3785
3785
  },
@@ -3834,7 +3834,7 @@
3834
3834
  "example": "95027",
3835
3835
  "member": "int64",
3836
3836
  "name": "TaskId",
3837
- "required": true,
3837
+ "output_required": true,
3838
3838
  "type": "int",
3839
3839
  "value_allowed_null": false
3840
3840
  },
@@ -3989,7 +3989,7 @@
3989
3989
  },
3990
3990
  {
3991
3991
  "disabled": false,
3992
- "document": "包年包月计费的续费模式。<b>InstanceIds</b>数组和<b>AutoRenews</b>数组中的修改值对应。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>",
3992
+ "document": "包年包月计费的续费模式。<b>InstanceIds</b>数组和<b>AutoRenews</b>数组中的修改值对应。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>",
3993
3993
  "example": "[1,0]",
3994
3994
  "member": "int64",
3995
3995
  "name": "AutoRenews",
@@ -4053,7 +4053,7 @@
4053
4053
  "example": "success",
4054
4054
  "member": "string",
4055
4055
  "name": "Status",
4056
- "required": true,
4056
+ "output_required": true,
4057
4057
  "type": "string",
4058
4058
  "value_allowed_null": false
4059
4059
  },
@@ -4650,7 +4650,7 @@
4650
4650
  {
4651
4651
  "disabled": false,
4652
4652
  "document": "设置新密码。<ul><li>当参数<b>NoAuth</b>设置为<b>true</b>,切换为免密实例时,可不设置该参数。</li><li>密码复杂度要求:<ul><li>长度8 - 30位, 推荐使用12位以上的密码。</li><li>不能以\"/\"开头。</li>\n<li>至少包含以下两项:<ul><li>小写字母a - z</li><li>大写字母A - Z</li><li>数字0 - 9</li><li>()~!@#$%^&*-+=_|{}[]:;<>,.?/</li></ul></li></ul></li></ul>",
4653
- "example": "zy456987",
4653
+ "example": "Mypassword",
4654
4654
  "member": "string",
4655
4655
  "name": "Password",
4656
4656
  "required": false,
@@ -4677,7 +4677,7 @@
4677
4677
  "example": "16657",
4678
4678
  "member": "int64",
4679
4679
  "name": "TaskId",
4680
- "required": true,
4680
+ "output_required": true,
4681
4681
  "type": "int",
4682
4682
  "value_allowed_null": false
4683
4683
  },
@@ -1689,7 +1689,7 @@
1689
1689
  {
1690
1690
  "disabled": false,
1691
1691
  "document": "助教Id列表。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有助教权限。",
1692
- "example": "[azsdasfsdfsd,asefawefewf]]",
1692
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
1693
1693
  "member": "string",
1694
1694
  "name": "Assistants",
1695
1695
  "required": false,
@@ -1725,7 +1725,7 @@
1725
1725
  {
1726
1726
  "disabled": false,
1727
1727
  "document": "课堂绑定的群组ID,非空时限制组成员进入",
1728
- "example": "abcdfgd",
1728
+ "example": "98781273",
1729
1729
  "member": "string",
1730
1730
  "name": "GroupId",
1731
1731
  "required": false,
@@ -1769,13 +1769,22 @@
1769
1769
  },
1770
1770
  {
1771
1771
  "disabled": false,
1772
- "document": "课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)注:大班课的布局(layout)只有三分屏",
1772
+ "document": "课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏",
1773
1773
  "example": "0",
1774
1774
  "member": "int64",
1775
1775
  "name": "RoomType",
1776
1776
  "required": false,
1777
1777
  "type": "int"
1778
1778
  },
1779
+ {
1780
+ "disabled": false,
1781
+ "document": "嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效",
1782
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
1783
+ "member": "string",
1784
+ "name": "Guests",
1785
+ "required": false,
1786
+ "type": "list"
1787
+ },
1779
1788
  {
1780
1789
  "disabled": false,
1781
1790
  "document": "拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟",
@@ -1797,7 +1806,7 @@
1797
1806
  {
1798
1807
  "disabled": false,
1799
1808
  "document": "伪直播链接。 支持的协议以及格式: 协议:HTTP、HTTPS、RTMP、HLS 。格式:FLV、MP3、MP4、MPEG-TS、MOV、MKV、M4A。视频编码:H.264、VP8。音频编码:AAC、OPUS。",
1800
- "example": "https://1234221212.vod-qcloud.com/425sfabhhs7814/e99049456789ghjk7399827/1INCKHSY9QMA.mp4",
1809
+ "example": "https://791263.vod-qcloud.com/425sfabhs7814/e9049470840ghjk739827/1INCKHSY9QMA.mp4",
1801
1810
  "member": "string",
1802
1811
  "name": "RecordLiveUrl",
1803
1812
  "required": false,
@@ -1823,8 +1832,8 @@
1823
1832
  },
1824
1833
  {
1825
1834
  "disabled": false,
1826
- "document": "录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。\n数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。",
1827
- "example": "{\"scene\":\"test\",\"lng\":\"zh\",\"type\":\"h5\",\"subjectId\":\"57\",\"customToken\":\"sajdlfjasdglweqirouoiu\"}",
1835
+ "document": "录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。\n\n自定义场景参数的含义。如下:\n scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。 \n lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi)\n customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。",
1836
+ "example": "{\"scene\":\"test\",\"lng\":\"zh\",\"customToken\":\"sajdlfjasdglweqirouoiu\"}",
1828
1837
  "member": "string",
1829
1838
  "name": "RecordScene",
1830
1839
  "required": false,
@@ -3826,7 +3835,7 @@
3826
3835
  {
3827
3836
  "disabled": false,
3828
3837
  "document": "助教UserId列表。",
3829
- "example": "\t[azsdasfsdfsd,asefawefew]",
3838
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
3830
3839
  "member": "string",
3831
3840
  "name": "Assistants",
3832
3841
  "output_required": true,
@@ -3836,7 +3845,7 @@
3836
3845
  {
3837
3846
  "disabled": false,
3838
3847
  "document": "录制地址(协议为https)。仅在房间结束后存在。",
3839
- "example": "https://abc.mp4",
3848
+ "example": "https://791263.vod-qcloud.com/425sfabhs7814/e9049470840ghjk739827/1INCKHSY9QMA.mp4",
3840
3849
  "member": "string",
3841
3850
  "name": "RecordUrl",
3842
3851
  "output_required": true,
@@ -3905,7 +3914,7 @@
3905
3914
  },
3906
3915
  {
3907
3916
  "disabled": false,
3908
- "document": "课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)注:大班课的布局(layout)只有三分屏",
3917
+ "document": "课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏",
3909
3918
  "example": "0",
3910
3919
  "member": "int64",
3911
3920
  "name": "RoomType",
@@ -3946,7 +3955,7 @@
3946
3955
  {
3947
3956
  "disabled": false,
3948
3957
  "document": "伪直播链接",
3949
- "example": "https://1101910181.vod2.myqcloud.com/6casjaisjaidcq1101910181/d26589e12312512121842/f0.mp4",
3958
+ "example": "https://791263.vod-qcloud.com/425sfabhs7814/e9049470840ghjk739827/1INCKHSY9QMA.mp4",
3950
3959
  "member": "string",
3951
3960
  "name": "RecordLiveUrl",
3952
3961
  "output_required": false,
@@ -3976,7 +3985,7 @@
3976
3985
  {
3977
3986
  "disabled": false,
3978
3987
  "document": "RTMP推流链接",
3979
- "example": "rtmp://rtmp.rtc.qq.com/push/301234567?sdkappid=141234567&userid=abcdefg123456789&usersig=&use_number_room_id=1",
3988
+ "example": "rtmp://rtmp.rtc.com/push/30928374?sdkappid=9182537&userid=mpqhaijldaoqpnsd12&use_number_room_id=1&usersig=bsjkehdbfwie28102",
3980
3989
  "member": "string",
3981
3990
  "name": "RTMPStreamingURL",
3982
3991
  "output_required": false,
@@ -3985,8 +3994,8 @@
3985
3994
  },
3986
3995
  {
3987
3996
  "disabled": false,
3988
- "document": "录制自定义场景,仅recordlayout=9的时候此参数有效",
3989
- "example": "default",
3997
+ "document": "录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。自定义场景参数的含义。如下: scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。 lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi) customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。",
3998
+ "example": "{\"scene\":\"test\",\"lng\":\"zh\",\"customToken\":\"sajdlfjasdglweqirouoiu\"}",
3990
3999
  "member": "string",
3991
4000
  "name": "RecordScene",
3992
4001
  "output_required": false,
@@ -4043,6 +4052,16 @@
4043
4052
  "type": "int",
4044
4053
  "value_allowed_null": false
4045
4054
  },
4055
+ {
4056
+ "disabled": false,
4057
+ "document": "嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效",
4058
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
4059
+ "member": "string",
4060
+ "name": "Guests",
4061
+ "output_required": false,
4062
+ "type": "list",
4063
+ "value_allowed_null": false
4064
+ },
4046
4065
  {
4047
4066
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4048
4067
  "member": "string",
@@ -6711,7 +6730,7 @@
6711
6730
  {
6712
6731
  "disabled": false,
6713
6732
  "document": "助教Id列表。通过[注册用户]接口获取的UserId。",
6714
- "example": "[azsdasfsdfsd,asefawefew]",
6733
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
6715
6734
  "member": "string",
6716
6735
  "name": "Assistants",
6717
6736
  "required": false,
@@ -6791,7 +6810,7 @@
6791
6810
  },
6792
6811
  {
6793
6812
  "disabled": false,
6794
- "document": "房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)\n注:大班课的布局(layout)只有三分屏",
6813
+ "document": "课堂类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放); 3 圆桌会议 注:大班课的布局(layout)只有三分屏",
6795
6814
  "example": "0",
6796
6815
  "member": "int64",
6797
6816
  "name": "RoomType",
@@ -6819,7 +6838,7 @@
6819
6838
  {
6820
6839
  "disabled": false,
6821
6840
  "document": "伪直播回放链接",
6822
- "example": "https://1101910181.vod2.myqcloud.com/6casjaisjaidcq1101910181/d26589e12312512121842/f0.mp4",
6841
+ "example": "https://791263.vod-qcloud.com/425sfabhs7814/e9049470840ghjk739827/1INCKHSY9QMA.mp4",
6823
6842
  "member": "string",
6824
6843
  "name": "RecordLiveUrl",
6825
6844
  "required": false,
@@ -6845,8 +6864,8 @@
6845
6864
  },
6846
6865
  {
6847
6866
  "disabled": false,
6848
- "document": "录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。",
6849
- "example": "{\"scene\":\"test\",\"lng\":\"zh\",\"type\":\"h5\",\"subjectId\":\"57\",\"customToken\":\"sajdlfjasdglweqirouoiu\"}",
6867
+ "document": "录制自定义场景。注意:仅recordlayout=9的时候此参数有效。需注意各类参数配置正确能够生效。不然会造成录制失败,失败后无法补救。数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。自定义场景参数的含义。如下: scene:自定义js/css对应的场景值。如scene=recordScene,会加载 recordScene 场景对应的 js/css,这样就可以自定义录制页面的元素。 lng:录制页面对应的语种。如lng=en,则录制界面为en。(枚举值:en,zh,zh-TW,jp,ar,kr,vi) customToken:录制页面中涉及客户自己的服务需要鉴权时进行配置。一般情况下,无需配置。",
6868
+ "example": "{\"scene\":\"test\",\"lng\":\"zh\",\"customToken\":\"sajdlfjasdglweqirouoiu\"}",
6850
6869
  "member": "string",
6851
6870
  "name": "RecordScene",
6852
6871
  "required": false,
@@ -6887,6 +6906,15 @@
6887
6906
  "name": "SubtitlesTranscription",
6888
6907
  "required": false,
6889
6908
  "type": "int"
6909
+ },
6910
+ {
6911
+ "disabled": false,
6912
+ "document": "嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效",
6913
+ "example": "[\"azsdasfsdfsd\",\"asefawefewf\"]",
6914
+ "member": "string",
6915
+ "name": "Guests",
6916
+ "required": false,
6917
+ "type": "list"
6890
6918
  }
6891
6919
  ],
6892
6920
  "usage": "in"
@@ -410,8 +410,8 @@
410
410
  },
411
411
  {
412
412
  "disabled": false,
413
- "document": "项目ID,用户已创建项目的唯一ID,非自定义",
414
- "example": "1118****",
413
+ "document": "项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。",
414
+ "example": "12",
415
415
  "member": "uint64",
416
416
  "name": "ProjectId",
417
417
  "required": true,
@@ -425,8 +425,8 @@
425
425
  "members": [
426
426
  {
427
427
  "disabled": false,
428
- "document": "返回的异步任务ID列表",
429
- "example": "[1081****]",
428
+ "document": "返回的异步任务ID列表。",
429
+ "example": "[1081,1082]",
430
430
  "member": "uint64",
431
431
  "name": "FlowIds",
432
432
  "output_required": true,
@@ -15790,20 +15790,20 @@
15790
15790
  {
15791
15791
  "disabled": false,
15792
15792
  "document": "指标名",
15793
- "example": "",
15793
+ "example": "cpu_usages",
15794
15794
  "member": "string",
15795
15795
  "name": "MetricName",
15796
- "required": true,
15796
+ "output_required": true,
15797
15797
  "type": "string",
15798
15798
  "value_allowed_null": false
15799
15799
  },
15800
15800
  {
15801
15801
  "disabled": false,
15802
15802
  "document": "监控数据点",
15803
- "example": "",
15803
+ "example": "[{}]",
15804
15804
  "member": "MetricDataPoint",
15805
15805
  "name": "Points",
15806
- "required": true,
15806
+ "output_required": true,
15807
15807
  "type": "list",
15808
15808
  "value_allowed_null": false
15809
15809
  }
@@ -18982,6 +18982,26 @@
18982
18982
  "output_required": false,
18983
18983
  "type": "string",
18984
18984
  "value_allowed_null": false
18985
+ },
18986
+ {
18987
+ "disabled": false,
18988
+ "document": "集锦标题。",
18989
+ "example": "title",
18990
+ "member": "string",
18991
+ "name": "Title",
18992
+ "output_required": false,
18993
+ "type": "string",
18994
+ "value_allowed_null": false
18995
+ },
18996
+ {
18997
+ "disabled": false,
18998
+ "document": "集锦概要。",
18999
+ "example": "summary",
19000
+ "member": "string",
19001
+ "name": "Summary",
19002
+ "output_required": false,
19003
+ "type": "string",
19004
+ "value_allowed_null": false
18985
19005
  }
18986
19006
  ],
18987
19007
  "usage": "out"
@@ -21736,7 +21756,7 @@
21736
21756
  {
21737
21757
  "disabled": false,
21738
21758
  "document": "智能精彩集锦地址。",
21739
- "example": "/AItest/hht-20250321xxx-021234545678E_172343423310test-0.mp4",
21759
+ "example": "/AItst/hht-2025031xxx-021354578E_17243423310test-0.mp4",
21740
21760
  "member": "string",
21741
21761
  "name": "HighlightPath",
21742
21762
  "output_required": true,
@@ -21746,7 +21766,7 @@
21746
21766
  {
21747
21767
  "disabled": false,
21748
21768
  "document": "智能精彩集锦封面地址。",
21749
- "example": "/AItest/hht-20250321xxx-021234545678E_172343423310test-0.jpg",
21769
+ "example": "/AItest/hht-2025031xxx-021245578E_17243423310test-0.jpg",
21750
21770
  "member": "string",
21751
21771
  "name": "CovImgPath",
21752
21772
  "output_required": true,
@@ -21782,6 +21802,26 @@
21782
21802
  "output_required": true,
21783
21803
  "type": "list",
21784
21804
  "value_allowed_null": false
21805
+ },
21806
+ {
21807
+ "disabled": false,
21808
+ "document": "智能精彩集锦地址。\n注意:此字段可能返回 null,表示取不到有效值。",
21809
+ "example": "http://test-12246.cos.ap-nanjing.myqcloud.com/AItest/hht-2025031xxx-02135468E_17243423310test-0.mp4",
21810
+ "member": "string",
21811
+ "name": "HighlightUrl",
21812
+ "output_required": false,
21813
+ "type": "string",
21814
+ "value_allowed_null": true
21815
+ },
21816
+ {
21817
+ "disabled": false,
21818
+ "document": "智能精彩集锦封面地址。\n注意:此字段可能返回 null,表示取不到有效值。",
21819
+ "example": "http://test-12246.cos.ap-nanjing.myqcloud.com/AItest/hht-2025031xxx-02134468E_17243423310test-0.jpg",
21820
+ "member": "string",
21821
+ "name": "CovImgUrl",
21822
+ "output_required": false,
21823
+ "type": "string",
21824
+ "value_allowed_null": true
21785
21825
  }
21786
21826
  ],
21787
21827
  "usage": "out"