Skip to content

Commit

Permalink
release 3.0.1239.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed Dec 25, 2024
1 parent 913d240 commit b4e01d0
Show file tree
Hide file tree
Showing 244 changed files with 7,003 additions and 3,919 deletions.
487 changes: 487 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

807 changes: 737 additions & 70 deletions SERVICE_CHANGELOG.md

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions products.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["tccli/examples"]

[project]
name = "tccli"
version = "3.0.1238.1"
version = "3.0.1239.1"
authors = [
{ name="tencentcloudapi", email="tencentcloudapi@tencent.com" },
]
Expand All @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"jmespath==0.10.0",
"six==1.16.0",
"tencentcloud-sdk-python>=3.0.1238",
"tencentcloud-sdk-python>=3.0.1239",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion tccli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1238.1'
__version__ = '3.0.1239.1'
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/CreateAuditRuleTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tccli cdb CreateAuditRuleTemplate --cli-unfold-argument \
--RuleFilters.2.Type sqlType \
--RuleFilters.2.Compare EQS \
--RuleFilters.2.Value Update Delete \
--RuleTemplateName test \
--RuleTemplateName andy \
--Description 用于测试的规则模板
```

Expand Down
4 changes: 2 additions & 2 deletions tccli/examples/cdb/v20170320/CreateCdbProxyAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Output:
```
{
"Response": {
"RequestId": "111-1314-333-2321212",
"AsyncRequestId": "test"
"RequestId": "3689c0eb-a92d-77ce-0ee2-17d99f604e64",
"AsyncRequestId": "a6040589-3b098df5-b551d9e5-81c6bfdc"
}
}
```
Expand Down
10 changes: 5 additions & 5 deletions tccli/examples/cdb/v20170320/CreateDBImportJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Input:
```
tccli cdb CreateDBImportJob --cli-unfold-argument \
--InstanceId cdb-ids6j1b3 \
--Password xxxxxxxxxx \
--User xxxxx \
--FileName test.sql
--Password Andy454545 \
--User andy \
--FileName andy.sql
```

Output:
Expand All @@ -32,8 +32,8 @@ Input:
tccli cdb CreateDBImportJob --cli-unfold-argument \
--InstanceId cdb-ids6j1b3 \
--CosUrl https://test-bulk-XXXXX.cos.ap-chengdu.myqcloud.com/myFile/create_db.sql \
--Password xxxxxxxxxx \
--User xxxxx
--Password Andy454545 \
--User andy
```

Output:
Expand Down
6 changes: 3 additions & 3 deletions tccli/examples/cdb/v20170320/CreateDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Input:

```
tccli cdb CreateDatabase --cli-unfold-argument \
--InstanceId abc \
--DBName db_test \
--InstanceId cdb-c1nl9rpv \
--DBName db1 \
--CharacterSetName utf8
```

Output:
```
{
"Response": {
"RequestId": "abc"
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/CreateParamTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Input:
```
tccli cdb CreateParamTemplate --cli-unfold-argument \
--TemplateType HIGH_STABILITY \
--Name test \
--Name mysql1 \
--ParamList.0.CurrentValue MIXED \
--ParamList.0.Name binlog_format \
--ParamList.1.CurrentValue 1 \
Expand Down
8 changes: 4 additions & 4 deletions tccli/examples/cdb/v20170320/CreateRotationPassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Input:

```
tccli cdb CreateRotationPassword --cli-unfold-argument \
--InstanceId abc \
--Accounts.0.User abc \
--Accounts.0.Host abc
--InstanceId cdb-0zgqlqmd \
--Accounts.0.User andy \
--Accounts.0.Host 192.1.1.1
```

Output:
```
{
"Response": {
"RequestId": "abc"
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/DeleteAccounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Input:

```
tccli cdb DeleteAccounts --cli-unfold-argument \
--InstanceId xx \
--InstanceId cdb-0zgqlqmd \
--Accounts.0.Host 192.168.1.1 \
--Accounts.0.User user1
```
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/DeleteDeployGroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Input:

```
tccli cdb DeleteDeployGroups --cli-unfold-argument \
--DeployGroupIds test
--DeployGroupIds andy
```

Output:
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/DeleteParamTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Input:

```
tccli cdb DeleteParamTemplate --cli-unfold-argument \
--TemplateId 1234
--TemplateId 17192
```

Output:
Expand Down
10 changes: 5 additions & 5 deletions tccli/examples/cdb/v20170320/DeleteRotationPassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Input:

```
tccli cdb DeleteRotationPassword --cli-unfold-argument \
--InstanceId abc \
--User abc \
--Host abc \
--Password abc
--InstanceId cdb-0zgqlqmd \
--User andy \
--Host 192.1.1.1 \
--Password Andy454545
```

Output:
```
{
"Response": {
"RequestId": "abc"
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
```
Expand Down
32 changes: 12 additions & 20 deletions tccli/examples/cdb/v20170320/DescribeAccounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,21 @@ Output:
```
{
"Response": {
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"TotalCount": 2,
"MaxUserConnections": 10240,
"TotalCount": 1,
"Items": [
{
"Notes": "test",
"Host": "localhost",
"User": "test_user",
"ModifyTime": "2020-11-10 01:00:00",
"ModifyPasswordTime": "2020-11-10 01:00:00",
"CreateTime": "2020-11-10 01:00:00",
"MaxUserConnections": 20
},
{
"Notes": "test2",
"Host": "localhost",
"User": "root",
"ModifyTime": "2020-11-10 01:00:00",
"ModifyPasswordTime": "2020-11-10 01:00:00",
"CreateTime": "2020-11-10 01:00:00",
"MaxUserConnections": 20
"Notes": "andy1",
"Host": "172.1.1.1",
"User": "andy",
"ModifyTime": "2020-09-22 00:00:00",
"ModifyPasswordTime": "2020-09-22 00:00:00",
"CreateTime": "2020-09-22 00:00:00",
"MaxUserConnections": 20,
"OpenCam": true
}
]
],
"MaxUserConnections": 20,
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
```
Expand Down
29 changes: 18 additions & 11 deletions tccli/examples/cdb/v20170320/DescribeAuditInstanceList.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,38 @@ Output:
{
"Response": {
"TotalCount": 1,
"RequestId": "43-12121-812w1221213-62usf9093",
"Items": [
{
"BillingAmount": 0,
"LowRealStorage": 0,
"InstanceId": "cdb-euu5fkcj",
"AuditTask": 1,
"CreateAt": "2022-03-02 10:09:08",
"AuditStatus": "1",
"AuditTask": 1,
"LogExpireDay": 1,
"HighLogExpireDay": 1,
"LowLogExpireDay": 1,
"BillingAmount": 0,
"HighRealStorage": 0,
"LowRealStorage": 0,
"AuditAll": true,
"CreateAt": "2022-03-02 10:09:08",
"InstanceInfo": {
"ProjectId": 0,
"TagList": [
{
"TagKey": "test",
"TagKey": "andy",
"TagValue": "1"
}
]
],
"DbType": "MYSQL",
"DbVersion": "5.7"
},
"HighRealStorage": 0,
"HighLogExpireDay": 30,
"LowLogExpireDay": 7
"RealStorage": 0,
"OldRule": true,
"RuleTemplateIds": [
"cdb-art-nuf7ej8d"
]
}
]
],
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/DescribeAuditLogFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Output:
"TotalCount": 1,
"Items": [
{
"FileName": "test.txt",
"FileName": "andy.txt",
"Status": "running",
"CreateTime": "2019-03-20 17:09:13",
"FileSize": 3,
Expand Down
2 changes: 1 addition & 1 deletion tccli/examples/cdb/v20170320/DescribeAuditPolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Output:
"PolicyId": "cdbpolicy-asdfqwer",
"Status": "running",
"InstanceId": "cdb-qwerasdf",
"InstanceName": "test",
"InstanceName": "andy1",
"CreateTime": "2019-03-20 17:09:13",
"ModifyTime": "2019-03-20 17:09:13",
"PolicyName": "audit_policy_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Output:
"TaskId": 1997098,
"ModifyBeforeInfo": {
"RuleTemplateId": "cdb-art-8qx2kcr7",
"RuleTemplateName": "wy_test",
"RuleTemplateName": "wy_1",
"RuleFilters": [
{
"Type": "sqlType",
Expand All @@ -36,11 +36,11 @@ Output:
],
"AlarmLevel": 1,
"AlarmPolicy": 0,
"Description": ""
"Description": "andyaudit"
},
"ModifyAfterInfo": {
"RuleTemplateId": "cdb-art-8qx2kcr7",
"RuleTemplateName": "wy_test",
"RuleTemplateName": "wy_1",
"RuleFilters": [
{
"Type": "sqlType",
Expand All @@ -53,7 +53,7 @@ Output:
],
"AlarmLevel": 2,
"AlarmPolicy": 0,
"Description": ""
"Description": "andyrule2"
},
"AffectedInstances": [
"cdb-nzg4gv35",
Expand Down
6 changes: 3 additions & 3 deletions tccli/examples/cdb/v20170320/DescribeAuditRuleTemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Input:

```
tccli cdb DescribeAuditRuleTemplates --cli-unfold-argument \
--RuleTemplateNames template_test \
--RuleTemplateNames template_1 \
--Limit 10 \
--Offset 0
```
Expand Down Expand Up @@ -38,14 +38,14 @@ Output:
"Compare": "NEQ",
"Type": "user",
"Value": [
"test"
"lue"
]
},
{
"Compare": "INC",
"Type": "dbName",
"Value": [
"test"
"lue"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions tccli/examples/cdb/v20170320/DescribeBackupDecryptionKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Input:

```
tccli cdb DescribeBackupDecryptionKey --cli-unfold-argument \
--InstanceId cdb-XXXX \
--BackupId 12345
--InstanceId cdb-fybaegd8 \
--BackupId 12445233
```

Output:
```
{
"Response": {
"DecryptionKey": "XXXXXXXXXXX",
"DecryptionKey": "your_key",
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
Expand Down
16 changes: 8 additions & 8 deletions tccli/examples/cdb/v20170320/DescribeCdbProxyInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Output:
{
"AutoAddRo": true,
"ConnectionPool": false,
"Desc": "",
"Desc": "andy",
"FailOver": true,
"IsKickOut": false,
"MaxDelay": 0,
"MinCount": 0,
"ProxyAddressId": "proxyaddr-test",
"ProxyAddressId": "proxyaddr-kti9m7dd",
"AccessMode": "balance",
"ProxyAllocation": [
{
"ProxyInstance": [
{
"InstanceId": "cdb-test",
"InstanceName": "测试",
"InstanceId": "cdb-aykuksx3",
"InstanceName": "andydb",
"InstanceType": "1",
"Region": "ap-nanjing",
"Status": 1,
Expand All @@ -47,19 +47,19 @@ Output:
],
"ReadOnly": false,
"TransSplit": false,
"UniqSubnetId": "subnet-test",
"UniqVpcId": "vpc-test",
"UniqSubnetId": "subnet-ndhje",
"UniqVpcId": "vpc-eujshe",
"VPort": 3306,
"Vip": "10.0.0.0",
"WeightMode": "custom"
}
],
"ProxyGroupId": "proxy-mfxftest",
"ProxyGroupId": "proxy-mfxfthsne",
"ProxyNode": [
{
"Cpu": 2,
"Mem": 4000,
"ProxyId": "proxynode-test",
"ProxyId": "proxynode-2u0c1tdd",
"Region": "ap-nanjing",
"Status": "online",
"Zone": "ap-nanjing-1",
Expand Down
Loading

0 comments on commit b4e01d0

Please sign in to comment.