tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1390.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/ai3d/ai3d_client.py +106 -0
- tccli/services/ai3d/v20250513/api.json +172 -0
- tccli/services/ai3d/v20250513/examples.json +16 -0
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +8 -8
- tccli/services/bi/v20220105/examples.json +4 -4
- tccli/services/cam/v20190116/api.json +11 -1
- tccli/services/ccc/v20200210/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +40 -2
- 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/cdz/v20221123/api.json +1 -1
- tccli/services/chc/v20230418/api.json +69 -1
- tccli/services/ckafka/v20190819/api.json +141 -124
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/cloudapp/cloudapp_client.py +53 -0
- tccli/services/cloudapp/v20220530/api.json +68 -0
- tccli/services/cloudapp/v20220530/examples.json +14 -0
- tccli/services/cls/cls_client.py +167 -8
- tccli/services/cls/v20201016/api.json +373 -6
- tccli/services/cls/v20201016/examples.json +25 -1
- tccli/services/ctem/v20231128/api.json +40 -0
- tccli/services/dc/v20180410/api.json +26 -6
- tccli/services/dts/v20211206/api.json +21 -21
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/emr/v20190103/api.json +172 -11
- tccli/services/es/v20180416/api.json +4 -4
- tccli/services/es/v20250101/api.json +218 -13
- tccli/services/ess/v20201111/api.json +175 -5
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +21 -3
- tccli/services/gme/gme_client.py +509 -32
- tccli/services/gme/v20180711/api.json +1179 -53
- tccli/services/gme/v20180711/examples.json +72 -0
- tccli/services/hunyuan/v20230901/api.json +18 -0
- tccli/services/igtm/v20231024/api.json +3 -3
- 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 +990 -36
- tccli/services/iotexplorer/v20190423/examples.json +65 -1
- tccli/services/lighthouse/lighthouse_client.py +53 -0
- tccli/services/lighthouse/v20200324/api.json +246 -35
- tccli/services/lighthouse/v20200324/examples.json +8 -0
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +18 -0
- tccli/services/lowcode/lowcode_client.py +163 -4
- tccli/services/lowcode/v20210108/api.json +1373 -96
- tccli/services/lowcode/v20210108/examples.json +24 -0
- tccli/services/mps/v20190612/api.json +804 -47
- 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/sqlserver/v20180328/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +51 -0
- tccli/services/tdai/__init__.py +4 -0
- tccli/services/tdai/tdai_client.py +1108 -0
- tccli/services/tdai/v20250717/api.json +1930 -0
- tccli/services/tdai/v20250717/examples.json +149 -0
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +111 -3
- tccli/services/teo/v20220901/examples.json +8 -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/tmt/v20180321/api.json +3 -3
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/tts/v20190823/api.json +11 -11
- tccli/services/vpc/v20170312/api.json +37 -7
- tccli/services/vpc/v20170312/examples.json +7 -7
- tccli/services/vtc/v20240223/api.json +3 -1
- tccli/services/vtc/v20240223/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +6 -6
- tccli/services/wsa/v20250508/api.json +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/RECORD +85 -81
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/license_files/LICENSE +0 -0
@@ -9652,7 +9652,7 @@
|
|
9652
9652
|
{
|
9653
9653
|
"disabled": false,
|
9654
9654
|
"document": "主叫号码",
|
9655
|
-
"example": "
|
9655
|
+
"example": "0086010xxxxxxxx",
|
9656
9656
|
"member": "string",
|
9657
9657
|
"name": "Caller",
|
9658
9658
|
"output_required": true,
|
@@ -9662,7 +9662,7 @@
|
|
9662
9662
|
{
|
9663
9663
|
"disabled": false,
|
9664
9664
|
"document": "被叫号码",
|
9665
|
-
"example": "
|
9665
|
+
"example": "0086130xxxxxxxx",
|
9666
9666
|
"member": "string",
|
9667
9667
|
"name": "Callee",
|
9668
9668
|
"output_required": true,
|
@@ -9732,7 +9732,7 @@
|
|
9732
9732
|
{
|
9733
9733
|
"disabled": false,
|
9734
9734
|
"document": "座席信息",
|
9735
|
-
"example": "
|
9735
|
+
"example": "无",
|
9736
9736
|
"member": "SeatUserInfo",
|
9737
9737
|
"name": "SeatUser",
|
9738
9738
|
"output_required": true,
|
@@ -9741,7 +9741,7 @@
|
|
9741
9741
|
},
|
9742
9742
|
{
|
9743
9743
|
"disabled": false,
|
9744
|
-
"document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常通话\n\n
|
9744
|
+
"document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常通话\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 排队时用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 振铃时用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR全自动结束(无人工介入)\n\n电话呼入\t 100\t blackList 黑名单(系统侧)\n\n电话呼出 108\t restrictedCallee\t全局外呼风险号码拦截(系统侧)\n\n电话呼出 109\t tooManyRequest\t 外呼频控拦截(系统侧)\n\n电话呼出 110\t restrictedArea\t 外呼地域拦截(系统侧)\n\n电话呼出 111\t restrictedTime\t外呼时段拦截(系统侧)\n \n电话呼出 202 notAnswer\t 被叫未接听\n\n电话呼出 203\t userReject\t被叫拒接挂断\n\n电话呼出\t 204\t powerOff\t被叫关机\n\n电话呼出 205 numberNotExist\t被叫空号\n\n电话呼出\t 206\t busy\t被叫忙\n\n电话呼出 \t 207\t outOfCredit\t被叫欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t被叫不在服务区\n\n电话呼入&呼出\t211 clientError 座席客户端错误\n\n电话呼出 212 carrierBlocked 运营商拦截\n\n电话呼出 213 callReminder 提示来电提醒\n\n电话呼出 215 numberInvalid 被叫号码无效\n\n电话呼出 216 callRestricted 提示呼叫受限\n\n电话呼出 217 calleeRestricted 被叫黑名单受限\n\n电话呼出 218 areaRestricted 被叫区域受限\n\n电话呼出 219 promptCallForwarding 提示呼叫转移\n\n电话呼出 220 callerCancelWhileRing 振铃中主叫取消\n\n电话呼出 221 callerCancelWithoutRing 未振铃被叫号码异常\n\n音频呼入 501 callConflict VoIP 用户呼叫冲突终止\n\n音频呼入 502 clientTimeout VoIP 用户客户端超时\n\n音频呼入 503 voipClientError VoIP 用户客户端错误",
|
9745
9745
|
"example": "1",
|
9746
9746
|
"member": "int64",
|
9747
9747
|
"name": "EndStatus",
|
@@ -9832,7 +9832,7 @@
|
|
9832
9832
|
{
|
9833
9833
|
"disabled": false,
|
9834
9834
|
"document": "服务参与者列表",
|
9835
|
-
"example": "
|
9835
|
+
"example": "无",
|
9836
9836
|
"member": "ServeParticipant",
|
9837
9837
|
"name": "ServeParticipants",
|
9838
9838
|
"output_required": true,
|
@@ -9851,7 +9851,7 @@
|
|
9851
9851
|
},
|
9852
9852
|
{
|
9853
9853
|
"disabled": false,
|
9854
|
-
"document": "EndStatus
|
9854
|
+
"document": "参考 EndStatus 字段",
|
9855
9855
|
"example": "ok",
|
9856
9856
|
"member": "string",
|
9857
9857
|
"name": "EndStatusString",
|
@@ -9882,7 +9882,7 @@
|
|
9882
9882
|
{
|
9883
9883
|
"disabled": false,
|
9884
9884
|
"document": "后置IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
9885
|
-
"example": "
|
9885
|
+
"example": "无",
|
9886
9886
|
"member": "IVRKeyPressedElement",
|
9887
9887
|
"name": "PostIVRKeyPressed",
|
9888
9888
|
"output_required": true,
|
@@ -9912,7 +9912,7 @@
|
|
9912
9912
|
{
|
9913
9913
|
"disabled": false,
|
9914
9914
|
"document": "主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空",
|
9915
|
-
"example": "
|
9915
|
+
"example": "0086130xxxxxxxx",
|
9916
9916
|
"member": "string",
|
9917
9917
|
"name": "ProtectedCaller",
|
9918
9918
|
"output_required": true,
|
@@ -9922,7 +9922,7 @@
|
|
9922
9922
|
{
|
9923
9923
|
"disabled": false,
|
9924
9924
|
"document": "被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空",
|
9925
|
-
"example": "
|
9925
|
+
"example": "0086130xxxxxxxx",
|
9926
9926
|
"member": "string",
|
9927
9927
|
"name": "ProtectedCallee",
|
9928
9928
|
"output_required": true,
|
@@ -9952,7 +9952,7 @@
|
|
9952
9952
|
{
|
9953
9953
|
"disabled": false,
|
9954
9954
|
"document": "IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
9955
|
-
"example": "
|
9955
|
+
"example": "无",
|
9956
9956
|
"member": "IVRKeyPressedElement",
|
9957
9957
|
"name": "IVRKeyPressedEx",
|
9958
9958
|
"output_required": true,
|
@@ -1620,7 +1620,7 @@
|
|
1620
1620
|
{
|
1621
1621
|
"disabled": false,
|
1622
1622
|
"document": "读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。",
|
1623
|
-
"example": "
|
1623
|
+
"example": "无",
|
1624
1624
|
"member": "ProxyAllocation",
|
1625
1625
|
"name": "ProxyAllocation",
|
1626
1626
|
"required": false,
|
@@ -1643,6 +1643,24 @@
|
|
1643
1643
|
"name": "AccessMode",
|
1644
1644
|
"required": false,
|
1645
1645
|
"type": "string"
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
"disabled": false,
|
1649
|
+
"document": "是否将libra节点当作普通RO节点",
|
1650
|
+
"example": "true",
|
1651
|
+
"member": "string",
|
1652
|
+
"name": "ApNodeAsRoNode",
|
1653
|
+
"required": false,
|
1654
|
+
"type": "string"
|
1655
|
+
},
|
1656
|
+
{
|
1657
|
+
"disabled": false,
|
1658
|
+
"document": "libra节点故障,是否转发给其他节点",
|
1659
|
+
"example": "true",
|
1660
|
+
"member": "string",
|
1661
|
+
"name": "ApQueryToOtherNode",
|
1662
|
+
"required": false,
|
1663
|
+
"type": "string"
|
1646
1664
|
}
|
1647
1665
|
],
|
1648
1666
|
"type": "object"
|
@@ -18595,7 +18613,7 @@
|
|
18595
18613
|
{
|
18596
18614
|
"disabled": false,
|
18597
18615
|
"document": "实例读权重分配",
|
18598
|
-
"example": "
|
18616
|
+
"example": "无",
|
18599
18617
|
"member": "ProxyAllocation",
|
18600
18618
|
"name": "ProxyAllocation",
|
18601
18619
|
"output_required": true,
|
@@ -18621,6 +18639,26 @@
|
|
18621
18639
|
"output_required": false,
|
18622
18640
|
"type": "bool",
|
18623
18641
|
"value_allowed_null": false
|
18642
|
+
},
|
18643
|
+
{
|
18644
|
+
"disabled": false,
|
18645
|
+
"document": "是否把libra当作ro节点",
|
18646
|
+
"example": "false",
|
18647
|
+
"member": "bool",
|
18648
|
+
"name": "ApNodeAsRoNode",
|
18649
|
+
"output_required": false,
|
18650
|
+
"type": "bool",
|
18651
|
+
"value_allowed_null": false
|
18652
|
+
},
|
18653
|
+
{
|
18654
|
+
"disabled": false,
|
18655
|
+
"document": "libra节点故障,是否转发给其他节点",
|
18656
|
+
"example": "false",
|
18657
|
+
"member": "bool",
|
18658
|
+
"name": "ApQueryToOtherNode",
|
18659
|
+
"output_required": false,
|
18660
|
+
"type": "bool",
|
18661
|
+
"value_allowed_null": false
|
18624
18662
|
}
|
18625
18663
|
],
|
18626
18664
|
"usage": "out"
|
@@ -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",
|
@@ -294,7 +294,7 @@
|
|
294
294
|
{
|
295
295
|
"disabled": false,
|
296
296
|
"document": "资源水位扩展信息",
|
297
|
-
"example": "
|
297
|
+
"example": "无",
|
298
298
|
"member": "ExtraInfo",
|
299
299
|
"name": "ExtraInfo",
|
300
300
|
"output_required": false,
|
@@ -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"
|