tccli 3.0.1228.1__py2.py3-none-any.whl → 3.0.1229.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/aiart/v20221229/api.json +12 -3
- tccli/services/cam/v20190116/api.json +25 -25
- tccli/services/cam/v20190116/examples.json +8 -8
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/ckafka/v20190819/examples.json +14 -14
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +15 -15
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/config/v20220802/api.json +70 -68
- tccli/services/config/v20220802/examples.json +6 -6
- tccli/services/cynosdb/cynosdb_client.py +118 -12
- tccli/services/cynosdb/v20190107/api.json +126 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/essbasic/v20210526/api.json +10 -0
- tccli/services/facefusion/v20181201/api.json +12 -6
- tccli/services/hai/v20230812/api.json +6 -6
- tccli/services/hai/v20230812/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +118 -12
- tccli/services/mqtt/v20240516/api.json +312 -33
- tccli/services/mqtt/v20240516/examples.json +23 -13
- tccli/services/ocr/v20181119/api.json +11 -2
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/pts/v20210728/api.json +22 -12
- tccli/services/redis/v20180412/api.json +14 -14
- tccli/services/scf/v20180416/api.json +12 -0
- tccli/services/ssl/v20191205/api.json +246 -173
- tccli/services/ssl/v20191205/examples.json +69 -69
- tccli/services/sts/v20180813/api.json +17 -11
- tccli/services/sts/v20180813/examples.json +6 -6
- tccli/services/tcr/v20190924/api.json +17 -17
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +119 -200
- tccli/services/tdmq/v20200217/examples.json +29 -49
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/vclm/v20240523/api.json +25 -15
- tccli/services/vclm/v20240523/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +166 -137
- tccli/services/vpc/v20170312/examples.json +3 -3
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,7 +11,7 @@
|
|
11
11
|
"ClearCmqQueue": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=ClearCmqQueue\n&QueueName=test\n&<公共请求参数>",
|
14
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=ClearCmqQueue\n&QueueName=test-queue\n&<公共请求参数>",
|
15
15
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
16
16
|
"title": "清空队列中堆积的消息"
|
17
17
|
}
|
@@ -38,12 +38,6 @@
|
|
38
38
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCmqQueue\n<公共请求参数>\n\n{\n \"QueueName\": \"test789\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"RequestId\": \"864b1295-ed7e-45ed-9602-be53ac23177b\",\n \"QueueId\": \"cmqq-rd42drdeaag9\"\n }\n}",
|
40
40
|
"title": "示例"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"document": "创建队列",
|
44
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCmqQueue\n<公共请求参数>\n\n{\n \"QueueName\": \"test\"\n}",
|
45
|
-
"output": "{\n \"Response\": {\n \"QueueId\": \"queue-ges05csc\",\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
46
|
-
"title": "创建队列"
|
47
41
|
}
|
48
42
|
],
|
49
43
|
"CreateCmqSubscribe": [
|
@@ -127,8 +121,8 @@
|
|
127
121
|
"CreateRocketMQCluster": [
|
128
122
|
{
|
129
123
|
"document": "",
|
130
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQCluster\n<公共请求参数>\n\n{\n \"Remark\": \"remark\",\n \"Name\": \"
|
131
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8841a73b-b002-4e92-a76b-123b12cfa9c1\",\n \"ClusterId\": \"
|
124
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQCluster\n<公共请求参数>\n\n{\n \"Remark\": \"remark info\",\n \"Name\": \"test_name\"\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8841a73b-b002-4e92-a76b-123b12cfa9c1\",\n \"ClusterId\": \"rocketmq-a52qova7x97b\"\n }\n}",
|
132
126
|
"title": "创建集群"
|
133
127
|
}
|
134
128
|
],
|
@@ -215,7 +209,7 @@
|
|
215
209
|
"DeleteCmqQueue": [
|
216
210
|
{
|
217
211
|
"document": "",
|
218
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=DeleteCmqQueue\n&QueueName=
|
212
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=DeleteCmqQueue\n&QueueName=testQueue\n&<公共请求参数>",
|
219
213
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
220
214
|
"title": "删除队列"
|
221
215
|
}
|
@@ -420,19 +414,11 @@
|
|
420
414
|
"title": "获取集群列表"
|
421
415
|
}
|
422
416
|
],
|
423
|
-
"DescribeCmqDeadLetterSourceQueues": [
|
424
|
-
{
|
425
|
-
"document": "",
|
426
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=DescribeCmqDeadLetterSourceQueues\n&DeadLetterQueueName=test123\n&<公共请求参数>",
|
427
|
-
"output": "{\n \"Response\": {\n \"QueueSet\": [\n {\n \"QueueName\": \"test\",\n \"QueueId\": \"queue-kc7m75to\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"83fce81a-7305-49b4-a154-983dd76204da\"\n }\n}",
|
428
|
-
"title": "枚举死信队列源队列"
|
429
|
-
}
|
430
|
-
],
|
431
417
|
"DescribeCmqQueueDetail": [
|
432
418
|
{
|
433
419
|
"document": "获取队列详情",
|
434
420
|
"input": "https://tdmq.tencentcloudapi.com/?Action=DescribeCmqQueueDetail\n&QueueName=cmq-xxx\n&<公共请求参数>",
|
435
|
-
"output": "{\n \"Response\": {\n \"QueueDescribe\": {\n \"QueueId\": \"
|
421
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3d7a859c-4991-4d1d-bb8c-a25676c049d6\",\n \"QueueDescribe\": {\n \"QueueId\": \"cmqq-d88rxnbv2\",\n \"QueueName\": \"test1120\",\n \"Qps\": 5000,\n \"Bps\": 52428800,\n \"MaxDelaySeconds\": 3600,\n \"MaxMsgHeapNum\": 1000000,\n \"PollingWaitSeconds\": 3,\n \"MsgRetentionSeconds\": 7200,\n \"VisibilityTimeout\": 30,\n \"MaxMsgSize\": 1048576,\n \"RewindSeconds\": 0,\n \"RetentionSizeInMB\": 0,\n \"CreateTime\": 1732096676000,\n \"LastModifyTime\": 1732096676000,\n \"ActiveMsgNum\": 20,\n \"InactiveMsgNum\": 0,\n \"DelayMsgNum\": 0,\n \"RewindMsgNum\": null,\n \"MinMsgTime\": null,\n \"MaxUnackedMsgNum\": 100000,\n \"DeadLetterPolicy\": null,\n \"DeadLetterSource\": null,\n \"Transaction\": null,\n \"TransactionPolicy\": null,\n \"CreateUin\": null,\n \"Trace\": null,\n \"Tags\": null,\n \"TenantId\": \"cmq-131242\",\n \"NamespaceName\": \"CMQ_QUEUE-test1120\",\n \"Status\": 1,\n \"MaxMsgBacklogSize\": 10737418240\n }\n }\n}",
|
436
422
|
"title": "获取cmq队列详情"
|
437
423
|
}
|
438
424
|
],
|
@@ -607,8 +593,8 @@
|
|
607
593
|
"DescribeRabbitMQUser": [
|
608
594
|
{
|
609
595
|
"document": "-",
|
610
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
611
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"
|
596
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\"\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"2024-06-06 22:46:38.000\",\n \"CreateTime\": \"2024-06-06 22:46:38.000\",\n \"MaxChannels\": 1024,\n \"MaxConnections\": 1000,\n \"Type\": \"1\",\n \"InstanceId\": \"amqp-jero744g\",\n \"User\": \"test_user\",\n \"Password\": \"Tencent123\",\n \"Description\": \"user description\",\n \"Tags\": [\n \"user-tag\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
612
598
|
"title": "查询RabbitMQ 用户列表"
|
613
599
|
}
|
614
600
|
],
|
@@ -640,7 +626,7 @@
|
|
640
626
|
{
|
641
627
|
"document": "",
|
642
628
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVirtualHostList\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-testtesttest\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
643
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
629
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"VirtualHostList\": [\n {\n \"VirtualHostName\": \"tdmq_data\",\n \"Description\": \"The virtual host is for test\"\n }\n ]\n }\n}",
|
644
630
|
"title": "获取云服务器列表"
|
645
631
|
}
|
646
632
|
],
|
@@ -656,7 +642,7 @@
|
|
656
642
|
{
|
657
643
|
"document": "",
|
658
644
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQClusters\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
659
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"1faeceb2-eaa9-407e-bd9a-d3eff76ca882\",\n \"TotalCount\": 1,\n \"ClusterList\": [\n {\n \"Info\": {\n \"ClusterId\": \"rocketmq-
|
645
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1faeceb2-eaa9-407e-bd9a-d3eff76ca882\",\n \"TotalCount\": 1,\n \"ClusterList\": [\n {\n \"Info\": {\n \"ClusterId\": \"rocketmq-a52qova7x97b\",\n \"ClusterName\": \"test_name\",\n \"Region\": \"ap-beijing\",\n \"Status\": 0,\n \"AclEnabled\": true,\n \"CreateTime\": 1620321019000,\n \"Remark\": \"remark info\",\n \"PublicEndPoint\": \"pulsar://rocketmq-xxxx1.xxxx.com:5678\",\n \"VpcEndPoint\": \"pulsar://rocketmq-xxxx1.xxxx.com:5678\",\n \"HttpPublicEndpoint\": \"http://rocketmq-c1.public.com:5678\",\n \"HttpVpcEndpoint\": \"http://rocketmq-c1.vpc.com:5678\",\n \"InternalEndpoint\": \"http://rocketmq-c1.internal.com:5678\",\n \"HttpInternalEndpoint\": \"\",\n \"Vpcs\": [\n {\n \"SubnetId\": \"mqsubnet32id\",\n \"VpcId\": \"vpcmqid62a\"\n }\n ],\n \"SupportNamespaceEndpoint\": true,\n \"RocketMQFlag\": true,\n \"IsolateTime\": 0,\n \"IsVip\": true\n },\n \"Config\": {\n \"MaxTpsPerNamespace\": 8000,\n \"UsedNamespaceNum\": 1,\n \"MaxTopicNum\": 1000,\n \"UsedTopicNum\": 2,\n \"MaxGroupNum\": 10000,\n \"UsedGroupNum\": 1,\n \"MaxRetentionTime\": 1296000000,\n \"MaxLatencyTime\": 3456000000,\n \"TopicDistribution\": [\n {\n \"TopicType\": \"Normal\",\n \"Count\": 1\n }\n ],\n \"MaxQueuesPerTopic\": 1,\n \"MaxNamespaceNum\": 10\n }\n }\n ]\n }\n}",
|
660
646
|
"title": "获取用户创建的集群信息列表"
|
661
647
|
}
|
662
648
|
],
|
@@ -741,8 +727,8 @@
|
|
741
727
|
"DescribeRocketMQPublicAccessMonitorData": [
|
742
728
|
{
|
743
729
|
"document": "",
|
744
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQPublicAccessMonitorData\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
745
|
-
"output": "{\n \"Response\": {\n \"
|
730
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQPublicAccessMonitorData\n<公共请求参数>\n\n{\n \"InstanceId\": \"rocketmq-a52qova7x97b\",\n \"StartTime\": \"2024-12-04T15:06:49+08:00\",\n \"EndTime\": \"2024-12-04T16:06:49+08:00\",\n \"Period\": 60,\n \"MetricName\": \"RocketmqPublicNetworkIntrafficVipRatio\"\n}",
|
731
|
+
"output": "{\n \"Response\": {\n \"StartTime\": \"2024-12-04T15:06:00+08:00\",\n \"EndTime\": \"2024-12-04T16:06:00+08:00\",\n \"Period\": 60,\n \"MetricName\": \"RocketmqPublicNetworkIntrafficVipRatio\",\n \"DataPoints\": [\n {\n \"Timestamps\": [\n 1733295960,\n 1733296020,\n 1733296080,\n 1733296140,\n 1733296200,\n 1733296260,\n 1733296320,\n 1733296380,\n 1733296440,\n 1733296500,\n 1733296560,\n 1733296620,\n 1733296680,\n 1733296740,\n 1733296800,\n 1733296860,\n 1733296920,\n 1733296980,\n 1733297040,\n 1733297100,\n 1733297160,\n 1733297220,\n 1733297280,\n 1733297340,\n 1733297400,\n 1733297460,\n 1733297520,\n 1733297580,\n 1733297640,\n 1733297700,\n 1733297760,\n 1733297820,\n 1733297880,\n 1733297940,\n 1733298000,\n 1733298060,\n 1733298120,\n 1733298180,\n 1733298240,\n 1733298300,\n 1733298360,\n 1733298420,\n 1733298480,\n 1733298540,\n 1733298600,\n 1733298660,\n 1733298720,\n 1733298780,\n 1733298840,\n 1733298900,\n 1733298960,\n 1733299020,\n 1733299080,\n 1733299140,\n 1733299200,\n 1733299260\n ],\n \"Values\": [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ]\n }\n ],\n \"RequestId\": \"a6ebee33-5790-435a-a204-dda200d360af\",\n \"Msg\": \"\"\n }\n}",
|
746
732
|
"title": "正常响应"
|
747
733
|
}
|
748
734
|
],
|
@@ -750,14 +736,14 @@
|
|
750
736
|
{
|
751
737
|
"document": "",
|
752
738
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQPublicAccessPoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"rocketmq-jxj3wj5j8e7\"\n}",
|
753
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"086e9401-0674-41f1-a381-9c6a8ba702ea\",\n \"Status\": 0,\n \"PayStatus\": 1,\n \"AccessUrl\": \"rocketmq-jxj3wj5j8e7.mock-test.com\",\n \"PayMode\": 0,\n \"Bandwidth\": 0,\n \"Rules\": [\n {\n \"IpRule\": \"0.0.0.0/0\",\n \"Allow\": true,\n \"Remark\": \"
|
739
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"086e9401-0674-41f1-a381-9c6a8ba702ea\",\n \"Status\": 0,\n \"PayStatus\": 1,\n \"AccessUrl\": \"rocketmq-jxj3wj5j8e7.mock-test.com\",\n \"PayMode\": 0,\n \"Bandwidth\": 0,\n \"Rules\": [\n {\n \"IpRule\": \"0.0.0.0/0\",\n \"Allow\": true,\n \"Remark\": \"remark info\"\n }\n ]\n }\n}",
|
754
740
|
"title": "获取公网接入点信息"
|
755
741
|
}
|
756
742
|
],
|
757
743
|
"DescribeRocketMQRoles": [
|
758
744
|
{
|
759
745
|
"document": "",
|
760
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQRoles\n<公共请求参数>\n\n{\n \"RoleName\": \"\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Filters\": [\n {\n \"Name\": \"RoleName\",\n \"Values\": [\n \"test_role_name\"\n ]\n }\n ]\n}",
|
746
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQRoles\n<公共请求参数>\n\n{\n \"RoleName\": \"test_role_name\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Filters\": [\n {\n \"Name\": \"RoleName\",\n \"Values\": [\n \"test_role_name\"\n ]\n }\n ]\n}",
|
761
747
|
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RoleSets\": [\n {\n \"RoleName\": \"test_role_name\",\n \"Token\": \"eyJrZXlJZCI6InN1bmdvxxxxx0X3JvbGVfMyJ9.dbHR8m6gc4L4vZUrodhW_O9bDulZQ6lraNswNLtcUcY\",\n \"Remark\": \"测试角色\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"UpdateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\"\n }\n}",
|
762
748
|
"title": "获取角色列表"
|
763
749
|
}
|
@@ -774,7 +760,7 @@
|
|
774
760
|
{
|
775
761
|
"document": "获取迁移任务列表",
|
776
762
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQSmoothMigrationTaskList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
777
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClusterId\": \"rocketmq-3jaer4odmx52\",\n \"ConnectionType\": \"PUBLIC\",\n \"SourceClusterName\": \"
|
763
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClusterId\": \"rocketmq-3jaer4odmx52\",\n \"ConnectionType\": \"PUBLIC\",\n \"SourceClusterName\": \"test_name\",\n \"SourceNameServer\": \"\",\n \"TaskId\": \"700000780519-3jaer4odmx52-7f0df1dc\",\n \"TaskName\": \"test_task\",\n \"TaskStatus\": \"Configuration\"\n }\n ],\n \"RequestId\": \"4070a143-3df6-4018-b1a4-838966a0bc01\",\n \"TotalCount\": 1\n }\n}",
|
778
764
|
"title": "获取迁移任务列表"
|
779
765
|
}
|
780
766
|
],
|
@@ -810,7 +796,7 @@
|
|
810
796
|
{
|
811
797
|
"document": "",
|
812
798
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQSubscriptions\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-a5nzx52ab7jb\",\n \"Namespace\": \"test_namespace\",\n \"Group\": \"test_group\",\n \"Offset\": \"0\",\n \"Limit\": \"20\"\n}",
|
813
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"cde7c1eb-c631-453a-999b-03c9ed38b892\",\n \"TotalCount\": 1,\n \"Subscriptions\": [\n {\n \"Topic\": \"test_topic\",\n \"Type\": \"Normal\",\n \"PartitionNum\": 3,\n \"ExpressionType\": \"TAG\",\n \"SubString\": \"
|
799
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cde7c1eb-c631-453a-999b-03c9ed38b892\",\n \"TotalCount\": 1,\n \"Subscriptions\": [\n {\n \"Topic\": \"test_topic\",\n \"Type\": \"Normal\",\n \"PartitionNum\": 3,\n \"ExpressionType\": \"TAG\",\n \"SubString\": \"test_tag\",\n \"Status\": 0,\n \"ConsumerLag\": 120\n }\n ]\n }\n}",
|
814
800
|
"title": "获取rocketmq消费组订阅关系"
|
815
801
|
}
|
816
802
|
],
|
@@ -850,7 +836,7 @@
|
|
850
836
|
{
|
851
837
|
"document": "",
|
852
838
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstanceDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-rd3545bkkj49\"\n}",
|
853
|
-
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"rocketmq-rd3545bkkj49\",\n \"ClusterName\": \"rocket-order-cluster\",\n \"Region\": \"华南地区\",\n \"CreateTime\": 1729478721,\n \"Remark\": \"info- remark\",\n \"PublicEndPoint\": \"rocketmq.access.public.com:9867\",\n \"VpcEndPoint\": \"rocketmq.resource.vpc.com:5010\",\n \"SupportNamespaceEndpoint\": true,\n \"Vpcs\": [\n {\n \"VpcId\": \"vpc-9dlrd5h1\",\n \"SubnetId\": \"subnet-jadmas\"\n }\n ],\n \"IsVip\": true,\n \"RocketMQFlag\": true,\n \"Status\": 1,\n \"IsolateTime\": 1729478721,\n \"HttpPublicEndpoint\": \"http://rocketmq.access.public.com:9867\",\n \"HttpVpcEndpoint\": \"http://rocketmq.resource.vpc.com:5010\",\n \"InternalEndpoint\": \"rocketmq.tencent.internal.com:8080\",\n \"HttpInternalEndpoint\": \"http://rocketmq.tencent.internal.com:8080\",\n \"AclEnabled\": true,\n \"PublicClbId\": \"
|
839
|
+
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"rocketmq-rd3545bkkj49\",\n \"ClusterName\": \"rocket-order-cluster\",\n \"Region\": \"华南地区\",\n \"CreateTime\": 1729478721,\n \"Remark\": \"info- remark\",\n \"PublicEndPoint\": \"rocketmq.access.public.com:9867\",\n \"VpcEndPoint\": \"rocketmq.resource.vpc.com:5010\",\n \"SupportNamespaceEndpoint\": true,\n \"Vpcs\": [\n {\n \"VpcId\": \"vpc-9dlrd5h1\",\n \"SubnetId\": \"subnet-jadmas\"\n }\n ],\n \"IsVip\": true,\n \"RocketMQFlag\": true,\n \"Status\": 1,\n \"IsolateTime\": 1729478721,\n \"HttpPublicEndpoint\": \"http://rocketmq.access.public.com:9867\",\n \"HttpVpcEndpoint\": \"http://rocketmq.resource.vpc.com:5010\",\n \"InternalEndpoint\": \"rocketmq.tencent.internal.com:8080\",\n \"HttpInternalEndpoint\": \"http://rocketmq.tencent.internal.com:8080\",\n \"AclEnabled\": true,\n \"PublicClbId\": \"\",\n \"Vip\": \"\",\n \"VpcId\": \"\",\n \"SupportMigration\": true,\n \"InstanceStatus\": 1,\n \"ZoneId\": 100001,\n \"ZoneIds\": [\n 100001\n ]\n },\n \"InstanceConfig\": {\n \"MaxTpsPerNamespace\": 1,\n \"MaxNamespaceNum\": 1,\n \"UsedNamespaceNum\": 1,\n \"MaxTopicNum\": 1,\n \"UsedTopicNum\": 1,\n \"MaxGroupNum\": 1,\n \"UsedGroupNum\": 1,\n \"ConfigDisplay\": \"\",\n \"NodeCount\": 1,\n \"NodeDistribution\": [\n {\n \"ZoneName\": \"广东一区\",\n \"ZoneId\": \"100001\",\n \"NodeCount\": 1\n }\n ],\n \"TopicDistribution\": [\n {\n \"TopicType\": \"normal\",\n \"Count\": 1\n }\n ],\n \"MaxQueuesPerTopic\": 1,\n \"MaxRetention\": 0,\n \"MinRetention\": 0,\n \"Retention\": 0,\n \"TopicNumLowerLimit\": 0,\n \"TopicNumUpperLimit\": 0\n },\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\"\n }\n}",
|
854
840
|
"title": "获取单个RocketMQ专享集群信息"
|
855
841
|
}
|
856
842
|
],
|
@@ -903,15 +889,9 @@
|
|
903
889
|
}
|
904
890
|
],
|
905
891
|
"ImportRocketMQConsumerGroups": [
|
906
|
-
{
|
907
|
-
"document": "标准调用",
|
908
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportRocketMQConsumerGroups\n<公共请求参数>\n\n{\n \"Groups\": [\n {\n \"Namespace\": \"tdmq_default\",\n \"GroupName\": \"ConsumerGroup_29106\",\n \"ConsumeBroadcastEnable\": true,\n \"ConsumeEnable\": true\n }\n ],\n \"TaskId\": \"700000780521-migratetest-d93e34d2\"\n}",
|
909
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"f324d108-56ba-4527-822a-4f73283388b1\"\n }\n}",
|
910
|
-
"title": "标准调用"
|
911
|
-
},
|
912
892
|
{
|
913
893
|
"document": "导入消费组列表",
|
914
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportRocketMQConsumerGroups\n<公共请求参数>\n\n{\n \"Groups\": [\n {\n \"Namespace\": \"\",\n \"GroupName\": \"
|
894
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportRocketMQConsumerGroups\n<公共请求参数>\n\n{\n \"Groups\": [\n {\n \"Namespace\": \"test_ns\",\n \"GroupName\": \"test_group\",\n \"ConsumeBroadcastEnable\": true,\n \"ConsumeEnable\": true,\n \"Remark\": \"remark info\",\n \"ConsumerGroupType\": \"TCP\"\n }\n ],\n \"TaskId\": \"700000780519-o4n3m5g97wgr-3391d15d\"\n}",
|
915
895
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"78ef8089-2ec3-4784-ad21-68c71d289d69\"\n }\n}",
|
916
896
|
"title": "导入消费组列表"
|
917
897
|
}
|
@@ -919,7 +899,7 @@
|
|
919
899
|
"ImportRocketMQTopics": [
|
920
900
|
{
|
921
901
|
"document": "导入主题列表",
|
922
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportRocketMQTopics\n<公共请求参数>\n\n{\n \"Topics\": [\n {\n \"Namespace\": \"\",\n \"TopicName\": \"
|
902
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportRocketMQTopics\n<公共请求参数>\n\n{\n \"Topics\": [\n {\n \"Namespace\": \"test_ns\",\n \"TopicName\": \"test_topic\",\n \"Type\": \"Normal\",\n \"Partitions\": 3,\n \"Remark\": \"remark info\"\n }\n ],\n \"TaskId\": \"700000780519-o4n3m5g97wgr-3391d15d\"\n}",
|
923
903
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"73996928-797f-445a-9572-25ed6c588d30\"\n }\n}",
|
924
904
|
"title": "导入主题列表"
|
925
905
|
}
|
@@ -943,7 +923,7 @@
|
|
943
923
|
"ModifyCmqQueueAttribute": [
|
944
924
|
{
|
945
925
|
"document": "",
|
946
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=ModifyCmqQueueAttribute\n&QueueName=
|
926
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=ModifyCmqQueueAttribute\n&QueueName=testQueue\n&MaxMsgSize=1024\n&<公共请求参数>",
|
947
927
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
948
928
|
"title": "修改队列属性"
|
949
929
|
}
|
@@ -951,7 +931,7 @@
|
|
951
931
|
"ModifyCmqSubscriptionAttribute": [
|
952
932
|
{
|
953
933
|
"document": "",
|
954
|
-
"input": "
|
934
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCmqSubscriptionAttribute\n<公共请求参数>\n\n{\n \"TopicName\": \"check-topic\",\n \"SubscriptionName\": \"check-sub\",\n \"NotifyStrategy\": \"BACKOFF_RETRY\",\n \"FilterTags\": [\n \"ins\"\n ]\n}",
|
955
935
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
956
936
|
"title": "修改订阅属性"
|
957
937
|
}
|
@@ -959,7 +939,7 @@
|
|
959
939
|
"ModifyCmqTopicAttribute": [
|
960
940
|
{
|
961
941
|
"document": "",
|
962
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCmqTopicAttribute\n<公共请求参数>\n\n{\n \"TopicName\": \"
|
942
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCmqTopicAttribute\n<公共请求参数>\n\n{\n \"TopicName\": \"test-topic\",\n \"MaxMsgSize\": 1240,\n \"MsgRetentionSeconds\": 43200,\n \"Trace\": true\n}",
|
963
943
|
"output": "{\n \"Response\": {\n \"RequestId\": \"8a04c6b1-dec5-4979-b3b2-34ab3b3402b2\"\n }\n}",
|
964
944
|
"title": "修改主题属性"
|
965
945
|
}
|
@@ -991,7 +971,7 @@
|
|
991
971
|
"ModifyRabbitMQUser": [
|
992
972
|
{
|
993
973
|
"document": "-",
|
994
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
974
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\",\n \"User\": \"admin\",\n \"Password\": \"Tencent123\"\n}",
|
995
975
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
996
976
|
"title": "修改RabbitMQ用户"
|
997
977
|
}
|
@@ -1015,7 +995,7 @@
|
|
1015
995
|
"ModifyRocketMQCluster": [
|
1016
996
|
{
|
1017
997
|
"document": "修改集群信息",
|
1018
|
-
"input": "
|
998
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQCluster\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-a52qova7x97b\",\n \"ClusterName\": \"test_name\",\n \"Remark\": \"remark info\",\n \"PublicAccessEnabled\": false\n}",
|
1019
999
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ccfb8e00-54ac-40ad-9d24-036279fe3ad9\"\n }\n}",
|
1020
1000
|
"title": "修改集群信息"
|
1021
1001
|
}
|
@@ -1095,7 +1075,7 @@
|
|
1095
1075
|
"PublishCmqMsg": [
|
1096
1076
|
{
|
1097
1077
|
"document": "",
|
1098
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=PublishCmqMsg\n&TopicName=test-queue\n&MsgContent=
|
1078
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=PublishCmqMsg\n&TopicName=test-queue\n&MsgContent=testForPublish\n&<公共请求参数>",
|
1099
1079
|
"output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"1EAD5E05003A6767C1FC9160304F98\",\n \"RequestId\": \"3593f784-fcfb-4f23-b3dd-4751cba3aec7\"\n }\n}",
|
1100
1080
|
"title": "发送cmq主题消息"
|
1101
1081
|
}
|
@@ -1127,7 +1107,7 @@
|
|
1127
1107
|
"RewindCmqQueue": [
|
1128
1108
|
{
|
1129
1109
|
"document": "",
|
1130
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=RewindCmqQueue\n&QueueName=
|
1110
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=RewindCmqQueue\n&QueueName=testQueue\n&StartConsumeTime=1582108595000\n&<公共请求参数>",
|
1131
1111
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
1132
1112
|
"title": "回溯队列消费位置"
|
1133
1113
|
}
|
@@ -1143,8 +1123,8 @@
|
|
1143
1123
|
"SendCmqMsg": [
|
1144
1124
|
{
|
1145
1125
|
"document": "",
|
1146
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=SendCmqMsg\n&QueueName=test-queue\n&MsgContent=
|
1147
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"
|
1126
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=SendCmqMsg\n&QueueName=test-queue\n&MsgContent=testforSend\n&DelaySeconds=0\n&<公共请求参数>",
|
1127
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"09A51113003621B8D17C0DF3DC2403DC\",\n \"RequestId\": \"3593f784-fcfb-4f23-b3dd-4751cba3aec7\"\n }\n}",
|
1148
1128
|
"title": "发送消息"
|
1149
1129
|
}
|
1150
1130
|
],
|
@@ -1175,7 +1155,7 @@
|
|
1175
1155
|
"SetRocketMQPublicAccessPoint": [
|
1176
1156
|
{
|
1177
1157
|
"document": "",
|
1178
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetRocketMQPublicAccessPoint\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"Remark\": \"
|
1158
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetRocketMQPublicAccessPoint\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"Remark\": \"remark info\",\n \"IpRule\": \"0.0.0.0/0\",\n \"Allow\": \"true\"\n }\n ],\n \"PayMode\": \"0\",\n \"Bandwidth\": \"2\",\n \"InstanceId\": \"rocketmq-jxj3wj5j8e7\",\n \"Enabled\": \"true\"\n}",
|
1179
1159
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b28ad6c3-059f-4c38-8a97-a66b3b136a3e\"\n }\n}",
|
1180
1160
|
"title": "开启公网接入点"
|
1181
1161
|
}
|
@@ -1183,7 +1163,7 @@
|
|
1183
1163
|
"UnbindCmqDeadLetter": [
|
1184
1164
|
{
|
1185
1165
|
"document": "",
|
1186
|
-
"input": "https://tdmq.tencentcloudapi.com/?Action=UnbindCmqDeadLetter\n&SourceQueueName=
|
1166
|
+
"input": "https://tdmq.tencentcloudapi.com/?Action=UnbindCmqDeadLetter\n&SourceQueueName=testQueue\n&<公共请求参数>",
|
1187
1167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
|
1188
1168
|
"title": "解绑死信队列"
|
1189
1169
|
}
|
@@ -4097,7 +4097,7 @@
|
|
4097
4097
|
},
|
4098
4098
|
{
|
4099
4099
|
"disabled": false,
|
4100
|
-
"document": "SEI消息的
|
4100
|
+
"document": "SEI消息的PayloadType,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。\n注:部分播放器可能不支持PayloadType为5带PayloadUuid的标准类型,建议优先使用其他PayloadType。",
|
4101
4101
|
"example": "101",
|
4102
4102
|
"member": "uint64",
|
4103
4103
|
"name": "PayloadType",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"status": "online"
|
65
65
|
},
|
66
66
|
"SubmitVideoTranslateJob": {
|
67
|
-
"document": "
|
67
|
+
"document": "### 支持音色种别列表。\n每个音色都支持:英语(美国)、阿拉伯语、德语、西班牙语、法语、印尼语、意大利语、日语、韩语、马来语、葡萄牙语、俄语、泰语、土耳其语、越南语。\n\n| 音色名称 | 性别 | 音色ID |\n| ----------- | ---- | ------ |\n| Seraphina | 女 | 701002 |\n| Ada | 女 | 701003 |\n| Emma | 女 | 701007 |\n| Brian | 男 | 701008 |\n| Amanda | 女 | 701013 |\n| Brandon | 男 | 701014 |\n| Christopher | 男 | 701015 |\n| Davis | 男 | 701017 |\n| Derek | 男 | 701018 |\n| Dustin | 男 | 701019 |\n| Evelyn | 女 | 701020 |\n| Lewis | 男 | 701021 |\n| Lola | 女 | 701022 |\n| Samuel | 男 | 701026 |\n| Steffan | 男 | 701028 |\n| Arabella | 女 | 701029 |\n| Isidora | 女 | 701030 |\n| Tristan | 男 | 701031 |\n| Vivienne | 女 | 701034 |\n| Lucien | 男 | 701035 |\n| Alessio | 男 | 701036 |\n| Giuseppe | 男 | 701037 |\n| Isabella | 女 | 701038 |\n| Marcello | 男 | 701039 |\n| Masaru | 男 | 701040 |\n| Macerio | 男 | 701042 |\n| Thalita | 女 | 701043 |\n| 晓晓 | 女 | 701045 |\n| 晓宇 | 女 | 701046 |\n| 云逸 | 男 | 701047 |\n| Yunfan | 男 | 701048 |",
|
68
68
|
"input": "SubmitVideoTranslateJobRequest",
|
69
69
|
"name": "提交视频转译任务",
|
70
70
|
"output": "SubmitVideoTranslateJobResponse",
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"value_allowed_null": false
|
220
220
|
},
|
221
221
|
{
|
222
|
-
"disabled":
|
222
|
+
"disabled": true,
|
223
223
|
"document": "音频转译任务 ID。",
|
224
224
|
"example": "ecaa9680e41441399b4f29759174383f",
|
225
225
|
"member": "string",
|
@@ -229,7 +229,7 @@
|
|
229
229
|
"value_allowed_null": false
|
230
230
|
},
|
231
231
|
{
|
232
|
-
"disabled":
|
232
|
+
"disabled": true,
|
233
233
|
"document": "音频转译结果确认 session。\t",
|
234
234
|
"example": "0bfda02b562d4432be1176904bbcbe68",
|
235
235
|
"member": "string",
|
@@ -239,8 +239,8 @@
|
|
239
239
|
"value_allowed_null": false
|
240
240
|
},
|
241
241
|
{
|
242
|
-
"disabled":
|
243
|
-
"document": "
|
242
|
+
"disabled": true,
|
243
|
+
"document": "任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。",
|
244
244
|
"example": "5",
|
245
245
|
"member": "int64",
|
246
246
|
"name": "Status",
|
@@ -249,7 +249,7 @@
|
|
249
249
|
"value_allowed_null": false
|
250
250
|
},
|
251
251
|
{
|
252
|
-
"disabled":
|
252
|
+
"disabled": true,
|
253
253
|
"document": "视频转译任务信息。\t",
|
254
254
|
"example": "音频转译结果已确认",
|
255
255
|
"member": "string",
|
@@ -258,6 +258,16 @@
|
|
258
258
|
"type": "string",
|
259
259
|
"value_allowed_null": false
|
260
260
|
},
|
261
|
+
{
|
262
|
+
"disabled": false,
|
263
|
+
"document": "任务状态。0:任务初始化。1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。",
|
264
|
+
"example": "5",
|
265
|
+
"member": "int64",
|
266
|
+
"name": "JobStatus",
|
267
|
+
"output_required": false,
|
268
|
+
"type": "int",
|
269
|
+
"value_allowed_null": false
|
270
|
+
},
|
261
271
|
{
|
262
272
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
263
273
|
"member": "string",
|
@@ -559,7 +569,7 @@
|
|
559
569
|
{
|
560
570
|
"disabled": false,
|
561
571
|
"document": "音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。\n当JobStatus为3、4时,该字段返回分句翻译数据。",
|
562
|
-
"example": "
|
572
|
+
"example": "无",
|
563
573
|
"member": "TranslateResult",
|
564
574
|
"name": "TranslateResults",
|
565
575
|
"output_required": false,
|
@@ -567,7 +577,7 @@
|
|
567
577
|
"value_allowed_null": false
|
568
578
|
},
|
569
579
|
{
|
570
|
-
"disabled":
|
580
|
+
"disabled": true,
|
571
581
|
"document": "是否需要确认翻译结果。0:不需要,1:需要。\t",
|
572
582
|
"example": "1",
|
573
583
|
"member": "int64",
|
@@ -577,7 +587,7 @@
|
|
577
587
|
"value_allowed_null": false
|
578
588
|
},
|
579
589
|
{
|
580
|
-
"disabled":
|
590
|
+
"disabled": true,
|
581
591
|
"document": "音频任务 ID。\t",
|
582
592
|
"example": "b4c2e836bf01418a888c8958f06c75fd",
|
583
593
|
"member": "string",
|
@@ -587,7 +597,7 @@
|
|
587
597
|
"value_allowed_null": false
|
588
598
|
},
|
589
599
|
{
|
590
|
-
"disabled":
|
600
|
+
"disabled": true,
|
591
601
|
"document": "视频审核任务ID。",
|
592
602
|
"example": "1245282556098985984",
|
593
603
|
"member": "string",
|
@@ -597,7 +607,7 @@
|
|
597
607
|
"value_allowed_null": false
|
598
608
|
},
|
599
609
|
{
|
600
|
-
"disabled":
|
610
|
+
"disabled": true,
|
601
611
|
"document": "音频审核任务 ID。",
|
602
612
|
"example": "1982362556098762761",
|
603
613
|
"member": "string",
|
@@ -607,7 +617,7 @@
|
|
607
617
|
"value_allowed_null": false
|
608
618
|
},
|
609
619
|
{
|
610
|
-
"disabled":
|
620
|
+
"disabled": true,
|
611
621
|
"document": "口型驱动任务 ID。",
|
612
622
|
"example": "1245339406861418496",
|
613
623
|
"member": "string",
|
@@ -617,7 +627,7 @@
|
|
617
627
|
"value_allowed_null": false
|
618
628
|
},
|
619
629
|
{
|
620
|
-
"disabled":
|
630
|
+
"disabled": true,
|
621
631
|
"document": "视频素材原始 URL。",
|
622
632
|
"example": "https://console.cloud.tencent.com/cos/video.mp4",
|
623
633
|
"member": "string",
|
@@ -629,7 +639,7 @@
|
|
629
639
|
{
|
630
640
|
"disabled": false,
|
631
641
|
"document": "文本片段及其时间戳。",
|
632
|
-
"example": "
|
642
|
+
"example": "无",
|
633
643
|
"member": "AsrTimestamps",
|
634
644
|
"name": "AsrTimestamps",
|
635
645
|
"output_required": false,
|
@@ -637,7 +647,7 @@
|
|
637
647
|
"value_allowed_null": false
|
638
648
|
},
|
639
649
|
{
|
640
|
-
"disabled":
|
650
|
+
"disabled": true,
|
641
651
|
"document": "提交视频转译任务时的 requestId。",
|
642
652
|
"example": "403fb3f1-c40b-454b-9a68-fbcdefcdce58",
|
643
653
|
"member": "string",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
{
|
13
13
|
"document": "确认视频翻译结果正例",
|
14
14
|
"input": "POST / HTTP/1.1\nHost: vclm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConfirmVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"bEOhlL4G87lFvVmN6PnG3LAH1Kdu5tgs\",\n \"TranslateResults\": [\n {\n \"SourceText\": \"当工作或学习结果不理想,\",\n \"TargetText\": \"When the result of work or study is not ideal\"\n },\n {\n \"SourceText\": \"甚至面临被全盘否定的情况时,\",\n \"TargetText\": \"Even when faced with the situation of being completely denied\"\n },\n {\n \"SourceText\": \"你会如何应对?\",\n \"TargetText\": \"How would you deal with it?\"\n },\n {\n \"SourceText\": \"可以举例说明当时你是如何处理负面情绪,\",\n \"TargetText\": \"You can give an example of how you dealt with negative emotions at that time.\"\n },\n {\n \"SourceText\": \"并找到解决办法的。\",\n \"TargetText\": \"And find a solution.\"\n }\n ]\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"JobId\": \"bEOhlL4G87lFvVmN6PnG3LAH1Kdu5tgs\",\n \"RequestId\": \"8357c7a1-d348-4306-b744-ce6625c39fa4\"
|
15
|
+
"output": "{\n \"Response\": {\n \"JobId\": \"bEOhlL4G87lFvVmN6PnG3LAH1Kdu5tgs\",\n \"JobStatus\": 5,\n \"RequestId\": \"8357c7a1-d348-4306-b744-ce6625c39fa4\"\n }\n}",
|
16
16
|
"title": "确认视频翻译结果"
|
17
17
|
}
|
18
18
|
],
|
@@ -50,7 +50,7 @@
|
|
50
50
|
{
|
51
51
|
"document": "调用成功示例",
|
52
52
|
"input": "POST / HTTP/1.1\nHost: vclm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"vlSYvQkMM0KwPuoakawm0tPrREwc2p7c\"\n}",
|
53
|
-
"output": "{\n \"Response\": {\n \"AsrTimestamps\": [\n {\n \"EndMs\": 14080,\n \"StartMs\": 360,\n \"Text\": \"当工作或学习结果不理想,甚至面临被全盘否定的情况时,你会如何应对?可以举例说明当时你是如何处理负面情绪,并找到解决办法的。\"\n }\n ],\n \"
|
53
|
+
"output": "{\n \"Response\": {\n \"AsrTimestamps\": [\n {\n \"EndMs\": 14080,\n \"StartMs\": 360,\n \"Text\": \"当工作或学习结果不理想,甚至面临被全盘否定的情况时,你会如何应对?可以举例说明当时你是如何处理负面情绪,并找到解决办法的。\"\n }\n ],\n \"JobErrorCode\": \"FailedOperation.Success\",\n \"JobErrorMsg\": \"成功。\",\n \"JobStatus\": 8,\n \"RequestId\": \"a974b772-3c1d-4868-8909-b1386016b9f0\",\n \"ResultVideoUrl\": \"https://tencent.cos.ap-guangzhou.myqcloud.com/video_translate/output/video.mp4\",\n \"TranslateResults\": [\n {\n \"SourceText\": \"当工作或学习结果不理想,甚至面临被全盘否定的情况时,你会如何应对?可以举例说明当时你是如何处理负面情绪,并找到解决办法的。\",\n \"TargetText\": \"How do you cope when work or academic results are not ideal, or even when faced with a complete denial of your efforts? Provide an example of how you managed negative emotions and found a solution in such a situation.\"\n }\n ]\n }\n}",
|
54
54
|
"title": "调用成功示例"
|
55
55
|
}
|
56
56
|
],
|
@@ -11483,7 +11483,7 @@
|
|
11483
11483
|
},
|
11484
11484
|
{
|
11485
11485
|
"disabled": false,
|
11486
|
-
"document": "过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。过期后的播单将停止播放,“9999-12-31T23:59:59+08:00
|
11486
|
+
"document": "过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。过期后的播单将停止播放,“9999-12-31T23:59:59+08:00”表示不过期。默认值:9999-12-31T23:59:59+08:00。",
|
11487
11487
|
"example": "2025-03-01T00:00:00+08:00",
|
11488
11488
|
"member": "string",
|
11489
11489
|
"name": "ExpiredTime",
|