tccli 3.0.1124.1__py2.py3-none-any.whl → 3.0.1126.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/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +13 -10
- tccli/services/cynosdb/v20190107/examples.json +5 -5
- tccli/services/dlc/dlc_client.py +602 -72
- tccli/services/dlc/v20210125/api.json +856 -25
- tccli/services/dlc/v20210125/examples.json +86 -0
- tccli/services/domain/v20180808/api.json +702 -40
- tccli/services/domain/v20180808/examples.json +13 -13
- tccli/services/dts/v20180330/api.json +62 -37
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/eb/v20210416/api.json +63 -45
- tccli/services/eb/v20210416/examples.json +3 -9
- tccli/services/emr/v20190103/api.json +20 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +10 -10
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +18 -13
- tccli/services/monitor/v20180724/api.json +3 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/postgres_client.py +57 -4
- tccli/services/postgres/v20170312/api.json +415 -284
- tccli/services/postgres/v20170312/examples.json +29 -15
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +151 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/smh/v20210712/api.json +2 -2
- tccli/services/teo/teo_client.py +216 -4
- tccli/services/teo/v20220901/api.json +380 -5
- tccli/services/teo/v20220901/examples.json +32 -0
- tccli/services/tione/v20211111/api.json +70 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +43 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vtc/v20240223/api.json +20 -0
- tccli/services/wedata/v20210820/api.json +20 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1126.1'
|
@@ -13720,7 +13720,7 @@
|
|
13720
13720
|
{
|
13721
13721
|
"disabled": false,
|
13722
13722
|
"document": "回调地址。最大支持1024个字节数。",
|
13723
|
-
"example": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=4c3cf1e0-a6e7-47f4-b264-
|
13723
|
+
"example": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=4c3cf1e0-a6e7-47f4-b264-5d2kjnbhjgx",
|
13724
13724
|
"member": "string",
|
13725
13725
|
"name": "Url",
|
13726
13726
|
"output_required": true,
|
@@ -10701,7 +10701,6 @@
|
|
10701
10701
|
"example": "无",
|
10702
10702
|
"member": "ProxySpec",
|
10703
10703
|
"name": "ProxySpecs",
|
10704
|
-
"required": true,
|
10705
10704
|
"type": "list",
|
10706
10705
|
"value_allowed_null": false
|
10707
10706
|
},
|
@@ -11124,7 +11123,7 @@
|
|
11124
11123
|
{
|
11125
11124
|
"disabled": false,
|
11126
11125
|
"document": "集群ID",
|
11127
|
-
"example": "",
|
11126
|
+
"example": "cynosdbmysql-gn65y9nk",
|
11128
11127
|
"member": "string",
|
11129
11128
|
"name": "ClusterId",
|
11130
11129
|
"required": true,
|
@@ -11133,7 +11132,7 @@
|
|
11133
11132
|
{
|
11134
11133
|
"disabled": false,
|
11135
11134
|
"document": "期望回滚的时间点",
|
11136
|
-
"example": "",
|
11135
|
+
"example": "2019-01-13 02:12:05",
|
11137
11136
|
"member": "string",
|
11138
11137
|
"name": "ExpectTime",
|
11139
11138
|
"required": true,
|
@@ -11142,7 +11141,7 @@
|
|
11142
11141
|
{
|
11143
11142
|
"disabled": false,
|
11144
11143
|
"document": "回滚时间点的允许误差范围",
|
11145
|
-
"example": "",
|
11144
|
+
"example": "0",
|
11146
11145
|
"member": "uint64",
|
11147
11146
|
"name": "ExpectTimeThresh",
|
11148
11147
|
"required": true,
|
@@ -11157,36 +11156,40 @@
|
|
11157
11156
|
{
|
11158
11157
|
"disabled": false,
|
11159
11158
|
"document": "存储poolID",
|
11160
|
-
"example": "",
|
11159
|
+
"example": "\t1050",
|
11161
11160
|
"member": "uint64",
|
11162
11161
|
"name": "PoolId",
|
11162
|
+
"output_required": true,
|
11163
11163
|
"type": "int",
|
11164
11164
|
"value_allowed_null": false
|
11165
11165
|
},
|
11166
11166
|
{
|
11167
11167
|
"disabled": false,
|
11168
11168
|
"document": "回滚任务ID,后续按该时间点回滚时,需要传入",
|
11169
|
-
"example": "",
|
11169
|
+
"example": "\t2008",
|
11170
11170
|
"member": "uint64",
|
11171
11171
|
"name": "QueryId",
|
11172
|
+
"output_required": true,
|
11172
11173
|
"type": "int",
|
11173
11174
|
"value_allowed_null": false
|
11174
11175
|
},
|
11175
11176
|
{
|
11176
11177
|
"disabled": false,
|
11177
11178
|
"document": "时间点是否有效:pass,检测通过;fail,检测失败",
|
11178
|
-
"example": "",
|
11179
|
+
"example": "pass",
|
11179
11180
|
"member": "string",
|
11180
11181
|
"name": "Status",
|
11182
|
+
"output_required": true,
|
11181
11183
|
"type": "string",
|
11182
11184
|
"value_allowed_null": false
|
11183
11185
|
},
|
11184
11186
|
{
|
11185
11187
|
"disabled": false,
|
11186
11188
|
"document": "建议时间点,在Status为fail时,该值才有效",
|
11187
|
-
"example": "",
|
11189
|
+
"example": "\"\"",
|
11188
11190
|
"member": "string",
|
11189
11191
|
"name": "SuggestTime",
|
11192
|
+
"output_required": true,
|
11190
11193
|
"type": "string",
|
11191
11194
|
"value_allowed_null": false
|
11192
11195
|
},
|
@@ -17393,7 +17396,7 @@
|
|
17393
17396
|
{
|
17394
17397
|
"disabled": false,
|
17395
17398
|
"document": "集群id",
|
17396
|
-
"example": "
|
17399
|
+
"example": "cynosdbmysql-asd123qw",
|
17397
17400
|
"member": "string",
|
17398
17401
|
"name": "ClusterId",
|
17399
17402
|
"required": true,
|
@@ -17411,7 +17414,7 @@
|
|
17411
17414
|
{
|
17412
17415
|
"disabled": false,
|
17413
17416
|
"document": "数据库表权限数组",
|
17414
|
-
"example": "
|
17417
|
+
"example": "[\"ALTER\", \"CREATE\", \"CREATE VIEW\", \"DELETE\", \"DROP\", \"GRANT OPTION\", \"INDEX\", \"INSERT\", \"REFERENCES\", \"SELECT\", \"SHOW VIEW\", \"TRIGGER\", \"UPDATE\"]",
|
17415
17418
|
"member": "string",
|
17416
17419
|
"name": "DbTablePrivileges",
|
17417
17420
|
"required": true,
|
@@ -556,13 +556,13 @@
|
|
556
556
|
],
|
557
557
|
"DescribeProxySpecs": [
|
558
558
|
{
|
559
|
-
"document": "",
|
559
|
+
"document": "查询proxy规格",
|
560
560
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxySpecs\n<公共请求参数>\n\n{}",
|
561
561
|
"output": "{\n \"Response\": {\n \"ProxySpecs\": [\n {\n \"Cpu\": 2,\n \"Mem\": 4000\n },\n {\n \"Cpu\": 4,\n \"Mem\": 8000\n },\n {\n \"Cpu\": 8,\n \"Mem\": 16000\n }\n ],\n \"RequestId\": \"f4479b74-e428-40d9-a81f-e34cac00ae70\"\n }\n}",
|
562
562
|
"title": "查询proxy规格"
|
563
563
|
},
|
564
564
|
{
|
565
|
-
"document": "",
|
565
|
+
"document": "查询数据库代理规格",
|
566
566
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxySpecs\n<公共请求参数>\n\n{}",
|
567
567
|
"output": "{\n \"Response\": {\n \"ProxySpecs\": [\n {\n \"Mem\": 0,\n \"Cpu\": 0\n }\n ],\n \"RequestId\": \"request-756112\"\n }\n}",
|
568
568
|
"title": "查询数据库代理规格"
|
@@ -612,7 +612,7 @@
|
|
612
612
|
{
|
613
613
|
"document": "",
|
614
614
|
"input": "https://cynosdb.tencentcloudapi.com/?Action=DescribeRollbackTimeValidity\n&ClusterId=cynosdbpg-gn65y9nk\n&ExpectTime=2019-01-1302:12:05\n&ExpectTimeThresh=0\n&<公共请求参数>",
|
615
|
-
"output": "{\n \"Response\": {\n \"PoolId\":
|
615
|
+
"output": "{\n \"Response\": {\n \"PoolId\": 1,\n \"QueryId\": 1,\n \"Status\": \"abc\",\n \"SuggestTime\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
616
616
|
"title": "查询指定时间点是否看回档"
|
617
617
|
}
|
618
618
|
],
|
@@ -706,7 +706,7 @@
|
|
706
706
|
],
|
707
707
|
"ModifyAccountDescription": [
|
708
708
|
{
|
709
|
-
"document": "",
|
709
|
+
"document": "修改数据库账号描述信息",
|
710
710
|
"input": "https://cynosdb.tencentcloudapi.com/?Action=ModifyAccountDescription\n&ClusterId=cynosdbpg-on5xw0ni\n&AccountName=admin\n&Description=admin\n&<公共请求参数>",
|
711
711
|
"output": "{\n \"Response\": {\n \"RequestId\": \"128046\"\n }\n}",
|
712
712
|
"title": "修改数据库账号描述信息"
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
],
|
1027
1027
|
"RevokeAccountPrivileges": [
|
1028
1028
|
{
|
1029
|
-
"document": "",
|
1029
|
+
"document": "批量回收账号权限",
|
1030
1030
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RevokeAccountPrivileges\n<公共请求参数>\n\n{\n \"Account\": {\n \"Host\": \"%\",\n \"AccountName\": \"test\"\n },\n \"DbTablePrivileges\": [\n \"ALTER\"\n ],\n \"ClusterId\": \"cynosdbmysql-xxxxxxxx\",\n \"DbTables\": [\n {\n \"TableName\": \"test-table\",\n \"Db\": \"test-db\"\n }\n ]\n}",
|
1031
1031
|
"output": "{\n \"Response\": {\n \"RequestId\": \"147706\"\n }\n}",
|
1032
1032
|
"title": "批量回收账号权限"
|