tccli 3.0.1377.1__py2.py3-none-any.whl → 3.0.1379.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/apm/v20210622/api.json +22 -0
- tccli/services/autoscaling/v20180419/api.json +3 -3
- tccli/services/cls/v20201016/api.json +8 -6
- tccli/services/cynosdb/v20190107/api.json +11 -11
- tccli/services/dlc/v20210125/api.json +1 -1
- tccli/services/dts/v20211206/api.json +78 -1
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +150 -9
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +209 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +8 -8
- tccli/services/partners/v20180321/api.json +10 -10
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +155 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +16 -5
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/waf/v20180125/api.json +3 -3
- tccli/services/wedata/v20210820/api.json +926 -555
- tccli/services/wedata/v20210820/examples.json +9 -17
- tccli/services/wedata/wedata_client.py +57 -110
- {tccli-3.0.1377.1.dist-info → tccli-3.0.1379.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1377.1.dist-info → tccli-3.0.1379.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1377.1.dist-info → tccli-3.0.1379.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1377.1.dist-info → tccli-3.0.1379.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1377.1.dist-info → tccli-3.0.1379.1.dist-info}/license_files/LICENSE +0 -0
@@ -630,6 +630,13 @@
|
|
630
630
|
"output": "DescribeRocketMQNamespacesResponse",
|
631
631
|
"status": "online"
|
632
632
|
},
|
633
|
+
"DescribeRocketMQProducers": {
|
634
|
+
"document": "查询 RocketMQ 指定主题下的生产者客户端列表。",
|
635
|
+
"input": "DescribeRocketMQProducersRequest",
|
636
|
+
"name": "查询生产者客户端列表",
|
637
|
+
"output": "DescribeRocketMQProducersResponse",
|
638
|
+
"status": "online"
|
639
|
+
},
|
633
640
|
"DescribeRocketMQPublicAccessMonitorData": {
|
634
641
|
"document": "从腾讯云可观测平台拉取公网指标监控数据,目前仅支持客户端到 LB 的入带宽和出宽带指标。",
|
635
642
|
"input": "DescribeRocketMQPublicAccessMonitorDataRequest",
|
@@ -10188,6 +10195,98 @@
|
|
10188
10195
|
],
|
10189
10196
|
"type": "object"
|
10190
10197
|
},
|
10198
|
+
"DescribeRocketMQProducersRequest": {
|
10199
|
+
"document": "DescribeRocketMQProducers请求参数结构体",
|
10200
|
+
"members": [
|
10201
|
+
{
|
10202
|
+
"disabled": false,
|
10203
|
+
"document": "集群ID",
|
10204
|
+
"example": "rocketmq-5kze4gr222mx",
|
10205
|
+
"member": "string",
|
10206
|
+
"name": "ClusterId",
|
10207
|
+
"required": true,
|
10208
|
+
"type": "string"
|
10209
|
+
},
|
10210
|
+
{
|
10211
|
+
"disabled": false,
|
10212
|
+
"document": "命名空间",
|
10213
|
+
"example": "test_ns",
|
10214
|
+
"member": "string",
|
10215
|
+
"name": "NamespaceId",
|
10216
|
+
"required": true,
|
10217
|
+
"type": "string"
|
10218
|
+
},
|
10219
|
+
{
|
10220
|
+
"disabled": false,
|
10221
|
+
"document": "主题名",
|
10222
|
+
"example": "test_topic",
|
10223
|
+
"member": "string",
|
10224
|
+
"name": "Topic",
|
10225
|
+
"required": true,
|
10226
|
+
"type": "string"
|
10227
|
+
},
|
10228
|
+
{
|
10229
|
+
"disabled": false,
|
10230
|
+
"document": "分页offset",
|
10231
|
+
"example": "0",
|
10232
|
+
"member": "int64",
|
10233
|
+
"name": "Offset",
|
10234
|
+
"required": true,
|
10235
|
+
"type": "int"
|
10236
|
+
},
|
10237
|
+
{
|
10238
|
+
"disabled": false,
|
10239
|
+
"document": "分页limit",
|
10240
|
+
"example": "20",
|
10241
|
+
"member": "int64",
|
10242
|
+
"name": "Limit",
|
10243
|
+
"required": true,
|
10244
|
+
"type": "int"
|
10245
|
+
},
|
10246
|
+
{
|
10247
|
+
"disabled": false,
|
10248
|
+
"document": "过滤查询条件列表,支持以下过滤参数:\n\n- ClientId:生产者客户端ID\n- ClientIp:生产者客户端IP",
|
10249
|
+
"example": "无",
|
10250
|
+
"member": "Filter",
|
10251
|
+
"name": "Filters",
|
10252
|
+
"required": false,
|
10253
|
+
"type": "list"
|
10254
|
+
}
|
10255
|
+
],
|
10256
|
+
"type": "object"
|
10257
|
+
},
|
10258
|
+
"DescribeRocketMQProducersResponse": {
|
10259
|
+
"document": "DescribeRocketMQProducers返回参数结构体",
|
10260
|
+
"members": [
|
10261
|
+
{
|
10262
|
+
"disabled": false,
|
10263
|
+
"document": "生产者客户端列表",
|
10264
|
+
"example": "无",
|
10265
|
+
"member": "ProducerInfo",
|
10266
|
+
"name": "Producers",
|
10267
|
+
"output_required": false,
|
10268
|
+
"type": "list",
|
10269
|
+
"value_allowed_null": false
|
10270
|
+
},
|
10271
|
+
{
|
10272
|
+
"disabled": false,
|
10273
|
+
"document": "总数",
|
10274
|
+
"example": "10",
|
10275
|
+
"member": "int64",
|
10276
|
+
"name": "TotalCount",
|
10277
|
+
"output_required": true,
|
10278
|
+
"type": "int",
|
10279
|
+
"value_allowed_null": false
|
10280
|
+
},
|
10281
|
+
{
|
10282
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10283
|
+
"member": "string",
|
10284
|
+
"name": "RequestId",
|
10285
|
+
"type": "string"
|
10286
|
+
}
|
10287
|
+
],
|
10288
|
+
"type": "object"
|
10289
|
+
},
|
10191
10290
|
"DescribeRocketMQPublicAccessMonitorDataRequest": {
|
10192
10291
|
"document": "DescribeRocketMQPublicAccessMonitorData请求参数结构体",
|
10193
10292
|
"members": [
|
@@ -14806,6 +14905,62 @@
|
|
14806
14905
|
],
|
14807
14906
|
"usage": "out"
|
14808
14907
|
},
|
14908
|
+
"ProducerInfo": {
|
14909
|
+
"document": "生产者客户端详情",
|
14910
|
+
"members": [
|
14911
|
+
{
|
14912
|
+
"disabled": false,
|
14913
|
+
"document": "客户端ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
14914
|
+
"example": "169.254.165.243@a3c02f03-5b27-425f-8632-83d1e9f7010b",
|
14915
|
+
"member": "string",
|
14916
|
+
"name": "ClientId",
|
14917
|
+
"output_required": true,
|
14918
|
+
"type": "string",
|
14919
|
+
"value_allowed_null": true
|
14920
|
+
},
|
14921
|
+
{
|
14922
|
+
"disabled": false,
|
14923
|
+
"document": "客户端IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
14924
|
+
"example": "10.0.0.0",
|
14925
|
+
"member": "string",
|
14926
|
+
"name": "ClientIp",
|
14927
|
+
"output_required": false,
|
14928
|
+
"type": "string",
|
14929
|
+
"value_allowed_null": true
|
14930
|
+
},
|
14931
|
+
{
|
14932
|
+
"disabled": false,
|
14933
|
+
"document": "客户端语言\nJAVA((byte) 0),\n CPP((byte) 1),\n DOTNET((byte) 2),\n PYTHON((byte) 3),\n DELPHI((byte) 4),\n ERLANG((byte) 5),\n RUBY((byte) 6),\n OTHER((byte) 7),\n HTTP((byte) 8),\n GO((byte) 9),\n PHP((byte) 10),\n OMS((byte) 11);\n注意:此字段可能返回 null,表示取不到有效值。",
|
14934
|
+
"example": "JAVA",
|
14935
|
+
"member": "string",
|
14936
|
+
"name": "Language",
|
14937
|
+
"output_required": false,
|
14938
|
+
"type": "string",
|
14939
|
+
"value_allowed_null": true
|
14940
|
+
},
|
14941
|
+
{
|
14942
|
+
"disabled": false,
|
14943
|
+
"document": "客户端版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
14944
|
+
"example": "5",
|
14945
|
+
"member": "string",
|
14946
|
+
"name": "Version",
|
14947
|
+
"output_required": false,
|
14948
|
+
"type": "string",
|
14949
|
+
"value_allowed_null": true
|
14950
|
+
},
|
14951
|
+
{
|
14952
|
+
"disabled": false,
|
14953
|
+
"document": "最后生产时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
14954
|
+
"example": "34872358347",
|
14955
|
+
"member": "int64",
|
14956
|
+
"name": "LastUpdateTimestamp",
|
14957
|
+
"output_required": false,
|
14958
|
+
"type": "int",
|
14959
|
+
"value_allowed_null": true
|
14960
|
+
}
|
14961
|
+
],
|
14962
|
+
"usage": "out"
|
14963
|
+
},
|
14809
14964
|
"ProducerLog": {
|
14810
14965
|
"document": "消息生产信息",
|
14811
14966
|
"members": [
|
@@ -732,6 +732,14 @@
|
|
732
732
|
"title": "获取用户命名空间列表"
|
733
733
|
}
|
734
734
|
],
|
735
|
+
"DescribeRocketMQProducers": [
|
736
|
+
{
|
737
|
+
"document": "查询生产者客户端列表成功。",
|
738
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQProducers\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-5kze4gr222mx\",\n \"NamespaceId\": \"test_ns\",\n \"Topic\": \"test_topic\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Name\": \"CliendId\",\n \"Values\": [\n \"10.10.10.10@abc\"\n ]\n }\n ]\n}",
|
739
|
+
"output": "{\n \"Response\": {\n \"Producers\": [\n {\n \"ClientId\": \"10.10.10.10@abc\",\n \"ClientIp\": \"10.10.10.10\",\n \"Language\": \"JAVA\",\n \"Version\": \"v5_0_5\",\n \"LastUpdateTimestamp\": 1723195366688\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
740
|
+
"title": "正常响应"
|
741
|
+
}
|
742
|
+
],
|
735
743
|
"DescribeRocketMQPublicAccessMonitorData": [
|
736
744
|
{
|
737
745
|
"document": "",
|
@@ -600,7 +600,7 @@
|
|
600
600
|
{
|
601
601
|
"disabled": false,
|
602
602
|
"document": "机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。",
|
603
|
-
"example": "
|
603
|
+
"example": "user_132",
|
604
604
|
"member": "string",
|
605
605
|
"name": "UserId",
|
606
606
|
"output_required": false,
|
@@ -622,7 +622,7 @@
|
|
622
622
|
{
|
623
623
|
"disabled": false,
|
624
624
|
"document": "机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理",
|
625
|
-
"example": "
|
625
|
+
"example": "user_132",
|
626
626
|
"member": "string",
|
627
627
|
"name": "TargetUserId",
|
628
628
|
"output_required": false,
|
@@ -721,7 +721,7 @@
|
|
721
721
|
{
|
722
722
|
"disabled": false,
|
723
723
|
"document": "环境音设置",
|
724
|
-
"example": "
|
724
|
+
"example": "无",
|
725
725
|
"member": "AmbientSound",
|
726
726
|
"name": "AmbientSound",
|
727
727
|
"output_required": false,
|
@@ -732,7 +732,7 @@
|
|
732
732
|
{
|
733
733
|
"disabled": false,
|
734
734
|
"document": "声纹配置",
|
735
|
-
"example": "
|
735
|
+
"example": "无",
|
736
736
|
"member": "VoicePrint",
|
737
737
|
"name": "VoicePrint",
|
738
738
|
"output_required": false,
|
@@ -743,7 +743,7 @@
|
|
743
743
|
{
|
744
744
|
"disabled": false,
|
745
745
|
"document": "语义断句检测",
|
746
|
-
"example": "
|
746
|
+
"example": "无",
|
747
747
|
"member": "TurnDetection",
|
748
748
|
"name": "TurnDetection",
|
749
749
|
"output_required": false,
|
@@ -761,6 +761,17 @@
|
|
761
761
|
"required": false,
|
762
762
|
"type": "int",
|
763
763
|
"value_allowed_null": false
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"disabled": false,
|
767
|
+
"document": "打断词列表,在AI说话期间,只有说出列表中的打断词才会打断AI说话。\n注意:打断词不会触发AI回复。",
|
768
|
+
"example": "[\"停下\"]",
|
769
|
+
"member": "string",
|
770
|
+
"name": "InterruptWordList",
|
771
|
+
"output_required": false,
|
772
|
+
"required": false,
|
773
|
+
"type": "list",
|
774
|
+
"value_allowed_null": false
|
764
775
|
}
|
765
776
|
],
|
766
777
|
"usage": "both"
|
@@ -27893,7 +27893,7 @@
|
|
27893
27893
|
"members": [
|
27894
27894
|
{
|
27895
27895
|
"disabled": false,
|
27896
|
-
"document": "资源ID,调用[
|
27896
|
+
"document": "资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId",
|
27897
27897
|
"example": "resource-6a79x94v",
|
27898
27898
|
"member": "string",
|
27899
27899
|
"name": "ResourceId",
|
@@ -27904,7 +27904,7 @@
|
|
27904
27904
|
},
|
27905
27905
|
{
|
27906
27906
|
"disabled": false,
|
27907
|
-
"document": "资源编码,枚举值描述【cluster
|
27907
|
+
"document": "资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】",
|
27908
27908
|
"example": "FindOne",
|
27909
27909
|
"member": "string",
|
27910
27910
|
"name": "ResourceCode",
|
@@ -27937,7 +27937,7 @@
|
|
27937
27937
|
},
|
27938
27938
|
{
|
27939
27939
|
"disabled": false,
|
27940
|
-
"document": "选取资源使用的Action,枚举值描述【DescribeSimpleCluster
|
27940
|
+
"document": "选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】",
|
27941
27941
|
"example": "FindOne",
|
27942
27942
|
"member": "string",
|
27943
27943
|
"name": "ResourceAction",
|
@@ -27948,7 +27948,7 @@
|
|
27948
27948
|
},
|
27949
27949
|
{
|
27950
27950
|
"disabled": false,
|
27951
|
-
"document": "资源数据查询的ID字段名,调用[
|
27951
|
+
"document": "资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField",
|
27952
27952
|
"example": "ResourceId",
|
27953
27953
|
"member": "string",
|
27954
27954
|
"name": "IdField",
|
@@ -806,6 +806,15 @@
|
|
806
806
|
"name": "Resolution",
|
807
807
|
"required": false,
|
808
808
|
"type": "string"
|
809
|
+
},
|
810
|
+
{
|
811
|
+
"disabled": false,
|
812
|
+
"document": "是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。",
|
813
|
+
"example": "false",
|
814
|
+
"member": "bool",
|
815
|
+
"name": "BGM",
|
816
|
+
"required": false,
|
817
|
+
"type": "bool"
|
809
818
|
}
|
810
819
|
],
|
811
820
|
"type": "object"
|
@@ -9439,7 +9439,7 @@
|
|
9439
9439
|
{
|
9440
9440
|
"disabled": false,
|
9441
9441
|
"document": "排序参数",
|
9442
|
-
"example": "
|
9442
|
+
"example": "timestamp:-1",
|
9443
9443
|
"member": "string",
|
9444
9444
|
"name": "Sort",
|
9445
9445
|
"required": true,
|
@@ -9502,7 +9502,7 @@
|
|
9502
9502
|
{
|
9503
9503
|
"disabled": false,
|
9504
9504
|
"document": "规则id",
|
9505
|
-
"example": "
|
9505
|
+
"example": "330000001",
|
9506
9506
|
"member": "string",
|
9507
9507
|
"name": "RuleId",
|
9508
9508
|
"required": false,
|
@@ -9517,7 +9517,7 @@
|
|
9517
9517
|
{
|
9518
9518
|
"disabled": false,
|
9519
9519
|
"document": "返回数据包",
|
9520
|
-
"example": "
|
9520
|
+
"example": "无",
|
9521
9521
|
"member": "DescribeBotUCBRuleRsp",
|
9522
9522
|
"name": "Data",
|
9523
9523
|
"output_required": false,
|