Skip to content

Commit 569bb26

Browse files
authored
Merge branch 'TencentCloud:master' into error_log
2 parents bb72752 + fa30f0b commit 569bb26

File tree

28 files changed

+2592
-1330
lines changed

28 files changed

+2592
-1330
lines changed

SERVICE_CHANGELOG.md

Lines changed: 13 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,46 @@
1-
# Release 3.0.1382.1
1+
# Release 3.0.1385.1
22

3-
## 云游戏(gs) 版本:2019-11-18
3+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
44

5-
### 53 次发布
5+
### 233 次发布
66

7-
发布时间:2025-08-29 01:52:18
7+
发布时间:2025-09-03 01:24:11
88

99
本次发布包含了以下内容:
1010

1111
改善已有的文档。
1212

1313
修改接口:
1414

15-
* [DistributeFileToAndroidInstances](https://cloud.tencent.com/document/api/1162/118964)
15+
* [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1420/111943)
1616

17-
* 新增入参:DestinationFileName
17+
* 新增入参:AuthorizationIds
1818

19-
* [UploadFileToAndroidInstances](https://cloud.tencent.com/document/api/1162/117243)
2019

21-
* 新增入参:DestinationFileName
2220

2321

24-
修改数据结构:
25-
26-
* [AndroidInstanceUploadFile](https://cloud.tencent.com/document/api/1162/40743#AndroidInstanceUploadFile)
27-
28-
* 新增成员:DestinationFileName
22+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
2923

3024

3125

26+
## 文字识别(ocr) 版本:2018-11-19
3227

33-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
28+
### 第 212 次发布
3429

35-
### 第 72 次发布
36-
37-
发布时间:2025-08-29 02:03:19
38-
39-
本次发布包含了以下内容:
40-
41-
改善已有的文档。
42-
43-
新增接口:
44-
45-
* [CreateMcpServer](https://cloud.tencent.com/document/api/1207/122838)
46-
* [DescribeMcpServers](https://cloud.tencent.com/document/api/1207/122837)
47-
* [ModifyMcpServer](https://cloud.tencent.com/document/api/1207/122836)
48-
* [RemoveMcpServers](https://cloud.tencent.com/document/api/1207/122835)
49-
* [RestartMcpServers](https://cloud.tencent.com/document/api/1207/122834)
50-
* [StartMcpServers](https://cloud.tencent.com/document/api/1207/122833)
51-
* [StopMcpServers](https://cloud.tencent.com/document/api/1207/122832)
52-
53-
新增数据结构:
54-
55-
* [McpServer](https://cloud.tencent.com/document/api/1207/47576#McpServer)
56-
* [McpServerEnv](https://cloud.tencent.com/document/api/1207/47576#McpServerEnv)
57-
58-
59-
60-
## 高性能计算平台(thpc) 版本:2023-03-21
61-
62-
### 第 27 次发布
63-
64-
发布时间:2025-08-29 03:04:08
30+
发布时间:2025-09-03 01:42:54
6531

6632
本次发布包含了以下内容:
6733

6834
改善已有的文档。
6935

7036
修改数据结构:
7137

72-
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
73-
74-
* 新增成员:FileSystemId
75-
76-
* <font color="#dd0000">**修改成员**:</font>RemotePath
77-
78-
79-
80-
81-
## 高性能计算平台(thpc) 版本:2022-04-01
38+
* [Value](https://cloud.tencent.com/document/api/866/33527#Value)
8239

40+
* 新增成员:PageIndex
8341

42+
* <font color="#dd0000">**修改成员**:</font>AutoContent, Coord
8443

85-
## 高性能计算平台(thpc) 版本:2021-11-09
8644

8745

8846

products.md

Lines changed: 20 additions & 20 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.0.1382.1"
10+
version = "3.0.1385.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="[email protected]" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.0.1382",
27+
"tencentcloud-sdk-python>=3.0.1385",
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.0.1382.1'
1+
__version__ = '3.0.1385.1'
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
**Example 1: 创建行列权限**
2+
3+
创建行列权限
4+
5+
Input:
6+
7+
```
8+
tccli bi CreatePermissionRanks --cli-unfold-argument \
9+
--TableId 0 \
10+
--Mode abc \
11+
--RoleType abc \
12+
--RoleId 0 \
13+
--RulerInfo abc \
14+
--Type abc \
15+
--OpenStatus abc \
16+
--ProjectId 0 \
17+
--RowColumnConfigList.0.RulerInfo abc \
18+
--RowColumnConfigList.0.TagValueList.0.Id 0 \
19+
--RowColumnConfigList.0.TagValueList.0.Name abc \
20+
--RowColumnConfigList.0.TagValueList.0.Values abc
21+
```
22+
23+
Output:
24+
```
25+
{
26+
"Response": {
27+
"Msg": "abc",
28+
"Extra": "abc",
29+
"Data": "abc",
30+
"RequestId": "abc"
31+
}
32+
}
33+
```
34+
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
**Example 1: 根据角色或标签查询行列权限配置**
2+
3+
根据角色或标签查询行列权限配置
4+
5+
Input:
6+
7+
```
8+
tccli bi DescribePermissionRanksInfo --cli-unfold-argument \
9+
--TableId 0 \
10+
--Mode abc \
11+
--RoleType abc \
12+
--RoleId 0 \
13+
--Type abc \
14+
--ProjectId 0
15+
```
16+
17+
Output:
18+
```
19+
{
20+
"Response": {
21+
"Msg": "abc",
22+
"Extra": "abc",
23+
"Data": {
24+
"TableId": 0,
25+
"Type": "abc",
26+
"Mode": "abc",
27+
"RulerInfo": "abc",
28+
"RoleId": 0,
29+
"RoleType": "abc",
30+
"RowColumnConfigList": [
31+
{
32+
"RulerInfo": "abc",
33+
"TagValueList": [
34+
{
35+
"Id": 0,
36+
"Name": "abc",
37+
"Values": [
38+
"abc"
39+
]
40+
}
41+
]
42+
}
43+
]
44+
},
45+
"RequestId": "abc"
46+
}
47+
}
48+
```
49+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
**Example 1: 项目内角色列表接口示例**
2+
3+
项目内角色列表接口示例
4+
5+
Input:
6+
7+
```
8+
tccli bi DescribePermissionRoleInfo --cli-unfold-argument \
9+
--ProjectId 1 \
10+
--PageNo 0 \
11+
--PageSize 10 \
12+
--AllPage true
13+
```
14+
15+
Output:
16+
```
17+
{
18+
"Response": {
19+
"Data": [
20+
{
21+
"Id": 1,
22+
"RoleName": "abc",
23+
"CorpId": "abc",
24+
"RoleType": "abc",
25+
"Scope": "abc",
26+
"Description": "abc",
27+
"CreatedAt": "abc",
28+
"CreatedUser": "abc",
29+
"UpdatedAt": "abc",
30+
"UpdatedUser": "abc",
31+
"ScopeType": 0,
32+
"CanChoose": true,
33+
"ModuleCollection": "abc"
34+
}
35+
],
36+
"Msg": "abc",
37+
"Extra": "abc",
38+
"RequestId": "abc"
39+
}
40+
}
41+
```
42+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
**Example 1: 项目内角色列表接口示例**
2+
3+
项目内角色列表接口示例
4+
5+
Input:
6+
7+
```
8+
tccli bi DescribePermissionStatusInfo --cli-unfold-argument \
9+
--TableId -4052 \
10+
--Type fugiat magna velit ea dolore \
11+
--ProjectId 1231
12+
```
13+
14+
Output:
15+
```
16+
{
17+
"Response": {
18+
"Msg": "abc",
19+
"Extra": "abc",
20+
"Data": {
21+
"TableId": 0,
22+
"Type": "abc",
23+
"Mode": "abc",
24+
"OpenStatus": "abc",
25+
"RoleType": "abc",
26+
"RoleId": 0
27+
},
28+
"RequestId": "abc"
29+
}
30+
}
31+
```
32+

tccli/examples/cls/v20201016/CreateDataTransform.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ tccli cls CreateDataTransform --cli-unfold-argument \
1212
--FuncType 0 \
1313
--PreviewLogStatistics.0.LineNum 0 \
1414
--PreviewLogStatistics.0.FailReason errorcode \
15-
--PreviewLogStatistics.0.DstTopicId 81XXXXe5-e39e-4a1e-b2d4-a778df97d825 \
16-
--PreviewLogStatistics.0.LogContent XXXX \
15+
--PreviewLogStatistics.0.DstTopicId 81sdqwe5-e39e-4a1e-b2d4-a778df97d825 \
16+
--PreviewLogStatistics.0.LogContent {"test":"demo"} \
1717
--PreviewLogStatistics.0.Time 2017-08-08 12:12:12 \
18-
--SrcTopicId xxxx-xx-xx-xx-xxxxxxxx \
18+
--SrcTopicId 181d630d-3116-40cf-a12b-597be5e83edd \
1919
--TaskType 0 \
20-
--DstResources.0.TopicId 3d9bXXXX-05a4-4435-ac65-f43e684329b3 \
20+
--DstResources.0.TopicId adfe19a8-6dad-44a6-9e48-24984ea74108 \
2121
--DstResources.0.Alias 别名 \
22-
--EtlContent xx-xx
22+
--EtlContent fields_set("hello","world")
2323
```
2424

2525
Output:
2626
```
2727
{
2828
"Response": {
29-
"TaskId": "xxxx-xx-xx-xx-xxxxxxxx",
29+
"TaskId": "a3622556-6402-4942-b4ff-5ae32ec29810",
3030
"RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7"
3131
}
3232
}

tccli/examples/cls/v20201016/CreateDeliverCloudFunction.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Example 1: 创建投递SCF任务**
1+
**Example 1: 创建投递SCF任务-成功**
22

33

44

@@ -22,3 +22,32 @@ Output:
2222
}
2323
```
2424

25+
**Example 2: 创建投递SCF任务-失败**
26+
27+
28+
29+
Input:
30+
31+
```
32+
tccli cls CreateDeliverCloudFunction --cli-unfold-argument \
33+
--TopicId 923527bf-0728-4114-88a8-5898c0f527ac \
34+
--FunctionName functionName1 \
35+
--Namespace ns1 \
36+
--Qualifier $LATEST \
37+
--Timeout 60 \
38+
--MaxMsgNum 100
39+
```
40+
41+
Output:
42+
```
43+
{
44+
"Response": {
45+
"Error": {
46+
"Code": "ResourceNotFound.TopicNotExist",
47+
"Message": "topic not exist RequestId:[341023a0-26d7-4ce6-8f8f-72fc34661335]"
48+
},
49+
"RequestId": "341023a0-26d7-4ce6-8f8f-72fc34661335"
50+
}
51+
}
52+
```
53+

0 commit comments

Comments
 (0)