tccli 3.0.1362.1__py2.py3-none-any.whl → 3.0.1363.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/wedata/v20210820/api.json +13 -4
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1362.1.dist-info → tccli-3.0.1363.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1362.1.dist-info → tccli-3.0.1363.1.dist-info}/RECORD +8 -8
- {tccli-3.0.1362.1.dist-info → tccli-3.0.1363.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1362.1.dist-info → tccli-3.0.1363.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1362.1.dist-info → tccli-3.0.1363.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1363.1'
|
@@ -20765,10 +20765,19 @@
|
|
20765
20765
|
"DescribeProjectUsersRequest": {
|
20766
20766
|
"document": "DescribeProjectUsers请求参数结构体",
|
20767
20767
|
"members": [
|
20768
|
+
{
|
20769
|
+
"disabled": false,
|
20770
|
+
"document": "项目id",
|
20771
|
+
"example": "2872196915042496512",
|
20772
|
+
"member": "string",
|
20773
|
+
"name": "ProjectId",
|
20774
|
+
"required": true,
|
20775
|
+
"type": "string"
|
20776
|
+
},
|
20768
20777
|
{
|
20769
20778
|
"disabled": false,
|
20770
20779
|
"document": "分页号",
|
20771
|
-
"example": "
|
20780
|
+
"example": "1",
|
20772
20781
|
"member": "uint64",
|
20773
20782
|
"name": "PageNumber",
|
20774
20783
|
"required": true,
|
@@ -20786,7 +20795,7 @@
|
|
20786
20795
|
{
|
20787
20796
|
"disabled": false,
|
20788
20797
|
"document": "【过滤参数】自定义条件查询",
|
20789
|
-
"example": "
|
20798
|
+
"example": "无",
|
20790
20799
|
"member": "FilterOptional",
|
20791
20800
|
"name": "Filters",
|
20792
20801
|
"required": false,
|
@@ -20795,7 +20804,7 @@
|
|
20795
20804
|
{
|
20796
20805
|
"disabled": false,
|
20797
20806
|
"document": "【排序参数】排序字段",
|
20798
|
-
"example": "
|
20807
|
+
"example": "无",
|
20799
20808
|
"member": "OrderFieldOptional",
|
20800
20809
|
"name": "OrderFields",
|
20801
20810
|
"required": false,
|
@@ -20804,7 +20813,7 @@
|
|
20804
20813
|
{
|
20805
20814
|
"disabled": false,
|
20806
20815
|
"document": "是否项目管理员",
|
20807
|
-
"example": "
|
20816
|
+
"example": "true",
|
20808
20817
|
"member": "bool",
|
20809
20818
|
"name": "IsProjectAdmin",
|
20810
20819
|
"required": false,
|
@@ -1195,7 +1195,7 @@
|
|
1195
1195
|
"DescribeProjectUsers": [
|
1196
1196
|
{
|
1197
1197
|
"document": "查询项目下用户",
|
1198
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectUsers\n<公共请求参数>\n\n{\n \"PageNumber\": \"0\",\n \"PageSize\": \"10\"\n}",
|
1198
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectUsers\n<公共请求参数>\n\n{\n \"ProjectId\": \"692447575408074752\",\n \"PageNumber\": \"0\",\n \"PageSize\": \"10\"\n}",
|
1199
1199
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"PageNumber\": 0,\n \"PageSize\": 1,\n \"Rows\": [\n {\n \"AppId\": null,\n \"CreateTime\": \"2024-08-14T17:48:55+08:00\",\n \"Creator\": true,\n \"DisplayName\": \"peterpksong\",\n \"Email\": null,\n \"IsProjectAdmin\": true,\n \"OwnerUin\": null,\n \"PhoneNum\": null,\n \"Roles\": [\n {\n \"Description\": null,\n \"MethodPaths\": null,\n \"Name\": \"ProjectManager\",\n \"NameCn\": \"项目管理员\",\n \"Params\": null,\n \"Privileges\": null,\n \"RoleId\": \"308335260274237440\",\n \"RoleType\": null,\n \"SystemInit\": null\n }\n ],\n \"UserId\": \"100028694266\",\n \"UserName\": \"peterpksong\"\n }\n ],\n \"TotalCount\": 2,\n \"TotalPageNumber\": 2\n },\n \"RequestId\": \"477b3ec7-afe2-4d3d-a772-52100d60d668\"\n }\n}",
|
1200
1200
|
"title": "成功示例2"
|
1201
1201
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1363.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1363
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256
|
1
|
+
tccli/__init__.py,sha256=-H2vwE4nqEDYSWSmnalQSeaBykix_JIHND7MzXG2E6w,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -1051,8 +1051,8 @@ tccli/services/wav/v20210129/api.json,sha256=aKaIw_FZPNpt4Xrxp0N-ak4CfzLrLNb_zK3
|
|
1051
1051
|
tccli/services/wav/v20210129/examples.json,sha256=7aw1qHanrafKyWr28Nt6PpLHj5dI4HdTnqhk3fj_O1U,35072
|
1052
1052
|
tccli/services/wedata/__init__.py,sha256=F95gQMminW0gPanAt4q4yW30-8c7_2F2FVQzZZvcaTo,91
|
1053
1053
|
tccli/services/wedata/wedata_client.py,sha256=qRa2YJfA-fFXe43y_u971THYt6UhJd3Rb3OZQH69rBg,928752
|
1054
|
-
tccli/services/wedata/v20210820/api.json,sha256=
|
1055
|
-
tccli/services/wedata/v20210820/examples.json,sha256=
|
1054
|
+
tccli/services/wedata/v20210820/api.json,sha256=4A7zMg6ziRKmIzOTsILBfM1InCFdRMgou6qOMv5ci78,2113960
|
1055
|
+
tccli/services/wedata/v20210820/examples.json,sha256=YwsRV6RmLlY5zqJnyt1aG64FCbX87_8joZ85JyHlxHQ,781795
|
1056
1056
|
tccli/services/weilingwith/__init__.py,sha256=I04f9CndPHuhInQKYjgkxKufojP4j5EJxBtfPNWLTfo,101
|
1057
1057
|
tccli/services/weilingwith/weilingwith_client.py,sha256=QnCAQd-sSqJlGFuJyPZI5XH5gVSq-A9LQNIJB-gwVVY,205422
|
1058
1058
|
tccli/services/weilingwith/v20230427/api.json,sha256=eUj5Q781WbIur5qjdDJ2aSnb9VeHvbE_ZX01OGwDSFs,352643
|
@@ -1079,8 +1079,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1079
1079
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1080
1080
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1081
1081
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1082
|
-
tccli-3.0.
|
1083
|
-
tccli-3.0.
|
1084
|
-
tccli-3.0.
|
1085
|
-
tccli-3.0.
|
1086
|
-
tccli-3.0.
|
1082
|
+
tccli-3.0.1363.1.dist-info/METADATA,sha256=gUp3fyR3pbbQt-HLYoSPuMuPg-gYNYzzYyxAxGYf1a0,16406
|
1083
|
+
tccli-3.0.1363.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1084
|
+
tccli-3.0.1363.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1085
|
+
tccli-3.0.1363.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1086
|
+
tccli-3.0.1363.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|