tccli 3.0.1255.1__py2.py3-none-any.whl → 3.0.1257.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/bi/v20220105/api.json +172 -86
- tccli/services/bi/v20220105/examples.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +215 -165
- tccli/services/cdwdoris/v20211228/examples.json +34 -34
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cvm/v20170312/api.json +4 -4
- 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/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lcic/v20220817/api.json +3 -3
- 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 +243 -137
- tccli/services/rum/v20210622/examples.json +32 -32
- tccli/services/scf/v20180416/api.json +10 -10
- 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/services/trro/v20220325/api.json +6 -6
- tccli/services/trro/v20220325/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +70 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vpc/v20170312/api.json +36658 -29
- tccli/services/vpc/v20170312/examples.json +3521 -5
- tccli/services/vpc/vpc_client.py +20515 -4
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,8 +11,8 @@
|
|
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
|
],
|
@@ -173,8 +173,8 @@
|
|
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
|
],
|
@@ -203,8 +203,8 @@
|
|
203
203
|
"ModifyUserRole": [
|
204
204
|
{
|
205
205
|
"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\": \"
|
206
|
+
"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}",
|
207
|
+
"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
208
|
"title": "修改用户角色信息"
|
209
209
|
}
|
210
210
|
],
|