tccli 3.0.831.1__py2.py3-none-any.whl → 3.0.832.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +2179 -642
- tccli/services/cwp/v20180228/api.json +3069 -479
- tccli/services/cwp/v20180228/examples.json +247 -3
- tccli/services/dlc/dlc_client.py +341 -23
- tccli/services/dlc/v20210125/api.json +505 -0
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/essbasic/v20210526/api.json +3 -12
- tccli/services/intlpartnersmgt/__init__.py +4 -0
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
- tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
- tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
- tccli/services/live/v20180801/api.json +10 -10
- tccli/services/live/v20180801/examples.json +3 -3
- tccli/services/tdmq/v20200217/api.json +23 -44
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/tse/v20201207/api.json +42 -1
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +27 -23
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.832.1'
|
tccli/services/__init__.py
CHANGED
@@ -2710,6 +2710,15 @@
|
|
2710
2710
|
"type": "int",
|
2711
2711
|
"value_allowed_null": false
|
2712
2712
|
},
|
2713
|
+
{
|
2714
|
+
"document": "音频套餐包消耗分钟数",
|
2715
|
+
"example": "10",
|
2716
|
+
"member": "int64",
|
2717
|
+
"name": "VoipCallInCount",
|
2718
|
+
"required": true,
|
2719
|
+
"type": "int",
|
2720
|
+
"value_allowed_null": false
|
2721
|
+
},
|
2713
2722
|
{
|
2714
2723
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2715
2724
|
"member": "string",
|
@@ -227,8 +227,8 @@
|
|
227
227
|
"DescribeTelCallInfo": [
|
228
228
|
{
|
229
229
|
"document": "",
|
230
|
-
"input": "
|
231
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"53bccf04-0870-4520-8614-f4bdddfd68df\",\n \"TelCallOutCount\": 10,\n \"TelCallInCount\": 10,\n \"SeatUsedCount\": 50\n }\n}",
|
230
|
+
"input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTelCallInfo\n<公共请求参数>\n\n{\n \"StartTimeStamp\": \"0\",\n \"EndTimeStamp\": \"0\",\n \"SdkAppIdList\": [\n \"0\"\n ]\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"53bccf04-0870-4520-8614-f4bdddfd68df\",\n \"TelCallOutCount\": 10,\n \"TelCallInCount\": 10,\n \"VoipCallInCount\": 10,\n \"SeatUsedCount\": 50\n }\n}",
|
232
232
|
"title": "获取电话呼叫统计信息示例"
|
233
233
|
}
|
234
234
|
],
|
@@ -131,7 +131,7 @@
|
|
131
131
|
"ModifyDedicatedClusterInfo": [
|
132
132
|
{
|
133
133
|
"document": "修改本地专用集群信息",
|
134
|
-
"input": "https://cdc.tencentcloudapi.com/?Action=ModifyDedicatedClusterInfo\n&DedicatedClusterId=cluster-
|
134
|
+
"input": "https://cdc.tencentcloudapi.com/?Action=ModifyDedicatedClusterInfo\n&DedicatedClusterId=cluster-dfaf323\n&Description=专用集群\n&Zone=site3\n&Name=专用集群\n&SiteId=1000001\n&<公共请求参数>",
|
135
135
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3ceeecd2-2f24-4b3f-81eb-3461376xxc2f\"\n }\n}",
|
136
136
|
"title": "修改本地专用集群信息"
|
137
137
|
}
|