tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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.
Files changed (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +24 -24
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/cls/cls_client.py +235 -23
  15. tccli/services/cls/v20201016/api.json +457 -3
  16. tccli/services/cls/v20201016/examples.json +32 -0
  17. tccli/services/controlcenter/v20230110/api.json +63 -58
  18. tccli/services/cvm/v20170312/api.json +2 -2
  19. tccli/services/dbbrain/dbbrain_client.py +106 -0
  20. tccli/services/dbbrain/v20191016/api.json +365 -6
  21. tccli/services/dbbrain/v20191016/examples.json +8 -0
  22. tccli/services/dbbrain/v20210527/api.json +550 -21
  23. tccli/services/dbbrain/v20210527/examples.json +16 -0
  24. tccli/services/dcdb/v20180411/api.json +102 -6
  25. tccli/services/dcdb/v20180411/examples.json +4 -4
  26. tccli/services/dlc/dlc_client.py +53 -0
  27. tccli/services/dlc/v20210125/api.json +162 -0
  28. tccli/services/dlc/v20210125/examples.json +8 -0
  29. tccli/services/dnspod/v20210323/api.json +128 -127
  30. tccli/services/ess/v20201111/api.json +1 -1
  31. tccli/services/essbasic/v20210526/api.json +5 -5
  32. tccli/services/facefusion/v20220927/api.json +2 -2
  33. tccli/services/facefusion/v20220927/examples.json +1 -1
  34. tccli/services/gs/v20191118/api.json +22 -3
  35. tccli/services/gs/v20191118/examples.json +1 -1
  36. tccli/services/hai/v20230812/api.json +16 -16
  37. tccli/services/iotcloud/v20210408/api.json +2 -2
  38. tccli/services/iotcloud/v20210408/examples.json +3 -3
  39. tccli/services/iotexplorer/v20190423/api.json +947 -857
  40. tccli/services/iotexplorer/v20190423/examples.json +83 -83
  41. tccli/services/live/v20180801/api.json +2 -2
  42. tccli/services/lkeap/v20240522/api.json +3 -3
  43. tccli/services/mariadb/v20170312/api.json +84 -8
  44. tccli/services/mariadb/v20170312/examples.json +3 -3
  45. tccli/services/mps/v20190612/api.json +63 -61
  46. tccli/services/mps/v20190612/examples.json +48 -48
  47. tccli/services/mqtt/v20240516/api.json +62 -12
  48. tccli/services/mqtt/v20240516/examples.json +6 -6
  49. tccli/services/ocr/ocr_client.py +307 -360
  50. tccli/services/ocr/v20181119/api.json +73 -289
  51. tccli/services/ocr/v20181119/examples.json +0 -8
  52. tccli/services/organization/v20210331/api.json +9 -0
  53. tccli/services/partners/v20180321/api.json +10 -0
  54. tccli/services/sqlserver/v20180328/api.json +9 -0
  55. tccli/services/sqlserver/v20180328/examples.json +1 -1
  56. tccli/services/tcb/v20180608/api.json +11 -1
  57. tccli/services/tdmq/v20200217/api.json +30 -0
  58. tccli/services/teo/v20220106/api.json +4 -4
  59. tccli/services/teo/v20220901/api.json +48 -7
  60. tccli/services/teo/v20220901/examples.json +51 -15
  61. tccli/services/tione/v20211111/api.json +25 -5
  62. tccli/services/tke/v20180525/api.json +2 -2
  63. tccli/services/trro/trro_client.py +269 -4
  64. tccli/services/trro/v20220325/api.json +504 -0
  65. tccli/services/trro/v20220325/examples.json +40 -0
  66. tccli/services/tse/v20201207/api.json +34 -34
  67. tccli/services/vdb/v20230616/api.json +738 -15
  68. tccli/services/vdb/v20230616/examples.json +64 -0
  69. tccli/services/vdb/vdb_client.py +428 -4
  70. tccli/services/vod/v20180717/api.json +9 -0
  71. tccli/services/vod/v20240718/api.json +985 -0
  72. tccli/services/vod/v20240718/examples.json +66 -0
  73. tccli/services/vod/vod_client.py +330 -12
  74. tccli/services/vpc/v20170312/api.json +175 -0
  75. tccli/services/vpc/v20170312/examples.json +8 -0
  76. tccli/services/vpc/vpc_client.py +53 -0
  77. tccli/services/wedata/v20210820/api.json +464 -1
  78. tccli/services/wedata/v20210820/examples.json +22 -0
  79. tccli/services/wedata/wedata_client.py +114 -8
  80. tccli/services/weilingwith/v20230427/api.json +10 -10
  81. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
  83. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -1745,7 +1745,7 @@
1745
1745
  {
1746
1746
  "disabled": false,
1747
1747
  "document": "更新人\n注意:此字段可能返回 null,表示取不到有效值。",
1748
- "example": "zhangsna",
1748
+ "example": "zhangsan",
1749
1749
  "member": "string",
1750
1750
  "name": "UpdatedUser",
1751
1751
  "output_required": true,
@@ -1831,6 +1831,26 @@
1831
1831
  "output_required": false,
1832
1832
  "type": "bool",
1833
1833
  "value_allowed_null": true
1834
+ },
1835
+ {
1836
+ "disabled": false,
1837
+ "document": "所属人ID\n注意:此字段可能返回 null,表示取不到有效值。",
1838
+ "example": "test_user",
1839
+ "member": "string",
1840
+ "name": "Owner",
1841
+ "output_required": false,
1842
+ "type": "string",
1843
+ "value_allowed_null": true
1844
+ },
1845
+ {
1846
+ "disabled": false,
1847
+ "document": "所属人名称\n注意:此字段可能返回 null,表示取不到有效值。",
1848
+ "example": "测试用户",
1849
+ "member": "string",
1850
+ "name": "OwnerName",
1851
+ "output_required": false,
1852
+ "type": "string",
1853
+ "value_allowed_null": true
1834
1854
  }
1835
1855
  ],
1836
1856
  "usage": "out"
@@ -2598,6 +2618,24 @@
2598
2618
  "name": "PageSize",
2599
2619
  "required": false,
2600
2620
  "type": "int"
2621
+ },
2622
+ {
2623
+ "disabled": false,
2624
+ "document": "是否过滤掉企业管理员",
2625
+ "example": "false",
2626
+ "member": "bool",
2627
+ "name": "IsFilterPerAuthUser",
2628
+ "required": false,
2629
+ "type": "bool"
2630
+ },
2631
+ {
2632
+ "disabled": false,
2633
+ "document": "是否过滤掉当前用户",
2634
+ "example": "false",
2635
+ "member": "bool",
2636
+ "name": "IsFilterCurrentUser",
2637
+ "required": false,
2638
+ "type": "bool"
2601
2639
  }
2602
2640
  ],
2603
2641
  "type": "object"
@@ -2813,6 +2851,24 @@
2813
2851
  "name": "IsOnlyBindAppUser",
2814
2852
  "required": false,
2815
2853
  "type": "bool"
2854
+ },
2855
+ {
2856
+ "disabled": false,
2857
+ "document": "是否获取全部数据",
2858
+ "example": "false",
2859
+ "member": "bool",
2860
+ "name": "AllPage",
2861
+ "required": false,
2862
+ "type": "bool"
2863
+ },
2864
+ {
2865
+ "disabled": false,
2866
+ "document": "角色编码",
2867
+ "example": "sys_project_admin",
2868
+ "member": "string",
2869
+ "name": "RoleCode",
2870
+ "required": false,
2871
+ "type": "string"
2816
2872
  }
2817
2873
  ],
2818
2874
  "type": "object"
@@ -4606,6 +4662,36 @@
4606
4662
  "output_required": true,
4607
4663
  "type": "list",
4608
4664
  "value_allowed_null": true
4665
+ },
4666
+ {
4667
+ "disabled": false,
4668
+ "document": "创建人\n注意:此字段可能返回 null,表示取不到有效值。",
4669
+ "example": "张三",
4670
+ "member": "string",
4671
+ "name": "CreatedUserName",
4672
+ "output_required": false,
4673
+ "type": "string",
4674
+ "value_allowed_null": true
4675
+ },
4676
+ {
4677
+ "disabled": false,
4678
+ "document": "所属人id\n注意:此字段可能返回 null,表示取不到有效值。",
4679
+ "example": "zhangsan",
4680
+ "member": "string",
4681
+ "name": "Owner",
4682
+ "output_required": false,
4683
+ "type": "string",
4684
+ "value_allowed_null": true
4685
+ },
4686
+ {
4687
+ "disabled": false,
4688
+ "document": "所属人\n注意:此字段可能返回 null,表示取不到有效值。",
4689
+ "example": "张三",
4690
+ "member": "string",
4691
+ "name": "OwnerName",
4692
+ "output_required": false,
4693
+ "type": "string",
4694
+ "value_allowed_null": true
4609
4695
  }
4610
4696
  ],
4611
4697
  "usage": "out"
@@ -103,7 +103,7 @@
103
103
  "DescribeDatasourceList": [
104
104
  {
105
105
  "document": "示例",
106
- "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatasourceList\n<公共请求参数>\n\n{\n \"ProjectId\": 2\n}",
106
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatasourceList\n<公共请求参数>\n\n{\n \"ProjectId\": 1982493789748932,\n \"AllPage\": false,\n \"DbName\": \"DbName\",\n \"PageNo\": 1982493789748932,\n \"PageSize\": 1982493789748932,\n \"Keyword\": \"Keyword\",\n \"PermissionType\": 1982493789748932\n}",
107
107
  "output": "{\n \"Response\": {\n \"Data\": {\n \"List\": null,\n \"Total\": 0,\n \"TotalPages\": 0\n },\n \"Extra\": \"\",\n \"Msg\": \"success\",\n \"RequestId\": \"3a66482b-7460-4d22-95bc-eae8c28568e4\"\n }\n}",
108
108
  "title": "示例"
109
109
  },
@@ -125,8 +125,8 @@
125
125
  "DescribeProjectInfo": [
126
126
  {
127
127
  "document": "展示项目详情接口示例",
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\": \"\",\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}",
128
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectInfo\n<公共请求参数>\n\n{\n \"Id\": 1982493789748932,\n \"DefaultPanelType\": 1982493789748932\n}",
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\": \"zhangsan\",\n \"CreatedAt\": \"zhangsan\",\n \"MemberCount\": 0,\n \"PageCount\": 0,\n \"LastModifyName\": \"zhangsan\",\n \"Source\": \"sas\",\n \"Apply\": true,\n \"UpdatedUser\": \"zhangsan\",\n \"UpdatedAt\": \"zhangsan\",\n \"CorpId\": \"1010\",\n \"Mark\": \"Mark\",\n \"Seed\": \"Seed\",\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\": \"RequestId-123\"\n }\n}",
130
130
  "title": "展示项目详情接口示例"
131
131
  }
132
132
  ],
@@ -141,8 +141,8 @@
141
141
  "DescribeUserProjectList": [
142
142
  {
143
143
  "document": "项目内用户接口示例",
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\": \"\",\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}",
144
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserProjectList\n<公共请求参数>\n\n{\n \"ProjectId\": 1982493789748932,\n \"AllPage\": false,\n \"PageNo\": 1982493789748932,\n \"PageSize\": 1982493789748932\n}",
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\": \"zhangsan\",\n \"CorpId\": \"1012\",\n \"Email\": \"123***@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\": \"zhangsan\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedUser\": \"zhangsan\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"GlobalUserName\": \"zhangsan\",\n \"Mobile\": \"153****798\",\n \"AppId\": \"101\",\n \"AppUserId\": \"zhangsan\",\n \"AppUserAliasName\": \"zhangsan\",\n \"AppUserName\": \"zhangsan\",\n \"InValidateAppRange\": true\n }\n ],\n \"Total\": 0,\n \"TotalPages\": 0\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"RequestId\": \"RequestId-123\"\n }\n}",
146
146
  "title": "项目内用户接口示例"
147
147
  }
148
148
  ],
@@ -157,8 +157,8 @@
157
157
  "DescribeUserRoleProjectList": [
158
158
  {
159
159
  "document": "项目内-用户角色列表",
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\": \"\",\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}",
160
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserRoleProjectList\n<公共请求参数>\n\n{\n \"PageNo\": 1982493789748932,\n \"PageSize\": 1982493789748932,\n \"ProjectId\": 1982493789748932,\n \"IsOnlyBindAppUser\": false\n}",
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\": \"zhangsan\",\n \"CorpId\": \"1202101\",\n \"Email\": \"123***@qq.com\",\n \"CreatedUser\": \"zhangsan\",\n \"CreatedAt\": \"zhangsan\",\n \"UpdatedUser\": \"zhangsan\",\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\": \"zhangsan\",\n \"AppUserName\": \"zhangsan\",\n \"InValidateAppRange\": true\n }\n ]\n },\n \"Msg\": \"成功\",\n \"RequestId\": \"3211dfZ12-2331\"\n }\n}",
162
162
  "title": "项目内-用户角色列表"
163
163
  }
164
164
  ],