tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1374.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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +3 -3
  4. tccli/services/cfs/v20190719/api.json +10 -10
  5. tccli/services/cfs/v20190719/examples.json +1 -1
  6. tccli/services/clb/v20180317/api.json +252 -3
  7. tccli/services/cls/v20201016/api.json +244 -106
  8. tccli/services/cls/v20201016/examples.json +7 -7
  9. tccli/services/emr/v20190103/api.json +2 -2
  10. tccli/services/ess/v20201111/api.json +69 -0
  11. tccli/services/essbasic/v20210526/api.json +39 -0
  12. tccli/services/keewidb/v20220308/api.json +24 -24
  13. tccli/services/lcic/v20220817/api.json +46 -18
  14. tccli/services/lighthouse/v20200324/examples.json +3 -3
  15. tccli/services/live/v20180801/examples.json +1 -1
  16. tccli/services/lke/v20231130/api.json +1344 -246
  17. tccli/services/lke/v20231130/examples.json +1 -1
  18. tccli/services/mongodb/v20190725/api.json +4 -4
  19. tccli/services/monitor/v20180724/api.json +4 -4
  20. tccli/services/mps/v20190612/api.json +42 -2
  21. tccli/services/ocr/v20181119/api.json +31 -12
  22. tccli/services/partners/v20180321/api.json +4 -4
  23. tccli/services/postgres/postgres_client.py +12 -171
  24. tccli/services/postgres/v20170312/api.json +20 -819
  25. tccli/services/postgres/v20170312/examples.json +6 -30
  26. tccli/services/scf/v20180416/api.json +2 -0
  27. tccli/services/sqlserver/v20180328/api.json +19 -17
  28. tccli/services/sqlserver/v20180328/examples.json +2 -2
  29. tccli/services/sts/v20180813/api.json +4 -4
  30. tccli/services/tcbr/v20220217/api.json +92 -0
  31. tccli/services/tcss/v20201101/api.json +32 -2
  32. tccli/services/tcss/v20201101/examples.json +3 -3
  33. tccli/services/tke/v20180525/api.json +10 -1
  34. tccli/services/trabbit/v20230418/api.json +50 -2
  35. tccli/services/trocket/trocket_client.py +65 -12
  36. tccli/services/trocket/v20230308/api.json +156 -0
  37. tccli/services/trocket/v20230308/examples.json +8 -0
  38. tccli/services/trtc/v20190722/api.json +10 -10
  39. tccli/services/tsf/v20180326/api.json +573 -371
  40. tccli/services/tsf/v20180326/examples.json +8 -8
  41. tccli/services/vod/v20180717/api.json +325 -32
  42. tccli/services/vod/v20180717/examples.json +33 -1
  43. tccli/services/vod/vod_client.py +212 -0
  44. tccli/services/waf/v20180125/api.json +717 -38
  45. tccli/services/waf/v20180125/examples.json +56 -0
  46. tccli/services/waf/waf_client.py +444 -73
  47. tccli/services/wedata/v20210820/api.json +138 -6
  48. {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.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
  ],
@@ -516,7 +516,7 @@
516
516
  {
517
517
  "document": "",
518
518
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
519
- "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
519
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd402dd9-a3aa-47c3-a5c0-5789d1f8875b\",\n \"TotalCount\": 1,\n \"DashboardSubscribeInfos\": [\n {\n \"Id\": 21683,\n \"Name\": \"订阅任务-2025-08-15_09:59\",\n \"DashboardId\": \"dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5\",\n \"Cron\": \"0 0 10 * * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"now-15m\",\n \"now\"\n ],\n \"TemplateVariables\": null,\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"10300000\",\n \"10200000\"\n ],\n \"ReceiverChannels\": [\n \"Email\"\n ],\n \"Url\": \"\"\n }\n ],\n \"Timezone\": \"Asia/Shanghai\",\n \"SubscribeLanguage\": \"zh\",\n \"JumpDomain\": \"https://console.cloud.tencent.com\",\n \"JumpUrl\": \"\"\n },\n \"Uin\": 100001127589,\n \"SubUin\": 100012969012,\n \"CreateTime\": \"2025-08-15 10:29:10\",\n \"UpdateTime\": \"2025-08-15 10:31:24\",\n \"LastTime\": \"\",\n \"LastStatus\": \"invalid\"\n }\n ]\n }\n}",
520
520
  "title": "获取仪表盘订阅列表"
521
521
  }
522
522
  ],
@@ -805,7 +805,7 @@
805
805
  "ModifyKafkaConsumer": [
806
806
  {
807
807
  "document": "",
808
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKafkaConsumer\n<公共请求参数>\n\n{\n \"FromTopicId\": \"a5ce0c9c-0690-44a5-bc79-5f2190626bd0\",\n \"Compression\": 1\n}",
808
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKafkaConsumer\n<公共请求参数>\n\n{\n \"FromTopicId\": \"a5ce0c9c-0690-44a5-bc79-5f2190626bd0\",\n \"Compression\": 2\n}",
809
809
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
810
810
  "title": "修改Kafka协议消费信息"
811
811
  }
@@ -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
  }
@@ -3254,7 +3254,7 @@
3254
3254
  {
3255
3255
  "disabled": false,
3256
3256
  "document": "私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。",
3257
- "example": "{\"SubnetId\":\"subnet-xxxx3hi2\",\"VpcId\":\"vpc-xxxx1fu7\"}",
3257
+ "example": "",
3258
3258
  "member": "VPCSettings",
3259
3259
  "name": "VPCSettings",
3260
3260
  "required": false,
@@ -3299,7 +3299,7 @@
3299
3299
  {
3300
3300
  "disabled": false,
3301
3301
  "document": "登陆密码,LoginSettings中的Password字段",
3302
- "example": "{\"Password\":\"xxxxxxxx\"}",
3302
+ "example": "",
3303
3303
  "member": "LoginSettings",
3304
3304
  "name": "LoginSettings",
3305
3305
  "required": false,
@@ -8171,6 +8171,15 @@
8171
8171
  "name": "TaxIdentifyCode",
8172
8172
  "required": false,
8173
8173
  "type": "string"
8174
+ },
8175
+ {
8176
+ "disabled": false,
8177
+ "document": "印章描述内容",
8178
+ "example": "印章描述说明",
8179
+ "member": "string",
8180
+ "name": "SealDescription",
8181
+ "required": false,
8182
+ "type": "string"
8174
8183
  }
8175
8184
  ],
8176
8185
  "type": "object"
@@ -15046,6 +15055,56 @@
15046
15055
  "output_required": false,
15047
15056
  "type": "object",
15048
15057
  "value_allowed_null": false
15058
+ },
15059
+ {
15060
+ "disabled": false,
15061
+ "document": "印章的真实宽度,单位毫米",
15062
+ "example": "42",
15063
+ "member": "int64",
15064
+ "name": "RealWidth",
15065
+ "output_required": false,
15066
+ "type": "int",
15067
+ "value_allowed_null": false
15068
+ },
15069
+ {
15070
+ "disabled": false,
15071
+ "document": "印章的真实高度,单位毫米",
15072
+ "example": "42",
15073
+ "member": "int64",
15074
+ "name": "RealHeight",
15075
+ "output_required": false,
15076
+ "type": "int",
15077
+ "value_allowed_null": false
15078
+ },
15079
+ {
15080
+ "disabled": false,
15081
+ "document": "自定义子类型印章",
15082
+ "example": "OHTER_1",
15083
+ "member": "string",
15084
+ "name": "SubSealType",
15085
+ "output_required": false,
15086
+ "type": "string",
15087
+ "value_allowed_null": false
15088
+ },
15089
+ {
15090
+ "disabled": false,
15091
+ "document": "自定义子类型印章名称",
15092
+ "example": "其他子印章类型",
15093
+ "member": "string",
15094
+ "name": "SubSealName",
15095
+ "output_required": false,
15096
+ "type": "string",
15097
+ "value_allowed_null": false
15098
+ },
15099
+ {
15100
+ "disabled": false,
15101
+ "document": "印章描述",
15102
+ "example": "印章描述内容",
15103
+ "member": "string",
15104
+ "name": "SealDescription",
15105
+ "output_required": false,
15106
+ "type": "string",
15107
+ "value_allowed_null": false
15049
15108
  }
15050
15109
  ],
15051
15110
  "usage": "out"
@@ -15265,6 +15324,16 @@
15265
15324
  "output_required": false,
15266
15325
  "type": "string",
15267
15326
  "value_allowed_null": false
15327
+ },
15328
+ {
15329
+ "disabled": false,
15330
+ "document": "企业批量注册 传递过来的企业名称,方便客户定位企业",
15331
+ "example": "典子谦示例企业",
15332
+ "member": "string",
15333
+ "name": "OrganizationName",
15334
+ "output_required": false,
15335
+ "type": "string",
15336
+ "value_allowed_null": false
15268
15337
  }
15269
15338
  ],
15270
15339
  "usage": "out"
@@ -8402,6 +8402,15 @@
8402
8402
  "name": "TaxIdentifyCode",
8403
8403
  "required": false,
8404
8404
  "type": "string"
8405
+ },
8406
+ {
8407
+ "disabled": false,
8408
+ "document": "印章描述内容",
8409
+ "example": "印章描述说明",
8410
+ "member": "string",
8411
+ "name": "SealDescription",
8412
+ "required": false,
8413
+ "type": "string"
8405
8414
  }
8406
8415
  ],
8407
8416
  "type": "object"
@@ -12072,6 +12081,36 @@
12072
12081
  "output_required": true,
12073
12082
  "type": "list",
12074
12083
  "value_allowed_null": false
12084
+ },
12085
+ {
12086
+ "disabled": false,
12087
+ "document": "印章的真实宽度,单位毫米\t",
12088
+ "example": "42",
12089
+ "member": "int64",
12090
+ "name": "RealWidth",
12091
+ "output_required": false,
12092
+ "type": "int",
12093
+ "value_allowed_null": false
12094
+ },
12095
+ {
12096
+ "disabled": false,
12097
+ "document": "印章的真实高度,单位毫米\t",
12098
+ "example": "42",
12099
+ "member": "int64",
12100
+ "name": "RealHeight",
12101
+ "output_required": false,
12102
+ "type": "int",
12103
+ "value_allowed_null": false
12104
+ },
12105
+ {
12106
+ "disabled": false,
12107
+ "document": "印章描述",
12108
+ "example": "印章描述内容",
12109
+ "member": "string",
12110
+ "name": "SealDescription",
12111
+ "output_required": false,
12112
+ "type": "string",
12113
+ "value_allowed_null": false
12075
12114
  }
12076
12115
  ],
12077
12116
  "usage": "out"
@@ -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"