tccli 3.0.1100.1__py2.py3-none-any.whl → 3.0.1102.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdb/v20170320/CloseSSL.md +21 -0
  3. tccli/examples/cdb/v20170320/DescribeSSLStatus.md +22 -0
  4. tccli/examples/cdb/v20170320/OpenSSL.md +21 -0
  5. tccli/examples/cls/v20201016/DeleteConfigExtra.md +1 -1
  6. tccli/examples/cls/v20201016/DeleteDataTransform.md +1 -1
  7. tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
  8. tccli/examples/csip/v20221121/CreateRiskCenterScanTask.md +1 -0
  9. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewCFGRiskList.md +1 -0
  10. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewPortRiskList.md +1 -0
  11. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewVULRiskList.md +1 -0
  12. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewWeakPasswordRiskList.md +1 -0
  13. tccli/examples/csip/v20221121/DescribeRiskCenterPortViewPortRiskList.md +1 -0
  14. tccli/examples/csip/v20221121/DescribeRiskCenterServerRiskList.md +1 -0
  15. tccli/examples/csip/v20221121/DescribeRiskCenterVULViewVULRiskList.md +1 -0
  16. tccli/examples/csip/v20221121/DescribeRiskCenterWebsiteRiskList.md +1 -0
  17. tccli/examples/csip/v20221121/DescribeScanTaskList.md +1 -0
  18. tccli/examples/csip/v20221121/DescribeTaskLogURL.md +1 -0
  19. tccli/examples/csip/v20221121/ModifyRiskCenterRiskStatus.md +1 -0
  20. tccli/examples/csip/v20221121/ModifyRiskCenterScanTask.md +1 -0
  21. tccli/examples/postgres/v20170312/ModifyAccountRemark.md +1 -1
  22. tccli/examples/rum/v20210622/DescribeError.md +1 -1
  23. tccli/examples/rum/v20210622/ModifyProject.md +1 -1
  24. tccli/examples/teo/v20220901/DescribeRulesSetting.md +6 -159
  25. tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
  26. tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
  27. tccli/examples/tsf/v20180326/CreateCluster.md +2 -2
  28. tccli/examples/vpc/v20170312/DeleteVpnGateway.md +1 -2
  29. tccli/examples/vpc/v20170312/DescribeVpnGatewaySslServers.md +23 -33
  30. tccli/examples/vpc/v20170312/InquiryPriceCreateVpnGateway.md +11 -3
  31. tccli/examples/vpc/v20170312/InquiryPriceResetVpnGatewayInternetMaxBandwidth.md +14 -7
  32. tccli/examples/vpc/v20170312/ModifyVpnGatewayCcnRoutes.md +1 -1
  33. tccli/examples/wedata/v20210820/DescribeProject.md +58 -1
  34. tccli/services/cdb/cdb_client.py +163 -4
  35. tccli/services/cdb/v20170320/api.json +169 -0
  36. tccli/services/cdb/v20170320/examples.json +24 -0
  37. tccli/services/cdn/v20180606/api.json +1 -1
  38. tccli/services/clb/v20180317/api.json +18 -0
  39. tccli/services/cls/v20201016/api.json +97 -75
  40. tccli/services/cls/v20201016/examples.json +3 -3
  41. tccli/services/csip/v20221121/api.json +157 -4
  42. tccli/services/csip/v20221121/examples.json +13 -13
  43. tccli/services/cvm/v20170312/api.json +5 -3
  44. tccli/services/cwp/cwp_client.py +0 -53
  45. tccli/services/cwp/v20180228/api.json +0 -194
  46. tccli/services/cwp/v20180228/examples.json +0 -8
  47. tccli/services/cynosdb/v20190107/api.json +1 -1
  48. tccli/services/ess/v20201111/api.json +9 -0
  49. tccli/services/essbasic/v20210526/api.json +19 -1
  50. tccli/services/hunyuan/v20230901/api.json +2 -2
  51. tccli/services/monitor/v20180724/api.json +39 -39
  52. tccli/services/nlp/v20190408/api.json +13 -0
  53. tccli/services/ocr/v20181119/api.json +1 -1
  54. tccli/services/postgres/v20170312/examples.json +1 -1
  55. tccli/services/rum/v20210622/api.json +34 -19
  56. tccli/services/rum/v20210622/examples.json +16 -16
  57. tccli/services/ssl/v20191205/api.json +2 -2
  58. tccli/services/tdmq/v20200217/api.json +111 -1
  59. tccli/services/teo/teo_client.py +53 -0
  60. tccli/services/teo/v20220901/api.json +56 -3
  61. tccli/services/teo/v20220901/examples.json +9 -1
  62. tccli/services/trtc/v20190722/api.json +24 -6
  63. tccli/services/trtc/v20190722/examples.json +1 -1
  64. tccli/services/tsf/v20180326/api.json +80 -42
  65. tccli/services/tsf/v20180326/examples.json +1 -1
  66. tccli/services/vod/v20180717/api.json +2 -2
  67. tccli/services/vpc/v20170312/api.json +36 -23
  68. tccli/services/vpc/v20170312/examples.json +11 -11
  69. tccli/services/wedata/v20210820/api.json +465 -0
  70. tccli/services/wedata/v20210820/examples.json +1 -1
  71. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/METADATA +2 -2
  72. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/RECORD +75 -71
  73. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/WHEEL +0 -0
  74. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/entry_points.txt +0 -0
  75. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/license_files/LICENSE +0 -0
@@ -434,10 +434,17 @@
434
434
  "output": "DescribeRulesSettingResponse",
435
435
  "status": "online"
436
436
  },
437
+ "DescribeSecurityIPGroup": {
438
+ "document": "查询安全 IP 组的配置信息,包括安全 IP 组的 ID、名称和内容。",
439
+ "input": "DescribeSecurityIPGroupRequest",
440
+ "name": "查询安全 IP 组",
441
+ "output": "DescribeSecurityIPGroupResponse",
442
+ "status": "online"
443
+ },
437
444
  "DescribeSecurityIPGroupInfo": {
438
- "document": "查询 IP 组的配置信息,包括 IP 组名称、 IP 组内容、 IP 组归属站点。",
445
+ "document": "接口已废弃,将于 2024 年 6 月 30 日停止服务。请使用 [查询安全 IP 组\n](https://cloud.tencent.com/document/product/1552/105866) 接口。\n\n查询 IP 组的配置信息,包括 IP 组名称、 IP 组内容、 IP 组归属站点。",
439
446
  "input": "DescribeSecurityIPGroupInfoRequest",
440
- "name": "查询 IP 组配置信息",
447
+ "name": "查询安全 IP 组(已废弃)",
441
448
  "output": "DescribeSecurityIPGroupInfoResponse",
442
449
  "status": "online"
443
450
  },
@@ -7561,7 +7568,7 @@
7561
7568
  "example": "无",
7562
7569
  "member": "RulesSettingAction",
7563
7570
  "name": "Actions",
7564
- "required": true,
7571
+ "output_required": true,
7565
7572
  "type": "list",
7566
7573
  "value_allowed_null": false
7567
7574
  },
@@ -7639,6 +7646,52 @@
7639
7646
  ],
7640
7647
  "type": "object"
7641
7648
  },
7649
+ "DescribeSecurityIPGroupRequest": {
7650
+ "document": "DescribeSecurityIPGroup请求参数结构体",
7651
+ "members": [
7652
+ {
7653
+ "disabled": false,
7654
+ "document": "站点 ID ,用于指定查询的站点范围。",
7655
+ "example": "\"zone-nqicqhasui\"",
7656
+ "member": "string",
7657
+ "name": "ZoneId",
7658
+ "required": true,
7659
+ "type": "string"
7660
+ },
7661
+ {
7662
+ "disabled": false,
7663
+ "document": "指定安全 IP 组 ID。\n<li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li>\n<li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
7664
+ "example": "无",
7665
+ "member": "int64",
7666
+ "name": "GroupIds",
7667
+ "required": false,
7668
+ "type": "list"
7669
+ }
7670
+ ],
7671
+ "type": "object"
7672
+ },
7673
+ "DescribeSecurityIPGroupResponse": {
7674
+ "document": "DescribeSecurityIPGroup返回参数结构体",
7675
+ "members": [
7676
+ {
7677
+ "disabled": false,
7678
+ "document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称和 IP / 网段列表信息。",
7679
+ "example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ] }",
7680
+ "member": "IPGroup",
7681
+ "name": "IPGroups",
7682
+ "output_required": true,
7683
+ "type": "list",
7684
+ "value_allowed_null": false
7685
+ },
7686
+ {
7687
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7688
+ "member": "string",
7689
+ "name": "RequestId",
7690
+ "type": "string"
7691
+ }
7692
+ ],
7693
+ "type": "object"
7694
+ },
7642
7695
  "DescribeSecurityTemplateBindingsRequest": {
7643
7696
  "document": "DescribeSecurityTemplateBindings请求参数结构体",
7644
7697
  "members": [
@@ -612,10 +612,18 @@
612
612
  {
613
613
  "document": "",
614
614
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRulesSetting\n<公共请求参数>\n\n{}",
615
- "output": "{\n \"Response\": {\n \"RequestId\": \"811d2583-310c-41f4-b5e7-abe4074047d4\",\n \"Actions\": [\n {\n \"Action\": \"ErrorPage\",\n \"Properties\": [\n {\n \"ChoiceProperties\": [],\n \"ChoicesValue\": [],\n \"ExtraParameter\": {\n \"Choices\": [\n \"403\",\n \"404\",\n \"404\",\n \"405\",\n \"414\",\n \"416\",\n \"451\",\n \"500\",\n \"501\",\n \"502\",\n \"503\",\n \"504\"\n ],\n \"Id\": \"StatusCode\",\n \"Type\": \"CHOICE\"\n },\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"RedirectUrl\",\n \"Type\": \"CUSTOM_STRING\"\n }\n ]\n },\n {\n \"Action\": \"Cache\",\n \"Properties\": [\n {\n \"ChoiceProperties\": [\n {\n \"ChoicesValue\": [\n \"on\",\n \"off\"\n ],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"Switch\",\n \"Type\": \"TOGGLE\"\n }\n ],\n \"ChoicesValue\": [],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"FollowOrigin\",\n \"Type\": \"OBJECT\"\n },\n {\n \"ChoiceProperties\": [\n {\n \"ChoicesValue\": [\n \"on\",\n \"off\"\n ],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"Switch\",\n \"Type\": \"TOGGLE\"\n },\n {\n \"ChoicesValue\": [],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"CacheTime\",\n \"Type\": \"CUSTOM_NUM\"\n }\n ],\n \"ChoicesValue\": [],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"Cache\",\n \"Type\": \"OBJECT\"\n },\n {\n \"ChoiceProperties\": [\n {\n \"ChoicesValue\": [\n \"on\",\n \"off\"\n ],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"Switch\",\n \"Type\": \"TOGGLE\"\n }\n ],\n \"ChoicesValue\": [],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"NoCache\",\n \"Type\": \"OBJECT\"\n }\n ]\n },\n {\n \"Action\": \"MaxAge\",\n \"Properties\": [\n {\n \"ChoiceProperties\": [],\n \"ChoicesValue\": [],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"MaxAgeTime\",\n \"Type\": \"CUSTOM_NUM\"\n },\n {\n \"ChoiceProperties\": [],\n \"ChoicesValue\": [\n \"on\",\n \"off\"\n ],\n \"ExtraParameter\": null,\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"FollowOrigin\",\n \"Type\": \"TOGGLE\"\n }\n ]\n },\n {\n \"Action\": \"StatusCodeCache\",\n \"Properties\": [\n {\n \"ChoiceProperties\": [],\n \"ChoicesValue\": [],\n \"ExtraParameter\": {\n \"Choices\": [\n \"403\",\n \"404\",\n \"404\",\n \"405\",\n \"414\",\n \"416\",\n \"451\",\n \"500\",\n \"501\",\n \"502\",\n \"503\",\n \"504\"\n ],\n \"Id\": \"StatusCode\",\n \"Type\": \"CHOICE\"\n },\n \"IsAllowEmpty\": false,\n \"IsMultiple\": false,\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"CacheTime\",\n \"Type\": \"CUSTOM_NUM\"\n }\n ]\n }\n ]\n }\n}",
615
+ "output": "{\n \"Response\": {\n \"Actions\": [\n {\n \"Action\": \"StatusCodeCache\",\n \"Properties\": [\n {\n \"Name\": \"CacheTime\",\n \"Type\": \"CUSTOM_NUM\",\n \"Min\": 0,\n \"Max\": 0,\n \"ChoicesValue\": [],\n \"IsMultiple\": false,\n \"IsAllowEmpty\": false,\n \"ChoiceProperties\": [],\n \"ExtraParameter\": {\n \"Choices\": [\n \"403\",\n \"404\",\n \"404\",\n \"405\",\n \"414\",\n \"416\",\n \"451\",\n \"500\",\n \"501\",\n \"502\",\n \"503\",\n \"504\"\n ],\n \"Id\": \"StatusCode\",\n \"Type\": \"CHOICE\"\n }\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
616
616
  "title": "DescribeRulesSetting"
617
617
  }
618
618
  ],
619
+ "DescribeSecurityIPGroup": [
620
+ {
621
+ "document": "查询指定站点中,安全 IP 分组的配置信息。",
622
+ "input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-nqicqhasui\"\n}",
623
+ "output": "{\n \"Response\": {\n \"IPGroups\": [\n {\n \"GroupId\": 123,\n \"Name\": \"ExampleIpGroup\",\n \"Content\": [\n \"2.2.2.2\",\n \"23.23.23.0/24\"\n ]\n }\n ],\n \"RequestId\": \"ddf831fc-cf45-40fe-81b0-2d9cdd4c1bd6\"\n }\n}",
624
+ "title": "查询安全 IP 分组的配置信息"
625
+ }
626
+ ],
619
627
  "DescribeSecurityIPGroupInfo": [
620
628
  {
621
629
  "document": "查询指定站点的 IP 分组配置信息,并按每页 10 条返回第 1 页内容。",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateCloudRecording": {
4
- "document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定混流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定混流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
4
+ "document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面合流混成一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定合流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定合流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
5
5
  "input": "CreateCloudRecordingRequest",
6
6
  "name": "开始云端录制",
7
7
  "output": "CreateCloudRecordingResponse",
@@ -713,7 +713,7 @@
713
713
  },
714
714
  {
715
715
  "disabled": false,
716
- "document": "混流的转码参数,录制模式为混流的时候可以设置。",
716
+ "document": "合流的转码参数,录制模式为合流的时候可以设置。",
717
717
  "example": "无",
718
718
  "member": "MixTranscodeParams",
719
719
  "name": "MixTranscodeParams",
@@ -722,7 +722,7 @@
722
722
  },
723
723
  {
724
724
  "disabled": false,
725
- "document": "混流的布局参数,录制模式为混流的时候可以设置。",
725
+ "document": "合流的布局参数,录制模式为合流的时候可以设置。",
726
726
  "example": "无",
727
727
  "member": "MixLayoutParams",
728
728
  "name": "MixLayoutParams",
@@ -4607,7 +4607,7 @@
4607
4607
  "members": [
4608
4608
  {
4609
4609
  "disabled": false,
4610
- "document": "录制模式:\n1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件上传至云存储;\n2:混流录制,将房间内订阅UserId的音视频混录成一个音视频文件,将录制文件上传至云存储;",
4610
+ "document": "录制模式:\n1:单流录制,分别录制房间的订阅UserId的音频和视频,将录制文件上传至云存储;\n2:合流录制,将房间内订阅UserId的音视频混录成一个音视频文件,将录制文件上传至云存储;",
4611
4611
  "example": "1",
4612
4612
  "member": "uint64",
4613
4613
  "name": "RecordMode",
@@ -4652,7 +4652,7 @@
4652
4652
  },
4653
4653
  {
4654
4654
  "disabled": false,
4655
- "document": "单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts。混流录制此参数无需设置,默认音视频合并。",
4655
+ "document": "单流录制模式下,用户的音视频是否合并,0:单流音视频不合并(默认)。1:单流音视频合并成一个ts。合流录制此参数无需设置,默认音视频合并。",
4656
4656
  "example": "0",
4657
4657
  "member": "uint64",
4658
4658
  "name": "AvMerge",
@@ -4676,6 +4676,15 @@
4676
4676
  "name": "MediaId",
4677
4677
  "required": false,
4678
4678
  "type": "int"
4679
+ },
4680
+ {
4681
+ "disabled": false,
4682
+ "document": "上行视频停止时,录制的补帧类型,0:补最后一帧 1:补黑帧",
4683
+ "example": "0",
4684
+ "member": "uint64",
4685
+ "name": "FillType",
4686
+ "required": false,
4687
+ "type": "int"
4679
4688
  }
4680
4689
  ],
4681
4690
  "usage": "in"
@@ -6846,7 +6855,7 @@
6846
6855
  "usage": "in"
6847
6856
  },
6848
6857
  "WebRecordVideoParams": {
6849
- "document": "页面录制视频参数",
6858
+ "document": "页面录制控制参数",
6850
6859
  "members": [
6851
6860
  {
6852
6861
  "disabled": false,
@@ -6874,6 +6883,15 @@
6874
6883
  "name": "Format",
6875
6884
  "required": false,
6876
6885
  "type": "string"
6886
+ },
6887
+ {
6888
+ "disabled": false,
6889
+ "document": "如果是aac或者mp4文件格式,超过长度限制后,系统会自动拆分视频文件。单位:分钟。默认为1440min(24h),取值范围为1-1440。【单文件限制最大为2G,满足文件大小 >2G 或录制时长度 > 24h任意一个条件,文件都会自动切分】\nHls 格式录制此参数不生效。\n示例值:1440",
6890
+ "example": "1440",
6891
+ "member": "int64",
6892
+ "name": "MaxMediaFileDuration",
6893
+ "required": false,
6894
+ "type": "int"
6877
6895
  }
6878
6896
  ],
6879
6897
  "usage": "in"
@@ -2,7 +2,7 @@
2
2
  "actions": {
3
3
  "CreateCloudRecording": [
4
4
  {
5
- "document": "启动SdkAppId 为 1234 指定房间(房间号为3560)的云端录制。\n\n房间空闲等待时间设置为1分钟。\n录制模式为混流模式。\n录制的流类型为音视频。\n默认订阅所有用户的流。\n录制视频的宽度360,录制视频的高度640,帧率15,比特率500,000bps,默认背景色。\n录制视频布局模式为九宫格布局。\n存储至腾讯云点播",
5
+ "document": "启动SdkAppId 为 1234 指定房间(房间号为3560)的云端录制。\n\n房间空闲等待时间设置为1分钟。\n录制模式为合流模式。\n录制的流类型为音视频。\n默认订阅所有用户的流。\n录制视频的宽度360,录制视频的高度640,帧率15,比特率500,000bps,默认背景色。\n录制视频布局模式为九宫格布局。\n存储至腾讯云点播VOD",
6
6
  "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRecording\n<公共请求参数>\n\n{\n \"StorageParams\": {\n \"CloudVod\": {\n \"TencentVod\": {\n \"ExpireTime\": 0\n }\n }\n },\n \"UserSig\": \"11xx111\",\n \"UserId\": \"10001\",\n \"RecordParams\": {\n \"MaxIdleTime\": 60,\n \"StreamType\": 0,\n \"RecordMode\": 2\n },\n \"RoomIdType\": 1,\n \"MixTranscodeParams\": {\n \"VideoParams\": {\n \"Width\": 360,\n \"BitRate\": 500000,\n \"Fps\": 15,\n \"Height\": 640,\n \"Gop\": 10\n }\n },\n \"MixLayoutParams\": {\n \"MixLayoutMode\": 3\n },\n \"SdkAppId\": 1234,\n \"RoomId\": \"3560\"\n}",
7
7
  "output": "{\n \"Response\": {\n \"TaskId\": \"-gCTFWtU7t7DUlo7A8IswFszO9z2O-rbERqJAoK-4pycoZXKjIAAnasdcasdOEycyX4CnzhIm4RAQ..\",\n \"RequestId\": \"71993312-6ab8-4768-9124-118e0a20c45f\"\n }\n}",
8
8
  "title": "启动云端录制"
@@ -4007,7 +4007,7 @@
4007
4007
  "example": "1",
4008
4008
  "member": "string",
4009
4009
  "name": "ClusterId",
4010
- "required": true,
4010
+ "output_required": true,
4011
4011
  "type": "string",
4012
4012
  "value_allowed_null": true
4013
4013
  },
@@ -4017,7 +4017,7 @@
4017
4017
  "example": "1",
4018
4018
  "member": "string",
4019
4019
  "name": "ClusterName",
4020
- "required": true,
4020
+ "output_required": true,
4021
4021
  "type": "string",
4022
4022
  "value_allowed_null": true
4023
4023
  },
@@ -4027,7 +4027,7 @@
4027
4027
  "example": "1",
4028
4028
  "member": "string",
4029
4029
  "name": "ClusterDesc",
4030
- "required": true,
4030
+ "output_required": true,
4031
4031
  "type": "string",
4032
4032
  "value_allowed_null": true
4033
4033
  },
@@ -4037,7 +4037,7 @@
4037
4037
  "example": "1",
4038
4038
  "member": "string",
4039
4039
  "name": "ClusterType",
4040
- "required": true,
4040
+ "output_required": true,
4041
4041
  "type": "string",
4042
4042
  "value_allowed_null": true
4043
4043
  },
@@ -4047,7 +4047,7 @@
4047
4047
  "example": "1",
4048
4048
  "member": "string",
4049
4049
  "name": "VpcId",
4050
- "required": true,
4050
+ "output_required": true,
4051
4051
  "type": "string",
4052
4052
  "value_allowed_null": true
4053
4053
  },
@@ -4057,7 +4057,7 @@
4057
4057
  "example": "1",
4058
4058
  "member": "string",
4059
4059
  "name": "ClusterStatus",
4060
- "required": true,
4060
+ "output_required": true,
4061
4061
  "type": "string",
4062
4062
  "value_allowed_null": true
4063
4063
  },
@@ -4067,7 +4067,7 @@
4067
4067
  "example": "1",
4068
4068
  "member": "string",
4069
4069
  "name": "ClusterCIDR",
4070
- "required": true,
4070
+ "output_required": true,
4071
4071
  "type": "string",
4072
4072
  "value_allowed_null": true
4073
4073
  },
@@ -4077,7 +4077,7 @@
4077
4077
  "example": "1",
4078
4078
  "member": "float",
4079
4079
  "name": "ClusterTotalCpu",
4080
- "required": true,
4080
+ "output_required": true,
4081
4081
  "type": "float",
4082
4082
  "value_allowed_null": true
4083
4083
  },
@@ -4087,7 +4087,7 @@
4087
4087
  "example": "1",
4088
4088
  "member": "float",
4089
4089
  "name": "ClusterTotalMem",
4090
- "required": true,
4090
+ "output_required": true,
4091
4091
  "type": "float",
4092
4092
  "value_allowed_null": true
4093
4093
  },
@@ -4097,7 +4097,7 @@
4097
4097
  "example": "1",
4098
4098
  "member": "float",
4099
4099
  "name": "ClusterUsedCpu",
4100
- "required": true,
4100
+ "output_required": true,
4101
4101
  "type": "float",
4102
4102
  "value_allowed_null": true
4103
4103
  },
@@ -4107,7 +4107,7 @@
4107
4107
  "example": "1",
4108
4108
  "member": "float",
4109
4109
  "name": "ClusterUsedMem",
4110
- "required": true,
4110
+ "output_required": true,
4111
4111
  "type": "float",
4112
4112
  "value_allowed_null": true
4113
4113
  },
@@ -4117,7 +4117,7 @@
4117
4117
  "example": "1",
4118
4118
  "member": "int64",
4119
4119
  "name": "InstanceCount",
4120
- "required": true,
4120
+ "output_required": true,
4121
4121
  "type": "int",
4122
4122
  "value_allowed_null": true
4123
4123
  },
@@ -4127,7 +4127,7 @@
4127
4127
  "example": "1",
4128
4128
  "member": "int64",
4129
4129
  "name": "RunInstanceCount",
4130
- "required": true,
4130
+ "output_required": true,
4131
4131
  "type": "int",
4132
4132
  "value_allowed_null": true
4133
4133
  },
@@ -4137,7 +4137,7 @@
4137
4137
  "example": "1",
4138
4138
  "member": "int64",
4139
4139
  "name": "NormalInstanceCount",
4140
- "required": true,
4140
+ "output_required": true,
4141
4141
  "type": "int",
4142
4142
  "value_allowed_null": true
4143
4143
  },
@@ -4147,7 +4147,7 @@
4147
4147
  "example": "false",
4148
4148
  "member": "bool",
4149
4149
  "name": "DeleteFlag",
4150
- "required": true,
4150
+ "output_required": true,
4151
4151
  "type": "bool",
4152
4152
  "value_allowed_null": true
4153
4153
  },
@@ -4157,7 +4157,7 @@
4157
4157
  "example": "1",
4158
4158
  "member": "string",
4159
4159
  "name": "CreateTime",
4160
- "required": true,
4160
+ "output_required": true,
4161
4161
  "type": "string",
4162
4162
  "value_allowed_null": true
4163
4163
  },
@@ -4167,7 +4167,7 @@
4167
4167
  "example": "1",
4168
4168
  "member": "string",
4169
4169
  "name": "UpdateTime",
4170
- "required": true,
4170
+ "output_required": true,
4171
4171
  "type": "string",
4172
4172
  "value_allowed_null": true
4173
4173
  },
@@ -4177,7 +4177,7 @@
4177
4177
  "example": "1",
4178
4178
  "member": "string",
4179
4179
  "name": "TsfRegionId",
4180
- "required": true,
4180
+ "output_required": true,
4181
4181
  "type": "string",
4182
4182
  "value_allowed_null": true
4183
4183
  },
@@ -4187,7 +4187,7 @@
4187
4187
  "example": "1",
4188
4188
  "member": "string",
4189
4189
  "name": "TsfRegionName",
4190
- "required": true,
4190
+ "output_required": true,
4191
4191
  "type": "string",
4192
4192
  "value_allowed_null": true
4193
4193
  },
@@ -4197,7 +4197,7 @@
4197
4197
  "example": "1",
4198
4198
  "member": "string",
4199
4199
  "name": "TsfZoneId",
4200
- "required": true,
4200
+ "output_required": true,
4201
4201
  "type": "string",
4202
4202
  "value_allowed_null": true
4203
4203
  },
@@ -4207,7 +4207,7 @@
4207
4207
  "example": "1",
4208
4208
  "member": "string",
4209
4209
  "name": "TsfZoneName",
4210
- "required": true,
4210
+ "output_required": true,
4211
4211
  "type": "string",
4212
4212
  "value_allowed_null": true
4213
4213
  },
@@ -4217,7 +4217,7 @@
4217
4217
  "example": "1",
4218
4218
  "member": "string",
4219
4219
  "name": "DeleteFlagReason",
4220
- "required": true,
4220
+ "output_required": true,
4221
4221
  "type": "string",
4222
4222
  "value_allowed_null": true
4223
4223
  },
@@ -4227,7 +4227,7 @@
4227
4227
  "example": "1",
4228
4228
  "member": "string",
4229
4229
  "name": "SubnetId",
4230
- "required": true,
4230
+ "output_required": true,
4231
4231
  "type": "string",
4232
4232
  "value_allowed_null": true
4233
4233
  },
@@ -4237,7 +4237,7 @@
4237
4237
  "example": "1",
4238
4238
  "member": "string",
4239
4239
  "name": "ClusterLimitCpu",
4240
- "required": true,
4240
+ "output_required": true,
4241
4241
  "type": "string",
4242
4242
  "value_allowed_null": true
4243
4243
  },
@@ -4247,7 +4247,7 @@
4247
4247
  "example": "1",
4248
4248
  "member": "string",
4249
4249
  "name": "ClusterLimitMem",
4250
- "required": true,
4250
+ "output_required": true,
4251
4251
  "type": "string",
4252
4252
  "value_allowed_null": true
4253
4253
  },
@@ -4257,7 +4257,7 @@
4257
4257
  "example": "1",
4258
4258
  "member": "int64",
4259
4259
  "name": "RunServiceInstanceCount",
4260
- "required": true,
4260
+ "output_required": true,
4261
4261
  "type": "int",
4262
4262
  "value_allowed_null": true
4263
4263
  },
@@ -4267,7 +4267,7 @@
4267
4267
  "example": "无",
4268
4268
  "member": "OperationInfo",
4269
4269
  "name": "OperationInfo",
4270
- "required": true,
4270
+ "output_required": true,
4271
4271
  "type": "object",
4272
4272
  "value_allowed_null": true
4273
4273
  },
@@ -4277,7 +4277,7 @@
4277
4277
  "example": "1",
4278
4278
  "member": "string",
4279
4279
  "name": "ClusterVersion",
4280
- "required": true,
4280
+ "output_required": true,
4281
4281
  "type": "string",
4282
4282
  "value_allowed_null": true
4283
4283
  },
@@ -4287,7 +4287,7 @@
4287
4287
  "example": "1",
4288
4288
  "member": "uint64",
4289
4289
  "name": "GroupCount",
4290
- "required": true,
4290
+ "output_required": true,
4291
4291
  "type": "int",
4292
4292
  "value_allowed_null": true
4293
4293
  },
@@ -4297,7 +4297,7 @@
4297
4297
  "example": "1",
4298
4298
  "member": "uint64",
4299
4299
  "name": "RunGroupCount",
4300
- "required": true,
4300
+ "output_required": true,
4301
4301
  "type": "int",
4302
4302
  "value_allowed_null": true
4303
4303
  },
@@ -4307,7 +4307,7 @@
4307
4307
  "example": "1",
4308
4308
  "member": "uint64",
4309
4309
  "name": "StopGroupCount",
4310
- "required": true,
4310
+ "output_required": true,
4311
4311
  "type": "int",
4312
4312
  "value_allowed_null": true
4313
4313
  },
@@ -4317,7 +4317,7 @@
4317
4317
  "example": "1",
4318
4318
  "member": "uint64",
4319
4319
  "name": "AbnormalGroupCount",
4320
- "required": true,
4320
+ "output_required": true,
4321
4321
  "type": "int",
4322
4322
  "value_allowed_null": true
4323
4323
  },
@@ -4327,7 +4327,7 @@
4327
4327
  "example": "1",
4328
4328
  "member": "string",
4329
4329
  "name": "ClusterRemarkName",
4330
- "required": true,
4330
+ "output_required": true,
4331
4331
  "type": "string",
4332
4332
  "value_allowed_null": true
4333
4333
  },
@@ -4337,7 +4337,7 @@
4337
4337
  "example": "1",
4338
4338
  "member": "string",
4339
4339
  "name": "KuberneteApiServer",
4340
- "required": true,
4340
+ "output_required": true,
4341
4341
  "type": "string",
4342
4342
  "value_allowed_null": true
4343
4343
  },
@@ -4347,7 +4347,7 @@
4347
4347
  "example": "1",
4348
4348
  "member": "string",
4349
4349
  "name": "KuberneteNativeType",
4350
- "required": true,
4350
+ "output_required": true,
4351
4351
  "type": "string",
4352
4352
  "value_allowed_null": true
4353
4353
  },
@@ -4357,9 +4357,19 @@
4357
4357
  "example": "1",
4358
4358
  "member": "string",
4359
4359
  "name": "KuberneteNativeSecret",
4360
- "required": true,
4360
+ "output_required": true,
4361
4361
  "type": "string",
4362
4362
  "value_allowed_null": true
4363
+ },
4364
+ {
4365
+ "disabled": false,
4366
+ "document": "是否开启cls日志功能\n注意:此字段可能返回 null,表示取不到有效值。",
4367
+ "example": "false",
4368
+ "member": "bool",
4369
+ "name": "EnableLogCollection",
4370
+ "output_required": false,
4371
+ "type": "bool",
4372
+ "value_allowed_null": true
4363
4373
  }
4364
4374
  ],
4365
4375
  "usage": "out"
@@ -6893,6 +6903,15 @@
6893
6903
  "name": "ProgramIdList",
6894
6904
  "required": false,
6895
6905
  "type": "list"
6906
+ },
6907
+ {
6908
+ "disabled": false,
6909
+ "document": "是否开启cls日志功能",
6910
+ "example": "false",
6911
+ "member": "bool",
6912
+ "name": "EnableLogCollection",
6913
+ "required": false,
6914
+ "type": "bool"
6896
6915
  }
6897
6916
  ],
6898
6917
  "type": "object"
@@ -6906,7 +6925,7 @@
6906
6925
  "example": "1",
6907
6926
  "member": "string",
6908
6927
  "name": "Result",
6909
- "required": true,
6928
+ "output_required": false,
6910
6929
  "type": "string",
6911
6930
  "value_allowed_null": true
6912
6931
  },
@@ -21781,7 +21800,7 @@
21781
21800
  {
21782
21801
  "disabled": false,
21783
21802
  "document": "集群ID",
21784
- "example": "",
21803
+ "example": "1",
21785
21804
  "member": "string",
21786
21805
  "name": "ClusterId",
21787
21806
  "required": true,
@@ -21790,7 +21809,7 @@
21790
21809
  {
21791
21810
  "disabled": false,
21792
21811
  "document": "集群名称",
21793
- "example": "",
21812
+ "example": "1",
21794
21813
  "member": "string",
21795
21814
  "name": "ClusterName",
21796
21815
  "required": false,
@@ -21799,7 +21818,7 @@
21799
21818
  {
21800
21819
  "disabled": false,
21801
21820
  "document": "集群描述信息",
21802
- "example": "",
21821
+ "example": "1",
21803
21822
  "member": "string",
21804
21823
  "name": "ClusterDesc",
21805
21824
  "required": false,
@@ -21808,11 +21827,29 @@
21808
21827
  {
21809
21828
  "disabled": false,
21810
21829
  "document": "备注名",
21811
- "example": "",
21830
+ "example": "1",
21812
21831
  "member": "string",
21813
21832
  "name": "ClusterRemarkName",
21814
21833
  "required": false,
21815
21834
  "type": "string"
21835
+ },
21836
+ {
21837
+ "disabled": false,
21838
+ "document": "是否开启cls日志功能",
21839
+ "example": "false",
21840
+ "member": "bool",
21841
+ "name": "EnableLogCollection",
21842
+ "required": false,
21843
+ "type": "bool"
21844
+ },
21845
+ {
21846
+ "disabled": false,
21847
+ "document": "是否修复cls日志功能",
21848
+ "example": "false",
21849
+ "member": "bool",
21850
+ "name": "RepairLog",
21851
+ "required": false,
21852
+ "type": "bool"
21816
21853
  }
21817
21854
  ],
21818
21855
  "type": "object"
@@ -21823,9 +21860,10 @@
21823
21860
  {
21824
21861
  "disabled": false,
21825
21862
  "document": "更新集群详情操作是否成功。\ntrue: 操作成功。\nfalse:操作失败。",
21826
- "example": "",
21863
+ "example": "1",
21827
21864
  "member": "bool",
21828
21865
  "name": "Result",
21866
+ "output_required": true,
21829
21867
  "type": "bool",
21830
21868
  "value_allowed_null": false
21831
21869
  },
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "创建集群",
110
110
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCluster\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-xxxxxxx\",\n \"ClusterName\": \"DEMO-DOCKER\",\n \"TsfZoneId\": \"100004\",\n \"ClusterType\": \"C\",\n \"ClusterCIDR\": \"172.16.0.0/16\",\n \"TsfRegionId\": \"ap-guangzhou\"\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"c33a0bd5-f41a-4ac5-8480-e31fa972ec7e\",\n \"Result\": true\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"Result\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
112
112
  "title": "创建集群"
113
113
  }
114
114
  ],