tccli 3.0.1038.1__py2.py3-none-any.whl → 3.0.1040.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
- tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +1 -1
- tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
- tccli/examples/essbasic/v20210526/CreateChannelOrganizationInfoChangeUrl.md +22 -20
- tccli/examples/essbasic/v20210526/CreateConsoleLoginUrl.md +45 -9
- tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
- tccli/examples/teo/v20220901/CreatePlanForZone.md +1 -1
- tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
- tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
- tccli/examples/trtc/v20190722/StartStreamIngest.md +4 -4
- tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
- tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
- tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
- tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
- tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
- tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
- tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
- tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
- tccli/services/billing/billing_client.py +61 -8
- tccli/services/billing/v20180709/api.json +323 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +76 -0
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +39 -30
- tccli/services/essbasic/v20210526/examples.json +25 -19
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/mps/v20190612/api.json +40 -2
- tccli/services/mrs/v20200910/api.json +24 -24
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +36 -19
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tione/v20211111/api.json +205 -75
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +25 -7
- tccli/services/trtc/v20190722/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +555 -0
- tccli/services/vod/v20180717/examples.json +57 -1
- tccli/services/vod/vod_client.py +375 -4
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +50 -42
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -276,7 +276,7 @@
|
|
276
276
|
{
|
277
277
|
"document": "",
|
278
278
|
"input": "https://tione.tencentcloudapi.com/?Action=DescribeLatestTrainingMetrics\n&TaskId=taskid-xyz\n&<公共请求参数>",
|
279
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123fa8123\",\n \"TaskId\": \"taskid-xyz\",\n \"Metrics\": [\n {\n \"MetricName\": \"loss\",\n \"Values\": [\n {},\n {}\n ]\n }\n ]\n }\n}",
|
279
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"123fa8123\",\n \"TaskId\": \"taskid-xyz\",\n \"Metrics\": [\n {\n \"MetricName\": \"loss\",\n \"Values\": [\n {\n \"Timestamp\": 1641002400,\n \"Value\": 182.06\n },\n {\n \"Timestamp\": 1641002410,\n \"Value\": 176.06\n }\n ]\n }\n ]\n }\n}",
|
280
280
|
"title": "查询最近上报的训练自定义指标"
|
281
281
|
}
|
282
282
|
],
|
@@ -404,7 +404,7 @@
|
|
404
404
|
{
|
405
405
|
"document": "Notebook列表",
|
406
406
|
"input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNotebooks\n<公共请求参数>\n\n{\n \"OrderField\": \"string\",\n \"TagFilters\": [\n {\n \"TagValues\": [\n \"string\"\n ],\n \"TagKey\": \"string\"\n }\n ],\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Fuzzy\": true,\n \"Values\": [\n \"string\"\n ],\n \"Name\": \"string\",\n \"Negative\": true\n }\n ],\n \"Offset\": 0,\n \"Order\": \"string\"\n}",
|
407
|
-
"output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceConf\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"InstanceType\": \"abc\"\n },\n \"ResourceGroupId\": \"abc\",\n \"VolumeSizeInGB\": 1,\n \"BillingInfos\": [\n \"abc\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"StartTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"RuntimeInSeconds\": 1,\n \"ChargeStatus\": \"abc\",\n \"Status\": \"abc\",\n \"FailureReason\": \"abc\",\n \"EndTime\": \"abc\",\n \"PodName\": \"abc\",\n \"InstanceTypeAlias\": \"abc\",\n \"ResourceGroupName\": \"abc\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"VolumeSourceType\": \"abc\",\n \"VolumeSourceCFS\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"Message\": \"abc\",\n \"UserTypes\": [\n \"abc\"\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
407
|
+
"output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceConf\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"InstanceType\": \"abc\"\n },\n \"ResourceGroupId\": \"abc\",\n \"VolumeSizeInGB\": 1,\n \"BillingInfos\": [\n \"abc\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"StartTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"RuntimeInSeconds\": 1,\n \"ChargeStatus\": \"abc\",\n \"Status\": \"abc\",\n \"FailureReason\": \"abc\",\n \"EndTime\": \"abc\",\n \"PodName\": \"abc\",\n \"InstanceTypeAlias\": \"abc\",\n \"ResourceGroupName\": \"abc\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"VolumeSourceType\": \"abc\",\n \"VolumeSourceCFS\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\",\n \"MountType\": \"abc\",\n \"Protocol\": \"abc\"\n },\n \"Message\": \"abc\",\n \"UserTypes\": [\n \"abc\"\n ],\n \"SSHConfig\": {\n \"Enable\": true,\n \"PublicKey\": \"abc\",\n \"Port\": 0,\n \"LoginCommand\": \"abc\"\n },\n \"VolumeSourceGooseFS\": {\n \"Id\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
408
408
|
"title": "Notebook列表"
|
409
409
|
}
|
410
410
|
],
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"status": "online"
|
261
261
|
},
|
262
262
|
"StartStreamIngest": {
|
263
|
-
"document": "将一个在线媒体流推到TRTC
|
263
|
+
"document": "将一个在线媒体流推到TRTC房间。\n使用此接口的前提条件:需要购买 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386\n)",
|
264
264
|
"input": "StartStreamIngestRequest",
|
265
265
|
"name": "开始拉流转推",
|
266
266
|
"output": "StartStreamIngestResponse",
|
@@ -3185,7 +3185,7 @@
|
|
3185
3185
|
},
|
3186
3186
|
{
|
3187
3187
|
"disabled": false,
|
3188
|
-
"document": "子画面的背景图url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor
|
3188
|
+
"document": "子画面的背景图url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor。支持png、jpg、jpeg、bmp、gif、webm格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,子画面的背景图将不会生效。",
|
3189
3189
|
"example": "xxxx",
|
3190
3190
|
"member": "string",
|
3191
3191
|
"name": "BackgroundImageUrl",
|
@@ -3209,6 +3209,15 @@
|
|
3209
3209
|
"name": "BackgroundRenderMode",
|
3210
3210
|
"required": false,
|
3211
3211
|
"type": "int"
|
3212
|
+
},
|
3213
|
+
{
|
3214
|
+
"disabled": false,
|
3215
|
+
"document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n注:1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。",
|
3216
|
+
"example": "xxxx",
|
3217
|
+
"member": "string",
|
3218
|
+
"name": "TransparentUrl",
|
3219
|
+
"required": false,
|
3220
|
+
"type": "string"
|
3212
3221
|
}
|
3213
3222
|
],
|
3214
3223
|
"usage": "in"
|
@@ -3464,7 +3473,7 @@
|
|
3464
3473
|
},
|
3465
3474
|
{
|
3466
3475
|
"disabled": false,
|
3467
|
-
"document": "整个画布的背景图url,优先级高于BackGroundColor
|
3476
|
+
"document": "整个画布的背景图url,优先级高于BackGroundColor。支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,背景图将不会生效。",
|
3468
3477
|
"example": "xxxx",
|
3469
3478
|
"member": "string",
|
3470
3479
|
"name": "BackgroundImageUrl",
|
@@ -3497,7 +3506,7 @@
|
|
3497
3506
|
"members": [
|
3498
3507
|
{
|
3499
3508
|
"disabled": false,
|
3500
|
-
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB
|
3509
|
+
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,水印图片将不会生效。",
|
3501
3510
|
"example": "xxx.png",
|
3502
3511
|
"member": "string",
|
3503
3512
|
"name": "WaterMarkUrl",
|
@@ -5295,7 +5304,7 @@
|
|
5295
5304
|
"members": [
|
5296
5305
|
{
|
5297
5306
|
"disabled": false,
|
5298
|
-
"document": "TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid)
|
5307
|
+
"document": "TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和TRTC的房间所对应的SdkAppId相同。",
|
5299
5308
|
"example": "1234",
|
5300
5309
|
"member": "uint64",
|
5301
5310
|
"name": "SdkAppId",
|
@@ -5340,11 +5349,11 @@
|
|
5340
5349
|
},
|
5341
5350
|
{
|
5342
5351
|
"disabled": false,
|
5343
|
-
"document": "
|
5352
|
+
"document": "【本字段已废弃,请使用 StreamUrl 字段】源流URL,支持一个地址。",
|
5344
5353
|
"example": "https://a.b/test.mp4",
|
5345
5354
|
"member": "string",
|
5346
5355
|
"name": "SourceUrl",
|
5347
|
-
"required":
|
5356
|
+
"required": false,
|
5348
5357
|
"type": "list"
|
5349
5358
|
},
|
5350
5359
|
{
|
@@ -5373,6 +5382,15 @@
|
|
5373
5382
|
"name": "AudioEncodeParams",
|
5374
5383
|
"required": false,
|
5375
5384
|
"type": "object"
|
5385
|
+
},
|
5386
|
+
{
|
5387
|
+
"disabled": false,
|
5388
|
+
"document": "源流URL。历史原因本字段【必填】。",
|
5389
|
+
"example": "https://a.b/test.mp4",
|
5390
|
+
"member": "string",
|
5391
|
+
"name": "StreamUrl",
|
5392
|
+
"required": false,
|
5393
|
+
"type": "string"
|
5376
5394
|
}
|
5377
5395
|
],
|
5378
5396
|
"type": "object"
|
@@ -322,8 +322,8 @@
|
|
322
322
|
],
|
323
323
|
"StartStreamIngest": [
|
324
324
|
{
|
325
|
-
"document": "
|
326
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamIngest\n<公共请求参数>\n\n{\n \"SdkAppId\": 1234567890,\n \"RoomId\": \"room123\",\n \"UserId\": \"robot123\",\n \"UserSig\": \"
|
325
|
+
"document": "启动一个拉流转推任务,将在线媒体流\"https://a.b/test.mp4\"输入TRTC房间,音视频编码采用默认编码值,转推成功后返回TaskId",
|
326
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamIngest\n<公共请求参数>\n\n{\n \"SdkAppId\": 1234567890,\n \"RoomId\": \"room123\",\n \"UserId\": \"robot123\",\n \"UserSig\": \"xxxxxxxxxxxxxxx\",\n \"PrivateMapKey\": \"xxxxxxxxxxxxxxx\",\n \"RoomIdType\": 1,\n \"StreamUrl\": \"https://a.b/test.mp4\"\n}",
|
327
327
|
"output": "{\n \"Response\": {\n \"TaskId\": \"-gCTFWtU7t7DUlo7A8IswFszO9z2O-rbERqJAoK-4pycoZXKjIAAnasdcasdOEycyX4CnzhIm4RAQ..\",\n \"RequestId\": \"71993312-6ab8-4768-9124-118e0a20c45f\"\n }\n}",
|
328
328
|
"title": "启动拉流转推"
|
329
329
|
}
|