Skip to content

Commit 56d4626

Browse files
release 3.1.33.1
1 parent ad4a79e commit 56d4626

File tree

82 files changed

+3686
-1243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3686
-1243
lines changed

SERVICE_CHANGELOG.md

Lines changed: 196 additions & 91 deletions
Large diffs are not rendered by default.

products.md

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["tccli/examples"]
77

88
[project]
99
name = "tccli"
10-
version = "3.1.32.1"
10+
version = "3.1.33.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="tencentcloudapi@tencent.com" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.1.32",
27+
"tencentcloud-sdk-python>=3.1.33",
2828
]
2929

3030
[project.urls]

tccli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.32.1'
1+
__version__ = '3.1.33.1'

tccli/examples/billing/v20180709/CreateAllocationRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ tccli billing CreateAllocationRule --cli-unfold-argument \
99
--RuleList.Name 测试1 \
1010
--RuleList.Type 2 \
1111
--RuleList.RatioDetail.0.Ratio 25 \
12-
--RuleList.RatioDetail.0.NodeId 6 \
12+
--RuleList.RatioDetail.0.NodeId 39926927 \
1313
--RuleList.RatioDetail.1.Ratio 25 \
14-
--RuleList.RatioDetail.1.NodeId 7 \
14+
--RuleList.RatioDetail.1.NodeId 39926928 \
1515
--RuleList.RatioDetail.2.Ratio 25 \
16-
--RuleList.RatioDetail.2.NodeId 8 \
16+
--RuleList.RatioDetail.2.NodeId 39926929 \
1717
--RuleList.RatioDetail.3.Ratio 25 \
18-
--RuleList.RatioDetail.3.NodeId 9 \
18+
--RuleList.RatioDetail.3.NodeId 39926930 \
1919
--RuleList.RuleDetail.Connectors and \
2020
--RuleList.RuleDetail.Children.0.RuleKey ownerUin \
2121
--RuleList.RuleDetail.Children.0.Operator in \
@@ -36,8 +36,8 @@ Output:
3636
```
3737
{
3838
"Response": {
39-
"Id": 33,
40-
"RequestId": "aab8393d-ceba-44e2-819f-6d4fd0ebf987"
39+
"Id": 287620,
40+
"RequestId": "71ff6535-bbbd-41f9-8b88-24395a59ef7b"
4141
}
4242
}
4343
```

tccli/examples/billing/v20180709/CreateAllocationUnit.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
**Example 1: 创建普通分账单元**
1+
**Example 1: 创建分账目录树根结点**
22

33

44

55
Input:
66

77
```
88
tccli billing CreateAllocationUnit --cli-unfold-argument \
9-
--Name 财务部 \
10-
--ParentId 1
9+
--ParentId 0
1110
```
1211

1312
Output:
1413
```
1514
{
1615
"Response": {
17-
"Id": 2,
18-
"RequestId": "5ac3b178-3434-452e-9a1e-dc8b8089a2d8"
16+
"Id": 1,
17+
"RequestId": "ebe202d2-9746-4c9a-a931-f569651e5894"
1918
}
2019
}
2120
```
2221

23-
**Example 2: 创建分账目录树根结点**
22+
**Example 2: 创建普通分账单元**
2423

2524

2625

2726
Input:
2827

2928
```
3029
tccli billing CreateAllocationUnit --cli-unfold-argument \
31-
--ParentId 0
30+
--Name 财务部 \
31+
--ParentId 1
3232
```
3333

3434
Output:
3535
```
3636
{
3737
"Response": {
38-
"Id": 1,
39-
"RequestId": "ebe202d2-9746-4c9a-a931-f569651e5894"
38+
"Id": 2,
39+
"RequestId": "5ac3b178-3434-452e-9a1e-dc8b8089a2d8"
4040
}
4141
}
4242
```

tccli/examples/billing/v20180709/CreateBudget.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Input:
66

77
```
88
tccli billing CreateBudget --cli-unfold-argument \
9-
--BudgetName testapi111 \
9+
--BudgetName API创建预算 \
1010
--CycleType DAY \
1111
--PeriodBegin 2025-01-01 \
12-
--PeriodEnd 2025-12-01 \
12+
--PeriodEnd 2026-12-01 \
1313
--PlanType FIX \
1414
--BudgetQuota 1000 \
1515
--BillType BILL \
@@ -18,24 +18,24 @@ tccli billing CreateBudget --cli-unfold-argument \
1818
--WarnJson.0.CalType PERCENTAGE \
1919
--WarnJson.0.ThresholdValue 100 \
2020
--BudgetNote 使用api创建预算信息 \
21-
--DimensionsRange.Business None \
22-
--DimensionsRange.PayMode None \
23-
--DimensionsRange.ProductCodes None \
24-
--DimensionsRange.ComponentCodes None \
25-
--DimensionsRange.ZoneIds None \
26-
--DimensionsRange.RegionIds None \
27-
--DimensionsRange.ProjectIds None \
28-
--DimensionsRange.ActionTypes None \
29-
--DimensionsRange.ConsumptionTypes None \
30-
--DimensionsRange.Tags.0.TagKey None \
31-
--DimensionsRange.Tags.0.TagValue None \
32-
--DimensionsRange.PayerUins None \
33-
--DimensionsRange.OwnerUins None \
34-
--DimensionsRange.TreeNodeUniqKeys None \
35-
--WaveThresholdJson.0.WarnType None \
36-
--WaveThresholdJson.0.Threshold None \
37-
--WaveThresholdJson.0.MetaType None \
38-
--WaveThresholdJson.0.PeriodType None
21+
--DimensionsRange.Business p_cvm \
22+
--DimensionsRange.PayMode postPay \
23+
--DimensionsRange.ProductCodes sp_cvm \
24+
--DimensionsRange.ComponentCodes v_cpu \
25+
--DimensionsRange.ZoneIds 10001 \
26+
--DimensionsRange.RegionIds 47 \
27+
--DimensionsRange.ProjectIds 0 \
28+
--DimensionsRange.ActionTypes postpay_deduct_d \
29+
--DimensionsRange.ConsumptionTypes prepay_purchase \
30+
--DimensionsRange.Tags.0.TagKey 业务部门 \
31+
--DimensionsRange.Tags.0.TagValue 部门123 \
32+
--DimensionsRange.PayerUins 909619400 \
33+
--DimensionsRange.OwnerUins 909619400 \
34+
--DimensionsRange.TreeNodeUniqKeys 909619400-6872sdw23 \
35+
--WaveThresholdJson.0.WarnType ACTUAL \
36+
--WaveThresholdJson.0.Threshold 10 \
37+
--WaveThresholdJson.0.MetaType chain \
38+
--WaveThresholdJson.0.PeriodType day
3939
```
4040

4141
Output:

tccli/examples/billing/v20180709/CreateGatherRule.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
**Example 1: 创建归集规则**
1+
**Example 1: 创建归集嵌套规则**
22

33

44

55
Input:
66

77
```
88
tccli billing CreateGatherRule --cli-unfold-argument \
9-
--Id 6 \
9+
--Id 8 \
1010
--RuleList.RuleDetail.Connectors and \
1111
--RuleList.RuleDetail.Children.0.RuleKey businessCode \
1212
--RuleList.RuleDetail.Children.0.Operator in \
13-
--RuleList.RuleDetail.Children.0.RuleValue p_cvm p_nat
13+
--RuleList.RuleDetail.Children.0.RuleValue p_cvm p_nat \
14+
--RuleList.RuleDetail.Children.1.RuleKey regionId \
15+
--RuleList.RuleDetail.Children.1.Operator in \
16+
--RuleList.RuleDetail.Children.1.RuleValue 9 5 \
17+
--RuleList.RuleDetail.Children.2.Connectors and \
18+
--RuleList.RuleDetail.Children.2.Children.0.RuleKey projectId \
19+
--RuleList.RuleDetail.Children.2.Children.0.Operator not in \
20+
--RuleList.RuleDetail.Children.2.Children.0.RuleValue 1270522
1421
```
1522

1623
Output:
1724
```
1825
{
1926
"Response": {
20-
"Id": 23,
21-
"RequestId": "215ccaa8-3b2b-425c-b53b-375df0c491e6"
27+
"Id": 24,
28+
"RequestId": "4c396774-36bc-4897-a03d-41a18357d63d"
2229
}
2330
}
2431
```
2532

26-
**Example 2: 创建归集嵌套规则**
33+
**Example 2: 创建归集规则**
2734

2835

2936

3037
Input:
3138

3239
```
3340
tccli billing CreateGatherRule --cli-unfold-argument \
34-
--Id 8 \
41+
--Id 6 \
3542
--RuleList.RuleDetail.Connectors and \
3643
--RuleList.RuleDetail.Children.0.RuleKey businessCode \
3744
--RuleList.RuleDetail.Children.0.Operator in \
38-
--RuleList.RuleDetail.Children.0.RuleValue p_cvm p_nat \
39-
--RuleList.RuleDetail.Children.1.RuleKey regionId \
40-
--RuleList.RuleDetail.Children.1.Operator in \
41-
--RuleList.RuleDetail.Children.1.RuleValue 9 5 \
42-
--RuleList.RuleDetail.Children.2.Connectors and \
43-
--RuleList.RuleDetail.Children.2.Children.0.RuleKey projectId \
44-
--RuleList.RuleDetail.Children.2.Children.0.Operator not in \
45-
--RuleList.RuleDetail.Children.2.Children.0.RuleValue 1270522
45+
--RuleList.RuleDetail.Children.0.RuleValue p_cvm p_nat
4646
```
4747

4848
Output:
4949
```
5050
{
5151
"Response": {
52-
"Id": 24,
53-
"RequestId": "4c396774-36bc-4897-a03d-41a18357d63d"
52+
"Id": 23,
53+
"RequestId": "215ccaa8-3b2b-425c-b53b-375df0c491e6"
5454
}
5555
}
5656
```

tccli/examples/billing/v20180709/DescribeBudget.md

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ tccli billing DescribeBudget --cli-unfold-argument \
99
--PageNo 1 \
1010
--PageSize 1 \
1111
--BudgetId 1963509727611473921 \
12-
--BudgetName None \
13-
--BudgetStatus None \
14-
--CycleTypes None
12+
--BudgetName 预算信息001 \
13+
--BudgetStatus ACTIVE \
14+
--CycleTypes DAY
1515
```
1616

1717
Output:
@@ -62,21 +62,50 @@ Output:
6262
"DefaultMode": 0,
6363
"Dimensions": "COST",
6464
"DimensionsRange": {
65-
"ActionTypes": null,
65+
"ActionTypes": [
66+
"postpay_deduct_d"
67+
],
6668
"Business": [
6769
"p_cvm"
6870
],
69-
"ComponentCodes": null,
70-
"ConsumptionTypes": null,
71-
"OwnerUins": null,
72-
"PayMode": null,
73-
"PayerUins": null,
74-
"ProductCodes": null,
75-
"ProjectIds": null,
76-
"RegionIds": null,
77-
"Tags": null,
78-
"TreeNodeUniqKeys": null,
79-
"ZoneIds": null
71+
"ComponentCodes": [
72+
"v_cpu"
73+
],
74+
"ConsumptionTypes": [
75+
"prepay_purchase"
76+
],
77+
"OwnerUins": [
78+
"909619400"
79+
],
80+
"PayMode": [
81+
"postPay"
82+
],
83+
"PayerUins": [
84+
"909619400"
85+
],
86+
"ProductCodes": [
87+
"sp_cvm"
88+
],
89+
"ProjectIds": [
90+
"0"
91+
],
92+
"RegionIds": [
93+
"47"
94+
],
95+
"Tags": [
96+
{
97+
"TagKey": "部门",
98+
"TagValue": [
99+
"部门123"
100+
]
101+
}
102+
],
103+
"TreeNodeUniqKeys": [
104+
"[\"909610400-695dhs38c28\"]"
105+
],
106+
"ZoneIds": [
107+
"10001"
108+
]
80109
},
81110
"FeeType": "COST",
82111
"ForecastCost": null,

tccli/examples/billing/v20180709/DescribeCostSummaryByProduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Input:
77
```
88
tccli billing DescribeCostSummaryByProduct --cli-unfold-argument \
99
--NeedRecordNum 1 \
10-
--EndTime 2018-11 \
10+
--EndTime 2024-11 \
1111
--Limit 1 \
12-
--BeginTime 2018-11 \
12+
--BeginTime 2024-11 \
1313
--Offset 0
1414
```
1515

0 commit comments

Comments
 (0)