tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1389.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 +8 -8
- tccli/services/bi/v20220105/examples.json +4 -4
- tccli/services/cdc/v20201214/api.json +1 -1
- tccli/services/cdc/v20201214/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/chc/v20230418/api.json +69 -1
- tccli/services/ckafka/v20190819/api.json +112 -103
- tccli/services/ckafka/v20190819/examples.json +7 -7
- tccli/services/cls/v20201016/api.json +81 -4
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/ctem/v20231128/api.json +40 -0
- tccli/services/dc/v20180410/api.json +26 -6
- tccli/services/dts/v20211206/api.json +6 -6
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +172 -11
- tccli/services/es/v20180416/api.json +4 -4
- tccli/services/es/v20250101/api.json +119 -8
- tccli/services/ess/v20201111/api.json +30 -1
- tccli/services/essbasic/v20210526/api.json +21 -3
- tccli/services/gme/gme_client.py +509 -32
- tccli/services/gme/v20180711/api.json +1172 -46
- tccli/services/gme/v20180711/examples.json +72 -0
- tccli/services/hunyuan/v20230901/api.json +18 -0
- tccli/services/ioa/v20220601/api.json +44 -8
- tccli/services/ioa/v20220601/examples.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +432 -8
- tccli/services/iotexplorer/v20190423/api.json +979 -43
- tccli/services/iotexplorer/v20190423/examples.json +64 -0
- tccli/services/lighthouse/v20200324/api.json +18 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +18 -0
- tccli/services/mqtt/v20240516/api.json +89 -0
- tccli/services/ocr/ocr_client.py +114 -8
- tccli/services/ocr/v20181119/api.json +225 -0
- tccli/services/ocr/v20181119/examples.json +28 -0
- tccli/services/thpc/v20230321/api.json +1 -1
- tccli/services/thpc/v20230321/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +9 -9
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/wsa/v20250508/api.json +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1389.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1389.1.dist-info}/RECORD +47 -47
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1389.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1389.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1389.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1389.1'
|
@@ -216,7 +216,7 @@
|
|
216
216
|
"members": [
|
217
217
|
{
|
218
218
|
"disabled": false,
|
219
|
-
"document": "分享项目id
|
219
|
+
"document": "分享项目id",
|
220
220
|
"example": "1",
|
221
221
|
"member": "uint64",
|
222
222
|
"name": "ProjectId",
|
@@ -297,7 +297,7 @@
|
|
297
297
|
{
|
298
298
|
"disabled": false,
|
299
299
|
"document": "结果数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
300
|
-
"example": "
|
300
|
+
"example": "无",
|
301
301
|
"member": "ApplyEmbedTokenInfo",
|
302
302
|
"name": "Data",
|
303
303
|
"output_required": true,
|
@@ -2795,7 +2795,7 @@
|
|
2795
2795
|
{
|
2796
2796
|
"disabled": false,
|
2797
2797
|
"document": "项目id",
|
2798
|
-
"example": "
|
2798
|
+
"example": "125",
|
2799
2799
|
"member": "int64",
|
2800
2800
|
"name": "ProjectId",
|
2801
2801
|
"required": false,
|
@@ -2839,8 +2839,8 @@
|
|
2839
2839
|
},
|
2840
2840
|
{
|
2841
2841
|
"disabled": false,
|
2842
|
-
"document": "
|
2843
|
-
"example": "
|
2842
|
+
"document": "无\n注意:此字段可能返回 null,表示取不到有效值。",
|
2843
|
+
"example": "无",
|
2844
2844
|
"member": "RankInfo",
|
2845
2845
|
"name": "Data",
|
2846
2846
|
"output_required": true,
|
@@ -2870,7 +2870,7 @@
|
|
2870
2870
|
},
|
2871
2871
|
{
|
2872
2872
|
"disabled": false,
|
2873
|
-
"document": "页数",
|
2873
|
+
"document": "页数 ",
|
2874
2874
|
"example": "1",
|
2875
2875
|
"member": "int64",
|
2876
2876
|
"name": "PageNo",
|
@@ -2889,7 +2889,7 @@
|
|
2889
2889
|
{
|
2890
2890
|
"disabled": false,
|
2891
2891
|
"document": "所有页码",
|
2892
|
-
"example": "
|
2892
|
+
"example": "true",
|
2893
2893
|
"member": "bool",
|
2894
2894
|
"name": "AllPage",
|
2895
2895
|
"required": false,
|
@@ -2933,7 +2933,7 @@
|
|
2933
2933
|
},
|
2934
2934
|
{
|
2935
2935
|
"disabled": false,
|
2936
|
-
"document": "112\n注意:此字段可能返回 null,表示取不到有效值。",
|
2936
|
+
"document": "112 \n注意:此字段可能返回 null,表示取不到有效值。",
|
2937
2937
|
"example": "1",
|
2938
2938
|
"member": "string",
|
2939
2939
|
"name": "Extra",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"ApplyEmbedInterval": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyEmbedInterval\n<公共请求参数>\n\n{\n \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyEmbedInterval\n<公共请求参数>\n\n{\n \"ProjectId\": 1982493789748932,\n \"PageId\": 1982493789748932,\n \"BIToken\": \"BIToken\",\n \"ExtraParam\": \"ExtraParam\",\n \"Intention\": \"Intention\",\n \"Scope\": \"Scope\"\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"e60a2172-715b-4305-beb2-40792ae53856\",\n \"Extra\": \"\",\n \"Data\": {\n \"Result\": true\n }\n }\n}",
|
8
8
|
"title": "申请Token延期接口实例"
|
9
9
|
}
|
@@ -141,8 +141,8 @@
|
|
141
141
|
"DescribePermissionRanksInfo": [
|
142
142
|
{
|
143
143
|
"document": "根据角色或标签查询行列权限配置",
|
144
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePermissionRanksInfo\n<公共请求参数>\n\n{\n \"TableId\": 0,\n \"Mode\": \"
|
145
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"
|
144
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePermissionRanksInfo\n<公共请求参数>\n\n{\n \"TableId\": 0,\n \"Mode\": \"testdata\",\n \"RoleType\": \"testdata\",\n \"RoleId\": 0,\n \"Type\": \"testdata\",\n \"ProjectId\": 0\n}",
|
145
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"testdata\",\n \"Extra\": \"testdata\",\n \"Data\": {\n \"TableId\": 0,\n \"Type\": \"testdata\",\n \"Mode\": \"testdata\",\n \"RulerInfo\": \"testdata\",\n \"RoleId\": 0,\n \"RoleType\": \"testdata\",\n \"RowColumnConfigList\": [\n {\n \"RulerInfo\": \"testdata\",\n \"TagValueList\": [\n {\n \"Id\": 0,\n \"Name\": \"testdata\",\n \"Values\": [\n \"testdata\"\n ]\n }\n ]\n }\n ]\n },\n \"RequestId\": \"testdata\"\n }\n}",
|
146
146
|
"title": "根据角色或标签查询行列权限配置"
|
147
147
|
}
|
148
148
|
],
|
@@ -150,7 +150,7 @@
|
|
150
150
|
{
|
151
151
|
"document": "项目内角色列表接口示例",
|
152
152
|
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePermissionRoleInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\",\n \"PageNo\": \"0\",\n \"PageSize\": \"10\",\n \"AllPage\": \"true\"\n}",
|
153
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Id\": 1,\n \"RoleName\": \"
|
153
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Id\": 1,\n \"RoleName\": \"testdata\",\n \"CorpId\": \"testdata\",\n \"RoleType\": \"testdata\",\n \"Scope\": \"testdata\",\n \"Description\": \"testdata\",\n \"CreatedAt\": \"testdata\",\n \"CreatedUser\": \"testdata\",\n \"UpdatedAt\": \"testdata\",\n \"UpdatedUser\": \"testdata\",\n \"ScopeType\": 0,\n \"CanChoose\": true,\n \"ModuleCollection\": \"testdata\"\n }\n ],\n \"Msg\": \"testdata\",\n \"Extra\": \"testdata\",\n \"RequestId\": \"testdata\"\n }\n}",
|
154
154
|
"title": "项目内角色列表接口示例"
|
155
155
|
}
|
156
156
|
],
|
@@ -2356,7 +2356,7 @@
|
|
2356
2356
|
{
|
2357
2357
|
"disabled": false,
|
2358
2358
|
"document": "支持的可用区列表",
|
2359
|
-
"example": "
|
2359
|
+
"example": "无",
|
2360
2360
|
"member": "RegionZoneInfo",
|
2361
2361
|
"name": "ZoneSet",
|
2362
2362
|
"output_required": true,
|
@@ -131,8 +131,8 @@
|
|
131
131
|
"DescribeDedicatedSupportedZones": [
|
132
132
|
{
|
133
133
|
"document": "",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: cdc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDedicatedSupportedZones\n<公共请求参数>\n\n{\n \"Regions\": [\n
|
135
|
-
"output": "{\n \"Response\": {\n \"ZoneSet\": [\n {\n \"RegionId\":
|
134
|
+
"input": "POST / HTTP/1.1\nHost: cdc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDedicatedSupportedZones\n<公共请求参数>\n\n{\n \"Regions\": [\n 4\n ]\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"932b1bb8-8b29-405a-a4f9-1a46213c05f6\",\n \"ZoneSet\": [\n {\n \"RegionId\": 4,\n \"Zones\": [\n {\n \"Zone\": \"ap-shanghai-1\",\n \"ZoneId\": 200001,\n \"ZoneName\": \"上海一区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-2\",\n \"ZoneId\": 200002,\n \"ZoneName\": \"上海二区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-3\",\n \"ZoneId\": 200003,\n \"ZoneName\": \"上海三区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-4\",\n \"ZoneId\": 200004,\n \"ZoneName\": \"上海四区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-5\",\n \"ZoneId\": 200005,\n \"ZoneName\": \"上海五区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-6\",\n \"ZoneId\": 200006,\n \"ZoneName\": \"上海六区\",\n \"ZoneState\": \"AVAILABLE\"\n },\n {\n \"Zone\": \"ap-shanghai-7\",\n \"ZoneId\": 200007,\n \"ZoneName\": \"上海七区\",\n \"ZoneState\": \"AVAILABLE\"\n }\n ]\n }\n ]\n }\n}",
|
136
136
|
"title": "查询专用集群支持的可用区列表"
|
137
137
|
}
|
138
138
|
],
|
@@ -7804,7 +7804,7 @@
|
|
7804
7804
|
},
|
7805
7805
|
{
|
7806
7806
|
"disabled": false,
|
7807
|
-
"document": "http
|
7807
|
+
"document": "http 头部值,自定义请求头中最多可设置 1000 个字符,自定义响应头中最多可以设置 2000 个字符\nMode 为 del 时非必填\nMode 为 add/set 时必填\n注意:此字段可能返回 null,表示取不到有效值。",
|
7808
7808
|
"example": "value",
|
7809
7809
|
"member": "string",
|
7810
7810
|
"name": "HeaderValue",
|
@@ -797,6 +797,15 @@
|
|
797
797
|
"name": "VisitRemark",
|
798
798
|
"required": true,
|
799
799
|
"type": "string"
|
800
|
+
},
|
801
|
+
{
|
802
|
+
"disabled": false,
|
803
|
+
"document": "到访人员车辆信息",
|
804
|
+
"example": "无",
|
805
|
+
"member": "PersonnelVisitCar",
|
806
|
+
"name": "CarSet",
|
807
|
+
"required": false,
|
808
|
+
"type": "list"
|
800
809
|
}
|
801
810
|
],
|
802
811
|
"type": "object"
|
@@ -807,7 +816,7 @@
|
|
807
816
|
{
|
808
817
|
"disabled": false,
|
809
818
|
"document": "创建的工单信息",
|
810
|
-
"example": "
|
819
|
+
"example": "无",
|
811
820
|
"member": "WorkOrderTinyInfo",
|
812
821
|
"name": "WorkOrderSet",
|
813
822
|
"output_required": true,
|
@@ -2473,6 +2482,16 @@
|
|
2473
2482
|
"type": "string",
|
2474
2483
|
"value_allowed_null": false
|
2475
2484
|
},
|
2485
|
+
{
|
2486
|
+
"disabled": false,
|
2487
|
+
"document": "到访人员车辆信息",
|
2488
|
+
"example": "无",
|
2489
|
+
"member": "PersonnelVisitCar",
|
2490
|
+
"name": "CarSet",
|
2491
|
+
"output_required": false,
|
2492
|
+
"type": "list",
|
2493
|
+
"value_allowed_null": false
|
2494
|
+
},
|
2476
2495
|
{
|
2477
2496
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2478
2497
|
"member": "string",
|
@@ -4900,6 +4919,45 @@
|
|
4900
4919
|
],
|
4901
4920
|
"usage": "out"
|
4902
4921
|
},
|
4922
|
+
"PersonnelVisitCar": {
|
4923
|
+
"document": "人员到访时的车辆信息",
|
4924
|
+
"members": [
|
4925
|
+
{
|
4926
|
+
"disabled": false,
|
4927
|
+
"document": "车牌号",
|
4928
|
+
"example": "京A87653",
|
4929
|
+
"member": "string",
|
4930
|
+
"name": "CarNumber",
|
4931
|
+
"output_required": false,
|
4932
|
+
"required": true,
|
4933
|
+
"type": "string",
|
4934
|
+
"value_allowed_null": false
|
4935
|
+
},
|
4936
|
+
{
|
4937
|
+
"disabled": false,
|
4938
|
+
"document": "驾驶人姓名",
|
4939
|
+
"example": "张三",
|
4940
|
+
"member": "string",
|
4941
|
+
"name": "DriverName",
|
4942
|
+
"output_required": false,
|
4943
|
+
"required": true,
|
4944
|
+
"type": "string",
|
4945
|
+
"value_allowed_null": false
|
4946
|
+
},
|
4947
|
+
{
|
4948
|
+
"disabled": false,
|
4949
|
+
"document": "驾驶人身份证号",
|
4950
|
+
"example": "130721199101302615",
|
4951
|
+
"member": "string",
|
4952
|
+
"name": "DriverNumber",
|
4953
|
+
"output_required": false,
|
4954
|
+
"required": true,
|
4955
|
+
"type": "string",
|
4956
|
+
"value_allowed_null": false
|
4957
|
+
}
|
4958
|
+
],
|
4959
|
+
"usage": "both"
|
4960
|
+
},
|
4903
4961
|
"Position": {
|
4904
4962
|
"document": "机位信息",
|
4905
4963
|
"members": [
|
@@ -5846,6 +5904,16 @@
|
|
5846
5904
|
"output_required": false,
|
5847
5905
|
"type": "string",
|
5848
5906
|
"value_allowed_null": false
|
5907
|
+
},
|
5908
|
+
{
|
5909
|
+
"disabled": false,
|
5910
|
+
"document": "工单关联的dcops单号",
|
5911
|
+
"example": "10250805010079",
|
5912
|
+
"member": "string",
|
5913
|
+
"name": "TicketId",
|
5914
|
+
"output_required": false,
|
5915
|
+
"type": "string",
|
5916
|
+
"value_allowed_null": false
|
5849
5917
|
}
|
5850
5918
|
],
|
5851
5919
|
"usage": "out"
|