tccli 3.0.1094.1__py2.py3-none-any.whl → 3.0.1096.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/examples/cls/v20201016/DeleteKafkaRecharge.md +3 -3
- tccli/examples/cls/v20201016/ModifyKafkaRecharge.md +23 -13
- tccli/examples/cls/v20201016/PreviewKafkaRecharge.md +47 -15
- tccli/examples/cynosdb/v20190107/AddClusterSlaveZone.md +2 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +9 -2
- tccli/examples/cynosdb/v20190107/DescribeTasks.md +12 -0
- tccli/examples/cynosdb/v20190107/ModifyClusterSlaveZone.md +2 -1
- tccli/examples/dasb/v20191018/ModifyCmdTemplate.md +2 -2
- tccli/examples/es/v20180416/DescribeServerlessInstances.md +346 -0
- tccli/examples/mps/v20190612/CreateAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/mps/v20190612/ModifyAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/organization/v20210331/DescribeEffectivePolicy.md +25 -0
- tccli/examples/organization/v20210331/ListNonCompliantResource.md +43 -0
- tccli/examples/pts/v20210728/DescribeRegions.md +4 -2
- tccli/examples/ssl/v20191205/DescribeDeleteCertificatesTaskResult.md +72 -0
- tccli/examples/trocket/v20230308/DescribeMQTTClient.md +57 -49
- tccli/examples/trocket/v20230308/DescribeMQTTInsPublicEndpoints.md +38 -6
- tccli/examples/trocket/v20230308/DescribeMQTTInsVPCEndpoints.md +14 -12
- tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +1 -121
- tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +0 -47
- tccli/examples/trocket/v20230308/DescribeMQTTUserList.md +1 -1
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/antiddos/v20200309/api.json +19 -0
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +177 -0
- tccli/services/cls/v20201016/api.json +49 -49
- tccli/services/cls/v20201016/examples.json +13 -7
- tccli/services/cynosdb/v20190107/api.json +74 -0
- tccli/services/cynosdb/v20190107/examples.json +4 -4
- tccli/services/dasb/v20191018/examples.json +2 -2
- tccli/services/dnspod/v20210323/api.json +1 -0
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +429 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/faceid/v20180301/api.json +22 -3
- tccli/services/live/v20180801/api.json +58 -0
- tccli/services/monitor/v20180724/api.json +20 -2
- tccli/services/mps/v20190612/api.json +172 -92
- tccli/services/mps/v20190612/examples.json +2 -2
- tccli/services/oceanus/v20190422/api.json +1 -1
- tccli/services/omics/v20221128/api.json +20 -2
- tccli/services/organization/organization_client.py +106 -0
- tccli/services/organization/v20210331/api.json +261 -3
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/pts/v20210728/api.json +16 -3
- tccli/services/pts/v20210728/examples.json +2 -2
- tccli/services/redis/v20180412/api.json +11 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +110 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/ssm/v20190923/api.json +1 -1
- tccli/services/tdmq/v20200217/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +226 -108
- tccli/services/trocket/v20230308/examples.json +13 -25
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +2 -817
- tccli/services/wedata/v20210820/examples.json +0 -24
- tccli/services/wedata/wedata_client.py +0 -159
- {tccli-3.0.1094.1.dist-info → tccli-3.0.1096.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1094.1.dist-info → tccli-3.0.1096.1.dist-info}/RECORD +66 -62
- {tccli-3.0.1094.1.dist-info → tccli-3.0.1096.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1094.1.dist-info → tccli-3.0.1096.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1094.1.dist-info → tccli-3.0.1096.1.dist-info}/license_files/LICENSE +0 -0
@@ -168,32 +168,26 @@
|
|
168
168
|
],
|
169
169
|
"DescribeMQTTClient": [
|
170
170
|
{
|
171
|
-
"document": "
|
172
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
173
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"ClientAddress\": \"11.176.16.153:
|
174
|
-
"title": "
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"document": "标准请求",
|
178
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25m2jz9j\",\n \"ClientId\": \"recv01\"\n}",
|
179
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"ClientAddress\": \"/11.176.16.157:43440\",\n \"ClientId\": \"recv01\",\n \"ConnectTime\": 1703581008199,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1703581008198,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r1/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r2/\"\n }\n ],\n \"ProtocolVersion\": 4,\n \"RequestId\": \"b0f34768-130d-4a15-89d3-d3ca1976b4b7\"\n }\n}",
|
180
|
-
"title": "标准请求"
|
171
|
+
"document": "样例",
|
172
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub_client2\"\n}",
|
173
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CleanSession\": true,\n \"ClientAddress\": \"11.176.16.153:23354\",\n \"ClientId\": \"sub_client2\",\n \"ConnectTime\": 1711444795304,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1711443908331,\n \"DisconnectTime\": 0,\n \"Inbound\": {\n \"Bytes\": 40,\n \"Items\": [\n {\n \"Count\": 1,\n \"MessageType\": \"SUBACK\",\n \"Qos\": 0\n },\n {\n \"Count\": 1,\n \"MessageType\": \"CONNACK\",\n \"Qos\": 0\n },\n {\n \"Count\": 14,\n \"MessageType\": \"PINGRESP\",\n \"Qos\": 0\n }\n ]\n },\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/sun/+/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"OutBound\": {\n \"Bytes\": 134,\n \"Items\": [\n {\n \"Count\": 1,\n \"MessageType\": \"CONNECT\",\n \"Qos\": 0\n },\n {\n \"Count\": 1,\n \"MessageType\": \"SUBSCRIBE\",\n \"Qos\": 1\n },\n {\n \"Count\": 14,\n \"MessageType\": \"PINGREQ\",\n \"Qos\": 0\n }\n ]\n },\n \"ProtocolVersion\": 4,\n \"RequestId\": \"b59aa63c-6cc6-418a-92c7-c205cb30d4cd\"\n }\n}",
|
174
|
+
"title": "样例"
|
181
175
|
}
|
182
176
|
],
|
183
177
|
"DescribeMQTTInsPublicEndpoints": [
|
184
178
|
{
|
185
179
|
"document": "示例",
|
186
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
187
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\":
|
180
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-gn8qoq3z\"\n}",
|
181
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\": 2,\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 22,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": null,\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 11,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": null,\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 33,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": null,\n \"VpcId\": null\n }\n ],\n \"InstanceId\": \"mqtt-gn8qoq3z\",\n \"RequestId\": \"3891d712-94f7-4d03-9420-fae4fa3a61ea\",\n \"Rules\": [\n {\n \"Allow\": true,\n \"IpRule\": \"0.0.0.0/0\",\n \"Remark\": \"\"\n }\n ],\n \"Status\": \"NORMAL\"\n }\n}",
|
188
182
|
"title": "示例"
|
189
183
|
}
|
190
184
|
],
|
191
185
|
"DescribeMQTTInsVPCEndpoints": [
|
192
186
|
{
|
193
|
-
"document": "
|
194
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
195
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-
|
196
|
-
"title": "
|
187
|
+
"document": "样例",
|
188
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zqb75a\"\n}",
|
189
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 1883,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:1883\",\n \"VpcId\": \"vpc-35wk4c6h\"\n },\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 8888,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:8888\",\n \"VpcId\": \"vpc-35wk4c6h\"\n }\n ],\n \"RequestId\": \"4313484d-47c1-4fc8-b402-f997d2ba7256\"\n }\n}",
|
190
|
+
"title": "样例"
|
197
191
|
}
|
198
192
|
],
|
199
193
|
"DescribeMQTTInstance": [
|
@@ -216,7 +210,7 @@
|
|
216
210
|
{
|
217
211
|
"document": "示例",
|
218
212
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
219
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"
|
213
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"su-0118-no-pub\",\n \"InstanceStatus\": \"CREATE_FAILURE\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNum\": 0,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1,\n \"Version\": \"1\"\n },\n {\n \"ClientNumLimit\": 1000,\n \"CreateTime\": 1705391046,\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"InstanceName\": \"sun-0116\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNum\": 25,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"9424369d-904f-4fa2-b407-0bd5e536e989\",\n \"TotalCount\": 10\n }\n}",
|
220
214
|
"title": "示例"
|
221
215
|
}
|
222
216
|
],
|
@@ -240,14 +234,8 @@
|
|
240
234
|
{
|
241
235
|
"document": "示例",
|
242
236
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTProductSKUList\n<公共请求参数>\n\n{}",
|
243
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"MQTTProductSkuList\": [\n {\n \"ClientNumLimit\": 1,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 2,\n \"ProxySpecCount\": 1,\n \"ProxySpecMemory\": 4,\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1\n },\n {\n \"ClientNumLimit\": 1000,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 1,\n \"ProxySpecCount\": 2,\n \"ProxySpecMemory\": 2,\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000\n }\n ],\n \"RequestId\": \"73a1275e-26ce-494c-90d0-d7f9d0510730\",\n \"TotalCount\": 2\n }\n}",
|
244
|
-
"title": "示例"
|
245
|
-
},
|
246
|
-
{
|
247
|
-
"document": "标志示例",
|
248
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTProductSKUList\n<公共请求参数>\n\n{}",
|
249
237
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"MQTTProductSkuList\": [\n {\n \"ClientNumLimit\": 1,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 2,\n \"ProxySpecCount\": 1,\n \"ProxySpecMemory\": 4,\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1\n },\n {\n \"ClientNumLimit\": 1000,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 1,\n \"ProxySpecCount\": 2,\n \"ProxySpecMemory\": 2,\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000\n }\n ],\n \"RequestId\": \"2be05982-b125-4259-b965-c487949cd896\",\n \"TotalCount\": 2\n }\n}",
|
250
|
-
"title": "
|
238
|
+
"title": "示例"
|
251
239
|
}
|
252
240
|
],
|
253
241
|
"DescribeMQTTTopic": [
|
@@ -270,7 +258,7 @@
|
|
270
258
|
{
|
271
259
|
"document": "示例",
|
272
260
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTUserList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
273
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"sunjianxiong\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"Username\": \"
|
261
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"sunjianxiong\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"Username\": \"user1\"\n }\n ],\n \"RequestId\": \"8e86117c-a56c-4598-9e1f-4a039eed6e3a\",\n \"TotalCount\": 1\n }\n}",
|
274
262
|
"title": "示例"
|
275
263
|
}
|
276
264
|
],
|
@@ -33710,7 +33710,7 @@
|
|
33710
33710
|
},
|
33711
33711
|
{
|
33712
33712
|
"disabled": false,
|
33713
|
-
"document": "<b>点播[
|
33713
|
+
"document": "<b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>",
|
33714
33714
|
"example": "123",
|
33715
33715
|
"member": "uint64",
|
33716
33716
|
"name": "SubAppId",
|