tccli 3.0.1283.1__py2.py3-none-any.whl → 3.0.1285.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 +23 -23
- tccli/services/acp/v20220105/examples.json +2 -8
- tccli/services/advisor/v20200721/api.json +4 -2
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +88 -86
- tccli/services/bh/bh_client.py +53 -0
- tccli/services/bh/v20230418/api.json +199 -0
- tccli/services/bh/v20230418/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +4 -2
- tccli/services/cdwch/v20200915/api.json +19 -9
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfg/v20210820/api.json +48 -24
- tccli/services/cfg/v20210820/examples.json +8 -2
- tccli/services/clb/v20180317/api.json +21 -3
- tccli/services/cmq/v20190304/api.json +92 -92
- tccli/services/cynosdb/v20190107/api.json +389 -379
- tccli/services/dbbrain/v20191016/api.json +17 -17
- tccli/services/dbbrain/v20210527/api.json +22 -22
- tccli/services/dcdb/v20180411/api.json +14 -4
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +130 -58
- tccli/services/dlc/v20210125/examples.json +5 -5
- tccli/services/domain/v20180808/api.json +160 -160
- tccli/services/dsgc/v20190723/api.json +2 -2
- tccli/services/dts/v20180330/api.json +19 -19
- tccli/services/dts/v20211206/api.json +829 -818
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +247 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/v20180416/api.json +13 -3
- tccli/services/es/v20180416/examples.json +2 -2
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +122 -1
- tccli/services/ess/v20201111/examples.json +26 -0
- tccli/services/essbasic/essbasic_client.py +57 -4
- tccli/services/essbasic/v20210526/api.json +163 -0
- tccli/services/essbasic/v20210526/examples.json +26 -0
- tccli/services/fmu/fmu_client.py +8 -167
- tccli/services/fmu/v20191213/api.json +0 -292
- tccli/services/fmu/v20191213/examples.json +0 -24
- tccli/services/goosefs/v20220519/api.json +26 -24
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/iotcloud/v20210408/api.json +27 -27
- tccli/services/iotcloud/v20210408/examples.json +6 -6
- tccli/services/iotexplorer/iotexplorer_client.py +0 -106
- tccli/services/iotexplorer/v20190423/api.json +0 -274
- tccli/services/iotexplorer/v20190423/examples.json +0 -16
- tccli/services/iss/v20230517/api.json +547 -537
- tccli/services/iss/v20230517/examples.json +2 -2
- tccli/services/kms/v20190118/api.json +20 -0
- tccli/services/lcic/lcic_client.py +114 -8
- tccli/services/lcic/v20220817/api.json +108 -0
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/lke/v20231130/api.json +8 -8
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lowcode/v20210108/api.json +165 -165
- tccli/services/lowcode/v20210108/examples.json +5 -5
- tccli/services/mariadb/v20170312/api.json +12 -2
- tccli/services/mariadb/v20170312/examples.json +4 -4
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +63 -0
- tccli/services/mongodb/v20190725/examples.json +14 -0
- tccli/services/monitor/v20180724/api.json +36 -36
- tccli/services/monitor/v20180724/examples.json +10 -10
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +61 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +11 -2
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +40 -0
- tccli/services/svp/svp_client.py +57 -4
- tccli/services/svp/v20240125/api.json +319 -0
- tccli/services/svp/v20240125/examples.json +8 -0
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +118 -212
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/tds/v20220801/api.json +2 -2
- tccli/services/tione/v20211111/api.json +41 -1
- tccli/services/trtc/v20190722/api.json +16 -5
- tccli/services/tse/v20201207/api.json +207 -104
- tccli/services/tsf/tsf_client.py +53 -0
- tccli/services/tsf/v20180326/api.json +48 -4
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vclm/v20240523/api.json +20 -2
- tccli/services/vdb/v20230616/api.json +62 -62
- tccli/services/vdb/v20230616/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +54 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/waf/v20180125/api.json +143 -0
- tccli/services/waf/v20180125/examples.json +16 -0
- tccli/services/waf/waf_client.py +106 -0
- tccli/services/wedata/v20210820/api.json +1220 -5
- tccli/services/wedata/v20210820/examples.json +32 -8
- tccli/services/wedata/wedata_client.py +159 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/RECORD +104 -104
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1285.1'
|
@@ -776,7 +776,7 @@
|
|
776
776
|
"example": "0",
|
777
777
|
"member": "int64",
|
778
778
|
"name": "Result",
|
779
|
-
"
|
779
|
+
"output_required": true,
|
780
780
|
"type": "int",
|
781
781
|
"value_allowed_null": false
|
782
782
|
},
|
@@ -786,29 +786,29 @@
|
|
786
786
|
"example": "https://private-7****2.gzc.vod.tencent-cloud.com/52423182d35",
|
787
787
|
"member": "string",
|
788
788
|
"name": "UploadUrl",
|
789
|
-
"
|
789
|
+
"output_required": true,
|
790
790
|
"type": "string",
|
791
791
|
"value_allowed_null": false
|
792
792
|
},
|
793
793
|
{
|
794
794
|
"disabled": false,
|
795
|
-
"document": "上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)
|
795
|
+
"document": "上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)",
|
796
796
|
"example": "q-sign-algorithm=sha1&q-ak=BY...",
|
797
797
|
"member": "string",
|
798
798
|
"name": "UploadSign",
|
799
|
-
"
|
799
|
+
"output_required": true,
|
800
800
|
"type": "string",
|
801
|
-
"value_allowed_null":
|
801
|
+
"value_allowed_null": false
|
802
802
|
},
|
803
803
|
{
|
804
804
|
"disabled": false,
|
805
|
-
"document": "上传文件ID(任务来源为1时提交诊断任务需要)
|
805
|
+
"document": "上传文件ID(任务来源为1时提交诊断任务需要)",
|
806
806
|
"example": "170143860",
|
807
807
|
"member": "string",
|
808
808
|
"name": "FildID",
|
809
|
-
"
|
809
|
+
"output_required": true,
|
810
810
|
"type": "string",
|
811
|
-
"value_allowed_null":
|
811
|
+
"value_allowed_null": false
|
812
812
|
},
|
813
813
|
{
|
814
814
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -953,7 +953,7 @@
|
|
953
953
|
{
|
954
954
|
"disabled": false,
|
955
955
|
"document": "应用名称或小程序名称(可选参数)",
|
956
|
-
"example": "
|
956
|
+
"example": "xxxx应用",
|
957
957
|
"member": "string",
|
958
958
|
"name": "AppName",
|
959
959
|
"required": false,
|
@@ -989,7 +989,7 @@
|
|
989
989
|
"example": "0",
|
990
990
|
"member": "int64",
|
991
991
|
"name": "Result",
|
992
|
-
"
|
992
|
+
"output_required": true,
|
993
993
|
"type": "int",
|
994
994
|
"value_allowed_null": false
|
995
995
|
},
|
@@ -999,19 +999,19 @@
|
|
999
999
|
"example": "1",
|
1000
1000
|
"member": "int64",
|
1001
1001
|
"name": "Total",
|
1002
|
-
"
|
1002
|
+
"output_required": true,
|
1003
1003
|
"type": "int",
|
1004
1004
|
"value_allowed_null": false
|
1005
1005
|
},
|
1006
1006
|
{
|
1007
1007
|
"disabled": false,
|
1008
|
-
"document": "
|
1009
|
-
"example": "
|
1008
|
+
"document": "诊断任务数据列表",
|
1009
|
+
"example": "[{\"Name\":\"TaskID\",\"Desc\":\"任务ID\",\"Type\":\"string\",\"IsArray\":false,\"Visibility\":1,\"Example\":\"1701438134******0\",\"Disabled\":false,\"IsSensitive\":false,\"OutputRequired\":true,\"ValueAllowedNull\":false,\"Reference\":[],\"IsBase64\":false}]",
|
1010
1010
|
"member": "AppTaskData",
|
1011
1011
|
"name": "Data",
|
1012
|
-
"
|
1012
|
+
"output_required": true,
|
1013
1013
|
"type": "list",
|
1014
|
-
"value_allowed_null":
|
1014
|
+
"value_allowed_null": false
|
1015
1015
|
},
|
1016
1016
|
{
|
1017
1017
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1176,7 +1176,7 @@
|
|
1176
1176
|
"example": "0",
|
1177
1177
|
"member": "int64",
|
1178
1178
|
"name": "Result",
|
1179
|
-
"
|
1179
|
+
"output_required": true,
|
1180
1180
|
"type": "int",
|
1181
1181
|
"value_allowed_null": false
|
1182
1182
|
},
|
@@ -1186,29 +1186,29 @@
|
|
1186
1186
|
"example": "4",
|
1187
1187
|
"member": "int64",
|
1188
1188
|
"name": "Status",
|
1189
|
-
"
|
1189
|
+
"output_required": true,
|
1190
1190
|
"type": "int",
|
1191
1191
|
"value_allowed_null": false
|
1192
1192
|
},
|
1193
1193
|
{
|
1194
1194
|
"disabled": false,
|
1195
|
-
"document": "
|
1195
|
+
"document": "诊断失败的错误信息",
|
1196
1196
|
"example": "内部原因",
|
1197
1197
|
"member": "string",
|
1198
1198
|
"name": "ErrMsg",
|
1199
|
-
"
|
1199
|
+
"output_required": true,
|
1200
1200
|
"type": "string",
|
1201
|
-
"value_allowed_null":
|
1201
|
+
"value_allowed_null": false
|
1202
1202
|
},
|
1203
1203
|
{
|
1204
1204
|
"disabled": false,
|
1205
|
-
"document": "
|
1205
|
+
"document": "任务流详情",
|
1206
1206
|
"example": "无",
|
1207
1207
|
"member": "TaskFlowStepsInfo",
|
1208
1208
|
"name": "FlowSteps",
|
1209
|
-
"
|
1209
|
+
"output_required": true,
|
1210
1210
|
"type": "list",
|
1211
|
-
"value_allowed_null":
|
1211
|
+
"value_allowed_null": false
|
1212
1212
|
},
|
1213
1213
|
{
|
1214
1214
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
{
|
89
89
|
"document": "获取app隐私诊断上传url",
|
90
90
|
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTicket\n<公共请求参数>\n\n{\n \"Source\": \"2\",\n \"Platform\": \"0\"\n}",
|
91
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
91
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fd20b929c9-211d-4121-b2ad-179047c17e\",\n \"UploadSign\": \"\",\n \"Result\": 0,\n \"FildID\": \"\",\n \"UploadUrl\": \"https://priva***d35\"\n }\n}",
|
92
92
|
"title": "获取App隐私诊断上传url"
|
93
93
|
},
|
94
94
|
{
|
@@ -119,16 +119,10 @@
|
|
119
119
|
}
|
120
120
|
],
|
121
121
|
"DescribeScanTaskList": [
|
122
|
-
{
|
123
|
-
"document": "",
|
124
|
-
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskList\n<公共请求参数>\n\n{\n \"TaskStatuses\": \"0,1,2\",\n \"PageSize\": \"10\",\n \"PageNo\": \"1\",\n \"Platform\": \"0\",\n \"TaskTypes\": \"0,1\",\n \"Source\": \"-1\"\n}",
|
125
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"e7c3b1d4-a45b-4a45-be38-49565552a871\",\n \"Result\": 0,\n \"Total\": 0,\n \"Data\": null\n }\n}",
|
126
|
-
"title": "获取诊断任务为空的情况"
|
127
|
-
},
|
128
122
|
{
|
129
123
|
"document": "",
|
130
124
|
"input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskList\n<公共请求参数>\n\n{\n \"TaskStatuses\": \"\\\"0,1,2\\\"\",\n \"PageNo\": \"0\",\n \"PageSize\": \"10\",\n \"TaskTypes\": \"\\\"0,1\\\"\",\n \"Source\": \"-1\",\n \"Platform\": \"2\"\n}",
|
131
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"Result\": 0,\n \"Data\": [\n {\n \"TaskID\": \"
|
125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"Result\": 0,\n \"Data\": [\n {\n \"TaskID\": \"1701438134******0\",\n \"TaskType\": \"0\",\n \"TaskStatus\": \"0\",\n \"TaskErrMsg\": \"内部错误\",\n \"Source\": \"2\",\n \"AppInfo\": {\n \"AppPackage\": \"com.test.app\",\n \"AppName\": \"测试App\",\n \"AppVersion\": \"v1.0\",\n \"Platform\": \"0\",\n \"ReportUrl\": \"诊断报告下载链接\",\n \"ReportTitle\": \"诊断报告名称\",\n \"BehaviorUrl\": \"诊断堆栈报告下载链接\",\n \"BehaviorTitle\": \"诊断堆栈报告名称\",\n \"HighRiskCount\": \"5\",\n \"PrivacyTextName\": \"隐私申明文本.txt\",\n \"SoftwareMD5\": \"c7991677cc57d3b9d4974316db0ac4f9f430593f\",\n \"PrivacyTextMD5\": \"3bc1efe919a5245f711071373a2b4523\"\n },\n \"StartTime\": \"2021-09-30 10:57:34\",\n \"EndTime\": \"2021-10-11 14:53:36\",\n \"ContactName\": \"老王\"\n }\n ],\n \"Total\": 1\n }\n}",
|
132
126
|
"title": "获取应用合规诊断任务列表"
|
133
127
|
}
|
134
128
|
],
|
@@ -214,9 +214,10 @@
|
|
214
214
|
{
|
215
215
|
"disabled": false,
|
216
216
|
"document": "键名",
|
217
|
-
"example": "
|
217
|
+
"example": "product",
|
218
218
|
"member": "string",
|
219
219
|
"name": "Key",
|
220
|
+
"output_required": true,
|
220
221
|
"required": false,
|
221
222
|
"type": "string",
|
222
223
|
"value_allowed_null": false
|
@@ -224,9 +225,10 @@
|
|
224
225
|
{
|
225
226
|
"disabled": false,
|
226
227
|
"document": "键名对应值",
|
227
|
-
"example": "
|
228
|
+
"example": "cvm",
|
228
229
|
"member": "string",
|
229
230
|
"name": "Value",
|
231
|
+
"output_required": true,
|
230
232
|
"required": false,
|
231
233
|
"type": "string",
|
232
234
|
"value_allowed_null": false
|
@@ -1423,7 +1423,7 @@
|
|
1423
1423
|
{
|
1424
1424
|
"disabled": false,
|
1425
1425
|
"document": "Spans字段中包含了链路数据的全部内容,由于数据经过了压缩,需要对结果进行如下三步转换,以还原始的文本。\n1. 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。\n2. 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。\n3. 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。\n",
|
1426
|
-
"example": "
|
1426
|
+
"example": "H4sIAAAAAAAA/8RY3W7bPBJ9lYDXlixKoiz5bjcNii6KoGjSYIFNEFDk2GZkkSxJOU4Dv/tCcn4sx6LTtMB3Y0AUz4jDc+bPj8iAVY1hcKGptGj6v9cVNH1E1DkjysbB9lUFD2iKLJiVYBBKWgMaoRVdNt1m64yQ86vtI",
|
1427
1427
|
"member": "string",
|
1428
1428
|
"name": "Spans",
|
1429
1429
|
"output_required": true,
|