tccli 3.0.1280.1__py2.py3-none-any.whl → 3.0.1282.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/acp/v20220105/api.json +80 -77
- tccli/services/acp/v20220105/examples.json +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +62 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +516 -0
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +793 -4
- tccli/services/cvm/v20170312/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +128 -0
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +15 -14
- tccli/services/lke/lke_client.py +4 -110
- tccli/services/lke/v20231130/api.json +0 -164
- tccli/services/lke/v20231130/examples.json +0 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +3 -3
- tccli/services/mqtt/mqtt_client.py +216 -4
- tccli/services/mqtt/v20240516/api.json +515 -0
- tccli/services/mqtt/v20240516/examples.json +38 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/organization/organization_client.py +114 -8
- tccli/services/organization/v20210331/api.json +86 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +293 -293
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/vdb/v20230616/api.json +12 -12
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/license_files/LICENSE +0 -0
@@ -118,6 +118,14 @@
|
|
118
118
|
"title": "查询客户余额"
|
119
119
|
}
|
120
120
|
],
|
121
|
+
"DescribeClientJoinIncreaseList": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClientJoinIncreaseList\n<公共请求参数>\n\n{\n \"ClientUins\": [\n \"700000000000\"\n ]\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"ClientUin\": \"700000000000\",\n \"IncreaseGoal\": \"1000000.00\",\n \"IncreaseUseAssociateDate\": \"2025-01-03 14:35:31\",\n \"IsJoinIncrease\": \"Y\",\n \"TLevel\": \"T0\",\n \"TotalBaseAmt\": \"800000.00\"\n }\n ],\n \"RequestId\": \"7e4387ac-7373-417a-87fa-b8de96fd9b7b\"\n }\n}",
|
126
|
+
"title": "查询客户参与增量激励考核信息"
|
127
|
+
}
|
128
|
+
],
|
121
129
|
"DescribeRebateInfos": [
|
122
130
|
{
|
123
131
|
"document": "查询某代理商在2018年2月份的返佣信息",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"AddSmsSign": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSmsSign\n<公共请求参数>\n\n{\n \"Remark\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSmsSign\n<公共请求参数>\n\n{\n \"Remark\": \"业务自用申请\",\n \"SignType\": \"0\",\n \"CommissionImage\": \"base64\",\n \"SignName\": \"腾讯云\",\n \"DocumentType\": \"1\",\n \"International\": \"0\",\n \"UsedMethod\": \"1\",\n \"ProofImage\": \"base64\",\n \"QualificationId\": 1000001\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"AddSignStatus\": {\n \"SignId\": 1110,\n \"SignApplyId\": 1109\n },\n \"RequestId\": \"f36e4f00-605e-49b1-ad0d-bfaba81c7325\"\n }\n}",
|
8
8
|
"title": "请求示例"
|
9
9
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"AddSmsSign": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSmsSign\n<公共请求参数>\n\n{\n \"Remark\": \"业务自用申请\",\n \"SignPurpose\": 0,\n \"SignType\": 0,\n \"CommissionImage\": \"base64\",\n \"SignName\": \"腾讯云\",\n \"DocumentType\": 1,\n \"International\": 0,\n \"ProofImage\": \"base64\"\n}",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: sms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSmsSign\n<公共请求参数>\n\n{\n \"Remark\": \"业务自用申请\",\n \"SignPurpose\": 0,\n \"SignType\": 0,\n \"CommissionImage\": \"base64\",\n \"SignName\": \"腾讯云\",\n \"DocumentType\": 1,\n \"International\": 0,\n \"ProofImage\": \"base64\",\n \"QualificationId\": 1000001\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"AddSignStatus\": {\n \"SignId\": 1110\n },\n \"RequestId\": \"f36e4f00-605e-49b1-ad0d-bfaba81c7325\"\n }\n}",
|
8
8
|
"title": "请求示例"
|
9
9
|
}
|