tccli 3.0.1226.1__py2.py3-none-any.whl → 3.0.1228.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/__init__.py +3 -0
- tccli/services/cam/v20190116/api.json +19 -13
- tccli/services/cdb/v20170320/api.json +159 -1
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cfs/v20190719/api.json +19 -0
- tccli/services/ckafka/v20190819/api.json +968 -763
- tccli/services/ckafka/v20190819/examples.json +112 -118
- tccli/services/cloudapp/v20220530/api.json +2 -2
- tccli/services/cloudapp/v20220530/examples.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +125 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/emr/v20190103/api.json +28 -22
- tccli/services/ess/v20201111/api.json +18 -0
- tccli/services/essbasic/v20210526/api.json +10 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/iotexplorer/iotexplorer_client.py +57 -4
- tccli/services/iotexplorer/v20190423/api.json +145 -0
- tccli/services/iotexplorer/v20190423/examples.json +14 -0
- tccli/services/ivld/v20210903/api.json +245 -192
- tccli/services/ivld/v20210903/examples.json +10 -10
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lke/lke_client.py +394 -23
- tccli/services/lke/v20231130/api.json +756 -23
- tccli/services/lke/v20231130/examples.json +62 -0
- tccli/services/mps/v20190612/api.json +13 -13
- tccli/services/organization/v20181225/api.json +75 -51
- tccli/services/organization/v20181225/examples.json +20 -20
- tccli/services/organization/v20210331/api.json +74 -61
- tccli/services/organization/v20210331/examples.json +14 -14
- tccli/services/privatedns/v20201028/api.json +41 -13
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/teo/v20220901/api.json +3 -3
- tccli/services/tke/v20220501/api.json +109 -0
- tccli/services/tmt/v20180321/api.json +2 -2
- tccli/services/tmt/v20180321/examples.json +2 -2
- tccli/services/trocket/v20230308/api.json +79 -79
- tccli/services/trocket/v20230308/examples.json +8 -8
- tccli/services/trtc/v20190722/api.json +84 -0
- tccli/services/vcube/__init__.py +4 -0
- tccli/services/vcube/v20220410/api.json +4168 -0
- tccli/services/vcube/v20220410/examples.json +277 -0
- tccli/services/vcube/vcube_client.py +1956 -0
- tccli/services/vdb/v20230616/api.json +9 -0
- tccli/services/vod/v20180717/api.json +40 -3
- tccli/services/vod/v20180717/examples.json +13 -1
- tccli/services/vpc/v20170312/api.json +163 -11
- tccli/services/vpc/v20170312/examples.json +10 -2
- tccli/services/vpc/vpc_client.py +53 -0
- {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/RECORD +56 -52
- {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
"CreateConsumerGroup": [
|
4
4
|
{
|
5
5
|
"document": "创建消费组成功",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConsumerGroup\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"ConsumerGroup\": \"test_group\",\n \"MaxRetryTimes\": 16,\n \"ConsumeEnable\": true,\n \"ConsumeMessageOrderly\": true,\n \"Remark\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConsumerGroup\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"ConsumerGroup\": \"test_group\",\n \"MaxRetryTimes\": 16,\n \"ConsumeEnable\": true,\n \"ConsumeMessageOrderly\": true,\n \"Remark\": \"remark info\"\n}",
|
7
7
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"ConsumerGroup\": \"test_group\",\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"RequestId\": \"58f60891-002f-4b8a-b71f-3767a645c28e\"\n }\n}",
|
8
8
|
"title": "创建消费组"
|
9
9
|
}
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"DeleteMQTTTopic": [
|
100
100
|
{
|
101
101
|
"document": "示例",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Topic\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Topic\": \"topic1\"\n}",
|
103
103
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"f3a081b8-dc97-4d62-bb1a-d1aa9fe80da8\"\n }\n}",
|
104
104
|
"title": "示例"
|
105
105
|
}
|
@@ -156,7 +156,7 @@
|
|
156
156
|
{
|
157
157
|
"document": "",
|
158
158
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFusionInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Data\": [\n {\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"InstanceName\": \"test_instance5x\",\n \"Version\": \"5.0\",\n \"InstanceType\": \"EXPERIMENT\",\n \"InstanceStatus\": \"RUNNING\",\n \"TopicNumLimit\": 52,\n \"GroupNumLimit\": 520,\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1731830193435,\n \"Remark\": \"5.X 版本测试集群\",\n \"TopicNum\": 3,\n \"GroupNum\": 10,\n \"TagList\": [\n {\n \"TagKey\": \"test_tag\",\n \"TagValue\": \"test_tag_key\"\n }\n ],\n \"SkuCode\": \"experiment_500\",\n \"TpsLimit\": 500,\n \"ScaledTpsLimit\": 0,\n \"MessageRetention\": 72,\n \"MaxMessageDelay\": 168,\n \"RenewFlag\": 1,\n \"InstanceItemExtraInfo\": {\n \"IsVip\":
|
159
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Data\": [\n {\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"InstanceName\": \"test_instance5x\",\n \"Version\": \"5.0\",\n \"InstanceType\": \"EXPERIMENT\",\n \"InstanceStatus\": \"RUNNING\",\n \"TopicNumLimit\": 52,\n \"GroupNumLimit\": 520,\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1731830193435,\n \"Remark\": \"5.X 版本测试集群\",\n \"TopicNum\": 3,\n \"GroupNum\": 10,\n \"TagList\": [\n {\n \"TagKey\": \"test_tag\",\n \"TagValue\": \"test_tag_key\"\n }\n ],\n \"SkuCode\": \"experiment_500\",\n \"TpsLimit\": 500,\n \"ScaledTpsLimit\": 0,\n \"MessageRetention\": 72,\n \"MaxMessageDelay\": 168,\n \"RenewFlag\": 1,\n \"InstanceItemExtraInfo\": {\n \"IsVip\": false,\n \"VipInstanceStatus\": 0,\n \"MaxBandWidth\": 0,\n \"SpecName\": \"\",\n \"NodeCount\": 0,\n \"MaxStorage\": 0,\n \"MaxRetention\": 0,\n \"MinRetention\": 0,\n \"InstanceStatus\": 0\n },\n \"DestroyTime\": 0\n },\n {\n \"InstanceId\": \"rocketmq-5kze4gr222mx\",\n \"InstanceName\": \"test_instance4x\",\n \"Version\": \"4\",\n \"InstanceType\": \"BASIC\",\n \"InstanceStatus\": \"RUNNING\",\n \"TopicNumLimit\": 400,\n \"GroupNumLimit\": 4000,\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1730710586538,\n \"Remark\": \"4.X 版本测试集群\",\n \"TopicNum\": 1,\n \"GroupNum\": 1,\n \"TagList\": [\n {\n \"TagKey\": \"test_tag\",\n \"TagValue\": \"test_tag_key\"\n }\n ],\n \"SkuCode\": \"\",\n \"TpsLimit\": 8000,\n \"ScaledTpsLimit\": 0,\n \"MessageRetention\": 72,\n \"MaxMessageDelay\": 0,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"InstanceItemExtraInfo\": {\n \"IsVip\": true,\n \"InstanceStatus\": 1,\n \"VipInstanceStatus\": 1,\n \"MaxBandWidth\": 80,\n \"NodeCount\": 2,\n \"MaxStorage\": 200,\n \"SpecName\": \"rocket-vip-basic-0\",\n \"MaxRetention\": 168,\n \"MinRetention\": 24\n }\n }\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
160
160
|
"title": "获取全量集群列表"
|
161
161
|
}
|
162
162
|
],
|
@@ -235,7 +235,7 @@
|
|
235
235
|
"DescribeMQTTMessageList": [
|
236
236
|
{
|
237
237
|
"document": "示例",
|
238
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTMessageList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Topic\": \"topic24\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"StartTime\": 1705373755266,\n \"EndTime\": 1705632955266,\n \"TaskRequestId\": \"
|
238
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTMessageList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Topic\": \"topic24\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"StartTime\": 1705373755266,\n \"EndTime\": 1705632955266,\n \"TaskRequestId\": \"e3d14393-4701-4f62-8a7d-b52bd59b5ace\"\n}",
|
239
239
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DeadLetterResendSuccessTimes\": null,\n \"DeadLetterResendTimes\": null,\n \"Keys\": null,\n \"MsgId\": \"0B8D67F0002D6ACBCFC0557BCEBA0001\",\n \"ProduceTime\": \"2024-01-17 14:22:57\",\n \"ProducerAddr\": \"11.176.16.153:51134\",\n \"Qos\": \"1\",\n \"SubTopic\": \"/1/\",\n \"Tags\": \"MQTT_COMMON\"\n },\n {\n \"DeadLetterResendSuccessTimes\": null,\n \"DeadLetterResendTimes\": null,\n \"Keys\": null,\n \"MsgId\": \"0B8D67F0002D6ACBCFC0557B1A980000\",\n \"ProduceTime\": \"2024-01-17 14:22:11\",\n \"ProducerAddr\": \"11.176.16.153:44044\",\n \"Qos\": \"0\",\n \"SubTopic\": \"\",\n \"Tags\": \"MQTT_COMMON\"\n }\n ],\n \"RequestId\": \"116cd3f5-668f-42fe-8572-fcd5d3a31377\",\n \"TaskRequestId\": \"e3d14393-4701-4f62-8a7d-b52bd59b5ace\",\n \"TotalCount\": 2\n }\n}",
|
240
240
|
"title": "示例"
|
241
241
|
}
|
@@ -260,7 +260,7 @@
|
|
260
260
|
{
|
261
261
|
"document": "示例",
|
262
262
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTTopicList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
263
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"
|
263
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic2\"\n },\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic24\"\n },\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic23\"\n }\n ],\n \"RequestId\": \"d9042e88-c70e-4158-958c-8bb57d6c809f\",\n \"TotalCount\": 3\n }\n}",
|
264
264
|
"title": "示例"
|
265
265
|
}
|
266
266
|
],
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"ImportSourceClusterConsumerGroups": [
|
308
308
|
{
|
309
309
|
"document": "",
|
310
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterConsumerGroups\n<公共请求参数>\n\n{\n \"TaskId\": \"n4zk7nv4-d596886f\",\n \"GroupList\": [\n {\n \"GroupName\": \"test_group\",\n \"Remark\": \"
|
310
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterConsumerGroups\n<公共请求参数>\n\n{\n \"TaskId\": \"n4zk7nv4-d596886f\",\n \"GroupList\": [\n {\n \"GroupName\": \"test_group\",\n \"Remark\": \"remark info\",\n \"Namespace\": \"test_namespace\"\n }\n ]\n}",
|
311
311
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\"\n }\n}",
|
312
312
|
"title": "导入源集群消费组"
|
313
313
|
}
|
@@ -355,7 +355,7 @@
|
|
355
355
|
"ModifyMQTTInstanceCertBinding": [
|
356
356
|
{
|
357
357
|
"document": "示例",
|
358
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTInstanceCertBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"SSLServerCertId\": \"
|
358
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTInstanceCertBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"SSLServerCertId\": \"kvnadv4\",\n \"SSLCaCertId\": \"kvnadv4\"\n}",
|
359
359
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"1d2d027f-1701-4bc6-8a2a-cede24d9c9ed\"\n }\n}",
|
360
360
|
"title": "示例"
|
361
361
|
}
|
@@ -387,7 +387,7 @@
|
|
387
387
|
"ModifyTopic": [
|
388
388
|
{
|
389
389
|
"document": "修改主题属性",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Topic\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Topic\": \"test_topic\",\n \"QueueNum\": 1\n}",
|
391
391
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"945afc69-1c24-4891-a2ce-c5fa6032ba75\"\n }\n}",
|
392
392
|
"title": "修改主题属性"
|
393
393
|
}
|
@@ -740,6 +740,81 @@
|
|
740
740
|
],
|
741
741
|
"usage": "in"
|
742
742
|
},
|
743
|
+
"AuditStorageParams": {
|
744
|
+
"document": "审核存储参数",
|
745
|
+
"members": [
|
746
|
+
{
|
747
|
+
"disabled": false,
|
748
|
+
"document": "腾讯云对象存储COS以及第三方云存储的账号信息",
|
749
|
+
"example": "无",
|
750
|
+
"member": "CloudAuditStorage",
|
751
|
+
"name": "CloudAuditStorage",
|
752
|
+
"required": false,
|
753
|
+
"type": "object"
|
754
|
+
}
|
755
|
+
],
|
756
|
+
"usage": "in"
|
757
|
+
},
|
758
|
+
"CloudAuditStorage": {
|
759
|
+
"document": "腾讯云对象存储COS以及第三方云存储的账号信息",
|
760
|
+
"members": [
|
761
|
+
{
|
762
|
+
"disabled": false,
|
763
|
+
"document": "腾讯云对象存储COS以及第三方云存储账号信息\n0:腾讯云对象存储 COS\n1:AWS\n【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中\n示例值:0",
|
764
|
+
"example": "0",
|
765
|
+
"member": "uint64",
|
766
|
+
"name": "Vendor",
|
767
|
+
"required": true,
|
768
|
+
"type": "int"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"disabled": false,
|
772
|
+
"document": "腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。\n示例值:cn-shanghai-1\n\nAWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)\n示例值:ap-southeast-3\t",
|
773
|
+
"example": "cn-shanghai-1",
|
774
|
+
"member": "string",
|
775
|
+
"name": "Region",
|
776
|
+
"required": true,
|
777
|
+
"type": "string"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"disabled": false,
|
781
|
+
"document": "云存储桶名称。",
|
782
|
+
"example": "test-bucket",
|
783
|
+
"member": "string",
|
784
|
+
"name": "Bucket",
|
785
|
+
"required": true,
|
786
|
+
"type": "string"
|
787
|
+
},
|
788
|
+
{
|
789
|
+
"disabled": false,
|
790
|
+
"document": "云存储的access_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。\n示例值:test-accesskey",
|
791
|
+
"example": "test-accesskey",
|
792
|
+
"member": "string",
|
793
|
+
"name": "AccessKey",
|
794
|
+
"required": true,
|
795
|
+
"type": "string"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"disabled": false,
|
799
|
+
"document": "云存储的secret_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。\n示例值:test-secretkey",
|
800
|
+
"example": "test-secretkey",
|
801
|
+
"member": "string",
|
802
|
+
"name": "SecretKey",
|
803
|
+
"required": true,
|
804
|
+
"type": "string"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"disabled": false,
|
808
|
+
"document": "云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 [\"prefix1\", \"prefix2\"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。\n示例值:[\"prefix1\", \"prefix2\"]",
|
809
|
+
"example": "[\"prefix1\", \"prefix2\"]",
|
810
|
+
"member": "string",
|
811
|
+
"name": "FileNamePrefix",
|
812
|
+
"required": false,
|
813
|
+
"type": "list"
|
814
|
+
}
|
815
|
+
],
|
816
|
+
"usage": "in"
|
817
|
+
},
|
743
818
|
"CloudStorage": {
|
744
819
|
"document": "腾讯云对象存储COS以及第三方云存储的账号信息",
|
745
820
|
"members": [
|
@@ -899,6 +974,15 @@
|
|
899
974
|
"name": "RoomIdType",
|
900
975
|
"required": false,
|
901
976
|
"type": "int"
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"disabled": false,
|
980
|
+
"document": "音频文件上传到云存储的参数",
|
981
|
+
"example": "无",
|
982
|
+
"member": "AuditStorageParams",
|
983
|
+
"name": "AuditStorageParams",
|
984
|
+
"required": false,
|
985
|
+
"type": "object"
|
902
986
|
}
|
903
987
|
],
|
904
988
|
"type": "object"
|