tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1373.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +252 -3
- tccli/services/cls/v20201016/api.json +78 -76
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/keewidb/v20220308/api.json +24 -24
- tccli/services/lcic/v20220817/api.json +46 -18
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +4 -4
- tccli/services/mps/v20190612/api.json +42 -2
- tccli/services/ocr/v20181119/api.json +21 -12
- tccli/services/postgres/postgres_client.py +12 -171
- tccli/services/postgres/v20170312/api.json +20 -819
- tccli/services/postgres/v20170312/examples.json +6 -30
- tccli/services/scf/v20180416/api.json +2 -0
- tccli/services/sts/v20180813/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +92 -0
- tccli/services/tcss/v20201101/api.json +32 -2
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +10 -1
- tccli/services/trabbit/v20230418/api.json +41 -2
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +156 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/tsf/v20180326/api.json +433 -328
- tccli/services/tsf/v20180326/examples.json +8 -8
- tccli/services/vod/v20180717/api.json +61 -32
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +717 -38
- tccli/services/waf/v20180125/examples.json +56 -0
- tccli/services/waf/waf_client.py +444 -73
- tccli/services/wedata/v20210820/api.json +138 -6
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,7 +27,7 @@
|
|
27
27
|
"AssociateConfigWithGroup": [
|
28
28
|
{
|
29
29
|
"document": "",
|
30
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=AssociateConfigWithGroup\n&ConfigId=
|
30
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=AssociateConfigWithGroup\n&ConfigId=apm-busi-log-cfg-maeprb6v\n&<公共请求参数>",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"e64dc152-b874-4b91-9301-e9b290f1ffbb\",\n \"Result\": true\n }\n}",
|
32
32
|
"title": "关联投递配置到部署组"
|
33
33
|
}
|
@@ -507,7 +507,7 @@
|
|
507
507
|
"DeployContainerGroup": [
|
508
508
|
{
|
509
509
|
"document": "",
|
510
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"DoNotStart\": \"false\",\n \"MemRequest\": \"1024\",\n \"UpdateType\": \"1\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"InstanceNum\":
|
510
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployContainerGroup\n<公共请求参数>\n\n{\n \"DoNotStart\": \"false\",\n \"MemRequest\": \"1024\",\n \"UpdateType\": \"1\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"InstanceNum\": 1,\n \"RepoName\": \"tsf_10000617xxxx/test\",\n \"TagName\": \"v1\",\n \"CpuRequest\": \"0.54\",\n \"JvmOpts\": \"-Xms128m-Xmx512m-XX:MetaspaceSize=128m-XX:MaxMetaspaceSize=512m\",\n \"UpdateIvl\": 10,\n \"GroupId\": \"group-6a79x94v\"\n}",
|
511
511
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b481cffd-6b00-463f-a1ae-7afe5fd5fa2e\",\n \"Result\": true\n }\n}",
|
512
512
|
"title": "部署容器应用"
|
513
513
|
}
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"DescribeClusters": [
|
628
628
|
{
|
629
629
|
"document": "",
|
630
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"Limit\":
|
630
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"Limit\": 20,\n \"Offset\": 0\n}",
|
631
631
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6d7e580e-4b1c-49a7-8ffd-21551f865643\",\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": []\n }\n }\n}",
|
632
632
|
"title": "获取集群列表示例"
|
633
633
|
}
|
@@ -683,7 +683,7 @@
|
|
683
683
|
"DescribeContainerEvents": [
|
684
684
|
{
|
685
685
|
"document": "",
|
686
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerEvents\n&ResourceType=instance\n&ResourceId=test-event-6f46bcb6b-sxfcr\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
686
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerEvents\n&ResourceType=instance\n&ResourceId=test-event-6f46bcb6b-sxfcr\n&GroupId=group-9yn2q8yd\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
687
687
|
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"FirstTimestamp\": 0,\n \"LastTimestamp\": 0,\n \"Type\": \"instance\",\n \"Kind\": \"SERVER\",\n \"Name\": \"test-event\",\n \"Reason\": \"this is a reason\",\n \"Message\": \"this is a msg\",\n \"Count\": 0\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
688
688
|
"title": "DescribeContainerEvents"
|
689
689
|
}
|
@@ -1035,7 +1035,7 @@
|
|
1035
1035
|
"DescribeOverviewInvocation": [
|
1036
1036
|
{
|
1037
1037
|
"document": "",
|
1038
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeOverviewInvocation\n&StartTime=2019-05-28 17:45:43\n&EndTime=2019-05-29 17:45:43\n&<公共请求参数>",
|
1038
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeOverviewInvocation\n&NamespaceId=namespace-xxx\n&Type=SumReqAmount\n&StartTime=2019-05-28 17:45:43\n&EndTime=2019-05-29 17:45:43\n&<公共请求参数>",
|
1039
1039
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2903f230-fabc-4dff-b4c4-1fbe0fd73ebe\",\n \"Result\": []\n }\n}",
|
1040
1040
|
"title": "服务调用监控统计概览"
|
1041
1041
|
}
|
@@ -1076,7 +1076,7 @@
|
|
1076
1076
|
{
|
1077
1077
|
"document": "",
|
1078
1078
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribePodInstances\n&GroupId=group-6a73w4v5\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
1079
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Status\": \"Running\",\n \"ReadyCount\": 2,\n \"RestartCount\": 0,\n \"ServiceInstanceStatus\": \"Running\",\n \"PodId\": \"pod-sss\",\n \"Ip\": \"10.0.1.1\",\n \"Reason\": \"failed\",\n \"InstanceAvailableStatus\": \"Running\",\n \"PodName\": \"pod-sss\",\n \"InstanceStatus\": \"Running\",\n \"NodeIp\": \"10.0.1.0\",\n \"Runtime\": \"runtime\",\n \"NodeInstanceId\": \"id\",\n \"CreatedAt\": \"time\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"
|
1079
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Status\": \"Running\",\n \"ReadyCount\": 2,\n \"RestartCount\": 0,\n \"ServiceInstanceStatus\": \"Running\",\n \"PodId\": \"pod-sss\",\n \"Ip\": \"10.0.1.1\",\n \"Reason\": \"failed\",\n \"InstanceAvailableStatus\": \"Running\",\n \"PodName\": \"pod-sss\",\n \"InstanceStatus\": \"Running\",\n \"NodeIp\": \"10.0.1.0\",\n \"Runtime\": \"runtime\",\n \"NodeInstanceId\": \"id\",\n \"CreatedAt\": \"time\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"6d7e580e-4b1c-49a7-8ffd-21551f865643\"\n }\n}",
|
1080
1080
|
"title": "DescribePodInstances"
|
1081
1081
|
}
|
1082
1082
|
],
|
@@ -1203,7 +1203,7 @@
|
|
1203
1203
|
"DescribeStatistics": [
|
1204
1204
|
{
|
1205
1205
|
"document": "",
|
1206
|
-
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStatistics\n<公共请求参数>\n\n{\n \"OrderBy\": \"
|
1206
|
+
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStatistics\n<公共请求参数>\n\n{\n \"OrderBy\": \"AvgTimeConsuming\",\n \"StartTime\": \"2020-05-12 14:43:12\",\n \"TimeStep\": \"1\",\n \"Offset\": \"1\",\n \"DbName\": \"mysql\",\n \"ServiceName\": \"demo-service\",\n \"Limit\": \"1\",\n \"SearchWord\": \"keyword\",\n \"OrderType\": \"1\",\n \"EndTime\": \"2020-05-12 14:43:12\",\n \"Type\": \"Service\",\n \"NamespaceId\": \"namespace-xxxxxxxx\"\n}",
|
1207
1207
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b057eeaa-ccdf-40be-995f-f059b4b974e8\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": []\n }\n }\n}",
|
1208
1208
|
"title": "test"
|
1209
1209
|
}
|
@@ -1339,7 +1339,7 @@
|
|
1339
1339
|
"DisassociateKafkaConfig": [
|
1340
1340
|
{
|
1341
1341
|
"document": "",
|
1342
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=DisassociateKafkaConfig\
|
1342
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DisassociateKafkaConfig\n&ConfigId=apm-busi-log-cfg-6a7m36a5\n&<公共请求参数>",
|
1343
1343
|
"output": "{\n \"Response\": {\n \"RequestId\": \"e64dc152-b874-4b91-9301-e9b290f1ffbb\",\n \"Result\": true\n }\n}",
|
1344
1344
|
"title": "取消关联投递信息和部署组"
|
1345
1345
|
}
|
@@ -1121,7 +1121,7 @@
|
|
1121
1121
|
"status": "online"
|
1122
1122
|
},
|
1123
1123
|
"ProcessMediaByMPS": {
|
1124
|
-
"document": "使用媒体处理服务(MPS)的媒体处理能力,对点播中的视频发起媒体处理,任务发起时需将 MPS 相关参数以 JSON 格式填入 MPSProcessMediaParams 参数中。具体任务参数配置请参考[媒体处理 ProcessMedia 接口](https://cloud.tencent.com/document/api/862/37578)
|
1124
|
+
"document": "使用媒体处理服务(MPS)的媒体处理能力,对点播中的视频发起媒体处理,任务发起时需将 MPS 相关参数以 JSON 格式填入 MPSProcessMediaParams 参数中。具体任务参数配置请参考[媒体处理 ProcessMedia 接口](https://cloud.tencent.com/document/api/862/37578)。 \n当前支持的 MPS 功能:\n1. [智能擦除](https://cloud.tencent.com/document/product/862/101530):能够对视频画面中的 Logo、字幕、人脸和车牌等元素进行模糊、马赛克或无痕化处理,从而便于内容的传播和分享。该任务产生的新视频将生成新的 FileId 存储在点播平台的子应用中。\n2. [音视频增强](https://cloud.tencent.com/document/product/862/118703):该功能支持分布式实时画质增强,包含视频去毛刺、降噪、色彩增强、细节增强、人脸增强、SDR2HDR、大模型增强等功能,可大幅提升音视频质量,广泛应用于 OTT、电商、赛事等场景,有效实现 QoE 与 QoS 双维度提升,创造显著业务价值。\n\n> 以该种方式发起的视频处理任务:\n> 1. 任务状态及结果的查询仍在点播平台中完成,使用 [DescribeTaskDetail](https://cloud.tencent.com/document/product/266/33431) 或 [DescribeTasks](https://cloud.tencent.com/document/product/266/33430) 查询任务。\n> 2. 相关功能的用量及账单将在 MPS 平台给出,因此在使用该功能前,首先需要开通 MPS 服务。\n> 3. 该功能目前仍在内测中,如需测试体验,您可以联系我们获得支持。",
|
1125
1125
|
"input": "ProcessMediaByMPSRequest",
|
1126
1126
|
"name": "使用 MPS 进行视频处理",
|
1127
1127
|
"output": "ProcessMediaByMPSResponse",
|
@@ -18925,7 +18925,7 @@
|
|
18925
18925
|
{
|
18926
18926
|
"disabled": false,
|
18927
18927
|
"document": "事件句柄,调用方必须调用 ConfirmEvents 来确认消息已经收到,确认有效时间 30 秒。失效后,事件可重新被获取。",
|
18928
|
-
"example": "
|
18928
|
+
"example": "14253**42576",
|
18929
18929
|
"member": "string",
|
18930
18930
|
"name": "EventHandle",
|
18931
18931
|
"output_required": true,
|
@@ -18934,7 +18934,7 @@
|
|
18934
18934
|
},
|
18935
18935
|
{
|
18936
18936
|
"disabled": false,
|
18937
|
-
"document": "<b>支持事件类型:</b>\n<li>NewFileUpload:视频上传完成;</li>\n<li>ProcedureStateChanged:任务流状态变更;</li>\n<li>FileDeleted:视频删除完成;</li>\n<li>RestoreMediaComplete:视频取回完成;</li>\n<li>PullComplete:视频转拉完成;</li>\n<li>EditMediaComplete:视频编辑完成;</li>\n<li>SplitMediaComplete:视频拆分完成;</li>\n<li>ComposeMediaComplete:制作媒体文件完成;</li>\n<li>WechatMiniProgramPublishComplete:微信小程序发布完成。</li>\n<li>RemoveWatermark:智能去除水印完成。</li>\n<li>RebuildMediaComplete:音画质重生完成事件(不推荐使用)。</li>\n<li>ReviewAudioVideoComplete:音视频审核完成;</li>\n<li>ExtractTraceWatermarkComplete:提取溯源水印完成;</li>\n<li>ExtractCopyRightWatermarkComplete:提取版权水印完成;</li>\n<li>DescribeFileAttributesComplete:获取文件属性完成;</li>\n<li>QualityInspectComplete:音画质检测完成;</li>\n<li>QualityEnhanceComplete:音画质重生任务完成;</li>\n<li>PersistenceComplete:剪辑固化完成;</li>\n<li>ComplexAdaptiveDynamicStreamingComplete:复杂自适应码流任务完成。</li>\n<b>兼容 2017 版的事件类型:</b>\n<li>TranscodeComplete:视频转码完成;</li>\n<li>ConcatComplete:视频拼接完成;</li>\n<li>ClipComplete:视频剪辑完成;</li>\n<li>CreateImageSpriteComplete:视频截取雪碧图完成;</li>\n<li>CreateSnapshotByTimeOffsetComplete:视频按时间点截图完成。</li>",
|
18937
|
+
"document": "<b>支持事件类型:</b>\n<li>NewFileUpload:视频上传完成;</li>\n<li>ProcedureStateChanged:任务流状态变更;</li>\n<li>FileDeleted:视频删除完成;</li>\n<li>RestoreMediaComplete:视频取回完成;</li>\n<li>PullComplete:视频转拉完成;</li>\n<li>EditMediaComplete:视频编辑完成;</li>\n<li>SplitMediaComplete:视频拆分完成;</li>\n<li>ComposeMediaComplete:制作媒体文件完成;</li>\n<li>WechatMiniProgramPublishComplete:微信小程序发布完成。</li>\n<li>RemoveWatermark:智能去除水印完成。</li>\n<li>RebuildMediaComplete:音画质重生完成事件(不推荐使用)。</li>\n<li>ReviewAudioVideoComplete:音视频审核完成;</li>\n<li>ExtractTraceWatermarkComplete:提取溯源水印完成;</li>\n<li>ExtractCopyRightWatermarkComplete:提取版权水印完成;</li>\n<li>DescribeFileAttributesComplete:获取文件属性完成;</li>\n<li>QualityInspectComplete:音画质检测完成;</li>\n<li>QualityEnhanceComplete:音画质重生任务完成;</li>\n<li>PersistenceComplete:剪辑固化完成;</li>\n<li>ComplexAdaptiveDynamicStreamingComplete:复杂自适应码流任务完成。</li>\n<li>ProcessMediaByMPSComplete:MPS视频处理完成。</li>\n<b>兼容 2017 版的事件类型:</b>\n<li>TranscodeComplete:视频转码完成;</li>\n<li>ConcatComplete:视频拼接完成;</li>\n<li>ClipComplete:视频剪辑完成;</li>\n<li>CreateImageSpriteComplete:视频截取雪碧图完成;</li>\n<li>CreateSnapshotByTimeOffsetComplete:视频按时间点截图完成。</li>",
|
18938
18938
|
"example": "null",
|
18939
18939
|
"member": "string",
|
18940
18940
|
"name": "EventType",
|
@@ -18945,7 +18945,7 @@
|
|
18945
18945
|
{
|
18946
18946
|
"disabled": false,
|
18947
18947
|
"document": "视频上传完成事件,当事件类型为 NewFileUpload 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18948
|
-
"example": "
|
18948
|
+
"example": "无",
|
18949
18949
|
"member": "FileUploadTask",
|
18950
18950
|
"name": "FileUploadEvent",
|
18951
18951
|
"output_required": true,
|
@@ -18955,7 +18955,7 @@
|
|
18955
18955
|
{
|
18956
18956
|
"disabled": false,
|
18957
18957
|
"document": "任务流状态变更事件,当事件类型为 ProcedureStateChanged 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18958
|
-
"example": "
|
18958
|
+
"example": "无",
|
18959
18959
|
"member": "ProcedureTask",
|
18960
18960
|
"name": "ProcedureStateChangeEvent",
|
18961
18961
|
"output_required": true,
|
@@ -18965,7 +18965,7 @@
|
|
18965
18965
|
{
|
18966
18966
|
"disabled": false,
|
18967
18967
|
"document": "文件删除事件,当事件类型为 FileDeleted 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18968
|
-
"example": "
|
18968
|
+
"example": "无",
|
18969
18969
|
"member": "FileDeleteTask",
|
18970
18970
|
"name": "FileDeleteEvent",
|
18971
18971
|
"output_required": true,
|
@@ -18975,7 +18975,7 @@
|
|
18975
18975
|
{
|
18976
18976
|
"disabled": false,
|
18977
18977
|
"document": "视频转拉完成事件,当事件类型为 PullComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18978
|
-
"example": "
|
18978
|
+
"example": "无",
|
18979
18979
|
"member": "PullUploadTask",
|
18980
18980
|
"name": "PullCompleteEvent",
|
18981
18981
|
"output_required": true,
|
@@ -18985,7 +18985,7 @@
|
|
18985
18985
|
{
|
18986
18986
|
"disabled": false,
|
18987
18987
|
"document": "视频编辑完成事件,当事件类型为 EditMediaComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18988
|
-
"example": "
|
18988
|
+
"example": "无",
|
18989
18989
|
"member": "EditMediaTask",
|
18990
18990
|
"name": "EditMediaCompleteEvent",
|
18991
18991
|
"output_required": true,
|
@@ -18995,7 +18995,7 @@
|
|
18995
18995
|
{
|
18996
18996
|
"disabled": false,
|
18997
18997
|
"document": "视频拆分完成事件,当事件类型为 SplitMediaComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18998
|
-
"example": "
|
18998
|
+
"example": "无",
|
18999
18999
|
"member": "SplitMediaTask",
|
19000
19000
|
"name": "SplitMediaCompleteEvent",
|
19001
19001
|
"output_required": true,
|
@@ -19005,7 +19005,7 @@
|
|
19005
19005
|
{
|
19006
19006
|
"disabled": false,
|
19007
19007
|
"document": "制作媒体文件任务完成事件,当事件类型为 ComposeMediaComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19008
|
-
"example": "
|
19008
|
+
"example": "无",
|
19009
19009
|
"member": "ComposeMediaTask",
|
19010
19010
|
"name": "ComposeMediaCompleteEvent",
|
19011
19011
|
"output_required": true,
|
@@ -19015,7 +19015,7 @@
|
|
19015
19015
|
{
|
19016
19016
|
"disabled": false,
|
19017
19017
|
"document": "视频剪辑完成事件,当事件类型为 ClipComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19018
|
-
"example": "
|
19018
|
+
"example": "无",
|
19019
19019
|
"member": "ClipTask2017",
|
19020
19020
|
"name": "ClipCompleteEvent",
|
19021
19021
|
"output_required": true,
|
@@ -19025,7 +19025,7 @@
|
|
19025
19025
|
{
|
19026
19026
|
"disabled": false,
|
19027
19027
|
"document": "视频转码完成事件,当事件类型为 TranscodeComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19028
|
-
"example": "
|
19028
|
+
"example": "无",
|
19029
19029
|
"member": "TranscodeTask2017",
|
19030
19030
|
"name": "TranscodeCompleteEvent",
|
19031
19031
|
"output_required": true,
|
@@ -19035,7 +19035,7 @@
|
|
19035
19035
|
{
|
19036
19036
|
"disabled": false,
|
19037
19037
|
"document": "视频截取雪碧图完成事件,当事件类型为 CreateImageSpriteComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19038
|
-
"example": "
|
19038
|
+
"example": "无",
|
19039
19039
|
"member": "CreateImageSpriteTask2017",
|
19040
19040
|
"name": "CreateImageSpriteCompleteEvent",
|
19041
19041
|
"output_required": true,
|
@@ -19045,7 +19045,7 @@
|
|
19045
19045
|
{
|
19046
19046
|
"disabled": false,
|
19047
19047
|
"document": "视频拼接完成事件,当事件类型为 ConcatComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19048
|
-
"example": "
|
19048
|
+
"example": "无",
|
19049
19049
|
"member": "ConcatTask2017",
|
19050
19050
|
"name": "ConcatCompleteEvent",
|
19051
19051
|
"output_required": true,
|
@@ -19055,7 +19055,7 @@
|
|
19055
19055
|
{
|
19056
19056
|
"disabled": false,
|
19057
19057
|
"document": "视频按时间点截图完成事件,当事件类型为 CreateSnapshotByTimeOffsetComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19058
|
-
"example": "
|
19058
|
+
"example": "无",
|
19059
19059
|
"member": "SnapshotByTimeOffsetTask2017",
|
19060
19060
|
"name": "SnapshotByTimeOffsetCompleteEvent",
|
19061
19061
|
"output_required": true,
|
@@ -19065,7 +19065,7 @@
|
|
19065
19065
|
{
|
19066
19066
|
"disabled": false,
|
19067
19067
|
"document": "微信发布完成事件,当事件类型为 WechatPublishComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19068
|
-
"example": "
|
19068
|
+
"example": "无",
|
19069
19069
|
"member": "WechatPublishTask",
|
19070
19070
|
"name": "WechatPublishCompleteEvent",
|
19071
19071
|
"output_required": true,
|
@@ -19075,7 +19075,7 @@
|
|
19075
19075
|
{
|
19076
19076
|
"disabled": false,
|
19077
19077
|
"document": "微信小程序发布任务完成事件,当事件类型为 WechatMiniProgramPublishComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19078
|
-
"example": "
|
19078
|
+
"example": "无",
|
19079
19079
|
"member": "WechatMiniProgramPublishTask",
|
19080
19080
|
"name": "WechatMiniProgramPublishCompleteEvent",
|
19081
19081
|
"output_required": true,
|
@@ -19085,7 +19085,7 @@
|
|
19085
19085
|
{
|
19086
19086
|
"disabled": false,
|
19087
19087
|
"document": "智能去除水印完成事件,当事件类型为 RemoveWatermark 有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19088
|
-
"example": "
|
19088
|
+
"example": "无",
|
19089
19089
|
"member": "RemoveWatermarkTask",
|
19090
19090
|
"name": "RemoveWatermarkCompleteEvent",
|
19091
19091
|
"output_required": true,
|
@@ -19095,7 +19095,7 @@
|
|
19095
19095
|
{
|
19096
19096
|
"disabled": false,
|
19097
19097
|
"document": "视频取回完成事件,当事件类型为 RestoreMediaComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19098
|
-
"example": "
|
19098
|
+
"example": "无",
|
19099
19099
|
"member": "RestoreMediaTask",
|
19100
19100
|
"name": "RestoreMediaCompleteEvent",
|
19101
19101
|
"output_required": true,
|
@@ -19105,7 +19105,7 @@
|
|
19105
19105
|
{
|
19106
19106
|
"disabled": false,
|
19107
19107
|
"document": "音画质重生完成事件,当事件类型为 RebuildMediaComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19108
|
-
"example": "
|
19108
|
+
"example": "无",
|
19109
19109
|
"member": "RebuildMediaTask",
|
19110
19110
|
"name": "RebuildMediaCompleteEvent",
|
19111
19111
|
"output_required": true,
|
@@ -19115,7 +19115,7 @@
|
|
19115
19115
|
{
|
19116
19116
|
"disabled": false,
|
19117
19117
|
"document": "溯源水印提取完成事件,当事件类型为 ExtractTraceWatermarkComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19118
|
-
"example": "
|
19118
|
+
"example": "无",
|
19119
19119
|
"member": "ExtractTraceWatermarkTask",
|
19120
19120
|
"name": "ExtractTraceWatermarkCompleteEvent",
|
19121
19121
|
"output_required": true,
|
@@ -19135,7 +19135,7 @@
|
|
19135
19135
|
{
|
19136
19136
|
"disabled": false,
|
19137
19137
|
"document": "音视频审核完成事件,当事件类型为 ReviewAudioVideoComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19138
|
-
"example": "
|
19138
|
+
"example": "无",
|
19139
19139
|
"member": "ReviewAudioVideoTask",
|
19140
19140
|
"name": "ReviewAudioVideoCompleteEvent",
|
19141
19141
|
"output_required": true,
|
@@ -19145,7 +19145,7 @@
|
|
19145
19145
|
{
|
19146
19146
|
"disabled": false,
|
19147
19147
|
"document": "该字段已无效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19148
|
-
"example": "
|
19148
|
+
"example": "无",
|
19149
19149
|
"member": "ReduceMediaBitrateTask",
|
19150
19150
|
"name": "ReduceMediaBitrateCompleteEvent",
|
19151
19151
|
"output_required": true,
|
@@ -19155,7 +19155,7 @@
|
|
19155
19155
|
{
|
19156
19156
|
"disabled": false,
|
19157
19157
|
"document": "获取文件属性完成事件,当事件类型为 DescribeFileAttributesComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19158
|
-
"example": "
|
19158
|
+
"example": "无",
|
19159
19159
|
"member": "DescribeFileAttributesTask",
|
19160
19160
|
"name": "DescribeFileAttributesCompleteEvent",
|
19161
19161
|
"output_required": true,
|
@@ -19195,7 +19195,7 @@
|
|
19195
19195
|
{
|
19196
19196
|
"disabled": false,
|
19197
19197
|
"document": "剪辑固化完成事件,当事件类型为 PersistenceComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19198
|
-
"example": "
|
19198
|
+
"example": "无",
|
19199
19199
|
"member": "PersistenceCompleteTask",
|
19200
19200
|
"name": "PersistenceCompleteEvent",
|
19201
19201
|
"output_required": true,
|
@@ -19205,12 +19205,22 @@
|
|
19205
19205
|
{
|
19206
19206
|
"disabled": false,
|
19207
19207
|
"document": "自适应码流任务信息,仅当 EventType 为ComplexAdaptiveDynamicStreamingComplete 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
19208
|
-
"example": "
|
19208
|
+
"example": "无",
|
19209
19209
|
"member": "ComplexAdaptiveDynamicStreamingTask",
|
19210
19210
|
"name": "ComplexAdaptiveDynamicStreamingCompleteEvent",
|
19211
19211
|
"output_required": true,
|
19212
19212
|
"type": "object",
|
19213
19213
|
"value_allowed_null": true
|
19214
|
+
},
|
19215
|
+
{
|
19216
|
+
"disabled": false,
|
19217
|
+
"document": "MPS 视频处理任务信息,仅当 EventType 为 ProcessMediaByMPSComplete 时有效。",
|
19218
|
+
"example": "无",
|
19219
|
+
"member": "ProcessMediaByMPS",
|
19220
|
+
"name": "ProcessMediaByMPSCompleteEvent",
|
19221
|
+
"output_required": false,
|
19222
|
+
"type": "object",
|
19223
|
+
"value_allowed_null": false
|
19214
19224
|
}
|
19215
19225
|
],
|
19216
19226
|
"usage": "out"
|
@@ -21829,7 +21839,7 @@
|
|
21829
21839
|
"members": [
|
21830
21840
|
{
|
21831
21841
|
"disabled": false,
|
21832
|
-
"document": "文件类型。用于标识 MPS 视频处理任务执行结果中的特定返回文件。\n取值:<li>AiAnalysis.DeLogo.Video:
|
21842
|
+
"document": "文件类型。用于标识 MPS 视频处理任务执行结果中的特定返回文件。\n取值:<li>AiAnalysis.DeLogo.Video: 智能擦除任务中产生的擦除后视频文件,默认以原文件类型存储;</li><li>AiAnalysis.DeLogo.OriginSubtitle: 智能擦除任务中基于画面提取的字幕文件;</li><li>AiAnalysis.DeLogo.TranslateSubtitle: 智能擦除任务中基于画面提取的字幕翻译文件。</li><li>MediaProcess.Transcode.Video: 音视频增强任务中增强后的音视频文件,默认以转码文件类型存储。</li>",
|
21833
21843
|
"example": "AiAnalysis.DeLogo.Video",
|
21834
21844
|
"member": "string",
|
21835
21845
|
"name": "FileType",
|
@@ -21867,6 +21877,16 @@
|
|
21867
21877
|
"type": "string",
|
21868
21878
|
"value_allowed_null": false
|
21869
21879
|
},
|
21880
|
+
{
|
21881
|
+
"disabled": false,
|
21882
|
+
"document": "转码规格 ID。当 FileType 等于 MediaProcess.Transcode.Video时有效,取值为0表示原始文件。 ",
|
21883
|
+
"example": "21214",
|
21884
|
+
"member": "string",
|
21885
|
+
"name": "Definition",
|
21886
|
+
"output_required": false,
|
21887
|
+
"type": "string",
|
21888
|
+
"value_allowed_null": false
|
21889
|
+
},
|
21870
21890
|
{
|
21871
21891
|
"disabled": false,
|
21872
21892
|
"document": "过期时间。当 StorageMode 为 Temporary 时有效,表示 Url 的过期时间,单位为秒。",
|
@@ -21885,7 +21905,7 @@
|
|
21885
21905
|
"members": [
|
21886
21906
|
{
|
21887
21907
|
"disabled": false,
|
21888
|
-
"document": "任务类型。MPS 的 WorkflowTask 结构中的具体子任务类型。取值:<li>AiAnalysis.DeLogo:智能擦除任务。</li>",
|
21908
|
+
"document": "任务类型。MPS 的 WorkflowTask 结构中的具体子任务类型。取值:<li>AiAnalysis.DeLogo:智能擦除任务。</li><li>MediaProcess.Transcode:音视频增强任务。</li>",
|
21889
21909
|
"example": "AiAnalysis.DeLogo",
|
21890
21910
|
"member": "string",
|
21891
21911
|
"name": "TaskType",
|
@@ -21925,8 +21945,8 @@
|
|
21925
21945
|
},
|
21926
21946
|
{
|
21927
21947
|
"disabled": false,
|
21928
|
-
"document": "MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON
|
21929
|
-
"example": "
|
21948
|
+
"document": "MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。\n示例:{\"Definition\": 24}",
|
21949
|
+
"example": "\"{}\"",
|
21930
21950
|
"member": "string",
|
21931
21951
|
"name": "Input",
|
21932
21952
|
"output_required": true,
|
@@ -29792,12 +29812,21 @@
|
|
29792
29812
|
},
|
29793
29813
|
{
|
29794
29814
|
"disabled": false,
|
29795
|
-
"document": "该参数用于透传至媒体处理服务(MPS),以便从云点播侧发起 MPS 视频处理任务。\n视频处理参数详情请参考:[MPS 发起媒体处理](https://cloud.tencent.com/document/api/862/37578)。\n填写说明:\n1. 目前仅需要配置 MPS
|
29796
|
-
"example": "
|
29815
|
+
"document": "该参数用于透传至媒体处理服务(MPS),以便从云点播侧发起 MPS 视频处理任务。\n视频处理参数详情请参考:[MPS 发起媒体处理](https://cloud.tencent.com/document/api/862/37578)。\n填写说明:\n1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;\n2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;\n3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](document/product/266/57382) 接口创建自定义模板。\n示例:{\"AiAnalysisTask\":{\"Definition\":25}}",
|
29816
|
+
"example": "\"{}\"",
|
29797
29817
|
"member": "string",
|
29798
29818
|
"name": "MPSProcessMediaParams",
|
29799
29819
|
"required": true,
|
29800
29820
|
"type": "string"
|
29821
|
+
},
|
29822
|
+
{
|
29823
|
+
"disabled": false,
|
29824
|
+
"document": "保留字段,特殊用途时使用。",
|
29825
|
+
"example": "ExtInfo",
|
29826
|
+
"member": "string",
|
29827
|
+
"name": "ExtInfo",
|
29828
|
+
"required": false,
|
29829
|
+
"type": "string"
|
29801
29830
|
}
|
29802
29831
|
],
|
29803
29832
|
"type": "object"
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"document": "",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyUpload\n<公共请求参数>\n\n{\n \"SubAppId\": \"1\",\n \"MediaType\": \"mp4\"\n}",
|
7
|
-
"output": "{\n \"Response\": {\n \"CoverStoragePath\": \"/dir/cover.xx\",\n \"RequestId\": \"880f3005-a8c9-4bba-8c87-74e216a17a0b\",\n \"StorageBucket\": \"
|
7
|
+
"output": "{\n \"Response\": {\n \"CoverStoragePath\": \"/dir/cover.xx\",\n \"RequestId\": \"880f3005-a8c9-4bba-8c87-74e216a17a0b\",\n \"StorageBucket\": \"xadacq111211-100922\",\n \"StorageRegion\": \"ap-chongqing\",\n \"MediaStoragePath\": \"/dir/name.xx\",\n \"VodSessionKey\": \"VodSessionKey\",\n \"TempCertificate\": {\n \"SecretId\": \"xxxxxxx\",\n \"SecretKey\": \"xxxxxxxx\",\n \"Token\": \"xxxxxxxx\",\n \"ExpiredTime\": 182823331\n }\n }\n}",
|
8
8
|
"title": "申请上传成功例子"
|
9
9
|
}
|
10
10
|
],
|