tccli 3.0.1135.1__py2.py3-none-any.whl → 3.0.1137.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.
- tccli/__init__.py +1 -1
- tccli/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/asr_client.py +53 -0
- tccli/services/asr/v20190614/api.json +193 -1
- tccli/services/asr/v20190614/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -5
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cls/v20201016/api.json +93 -0
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +157 -23
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +35 -35
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/eiam/v20210420/api.json +4 -4
- tccli/services/eiam/v20210420/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +231 -19
- tccli/services/iotexplorer/v20190423/api.json +332 -0
- tccli/services/iotexplorer/v20190423/examples.json +32 -0
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +7 -7
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/lke/lke_client.py +175 -16
- tccli/services/lke/v20231130/api.json +429 -4
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +301 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +8 -5
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +13 -3
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +196 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +45 -63
- tccli/services/tsi/__init__.py +4 -0
- tccli/services/tsi/tsi_client.py +301 -0
- tccli/services/tsi/v20210325/api.json +373 -0
- tccli/services/tsi/v20210325/examples.json +29 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +36 -16
- tccli/services/vpc/v20170312/examples.json +9 -3
- tccli/services/waf/v20180125/api.json +70 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/RECORD +72 -68
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/license_files/LICENSE +0 -0
@@ -231,6 +231,13 @@
|
|
231
231
|
"output": "DescribeMQTTUserListResponse",
|
232
232
|
"status": "online"
|
233
233
|
},
|
234
|
+
"DescribeProductSKUs": {
|
235
|
+
"document": "查询产品售卖规格,针对 RocketMQ 5.x 集群。",
|
236
|
+
"input": "DescribeProductSKUsRequest",
|
237
|
+
"name": "查询产品售卖规格",
|
238
|
+
"output": "DescribeProductSKUsResponse",
|
239
|
+
"status": "online"
|
240
|
+
},
|
234
241
|
"DescribeRoleList": {
|
235
242
|
"document": "查询角色列表,Filter参数使用说明如下:\n\n1. RoleName,角色名称模糊搜索",
|
236
243
|
"input": "DescribeRoleListRequest",
|
@@ -3096,6 +3103,33 @@
|
|
3096
3103
|
],
|
3097
3104
|
"type": "object"
|
3098
3105
|
},
|
3106
|
+
"DescribeProductSKUsRequest": {
|
3107
|
+
"document": "DescribeProductSKUs请求参数结构体",
|
3108
|
+
"members": [],
|
3109
|
+
"type": "object"
|
3110
|
+
},
|
3111
|
+
"DescribeProductSKUsResponse": {
|
3112
|
+
"document": "DescribeProductSKUs返回参数结构体",
|
3113
|
+
"members": [
|
3114
|
+
{
|
3115
|
+
"disabled": false,
|
3116
|
+
"document": "商品配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3117
|
+
"example": "无",
|
3118
|
+
"member": "ProductSKU",
|
3119
|
+
"name": "Data",
|
3120
|
+
"output_required": true,
|
3121
|
+
"type": "list",
|
3122
|
+
"value_allowed_null": true
|
3123
|
+
},
|
3124
|
+
{
|
3125
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3126
|
+
"member": "string",
|
3127
|
+
"name": "RequestId",
|
3128
|
+
"type": "string"
|
3129
|
+
}
|
3130
|
+
],
|
3131
|
+
"type": "object"
|
3132
|
+
},
|
3099
3133
|
"DescribeRoleListRequest": {
|
3100
3134
|
"document": "DescribeRoleList请求参数结构体",
|
3101
3135
|
"members": [
|
@@ -5238,6 +5272,168 @@
|
|
5238
5272
|
],
|
5239
5273
|
"usage": "out"
|
5240
5274
|
},
|
5275
|
+
"PriceTag": {
|
5276
|
+
"document": "价格标签信息",
|
5277
|
+
"members": [
|
5278
|
+
{
|
5279
|
+
"disabled": false,
|
5280
|
+
"document": "计价名称",
|
5281
|
+
"example": "无",
|
5282
|
+
"member": "string",
|
5283
|
+
"name": "Name",
|
5284
|
+
"output_required": true,
|
5285
|
+
"type": "string",
|
5286
|
+
"value_allowed_null": false
|
5287
|
+
},
|
5288
|
+
{
|
5289
|
+
"disabled": false,
|
5290
|
+
"document": "步长\n注意:此字段可能返回 null,表示取不到有效值。",
|
5291
|
+
"example": "1",
|
5292
|
+
"member": "int64",
|
5293
|
+
"name": "Step",
|
5294
|
+
"output_required": false,
|
5295
|
+
"type": "int",
|
5296
|
+
"value_allowed_null": true
|
5297
|
+
}
|
5298
|
+
],
|
5299
|
+
"usage": "out"
|
5300
|
+
},
|
5301
|
+
"ProductSKU": {
|
5302
|
+
"document": "商品售卖信息",
|
5303
|
+
"members": [
|
5304
|
+
{
|
5305
|
+
"disabled": false,
|
5306
|
+
"document": "产品类型,\nEXPERIMENT,体验版\nBASIC,基础版\nPRO,专业版\nPLATINUM,铂金版",
|
5307
|
+
"example": "EXPERIMENT",
|
5308
|
+
"member": "string",
|
5309
|
+
"name": "InstanceType",
|
5310
|
+
"output_required": true,
|
5311
|
+
"type": "string",
|
5312
|
+
"value_allowed_null": false
|
5313
|
+
},
|
5314
|
+
{
|
5315
|
+
"disabled": false,
|
5316
|
+
"document": "规格代码",
|
5317
|
+
"example": "无",
|
5318
|
+
"member": "string",
|
5319
|
+
"name": "SkuCode",
|
5320
|
+
"output_required": true,
|
5321
|
+
"type": "string",
|
5322
|
+
"value_allowed_null": false
|
5323
|
+
},
|
5324
|
+
{
|
5325
|
+
"disabled": false,
|
5326
|
+
"document": "TPS上限\n注意:此字段可能返回 null,表示取不到有效值。",
|
5327
|
+
"example": "无",
|
5328
|
+
"member": "int64",
|
5329
|
+
"name": "TpsLimit",
|
5330
|
+
"output_required": true,
|
5331
|
+
"type": "int",
|
5332
|
+
"value_allowed_null": true
|
5333
|
+
},
|
5334
|
+
{
|
5335
|
+
"disabled": false,
|
5336
|
+
"document": "弹性TPS上限\n注意:此字段可能返回 null,表示取不到有效值。",
|
5337
|
+
"example": "无",
|
5338
|
+
"member": "int64",
|
5339
|
+
"name": "ScaledTpsLimit",
|
5340
|
+
"output_required": true,
|
5341
|
+
"type": "int",
|
5342
|
+
"value_allowed_null": true
|
5343
|
+
},
|
5344
|
+
{
|
5345
|
+
"disabled": false,
|
5346
|
+
"document": "主题数量上限默认值\n注意:此字段可能返回 null,表示取不到有效值。",
|
5347
|
+
"example": "无",
|
5348
|
+
"member": "int64",
|
5349
|
+
"name": "TopicNumLimit",
|
5350
|
+
"output_required": true,
|
5351
|
+
"type": "int",
|
5352
|
+
"value_allowed_null": true
|
5353
|
+
},
|
5354
|
+
{
|
5355
|
+
"disabled": false,
|
5356
|
+
"document": "消费组数量上限\n注意:此字段可能返回 null,表示取不到有效值。",
|
5357
|
+
"example": "无",
|
5358
|
+
"member": "int64",
|
5359
|
+
"name": "GroupNumLimit",
|
5360
|
+
"output_required": true,
|
5361
|
+
"type": "int",
|
5362
|
+
"value_allowed_null": true
|
5363
|
+
},
|
5364
|
+
{
|
5365
|
+
"disabled": false,
|
5366
|
+
"document": "默认消息保留时间,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
5367
|
+
"example": "无",
|
5368
|
+
"member": "int64",
|
5369
|
+
"name": "DefaultRetention",
|
5370
|
+
"output_required": true,
|
5371
|
+
"type": "int",
|
5372
|
+
"value_allowed_null": true
|
5373
|
+
},
|
5374
|
+
{
|
5375
|
+
"disabled": false,
|
5376
|
+
"document": "可调整消息保留时间上限,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
5377
|
+
"example": "无",
|
5378
|
+
"member": "int64",
|
5379
|
+
"name": "RetentionUpperLimit",
|
5380
|
+
"output_required": true,
|
5381
|
+
"type": "int",
|
5382
|
+
"value_allowed_null": true
|
5383
|
+
},
|
5384
|
+
{
|
5385
|
+
"disabled": false,
|
5386
|
+
"document": "可调整消息保留时间下限,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
5387
|
+
"example": "无",
|
5388
|
+
"member": "int64",
|
5389
|
+
"name": "RetentionLowerLimit",
|
5390
|
+
"output_required": true,
|
5391
|
+
"type": "int",
|
5392
|
+
"value_allowed_null": true
|
5393
|
+
},
|
5394
|
+
{
|
5395
|
+
"disabled": false,
|
5396
|
+
"document": "延时消息最大时长,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
5397
|
+
"example": "无",
|
5398
|
+
"member": "int64",
|
5399
|
+
"name": "MaxMessageDelay",
|
5400
|
+
"output_required": true,
|
5401
|
+
"type": "int",
|
5402
|
+
"value_allowed_null": true
|
5403
|
+
},
|
5404
|
+
{
|
5405
|
+
"disabled": false,
|
5406
|
+
"document": "是否可购买",
|
5407
|
+
"example": "无",
|
5408
|
+
"member": "bool",
|
5409
|
+
"name": "OnSale",
|
5410
|
+
"output_required": true,
|
5411
|
+
"type": "bool",
|
5412
|
+
"value_allowed_null": false
|
5413
|
+
},
|
5414
|
+
{
|
5415
|
+
"disabled": false,
|
5416
|
+
"document": "计费项信息",
|
5417
|
+
"example": "无",
|
5418
|
+
"member": "PriceTag",
|
5419
|
+
"name": "PriceTags",
|
5420
|
+
"output_required": true,
|
5421
|
+
"type": "list",
|
5422
|
+
"value_allowed_null": false
|
5423
|
+
},
|
5424
|
+
{
|
5425
|
+
"disabled": false,
|
5426
|
+
"document": "主题数量上限默认最大值\n注意:此字段可能返回 null,表示取不到有效值。",
|
5427
|
+
"example": "100",
|
5428
|
+
"member": "int64",
|
5429
|
+
"name": "TopicNumUpperLimit",
|
5430
|
+
"output_required": false,
|
5431
|
+
"type": "int",
|
5432
|
+
"value_allowed_null": true
|
5433
|
+
}
|
5434
|
+
],
|
5435
|
+
"usage": "out"
|
5436
|
+
},
|
5241
5437
|
"PublicAccessRule": {
|
5242
5438
|
"document": "公网访问安全规则",
|
5243
5439
|
"members": [
|
@@ -270,6 +270,14 @@
|
|
270
270
|
"title": "示例"
|
271
271
|
}
|
272
272
|
],
|
273
|
+
"DescribeProductSKUs": [
|
274
|
+
{
|
275
|
+
"document": "获取产品规格信息",
|
276
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProductSKUs\n<公共请求参数>\n\n{}",
|
277
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DefaultRetention\": 72,\n \"GroupNumLimit\": 500,\n \"InstanceType\": \"EXPERIMENT\",\n \"MaxMessageDelay\": 48,\n \"OnSale\": true,\n \"PriceTags\": [\n {\n \"Name\": \"tps\"\n }\n ],\n \"RetentionLowerLimit\": 24,\n \"RetentionUpperLimit\": 72,\n \"ScaledTpsLimit\": 0,\n \"SkuCode\": \"experiment_500\",\n \"TopicNumLimit\": 50,\n \"TpsLimit\": 500\n },\n {\n \"DefaultRetention\": 72,\n \"GroupNumLimit\": 500,\n \"InstanceType\": \"BASIC\",\n \"MaxMessageDelay\": 168,\n \"OnSale\": true,\n \"PriceTags\": [\n {\n \"Name\": \"tps\"\n }\n ],\n \"RetentionLowerLimit\": 24,\n \"RetentionUpperLimit\": 72,\n \"ScaledTpsLimit\": 0,\n \"SkuCode\": \"basic_1k\",\n \"TopicNumLimit\": 50,\n \"TpsLimit\": 1000\n },\n {\n \"DefaultRetention\": 72,\n \"GroupNumLimit\": 500,\n \"InstanceType\": \"BASIC\",\n \"MaxMessageDelay\": 168,\n \"OnSale\": true,\n \"PriceTags\": [\n {\n \"Name\": \"tps\"\n }\n ],\n \"RetentionLowerLimit\": 24,\n \"RetentionUpperLimit\": 72,\n \"ScaledTpsLimit\": 0,\n \"SkuCode\": \"basic_2k\",\n \"TopicNumLimit\": 50,\n \"TpsLimit\": 2000\n },\n {\n \"DefaultRetention\": 72,\n \"GroupNumLimit\": 500,\n \"InstanceType\": \"BASIC\",\n \"MaxMessageDelay\": 168,\n \"OnSale\": true,\n \"PriceTags\": [\n {\n \"Name\": \"tps\"\n }\n ],\n \"RetentionLowerLimit\": 24,\n \"RetentionUpperLimit\": 72,\n \"ScaledTpsLimit\": 0,\n \"SkuCode\": \"basic_4k\",\n \"TopicNumLimit\": 50,\n \"TpsLimit\": 4000\n },\n {\n \"DefaultRetention\": 72,\n \"GroupNumLimit\": 500,\n \"InstanceType\": \"BASIC\",\n \"MaxMessageDelay\": 168,\n \"OnSale\": true,\n \"PriceTags\": [\n {\n \"Name\": \"tps\"\n }\n ],\n \"RetentionLowerLimit\": 24,\n \"RetentionUpperLimit\": 72,\n \"ScaledTpsLimit\": 0,\n \"SkuCode\": \"basic_6k\",\n \"TopicNumLimit\": 50,\n \"TpsLimit\": 6000\n }\n ],\n \"RequestId\": \"010e2991-4b01-40f9-a4a6-30bdfb175448\"\n }\n}",
|
278
|
+
"title": "获取产品规格信息"
|
279
|
+
}
|
280
|
+
],
|
273
281
|
"DescribeRoleList": [
|
274
282
|
{
|
275
283
|
"document": "查询角色列表",
|
@@ -3475,6 +3475,15 @@
|
|
3475
3475
|
"name": "BackgroundCustomRender",
|
3476
3476
|
"required": false,
|
3477
3477
|
"type": "object"
|
3478
|
+
},
|
3479
|
+
{
|
3480
|
+
"disabled": false,
|
3481
|
+
"document": "子背景色生效模式,默认值为0表示均不生效。\nbit0:占位图缩放是否生效。\nbit1:上行流缩放是否生效。\n您可以将相应bit位置1启动生效,例如:\n0(00)表示子背景色不生效。\n1(01)表示子背景色只在占位图缩放时生效。\n2(10)表示子背景色只在上行流缩放时生效。\n3(11)表示子背景色在占位图缩放和上行流缩放时均生效。\n",
|
3482
|
+
"example": "BackGroundColorMode",
|
3483
|
+
"member": "uint64",
|
3484
|
+
"name": "BackGroundColorMode",
|
3485
|
+
"required": false,
|
3486
|
+
"type": "int"
|
3478
3487
|
}
|
3479
3488
|
],
|
3480
3489
|
"usage": "in"
|
@@ -3978,8 +3987,7 @@
|
|
3978
3987
|
"member": "uint64",
|
3979
3988
|
"name": "Top",
|
3980
3989
|
"required": true,
|
3981
|
-
"type": "int"
|
3982
|
-
"value_allowed_null": false
|
3990
|
+
"type": "int"
|
3983
3991
|
},
|
3984
3992
|
{
|
3985
3993
|
"disabled": false,
|
@@ -3988,8 +3996,7 @@
|
|
3988
3996
|
"member": "uint64",
|
3989
3997
|
"name": "Left",
|
3990
3998
|
"required": true,
|
3991
|
-
"type": "int"
|
3992
|
-
"value_allowed_null": false
|
3999
|
+
"type": "int"
|
3993
4000
|
},
|
3994
4001
|
{
|
3995
4002
|
"disabled": false,
|
@@ -3998,8 +4005,7 @@
|
|
3998
4005
|
"member": "uint64",
|
3999
4006
|
"name": "Width",
|
4000
4007
|
"required": true,
|
4001
|
-
"type": "int"
|
4002
|
-
"value_allowed_null": false
|
4008
|
+
"type": "int"
|
4003
4009
|
},
|
4004
4010
|
{
|
4005
4011
|
"disabled": false,
|
@@ -4008,8 +4014,7 @@
|
|
4008
4014
|
"member": "uint64",
|
4009
4015
|
"name": "Height",
|
4010
4016
|
"required": true,
|
4011
|
-
"type": "int"
|
4012
|
-
"value_allowed_null": false
|
4017
|
+
"type": "int"
|
4013
4018
|
},
|
4014
4019
|
{
|
4015
4020
|
"disabled": false,
|
@@ -4018,8 +4023,7 @@
|
|
4018
4023
|
"member": "string",
|
4019
4024
|
"name": "UserId",
|
4020
4025
|
"required": false,
|
4021
|
-
"type": "string"
|
4022
|
-
"value_allowed_null": false
|
4026
|
+
"type": "string"
|
4023
4027
|
},
|
4024
4028
|
{
|
4025
4029
|
"disabled": false,
|
@@ -4028,8 +4032,7 @@
|
|
4028
4032
|
"member": "uint64",
|
4029
4033
|
"name": "Alpha",
|
4030
4034
|
"required": false,
|
4031
|
-
"type": "int"
|
4032
|
-
"value_allowed_null": false
|
4035
|
+
"type": "int"
|
4033
4036
|
},
|
4034
4037
|
{
|
4035
4038
|
"disabled": false,
|
@@ -4038,8 +4041,7 @@
|
|
4038
4041
|
"member": "uint64",
|
4039
4042
|
"name": "RenderMode",
|
4040
4043
|
"required": false,
|
4041
|
-
"type": "int"
|
4042
|
-
"value_allowed_null": false
|
4044
|
+
"type": "int"
|
4043
4045
|
},
|
4044
4046
|
{
|
4045
4047
|
"disabled": false,
|
@@ -4048,8 +4050,7 @@
|
|
4048
4050
|
"member": "uint64",
|
4049
4051
|
"name": "MediaId",
|
4050
4052
|
"required": false,
|
4051
|
-
"type": "int"
|
4052
|
-
"value_allowed_null": false
|
4053
|
+
"type": "int"
|
4053
4054
|
},
|
4054
4055
|
{
|
4055
4056
|
"disabled": false,
|
@@ -4058,18 +4059,16 @@
|
|
4058
4059
|
"member": "uint64",
|
4059
4060
|
"name": "ImageLayer",
|
4060
4061
|
"required": false,
|
4061
|
-
"type": "int"
|
4062
|
-
"value_allowed_null": false
|
4062
|
+
"type": "int"
|
4063
4063
|
},
|
4064
4064
|
{
|
4065
4065
|
"disabled": false,
|
4066
|
-
"document": "图片的url地址, 只支持jpg
|
4067
|
-
"example": "https://xxxx",
|
4066
|
+
"document": "图片的url地址, 只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='",
|
4067
|
+
"example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
|
4068
4068
|
"member": "string",
|
4069
4069
|
"name": "SubBackgroundImage",
|
4070
4070
|
"required": false,
|
4071
|
-
"type": "string"
|
4072
|
-
"value_allowed_null": false
|
4071
|
+
"type": "string"
|
4073
4072
|
}
|
4074
4073
|
],
|
4075
4074
|
"usage": "in"
|
@@ -4079,13 +4078,12 @@
|
|
4079
4078
|
"members": [
|
4080
4079
|
{
|
4081
4080
|
"disabled": false,
|
4082
|
-
"document": "布局模式:\n1:悬浮布局;\n2:屏幕分享布局;\n3
|
4081
|
+
"document": "布局模式:\n1:悬浮布局;\n2:屏幕分享布局;\n3:九宫格布局;\n4:自定义布局;\n\n悬浮布局:默认第一个进入房间的主播(也可以指定一个主播)的视频画面会铺满整个屏幕。其他主播的视频画面从左下角开始依次按照进房顺序水平排列,显示为小画面,小画面悬浮于大画面之上。当画面数量小于等于17个时,每行4个(4 x 4排列)。当画面数量大于17个时,重新布局小画面为每行5个(5 x 5)排列。最多支持25个画面,如果用户只发送音频,仍然会占用画面位置。\n\n屏幕分享布局:指定一个主播在屏幕左侧的大画面位置(如果不指定,那么大画面位置为背景色),其他主播自上而下依次垂直排列于右侧。当画面数量少于17个的时候,右侧每列最多8人,最多占据两列。当画面数量多于17个的时候,超过17个画面的主播从左下角开始依次水平排列。最多支持25个画面,如果主播只发送音频,仍然会占用画面位置。\n\n九宫格布局:根据主播的数量自动调整每个画面的大小,每个主播的画面大小一致,最多支持25个画面。\n\n自定义布局:根据需要在MixLayoutList内定制每个主播画面的布局。",
|
4083
4082
|
"example": "3",
|
4084
4083
|
"member": "uint64",
|
4085
4084
|
"name": "MixLayoutMode",
|
4086
4085
|
"required": true,
|
4087
|
-
"type": "int"
|
4088
|
-
"value_allowed_null": false
|
4086
|
+
"type": "int"
|
4089
4087
|
},
|
4090
4088
|
{
|
4091
4089
|
"disabled": false,
|
@@ -4094,8 +4092,7 @@
|
|
4094
4092
|
"member": "MixLayout",
|
4095
4093
|
"name": "MixLayoutList",
|
4096
4094
|
"required": false,
|
4097
|
-
"type": "list"
|
4098
|
-
"value_allowed_null": false
|
4095
|
+
"type": "list"
|
4099
4096
|
},
|
4100
4097
|
{
|
4101
4098
|
"disabled": false,
|
@@ -4104,8 +4101,7 @@
|
|
4104
4101
|
"member": "string",
|
4105
4102
|
"name": "BackGroundColor",
|
4106
4103
|
"required": false,
|
4107
|
-
"type": "string"
|
4108
|
-
"value_allowed_null": false
|
4104
|
+
"type": "string"
|
4109
4105
|
},
|
4110
4106
|
{
|
4111
4107
|
"disabled": false,
|
@@ -4114,8 +4110,7 @@
|
|
4114
4110
|
"member": "string",
|
4115
4111
|
"name": "MaxResolutionUserId",
|
4116
4112
|
"required": false,
|
4117
|
-
"type": "string"
|
4118
|
-
"value_allowed_null": false
|
4113
|
+
"type": "string"
|
4119
4114
|
},
|
4120
4115
|
{
|
4121
4116
|
"disabled": false,
|
@@ -4124,18 +4119,16 @@
|
|
4124
4119
|
"member": "uint64",
|
4125
4120
|
"name": "MediaId",
|
4126
4121
|
"required": false,
|
4127
|
-
"type": "int"
|
4128
|
-
"value_allowed_null": false
|
4122
|
+
"type": "int"
|
4129
4123
|
},
|
4130
4124
|
{
|
4131
4125
|
"disabled": false,
|
4132
|
-
"document": "图片的url
|
4133
|
-
"example": "https://xxxx",
|
4126
|
+
"document": "图片的url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='",
|
4127
|
+
"example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
|
4134
4128
|
"member": "string",
|
4135
4129
|
"name": "BackgroundImageUrl",
|
4136
4130
|
"required": false,
|
4137
|
-
"type": "string"
|
4138
|
-
"value_allowed_null": false
|
4131
|
+
"type": "string"
|
4139
4132
|
},
|
4140
4133
|
{
|
4141
4134
|
"disabled": false,
|
@@ -4144,8 +4137,7 @@
|
|
4144
4137
|
"member": "uint64",
|
4145
4138
|
"name": "PlaceHolderMode",
|
4146
4139
|
"required": false,
|
4147
|
-
"type": "int"
|
4148
|
-
"value_allowed_null": false
|
4140
|
+
"type": "int"
|
4149
4141
|
},
|
4150
4142
|
{
|
4151
4143
|
"disabled": false,
|
@@ -4154,18 +4146,16 @@
|
|
4154
4146
|
"member": "uint64",
|
4155
4147
|
"name": "BackgroundImageRenderMode",
|
4156
4148
|
"required": false,
|
4157
|
-
"type": "int"
|
4158
|
-
"value_allowed_null": false
|
4149
|
+
"type": "int"
|
4159
4150
|
},
|
4160
4151
|
{
|
4161
4152
|
"disabled": false,
|
4162
|
-
"document": "子画面占位图url
|
4163
|
-
"example": "https://xxxx",
|
4153
|
+
"document": "子画面占位图url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='",
|
4154
|
+
"example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
|
4164
4155
|
"member": "string",
|
4165
4156
|
"name": "DefaultSubBackgroundImage",
|
4166
4157
|
"required": false,
|
4167
|
-
"type": "string"
|
4168
|
-
"value_allowed_null": false
|
4158
|
+
"type": "string"
|
4169
4159
|
},
|
4170
4160
|
{
|
4171
4161
|
"disabled": false,
|
@@ -4174,8 +4164,7 @@
|
|
4174
4164
|
"member": "WaterMark",
|
4175
4165
|
"name": "WaterMarkList",
|
4176
4166
|
"required": false,
|
4177
|
-
"type": "list"
|
4178
|
-
"value_allowed_null": false
|
4167
|
+
"type": "list"
|
4179
4168
|
},
|
4180
4169
|
{
|
4181
4170
|
"disabled": false,
|
@@ -4184,8 +4173,7 @@
|
|
4184
4173
|
"member": "uint64",
|
4185
4174
|
"name": "RenderMode",
|
4186
4175
|
"required": false,
|
4187
|
-
"type": "int"
|
4188
|
-
"value_allowed_null": false
|
4176
|
+
"type": "int"
|
4189
4177
|
},
|
4190
4178
|
{
|
4191
4179
|
"disabled": false,
|
@@ -4194,8 +4182,7 @@
|
|
4194
4182
|
"member": "uint64",
|
4195
4183
|
"name": "MaxResolutionUserAlign",
|
4196
4184
|
"required": false,
|
4197
|
-
"type": "int"
|
4198
|
-
"value_allowed_null": false
|
4185
|
+
"type": "int"
|
4199
4186
|
}
|
4200
4187
|
],
|
4201
4188
|
"usage": "in"
|
@@ -7060,13 +7047,12 @@
|
|
7060
7047
|
"members": [
|
7061
7048
|
{
|
7062
7049
|
"disabled": false,
|
7063
|
-
"document": "下载的url地址, 只支持jpg
|
7064
|
-
"example": "https://xxxx",
|
7050
|
+
"document": "下载的url地址, 只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='",
|
7051
|
+
"example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
|
7065
7052
|
"member": "string",
|
7066
7053
|
"name": "WaterMarkUrl",
|
7067
7054
|
"required": true,
|
7068
|
-
"type": "string"
|
7069
|
-
"value_allowed_null": false
|
7055
|
+
"type": "string"
|
7070
7056
|
},
|
7071
7057
|
{
|
7072
7058
|
"disabled": false,
|
@@ -7075,8 +7061,7 @@
|
|
7075
7061
|
"member": "uint64",
|
7076
7062
|
"name": "Top",
|
7077
7063
|
"required": true,
|
7078
|
-
"type": "int"
|
7079
|
-
"value_allowed_null": false
|
7064
|
+
"type": "int"
|
7080
7065
|
},
|
7081
7066
|
{
|
7082
7067
|
"disabled": false,
|
@@ -7085,8 +7070,7 @@
|
|
7085
7070
|
"member": "uint64",
|
7086
7071
|
"name": "Left",
|
7087
7072
|
"required": true,
|
7088
|
-
"type": "int"
|
7089
|
-
"value_allowed_null": false
|
7073
|
+
"type": "int"
|
7090
7074
|
},
|
7091
7075
|
{
|
7092
7076
|
"disabled": false,
|
@@ -7095,8 +7079,7 @@
|
|
7095
7079
|
"member": "uint64",
|
7096
7080
|
"name": "Width",
|
7097
7081
|
"required": true,
|
7098
|
-
"type": "int"
|
7099
|
-
"value_allowed_null": false
|
7082
|
+
"type": "int"
|
7100
7083
|
},
|
7101
7084
|
{
|
7102
7085
|
"disabled": false,
|
@@ -7105,8 +7088,7 @@
|
|
7105
7088
|
"member": "uint64",
|
7106
7089
|
"name": "Height",
|
7107
7090
|
"required": true,
|
7108
|
-
"type": "int"
|
7109
|
-
"value_allowed_null": false
|
7091
|
+
"type": "int"
|
7110
7092
|
}
|
7111
7093
|
],
|
7112
7094
|
"usage": "in"
|