tccli 3.0.1256.1__py2.py3-none-any.whl → 3.0.1258.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/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/bi/v20220105/api.json +389 -300
- tccli/services/bi/v20220105/examples.json +27 -33
- tccli/services/cdwdoris/v20211228/api.json +220 -170
- tccli/services/cdwdoris/v20211228/examples.json +36 -36
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cmq/v20190304/api.json +59 -59
- tccli/services/cmq/v20190304/examples.json +3 -3
- tccli/services/cwp/cwp_client.py +0 -106
- tccli/services/cwp/v20180228/api.json +0 -405
- tccli/services/cwp/v20180228/examples.json +0 -16
- tccli/services/dbbrain/v20210527/api.json +9 -0
- tccli/services/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +118 -0
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lke/v20231130/api.json +821 -10
- tccli/services/lke/v20231130/examples.json +10 -16
- tccli/services/ocr/ocr_client.py +361 -308
- tccli/services/ocr/v20181119/api.json +176 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/rum/v20210622/api.json +241 -135
- tccli/services/rum/v20210622/examples.json +31 -31
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/ssl/ssl_client.py +61 -8
- tccli/services/ssl/v20191205/api.json +44 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/tccatalog/__init__.py +4 -0
- tccli/services/tccatalog/tccatalog_client.py +366 -0
- tccli/services/tccatalog/v20241024/api.json +525 -0
- tccli/services/tccatalog/v20241024/examples.json +37 -0
- tccli/services/tdmq/v20200217/api.json +3 -3
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +326 -8
- tccli/services/teo/v20220901/api.json +3104 -294
- tccli/services/teo/v20220901/examples.json +69 -3
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/RECORD +45 -41
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,16 +11,16 @@
|
|
11
11
|
"CreateDatasource": [
|
12
12
|
{
|
13
13
|
"document": "创建数据源",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatasource\n<公共请求参数>\n\n{\n \"DbHost\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatasource\n<公共请求参数>\n\n{\n \"DbHost\": \"0.0.0.0\",\n \"DbPort\": \"3307\",\n \"ServiceType\": \"{\\\"Type\\\":\\\"Own\\\"}\",\n \"DbType\": \"MONGODB\",\n \"DataOrigin\": \"\",\n \"Charset\": \"utf8\",\n \"Catalog\": \"\",\n \"DbUser\": \"username\",\n \"DbName\": \"name\",\n \"DbPwd\": \"password\",\n \"SourceName\": \"测试vpc\",\n \"VpcId\": \"vpcid\",\n \"UniqVpcId\": \"vpc-\",\n \"Vip\": \"\",\n \"Vport\": \"\",\n \"ExtraParam\": \"\",\n \"DataOriginProjectId\": \"\",\n \"DataOriginDatasourceId\": \"\",\n \"UseVPC\": true,\n \"RegionId\": \"gz\",\n \"ProjectId\": 517\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"服务器内部错误\",\n \"RequestId\": \"xxx-xx-x\",\n \"Extra\": \"\",\n \"Data\": null,\n \"ErrorInfo\": {\n \"ErrorTip\": \"服务器内部错误\",\n \"ErrorMessage\": \"服务器内部错误\",\n \"ErrorLevel\": \"ERROR\"\n }\n }\n}",
|
16
16
|
"title": "创建数据源"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"CreateDatasourceCloud": [
|
20
20
|
{
|
21
21
|
"document": "创建云数据库测示例",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatasourceCloud\n<公共请求参数>\n\n{\n \"ServiceType\": \"
|
23
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Id\": 0,\n \"AccessKey\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatasourceCloud\n<公共请求参数>\n\n{\n \"ServiceType\": \"MYSQL\",\n \"DbType\": \"MYSQL\",\n \"Charset\": \"utf8\",\n \"DbUser\": \"root\",\n \"DbPwd\": \"******\",\n \"DbName\": \"bi_demo\",\n \"SourceName\": \"\",\n \"ProjectId\": \"\",\n \"Vip\": \"\",\n \"Vport\": \"\",\n \"VpcId\": \"\",\n \"UniqVpcId\": \"\",\n \"RegionId\": \"1\",\n \"ExtraParam\": \"\",\n \"InstanceId\": \"1\",\n \"ProdDbName\": \"1\",\n \"DataOrigin\": \"1\",\n \"DataOriginProjectId\": \"1\",\n \"DataOriginDatasourceId\": \"1\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Id\": 0,\n \"AccessKey\": \"asakdsmsk**sdsmdsff\",\n \"ProjectId\": 1,\n \"TranId\": \"jgvk213439\",\n \"TranStatus\": 0\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"RequestId\": \"djdkssadlflksdkasjfrejq\"\n }\n}",
|
24
24
|
"title": "创建云数据库测示例"
|
25
25
|
}
|
26
26
|
],
|
@@ -35,15 +35,15 @@
|
|
35
35
|
"CreateProject": [
|
36
36
|
{
|
37
37
|
"document": "创建项目",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProject\n<公共请求参数>\n\n{\n \"Name\": \"
|
39
|
-
"output": "{\n \"Response\": {\n \"Extra\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProject\n<公共请求参数>\n\n{\n \"Name\": \"测试项目\",\n \"Logo\": \"https://tencent.cloud.com/logo.png\",\n \"ColorCode\": \"#ffffff\",\n \"Mark\": \"创建项目\",\n \"IsApply\": true,\n \"DefaultPanelType\": 1\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"Extra\": \"1\",\n \"Data\": {\n \"Id\": 11010\n },\n \"Msg\": \"成功\",\n \"RequestId\": \"dsjasdk121kdsfjksadk\"\n }\n}",
|
40
40
|
"title": "创建项目"
|
41
41
|
}
|
42
42
|
],
|
43
43
|
"CreateUserRole": [
|
44
44
|
{
|
45
45
|
"document": "创建用户",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserRole\n<公共请求参数>\n\n{\n \"RoleIdList\": [\n 0\n ],\n \"UserList\": [\n {\n \"UserId\": \"
|
46
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserRole\n<公共请求参数>\n\n{\n \"RoleIdList\": [\n 0\n ],\n \"UserList\": [\n {\n \"UserId\": \"1101\",\n \"UserName\": \"张三\",\n \"CorpId\": \"150101\",\n \"Email\": \"242113***@qq.com\",\n \"LastLogin\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 0,\n \"FirstModify\": 0,\n \"PhoneNumber\": \"86******8998\",\n \"AreaCode\": \"001\",\n \"CreatedUser\": \"1210201\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedUser\": \"1210201\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"GlobalUserName\": \"张三\",\n \"Mobile\": \"139******8998\"\n }\n ],\n \"UserInfoList\": [\n {\n \"UserId\": \"1101\",\n \"UserName\": \"张三\",\n \"Email\": \"242113***@qq.com\",\n \"PhoneNumber\": \"86******8998\",\n \"AreaCode\": \"001\"\n }\n ]\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"30672eed-81e6-4d8f-a630-3d472531490b\",\n \"Extra\": \"\",\n \"Data\": {\n \"Id\": 1\n }\n }\n}",
|
48
48
|
"title": "demo"
|
49
49
|
}
|
@@ -79,8 +79,8 @@
|
|
79
79
|
"DeleteProject": [
|
80
80
|
{
|
81
81
|
"document": "删除项目",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteProject\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Seed\": \"
|
83
|
-
"output": "{\n \"Response\": {\n \"Extra\": \"
|
82
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteProject\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Seed\": \"sdadfas\",\n \"DefaultPanelType\": 1\n}",
|
83
|
+
"output": "{\n \"Response\": {\n \"Extra\": \"额外参数\",\n \"Data\": \"1\",\n \"Msg\": \"成功\",\n \"RequestId\": \"dsdlsdlcdfkdskask212\"\n }\n}",
|
84
84
|
"title": "删除项目"
|
85
85
|
}
|
86
86
|
],
|
@@ -118,7 +118,7 @@
|
|
118
118
|
{
|
119
119
|
"document": "",
|
120
120
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePageWidgetList\n<公共请求参数>\n\n{\n \"ProjectId\": \"662\",\n \"PageId\": \"6465\"\n}",
|
121
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
121
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorMessage\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Data\": {\n \"CorpId\": \"110112\",\n \"ProjectId\": \"1101\",\n \"PageId\": \"1\",\n \"WidgetList\": [\n {\n \"WidgetId\": \"dsjdsk\",\n \"WidgetName\": \"表格\"\n }\n ]\n },\n \"Msg\": \"成功\",\n \"RequestId\": \"sadadadfdkfdl212313dsds\"\n }\n}",
|
122
122
|
"title": "成功"
|
123
123
|
}
|
124
124
|
],
|
@@ -126,15 +126,15 @@
|
|
126
126
|
{
|
127
127
|
"document": "展示项目详情接口示例",
|
128
128
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectInfo\n<公共请求参数>\n\n{\n \"Id\": 43\n}",
|
129
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
129
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"ext\",\n \"Msg\": \"成功\",\n \"Data\": {\n \"Id\": 1,\n \"Logo\": \"https://cloud.tencetn****/logo.png\",\n \"Name\": \"测试项目\",\n \"ColorCode\": \"#fff\",\n \"CreatedUser\": \"zhangsna\",\n \"CreatedAt\": \"zhangsan\",\n \"MemberCount\": 0,\n \"PageCount\": 0,\n \"LastModifyName\": \"zhangsna\",\n \"Source\": \"sas\",\n \"Apply\": true,\n \"UpdatedUser\": \"zhangsna\",\n \"UpdatedAt\": \"zhangsna\",\n \"CorpId\": \"1010\",\n \"Mark\": \"beiz\",\n \"Seed\": \"safd\",\n \"AuthList\": [\n \"110101\"\n ],\n \"PanelScope\": \"page\",\n \"IsExternalManage\": true,\n \"ManagePlatform\": \"saas\",\n \"ConfigList\": [\n {\n \"ModuleGroup\": \"page\",\n \"Components\": [\n {\n \"ModuleId\": \"1101\",\n \"IncludeType\": \"usable\",\n \"Params\": \"\"\n }\n ]\n }\n ]\n },\n \"RequestId\": \"sasfsfd21dssfasdsf-fdsdad\"\n }\n}",
|
130
130
|
"title": "展示项目详情接口示例"
|
131
131
|
}
|
132
132
|
],
|
133
133
|
"DescribeProjectList": [
|
134
134
|
{
|
135
135
|
"document": "项目列表数据接口",
|
136
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectList\n<公共请求参数>\n\n{\n \"PageSize\": 1,\n \"PageNo\": 1,\n \"Keyword\": \"
|
137
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
136
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectList\n<公共请求参数>\n\n{\n \"PageSize\": 1,\n \"PageNo\": 1,\n \"Keyword\": \"demo\",\n \"AllPage\": true\n}",
|
137
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"数据不存在\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"Data\": {\n \"List\": [\n {\n \"Id\": 1,\n \"Logo\": \"http://www.cloud.com***/logo.png\",\n \"Name\": \"测试\",\n \"ColorCode\": \"#666\",\n \"CreatedUser\": \"张三\",\n \"CreatedAt\": \"张三\",\n \"MemberCount\": 0,\n \"PageCount\": 0,\n \"LastModifyName\": \"张三\",\n \"Source\": \"\",\n \"Apply\": true,\n \"UpdatedUser\": \"张三\",\n \"UpdatedAt\": \"张三\",\n \"CorpId\": \"10010101\",\n \"Mark\": \"备注\",\n \"Seed\": \"\",\n \"AuthList\": [\n \"10101\"\n ],\n \"PanelScope\": \"scope\",\n \"IsExternalManage\": true,\n \"ManagePlatform\": \"saas\",\n \"ConfigList\": [\n {\n \"ModuleGroup\": \"project\",\n \"Components\": [\n {\n \"ModuleId\": \"10101\",\n \"IncludeType\": \"useable\",\n \"Params\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"Total\": 1,\n \"TotalPages\": 1\n },\n \"RequestId\": \"dfjksak10w1qdsk2312\"\n }\n}",
|
138
138
|
"title": "项目列表数据接口"
|
139
139
|
}
|
140
140
|
],
|
@@ -142,15 +142,15 @@
|
|
142
142
|
{
|
143
143
|
"document": "项目内用户接口示例",
|
144
144
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserProjectList\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"AllPage\": true,\n \"PageNo\": 0,\n \"PageSize\": 0\n}",
|
145
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
145
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Data\": {\n \"List\": [\n {\n \"UserId\": \"1101\",\n \"UserName\": \"zhangsn\",\n \"CorpId\": \"1012\",\n \"Email\": \"242***@qq.com\",\n \"LastLogin\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 0,\n \"FirstModify\": 0,\n \"PhoneNumber\": \"86212***21\",\n \"AreaCode\": \"086\",\n \"CreatedUser\": \"zhangsna\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedUser\": \"zhangsn\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"GlobalUserName\": \"zhangsn\",\n \"Mobile\": \"153****798\",\n \"AppId\": \"101\",\n \"AppUserId\": \"zhangsn\",\n \"AppUserAliasName\": \"zhangsa\",\n \"AppUserName\": \"zjang\",\n \"InValidateAppRange\": true\n }\n ],\n \"Total\": 0,\n \"TotalPages\": 0\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"RequestId\": \"sddfsdf212ffdf-dsdas\"\n }\n}",
|
146
146
|
"title": "项目内用户接口示例"
|
147
147
|
}
|
148
148
|
],
|
149
149
|
"DescribeUserRoleList": [
|
150
150
|
{
|
151
151
|
"document": "用户信息列表",
|
152
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserRoleList\n<公共请求参数>\n\n{\n \"PageNo\": 0,\n \"PageSize\": 0,\n \"AllPage\": true,\n \"UserType\": \"
|
153
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
152
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserRoleList\n<公共请求参数>\n\n{\n \"PageNo\": 0,\n \"PageSize\": 0,\n \"AllPage\": true,\n \"UserType\": \"1\",\n \"Keyword\": \"\",\n \"ProjectId\": \"1101\",\n \"IsOnlyBindAppUser\": true\n}",
|
153
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Data\": {\n \"Total\": 0,\n \"TotalPages\": 0,\n \"List\": [\n {\n \"Id\": 1,\n \"RoleList\": [\n {\n \"RoleName\": \"企业管理员\",\n \"RoleId\": 0,\n \"ProjectId\": 0,\n \"ProjectName\": \"测试项目\",\n \"ScopeType\": 0,\n \"ModuleCollection\": \"datasource\"\n }\n ],\n \"RoleIdList\": [\n 1\n ],\n \"UserId\": \"10210\",\n \"UserName\": \"zhangsna\",\n \"CorpId\": \"30310\",\n \"Email\": \"232***12@qq.com\",\n \"CreatedUser\": \"zhangsna\",\n \"CreatedAt\": \"2020-09-22 00:00:00\",\n \"UpdatedUser\": \"zhangsna\",\n \"UpdatedAt\": \"2020-09-22 00:00:00\",\n \"LastLogin\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 0,\n \"PhoneNumber\": \"86312***212\",\n \"AreaCode\": \"086\",\n \"RootAccount\": true,\n \"CorpAdmin\": true,\n \"AppUserId\": \"2102\",\n \"AppUserAliasName\": \"zhangsn\",\n \"AppUserName\": \"zhangsn\",\n \"InValidateAppRange\": true\n }\n ]\n },\n \"Msg\": \"成功\",\n \"RequestId\": \"\"\n }\n}",
|
154
154
|
"title": "用户信息列表"
|
155
155
|
}
|
156
156
|
],
|
@@ -158,7 +158,7 @@
|
|
158
158
|
{
|
159
159
|
"document": "项目内-用户角色列表",
|
160
160
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserRoleProjectList\n<公共请求参数>\n\n{\n \"PageNo\": 0,\n \"PageSize\": 0,\n \"ProjectId\": 0,\n \"IsOnlyBindAppUser\": true\n}",
|
161
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
161
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Data\": {\n \"Total\": 0,\n \"TotalPages\": 0,\n \"List\": [\n {\n \"Id\": 1,\n \"RoleList\": [\n {\n \"RoleName\": \"企业管理员\",\n \"RoleId\": 0,\n \"ProjectId\": 210210,\n \"ProjectName\": \"测试项目\",\n \"ScopeType\": 0,\n \"ModuleCollection\": \"project\"\n }\n ],\n \"RoleIdList\": [\n 1\n ],\n \"UserId\": \"21021\",\n \"UserName\": \"zhangsn\",\n \"CorpId\": \"1202101\",\n \"Email\": \"1213***@qq.com\",\n \"CreatedUser\": \"zhangsna\",\n \"CreatedAt\": \"zhangsna\",\n \"UpdatedUser\": \"zhangsna\",\n \"UpdatedAt\": \"2020-09-22 00:00:00\",\n \"LastLogin\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 0,\n \"PhoneNumber\": \"152****423\",\n \"AreaCode\": \"086\",\n \"RootAccount\": true,\n \"CorpAdmin\": true,\n \"AppUserId\": \"2103\",\n \"AppUserAliasName\": \"zhangsn\",\n \"AppUserName\": \"zhjang\",\n \"InValidateAppRange\": true\n }\n ]\n },\n \"Msg\": \"成功\",\n \"RequestId\": \"3211dfZ12-2331\"\n }\n}",
|
162
162
|
"title": "项目内-用户角色列表"
|
163
163
|
}
|
164
164
|
],
|
@@ -166,28 +166,22 @@
|
|
166
166
|
{
|
167
167
|
"document": "导出自由画布",
|
168
168
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportScreenPage\n<公共请求参数>\n\n{\n \"ProjectId\": \"1907\",\n \"PageId\": \"39618\",\n \"CanvasType\": \"FREE\",\n \"PicType\": \"url\",\n \"WidgetIds\": []\n}",
|
169
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
169
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorMessage\": \"接口错误\",\n \"ErrorLevel\": \"ERROR\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Data\": {\n \"PicType\": \"PNG\",\n \"List\": [\n {\n \"Content\": \"\",\n \"WidgetId\": \"saia192\"\n }\n ],\n \"TranId\": \"qwq211221\",\n \"TranStatus\": 0\n },\n \"Msg\": \"失败\",\n \"RequestId\": \"ddsds122321-fdsd12\"\n }\n}",
|
170
170
|
"title": "导出自由画布"
|
171
171
|
}
|
172
172
|
],
|
173
173
|
"ModifyDatasource": [
|
174
174
|
{
|
175
175
|
"document": "",
|
176
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatasource\n<公共请求参数>\n\n{\n \"DbHost\": \"
|
177
|
-
"output": "{\n \"Response\": {\n \"
|
176
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatasource\n<公共请求参数>\n\n{\n \"DbHost\": \"0.0.0.0\",\n \"DbPort\": \"3307\",\n \"ServiceType\": \"{\\\"Type\\\":\\\"Own\\\"}\",\n \"DbType\": \"MONGODB\",\n \"DataOrigin\": \"\",\n \"Charset\": \"utf8\",\n \"Catalog\": \"\",\n \"DbUser\": \"username\",\n \"DbName\": \"name\",\n \"DbPwd\": \"password\",\n \"SourceName\": \"测试vpc\",\n \"VpcId\": \"vpcid\",\n \"UniqVpcId\": \"vpc-\",\n \"Vip\": \"\",\n \"Vport\": \"\",\n \"ExtraParam\": \"\",\n \"DataOriginProjectId\": \"\",\n \"DataOriginDatasourceId\": \"\",\n \"UseVPC\": true,\n \"RegionId\": \"gz\",\n \"ProjectId\": 517,\n \"Id\": 134\n}",
|
177
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"服务器内部错误\",\n \"RequestId\": \"xxx-xx-x\",\n \"Extra\": \"\",\n \"Data\": null,\n \"ErrorInfo\": {\n \"ErrorTip\": \"服务器内部错误\",\n \"ErrorMessage\": \"服务器内部错误\",\n \"ErrorLevel\": \"ERROR\"\n }\n }\n}",
|
178
178
|
"title": "更新数据源"
|
179
179
|
}
|
180
180
|
],
|
181
181
|
"ModifyDatasourceCloud": [
|
182
182
|
{
|
183
183
|
"document": "",
|
184
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatasourceCloud\n<公共请求参数>\n\n{\n \"
|
185
|
-
"output": "{\n \"Response\": {\n \"Data\": \"abc\",\n \"Extra\": \"abc\",\n \"Msg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
186
|
-
"title": "更新云数据源"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"document": "",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatasourceCloud\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"ProjectId\": \"abc\",\n \"SourceName\": \"数据库别名\",\n \"Vport\": \"3306\",\n \"VpcId\": \"123456\",\n \"Charset\": \"utf8\",\n \"ExtraParam\": \"\",\n \"DbUser\": \"root\",\n \"ServiceType\": \"{\\\"Type\\\":\\\"Cloud\\\",\\\"Region\\\":\\\"ap-guangzhou\\\",\\\"InstanceId\\\":\\\"cdb-bdb0juh5\\\"}\",\n \"DbType\": \"MySQL\",\n \"UniqVpcId\": \"vpc-123\",\n \"RegionId\": \"gz\",\n \"DbName\": \"power-test\",\n \"DbPwd\": \"12345\",\n \"Vip\": \"\"\n}",
|
184
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatasourceCloud\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"ProjectId\": \"21313\",\n \"SourceName\": \"数据库别名\",\n \"Vport\": \"3306\",\n \"VpcId\": \"2131314\",\n \"Charset\": \"utf8\",\n \"ExtraParam\": \"\",\n \"DbUser\": \"root\",\n \"ServiceType\": \"{\\\"Type\\\":\\\"Cloud\\\",\\\"Region\\\":\\\"ap-guangzhou\\\",\\\"InstanceId\\\":\\\"cdb-bdb0juh5\\\"}\",\n \"DbType\": \"MySQL\",\n \"UniqVpcId\": \"vpc-54343\",\n \"RegionId\": \"gz\",\n \"DbName\": \"power-test\",\n \"DbPwd\": \"2424***231312\",\n \"Vip\": \"\"\n}",
|
191
185
|
"output": "{\n \"Response\": {\n \"RequestId\": \"63f50c98-1e5b-41bc-9a6a-d630312f8de9\",\n \"Extra\": \"\",\n \"Data\": \"\",\n \"Msg\": \"success\"\n }\n}",
|
192
186
|
"title": "更新云数据库示例"
|
193
187
|
}
|
@@ -195,24 +189,24 @@
|
|
195
189
|
"ModifyProject": [
|
196
190
|
{
|
197
191
|
"document": "修改项目",
|
198
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"
|
199
|
-
"output": "{\n \"Response\": {\n \"Extra\": \"
|
192
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"测试数据源\",\n \"ColorCode\": \"#ffffff\",\n \"Logo\": \"log.png\",\n \"Mark\": \"beizhu\",\n \"IsApply\": true,\n \"Seed\": \"dssa\",\n \"PanelScope\": \"ALL\"\n}",
|
193
|
+
"output": "{\n \"Response\": {\n \"Extra\": \"\",\n \"Data\": \"\",\n \"Msg\": \"成功\",\n \"RequestId\": \"dsweew-22131ds\"\n }\n}",
|
200
194
|
"title": "修改项目"
|
201
195
|
}
|
202
196
|
],
|
203
197
|
"ModifyUserRole": [
|
204
198
|
{
|
205
199
|
"document": "修改用户角色信息",
|
206
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserRole\n<公共请求参数>\n\n{\n \"UserId\": \"
|
207
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
200
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserRole\n<公共请求参数>\n\n{\n \"UserId\": \"21021\",\n \"RoleIdList\": [\n 0,\n 1,\n 231,\n 213\n ],\n \"Email\": \"2313**2312@qq.com\",\n \"UserName\": \"zhangsn\",\n \"PhoneNumber\": \"86212***12\",\n \"AreaCode\": \"086\",\n \"AppUserId\": \"123142\"\n}",
|
201
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"ERROR\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Msg\": \"失败\",\n \"Data\": \"\",\n \"RequestId\": \"sddsdfsbghbwe1-211ds\"\n }\n}",
|
208
202
|
"title": "修改用户角色信息"
|
209
203
|
}
|
210
204
|
],
|
211
205
|
"ModifyUserRoleProject": [
|
212
206
|
{
|
213
207
|
"document": "项目-修改用户信息",
|
214
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserRoleProject\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"UserId\": \"
|
215
|
-
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"
|
208
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserRoleProject\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"UserId\": \"12233\",\n \"RoleIdList\": [\n 0\n ],\n \"Email\": \"2313***312@qq.com\",\n \"UserName\": \"zhangsn\",\n \"AppUserId\": \"dsfg\"\n}",
|
209
|
+
"output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"Data\": \"\",\n \"RequestId\": \"sadd23jdsh-123cdjds\"\n }\n}",
|
216
210
|
"title": "项目-修改用户信息"
|
217
211
|
}
|
218
212
|
]
|