tccli 3.0.1211.1__py2.py3-none-any.whl → 3.0.1213.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/services/asr/v20190614/api.json +1 -1
- tccli/services/captcha/v20190722/api.json +13 -3
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdb/v20170320/api.json +18 -0
- tccli/services/cfw/v20190904/api.json +68 -64
- tccli/services/cfw/v20190904/examples.json +22 -22
- tccli/services/ckafka/v20190819/api.json +12 -23
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +144 -112
- tccli/services/cwp/v20180228/examples.json +55 -55
- tccli/services/cynosdb/v20190107/api.json +52 -41
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +2 -2
- tccli/services/ecdn/v20191012/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/faceid/v20180301/api.json +13 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +5 -5
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +21 -21
- tccli/services/sms/v20190711/api.json +74 -74
- tccli/services/sms/v20190711/examples.json +12 -12
- tccli/services/sms/v20210111/api.json +73 -73
- tccli/services/sms/v20210111/examples.json +15 -15
- tccli/services/taf/v20200210/api.json +38 -1
- tccli/services/taf/v20200210/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +180 -66
- tccli/services/tdmq/v20200217/examples.json +20 -12
- tccli/services/tke/v20180525/api.json +11 -1
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +353 -274
- tccli/services/trocket/v20230308/examples.json +58 -64
- tccli/services/trtc/v20190722/api.json +20 -20
- tccli/services/vpc/v20170312/api.json +9 -9
- tccli/services/waf/v20180125/api.json +83 -1
- tccli/services/waf/v20180125/examples.json +9 -1
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +390 -0
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/license_files/LICENSE +0 -0
@@ -92,6 +92,14 @@
|
|
92
92
|
"title": "创建专业集群"
|
93
93
|
}
|
94
94
|
],
|
95
|
+
"CreateRabbitMQBinding": [
|
96
|
+
{
|
97
|
+
"document": "",
|
98
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRabbitMQBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"test\",\n \"Source\": \"amq.direct\",\n \"DestinationType\": \"queue\",\n \"Destination\": \"test\",\n \"RoutingKey\": \"hehe1\"\n}",
|
99
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dsfadsa\",\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"test\",\n \"BindingId\": 127441\n }\n}",
|
100
|
+
"title": "创建RabbitMQ路由关系"
|
101
|
+
}
|
102
|
+
],
|
95
103
|
"CreateRabbitMQUser": [
|
96
104
|
{
|
97
105
|
"document": "-",
|
@@ -143,7 +151,7 @@
|
|
143
151
|
"CreateRocketMQNamespace": [
|
144
152
|
{
|
145
153
|
"document": "创建命名空间",
|
146
|
-
"input": "
|
154
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQNamespace\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"NamespaceId\": \"test_namespace\",\n \"Ttl\": 259200000,\n \"RetentionTime\": 259200000,\n \"Remark\": \"测试命名空间\"\n}",
|
147
155
|
"output": "{\n \"Response\": {\n \"RequestId\": \"bf71e2ae-8b56-4231-87cf-0cbb6f421caa\"\n }\n}",
|
148
156
|
"title": "创建命名空间"
|
149
157
|
}
|
@@ -167,8 +175,8 @@
|
|
167
175
|
"CreateRocketMQVipInstance": [
|
168
176
|
{
|
169
177
|
"document": "购买RocketMQ专享实例",
|
170
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQVipInstance\n<公共请求参数>\n\n{\n \"Name\": \"
|
171
|
-
"output": "{\n \"Response\": {\n \"ClusterId\": \"rocketmq-
|
178
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQVipInstance\n<公共请求参数>\n\n{\n \"Name\": \"test_instance\",\n \"Spec\": \"rocket-vip-basic-1\",\n \"NodeCount\": 2,\n \"StorageSize\": 200,\n \"ZoneIds\": [\n \"100001\",\n \"100002\"\n ],\n \"VpcInfo\": {\n \"VpcId\": \"vpc-9dlrd5h1\",\n \"SubnetId\": \"subnet-jadmas\"\n },\n \"TimeSpan\": 1\n}",
|
179
|
+
"output": "{\n \"Response\": {\n \"ClusterId\": \"rocketmq-7drjznvjqzee\",\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\"\n }\n}",
|
172
180
|
"title": "购买RocketMQ专享实例"
|
173
181
|
}
|
174
182
|
],
|
@@ -710,7 +718,7 @@
|
|
710
718
|
{
|
711
719
|
"document": "",
|
712
720
|
"input": "https://tdmq.tencentcloudapi.com/?Action=DescribeRocketMQNamespaces\n&ClusterId=rocketmq-rd3545bkkj49\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
713
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
721
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\",\n \"Namespaces\": [\n {\n \"Remark\": \"info-remark\",\n \"PublicEndpoint\": \"http://public.test.com\",\n \"RetentionTime\": 1,\n \"VpcEndpoint\": \"http://vpc.test.com\",\n \"Ttl\": 1,\n \"NamespaceId\": \"ordernamespace\",\n \"InternalEndpoint\": \"http://internal.test.com\"\n }\n ]\n }\n}",
|
714
722
|
"title": "获取用户命名空间列表"
|
715
723
|
}
|
716
724
|
],
|
@@ -826,15 +834,15 @@
|
|
826
834
|
{
|
827
835
|
"document": "",
|
828
836
|
"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}",
|
829
|
-
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"
|
830
|
-
"title": "
|
837
|
+
"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\": \"abc\",\n \"Vip\": \"abc\",\n \"VpcId\": \"abc\",\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\": \"abc\",\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}",
|
838
|
+
"title": "获取单个RocketMQ专享集群信息"
|
831
839
|
}
|
832
840
|
],
|
833
841
|
"DescribeRocketMQVipInstances": [
|
834
842
|
{
|
835
843
|
"document": "获取实例列表",
|
836
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"rocketmq-
|
837
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
844
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"rocketmq-1q23swe3\"\n ],\n \"Name\": \"order-instance\"\n }\n ],\n \"Offset\": 1\n}",
|
845
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\",\n \"Instances\": [\n {\n \"Status\": 1,\n \"PayMode\": 1,\n \"Remark\": \"remark-info\",\n \"AutoRenewFlag\": 1,\n \"InstanceId\": \"rocketmq-1233\",\n \"NodeCount\": 1,\n \"ExpireTime\": 1,\n \"InstanceVersion\": \"4.9.3\",\n \"MaxStorage\": 1,\n \"MaxBandWidth\": 1,\n \"SpecName\": \"rocket-vip-basic-1\",\n \"ConfigDisplay\": \"基础型\",\n \"InstanceName\": \"order-instance\",\n \"MaxTps\": 1,\n \"AclEnabled\": true,\n \"Retention\": 0,\n \"MinRetention\": 0,\n \"MaxRetention\": 0\n }\n ]\n }\n}",
|
838
846
|
"title": "获取实例列表"
|
839
847
|
}
|
840
848
|
],
|
@@ -1015,16 +1023,16 @@
|
|
1015
1023
|
"ModifyRocketMQInstance": [
|
1016
1024
|
{
|
1017
1025
|
"document": "修改RocketMQ专享实例",
|
1018
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
1019
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1026
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"rocketmq-4k4orqgq\",\n \"Name\": \"order-service-instance\",\n \"Remark\": \"info-mark\",\n \"MessageRetention\": 24\n}",
|
1027
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\"\n }\n}",
|
1020
1028
|
"title": "修改RocketMQ专享实例"
|
1021
1029
|
}
|
1022
1030
|
],
|
1023
1031
|
"ModifyRocketMQInstanceSpec": [
|
1024
1032
|
{
|
1025
1033
|
"document": "对实例进行升降配",
|
1026
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQInstanceSpec\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
1027
|
-
"output": "{\n \"Response\": {\n \"OrderId\": \"
|
1034
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRocketMQInstanceSpec\n<公共请求参数>\n\n{\n \"InstanceId\": \"rocketmq-4k4orqgq\",\n \"Specification\": \"rocket-vip-basic-1\",\n \"NodeCount\": 2,\n \"StorageSize\": 1000\n}",
|
1035
|
+
"output": "{\n \"Response\": {\n \"OrderId\": \"TDMQ20121212312322\",\n \"RequestId\": \"23ca1a58-0388-4d2d-8465-653a53addda7\"\n }\n}",
|
1028
1036
|
"title": "修改RocketMQ专享实例规格"
|
1029
1037
|
}
|
1030
1038
|
],
|
@@ -8505,7 +8505,17 @@
|
|
8505
8505
|
},
|
8506
8506
|
"DescribeBatchModifyTagsStatusRequest": {
|
8507
8507
|
"document": "DescribeBatchModifyTagsStatus请求参数结构体",
|
8508
|
-
"members": [
|
8508
|
+
"members": [
|
8509
|
+
{
|
8510
|
+
"disabled": false,
|
8511
|
+
"document": "集群id",
|
8512
|
+
"example": "cls-3dwe3twqe",
|
8513
|
+
"member": "string",
|
8514
|
+
"name": "ClusterId",
|
8515
|
+
"required": true,
|
8516
|
+
"type": "string"
|
8517
|
+
}
|
8518
|
+
],
|
8509
8519
|
"type": "object"
|
8510
8520
|
},
|
8511
8521
|
"DescribeBatchModifyTagsStatusResponse": {
|
@@ -623,7 +623,7 @@
|
|
623
623
|
"DescribeBatchModifyTagsStatus": [
|
624
624
|
{
|
625
625
|
"document": "查询批量修改标签状态",
|
626
|
-
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchModifyTagsStatus\n<公共请求参数>\n\n{}",
|
626
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchModifyTagsStatus\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-j3w5ehty\"\n}",
|
627
627
|
"output": "{\n \"Response\": {\n \"FailedResources\": [\n {\n \"Resource\": \"qcs::ccs:ap-guangzhou:uin/3356535506:cluster/cls-q505raey\",\n \"Error\": \"err\"\n }\n ],\n \"Status\": \"failed\",\n \"SyncSubresource\": true,\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
628
628
|
"title": "查询批量修改标签状态"
|
629
629
|
}
|