tccli-intl-en 3.1.3.1__py2.py3-none-any.whl → 3.1.4.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/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +36 -14
- tccli/services/clb/clb_client.py +636 -300
- tccli/services/clb/v20180317/api.json +1245 -367
- tccli/services/clb/v20180317/examples.json +172 -112
- tccli/services/faceid/v20180301/api.json +9 -0
- tccli/services/mongodb/mongodb_client.py +448 -0
- tccli/services/mongodb/v20190725/api.json +928 -103
- tccli/services/mongodb/v20190725/examples.json +64 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/tdmq/tdmq_client.py +2406 -278
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/teo/v20220901/api.json +68 -4
- tccli/services/teo/v20220901/examples.json +28 -22
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/RECORD +26 -22
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.3.1.dist-info → tccli_intl_en-3.1.4.1.dist-info}/top_level.txt +0 -0
|
@@ -40,6 +40,22 @@
|
|
|
40
40
|
"title": "Creating a TencentDB for MongoDB Instance (Pay-as-You-Go)"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
|
+
"CreateLogDownloadTask": [
|
|
44
|
+
{
|
|
45
|
+
"document": "This example shows you how to create a log download task.",
|
|
46
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogDownloadTask\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-k2p5su09\",\n \"StartTime\": \"2024-03-07 9:22:15\",\n \"EndTime\": \"2024-03-07 15:33:15\",\n \"LogComponents\": [\n \"NETWORK\"\n ],\n \"LogConnections\": [],\n \"LogIds\": [],\n \"LogDetailParams\": [\n \"client metadata\"\n ]\n}",
|
|
47
|
+
"output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"1233vvae-23f9dfd\"\n }\n}",
|
|
48
|
+
"title": "Creating a Log Download Task"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"DeleteLogDownloadTask": [
|
|
52
|
+
{
|
|
53
|
+
"document": "This example shows you how to delete a log download task.",
|
|
54
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLogDownloadTask\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-k2p5su09\",\n \"TaskId\": \"export-28439fb3-90a6-4ca2-bd2f-ad99e99a14e9\"\n}",
|
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"q87sfsfds-897asd\",\n \"Status\": 0\n }\n}",
|
|
56
|
+
"title": "Deleting a Log Download Task"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
43
59
|
"DescribeAsyncRequestInfo": [
|
|
44
60
|
{
|
|
45
61
|
"document": " ",
|
|
@@ -126,6 +142,30 @@
|
|
|
126
142
|
"title": "InstanceEnumParam"
|
|
127
143
|
}
|
|
128
144
|
],
|
|
145
|
+
"DescribeInstanceSSL": [
|
|
146
|
+
{
|
|
147
|
+
"document": " ",
|
|
148
|
+
"input": "https://mongodb.tencentcloudapi.com/?Action=DescribeInstanceSSL\n&InstanceId=cmgo-eqmoaxxx\n&<Common request parameters>",
|
|
149
|
+
"output": "{\n \"Response\": {\n \"Status\": 1,\n \"ExpiredTime\": \"2023-05-04 12:13:00\",\n \"CertUrl\": \"http://sample/cert\",\n \"RequestId\": \"12345-abcdef\"\n }\n}",
|
|
150
|
+
"title": "Viewing the Enabling Status of SSL for an Instance"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"DescribeLogDownloadTasks": [
|
|
154
|
+
{
|
|
155
|
+
"document": "This example shows you how to query a log download task.",
|
|
156
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogDownloadTasks\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-k2p5su09\",\n \"StartTime\": \"2024-03-07 9:22:15\",\n \"EndTime\": \"2024-03-07 15:33:15\"\n}",
|
|
157
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"832423fdfsfsd-312jdsf\",\n \"Tasks\": [\n {\n \"CreateTime\": \"2024-03-07 21:01:00\",\n \"FileSize\": 372432,\n \"Percent\": 100,\n \"Status\": 2,\n \"TaskId\": \"export-28439fb3-90a6-4ca2-bd2f-ad99e99a14e9\",\n \"TaskType\": 0,\n \"UpdateTime\": \"2024-03-07 21:14:02\",\n \"Url\": \"\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
|
158
|
+
"title": "Querying a Log Download Task"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"DescribeMongodbLogs": [
|
|
162
|
+
{
|
|
163
|
+
"document": "This example shows you how to query instance logs.",
|
|
164
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMongodbLogs\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-k2p5su09\",\n \"StartTime\": \"2024-03-07 9:22:15\",\n \"EndTime\": \"2024-03-07 15:33:15\",\n \"LogComponents\": [\n \"NETWORK\"\n ],\n \"LogConnections\": [],\n \"LogIds\": [],\n \"LogDetailParams\": [\n \"client metadata\"\n ]\n}",
|
|
165
|
+
"output": "{\n \"Response\": {\n \"LogList\": [\n {\n \"LogComponent\": \"NETWORK\",\n \"LogConnection\": \"conn269939\",\n \"LogDetail\": \"{\\\"t\\\":{\\\"$date\\\":\\\"2024-03-07T10:29:50.027+08:00\\\"},\\\"s\\\":\\\"I\\\", \\\"c\\\":\\\"NETWORK\\\", \\\"id\\\":51800, \\\"ctx\\\":\\\"conn269939\\\",\\\"msg\\\":\\\"client metadata\\\",\\\"attr\\\":{\\\"remote\\\":\\\"127.0.0.1:39024\\\",\\\"client\\\":\\\"conn269939\\\",\\\"doc\\\":{\\\"driver\\\":{\\\"name\\\":\\\"mongo-go-driver\\\",\\\"version\\\":\\\"v1.10.6\\\"},\\\"os\\\":{\\\"type\\\":\\\"linux\\\",\\\"architecture\\\":\\\"amd64\\\"},\\\"platform\\\":\\\"go1.20.4\\\",\\\"application\\\":{\\\"name\\\":\\\"CMongo\\\"}}}}\",\n \"LogId\": \"51800\",\n \"LogLevel\": \"WARNING\",\n \"LogTime\": \"2024-03-07T10:29:50.027+08:00\"\n }\n ],\n \"RequestId\": \"ab2323tf-rqew1111\",\n \"TotalCount\": 1\n }\n}",
|
|
166
|
+
"title": "Querying Logs"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
129
169
|
"DescribeSecurityGroup": [
|
|
130
170
|
{
|
|
131
171
|
"document": "This example shows you how to query all security groups bound to the current instance.",
|
|
@@ -190,6 +230,14 @@
|
|
|
190
230
|
"title": "Querying the renewal price of an instance"
|
|
191
231
|
}
|
|
192
232
|
],
|
|
233
|
+
"InstanceEnableSSL": [
|
|
234
|
+
{
|
|
235
|
+
"document": "This example shows you how to disable SSL.",
|
|
236
|
+
"input": "https://mongodb.tencentcloudapi.com/?Action=InstanceEnableSSL\n&InstanceId=cmgo-eqmoaxxx\n&Enable=true\n&<Common request parameters>",
|
|
237
|
+
"output": "{\n \"Response\": {\n \"CertUrl\": \"https://cert-****\",\n \"ExpiredTime\": \"2024-03-29 13:40:56\",\n \"RequestId\": \"5297ebe2-63f8-465f-be7d-41058ce438\",\n \"Status\": 1\n }\n}",
|
|
238
|
+
"title": "Setting the SSL Status for an Instance"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
193
241
|
"IsolateDBInstance": [
|
|
194
242
|
{
|
|
195
243
|
"document": " ",
|
|
@@ -281,6 +329,22 @@
|
|
|
281
329
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ccfe11c0-b1d3-11ea-8b51-552abe435100\"\n }\n}",
|
|
282
330
|
"title": "Return and Refund for Monthly Subscription Instance"
|
|
283
331
|
}
|
|
332
|
+
],
|
|
333
|
+
"UpgradeDBInstanceKernelVersion": [
|
|
334
|
+
{
|
|
335
|
+
"document": "When a new kernel version is launched, you can upgrade the kernel to the latest version.",
|
|
336
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstanceKernelVersion\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-p8vnipr5\"\n}",
|
|
337
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2efcf780-9970-11ec-8975-6bc44e3bfad7\",\n \"FlowId\": 19677\n }\n}",
|
|
338
|
+
"title": "Upgrading the Current Kernel Version Number of the Instance"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"UpgradeDbInstanceVersion": [
|
|
342
|
+
{
|
|
343
|
+
"document": "This example shows you how to upgrade a TencentDB for MongoDB instance from 3.6 to 4.0.",
|
|
344
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDbInstanceVersion\n<Common request parameters>\n\n{\n \"InstanceId\": \"cmgo-p8vnipr5\",\n \"MongoVersion\": \"MONGO_42_WT\"\n}",
|
|
345
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2efcf780-9970-11ec-8975-6bc44e3bfad7\",\n \"FlowId\": 19677\n }\n}",
|
|
346
|
+
"title": "Upgrading an Instance from 3.6 to 4.0"
|
|
347
|
+
}
|
|
284
348
|
]
|
|
285
349
|
},
|
|
286
350
|
"version": "1.0"
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
"members": [
|
|
2718
2718
|
{
|
|
2719
2719
|
"disabled": false,
|
|
2720
|
-
"document": "Indicates the status. valid values: \nPASSED\nWARNING",
|
|
2720
|
+
"document": "Indicates the status. valid values: \nPASSED\nPROCESSING\nWARNING",
|
|
2721
2721
|
"example": "PASSED",
|
|
2722
2722
|
"member": "string",
|
|
2723
2723
|
"name": "Status",
|