tccli 3.0.1280.1__py2.py3-none-any.whl → 3.0.1281.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 +68 -65
- tccli/services/autoscaling/v20180419/api.json +1 -1
- 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 +789 -0
- tccli/services/cvm/v20170312/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/ims/v20201229/api.json +1 -1
- 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 +53 -0
- tccli/services/mqtt/v20240516/api.json +44 -0
- tccli/services/mqtt/v20240516/examples.json +14 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- 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.1281.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1281.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1281.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1281.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1281.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1281.1'
|
@@ -73,29 +73,29 @@
|
|
73
73
|
"example": "com.test.app",
|
74
74
|
"member": "string",
|
75
75
|
"name": "AppPackage",
|
76
|
-
"
|
76
|
+
"output_required": true,
|
77
77
|
"type": "string",
|
78
78
|
"value_allowed_null": false
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"disabled": false,
|
82
|
-
"document": "App
|
82
|
+
"document": "App名称",
|
83
83
|
"example": "测试App",
|
84
84
|
"member": "string",
|
85
85
|
"name": "AppName",
|
86
|
-
"
|
86
|
+
"output_required": true,
|
87
87
|
"type": "string",
|
88
|
-
"value_allowed_null":
|
88
|
+
"value_allowed_null": false
|
89
89
|
},
|
90
90
|
{
|
91
91
|
"disabled": false,
|
92
|
-
"document": "App
|
92
|
+
"document": "App版本",
|
93
93
|
"example": "v1.0",
|
94
94
|
"member": "string",
|
95
95
|
"name": "AppVersion",
|
96
|
-
"
|
96
|
+
"output_required": true,
|
97
97
|
"type": "string",
|
98
|
-
"value_allowed_null":
|
98
|
+
"value_allowed_null": false
|
99
99
|
},
|
100
100
|
{
|
101
101
|
"disabled": false,
|
@@ -103,89 +103,89 @@
|
|
103
103
|
"example": "0",
|
104
104
|
"member": "int64",
|
105
105
|
"name": "Platform",
|
106
|
-
"
|
106
|
+
"output_required": true,
|
107
107
|
"type": "int",
|
108
108
|
"value_allowed_null": false
|
109
109
|
},
|
110
110
|
{
|
111
111
|
"disabled": false,
|
112
|
-
"document": "App
|
112
|
+
"document": "App隐私诊断报告下载链接",
|
113
113
|
"example": "诊断报告下载链接",
|
114
114
|
"member": "string",
|
115
115
|
"name": "ReportUrl",
|
116
|
-
"
|
116
|
+
"output_required": true,
|
117
117
|
"type": "string",
|
118
|
-
"value_allowed_null":
|
118
|
+
"value_allowed_null": false
|
119
119
|
},
|
120
120
|
{
|
121
121
|
"disabled": false,
|
122
|
-
"document": "App
|
122
|
+
"document": "App隐私诊断报告名称",
|
123
123
|
"example": "诊断报告名称",
|
124
124
|
"member": "string",
|
125
125
|
"name": "ReportTitle",
|
126
|
-
"
|
126
|
+
"output_required": true,
|
127
127
|
"type": "string",
|
128
|
-
"value_allowed_null":
|
128
|
+
"value_allowed_null": false
|
129
129
|
},
|
130
130
|
{
|
131
131
|
"disabled": false,
|
132
|
-
"document": "App
|
132
|
+
"document": "App诊断堆栈报告下载链接",
|
133
133
|
"example": "诊断堆栈报告下载链接",
|
134
134
|
"member": "string",
|
135
135
|
"name": "BehaviorUrl",
|
136
|
-
"
|
136
|
+
"output_required": true,
|
137
137
|
"type": "string",
|
138
|
-
"value_allowed_null":
|
138
|
+
"value_allowed_null": false
|
139
139
|
},
|
140
140
|
{
|
141
141
|
"disabled": false,
|
142
|
-
"document": "App
|
142
|
+
"document": "App诊断堆栈报告名称",
|
143
143
|
"example": "诊断堆栈报告名称",
|
144
144
|
"member": "string",
|
145
145
|
"name": "BehaviorTitle",
|
146
|
-
"
|
146
|
+
"output_required": true,
|
147
147
|
"type": "string",
|
148
|
-
"value_allowed_null":
|
148
|
+
"value_allowed_null": false
|
149
149
|
},
|
150
150
|
{
|
151
151
|
"disabled": false,
|
152
|
-
"document": "
|
152
|
+
"document": "诊断高风险项数量",
|
153
153
|
"example": "5",
|
154
154
|
"member": "int64",
|
155
155
|
"name": "HighRiskCount",
|
156
|
-
"
|
156
|
+
"output_required": true,
|
157
157
|
"type": "int",
|
158
|
-
"value_allowed_null":
|
158
|
+
"value_allowed_null": false
|
159
159
|
},
|
160
160
|
{
|
161
161
|
"disabled": false,
|
162
|
-
"document": "
|
162
|
+
"document": "隐私申明文件名称",
|
163
163
|
"example": "隐私申明文本.txt",
|
164
164
|
"member": "string",
|
165
165
|
"name": "PrivacyTextName",
|
166
|
-
"
|
166
|
+
"output_required": true,
|
167
167
|
"type": "string",
|
168
|
-
"value_allowed_null":
|
168
|
+
"value_allowed_null": false
|
169
169
|
},
|
170
170
|
{
|
171
171
|
"disabled": false,
|
172
|
-
"document": "软件MD5
|
172
|
+
"document": "软件MD5",
|
173
173
|
"example": "c7991677cc57d3b9d4974316db0ac4f9f430593f",
|
174
174
|
"member": "string",
|
175
175
|
"name": "SoftwareMD5",
|
176
|
-
"
|
176
|
+
"output_required": true,
|
177
177
|
"type": "string",
|
178
|
-
"value_allowed_null":
|
178
|
+
"value_allowed_null": false
|
179
179
|
},
|
180
180
|
{
|
181
181
|
"disabled": false,
|
182
|
-
"document": "隐私文本MD5
|
182
|
+
"document": "隐私文本MD5",
|
183
183
|
"example": "3bc1efe919a5245f711071373a2b4523",
|
184
184
|
"member": "string",
|
185
185
|
"name": "PrivacyTextMD5",
|
186
|
-
"
|
186
|
+
"output_required": true,
|
187
187
|
"type": "string",
|
188
|
-
"value_allowed_null":
|
188
|
+
"value_allowed_null": false
|
189
189
|
}
|
190
190
|
],
|
191
191
|
"usage": "out"
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"example": "1701438134******0",
|
200
200
|
"member": "string",
|
201
201
|
"name": "TaskID",
|
202
|
-
"
|
202
|
+
"output_required": true,
|
203
203
|
"type": "string",
|
204
204
|
"value_allowed_null": false
|
205
205
|
},
|
@@ -209,7 +209,7 @@
|
|
209
209
|
"example": "0",
|
210
210
|
"member": "int64",
|
211
211
|
"name": "TaskType",
|
212
|
-
"
|
212
|
+
"output_required": true,
|
213
213
|
"type": "int",
|
214
214
|
"value_allowed_null": false
|
215
215
|
},
|
@@ -219,19 +219,19 @@
|
|
219
219
|
"example": "0",
|
220
220
|
"member": "int64",
|
221
221
|
"name": "TaskStatus",
|
222
|
-
"
|
222
|
+
"output_required": true,
|
223
223
|
"type": "int",
|
224
224
|
"value_allowed_null": false
|
225
225
|
},
|
226
226
|
{
|
227
227
|
"disabled": false,
|
228
|
-
"document": "
|
228
|
+
"document": "错误信息",
|
229
229
|
"example": "内部错误",
|
230
230
|
"member": "string",
|
231
231
|
"name": "TaskErrMsg",
|
232
|
-
"
|
232
|
+
"output_required": true,
|
233
233
|
"type": "string",
|
234
|
-
"value_allowed_null":
|
234
|
+
"value_allowed_null": false
|
235
235
|
},
|
236
236
|
{
|
237
237
|
"disabled": false,
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"example": "2",
|
240
240
|
"member": "int64",
|
241
241
|
"name": "Source",
|
242
|
-
"
|
242
|
+
"output_required": true,
|
243
243
|
"type": "int",
|
244
244
|
"value_allowed_null": false
|
245
245
|
},
|
@@ -249,7 +249,7 @@
|
|
249
249
|
"example": "复杂类型",
|
250
250
|
"member": "AppInfoItem",
|
251
251
|
"name": "AppInfo",
|
252
|
-
"
|
252
|
+
"output_required": true,
|
253
253
|
"type": "object",
|
254
254
|
"value_allowed_null": false
|
255
255
|
},
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"example": "2021-09-30 10:57:34",
|
260
260
|
"member": "string",
|
261
261
|
"name": "StartTime",
|
262
|
-
"
|
262
|
+
"output_required": true,
|
263
263
|
"type": "string",
|
264
264
|
"value_allowed_null": false
|
265
265
|
},
|
@@ -269,19 +269,19 @@
|
|
269
269
|
"example": "2021-10-11 14:53:36",
|
270
270
|
"member": "string",
|
271
271
|
"name": "EndTime",
|
272
|
-
"
|
272
|
+
"output_required": true,
|
273
273
|
"type": "string",
|
274
274
|
"value_allowed_null": false
|
275
275
|
},
|
276
276
|
{
|
277
277
|
"disabled": false,
|
278
|
-
"document": "
|
278
|
+
"document": "联系人信息",
|
279
279
|
"example": "老王",
|
280
280
|
"member": "string",
|
281
281
|
"name": "ContactName",
|
282
|
-
"
|
282
|
+
"output_required": true,
|
283
283
|
"type": "string",
|
284
|
-
"value_allowed_null":
|
284
|
+
"value_allowed_null": false
|
285
285
|
}
|
286
286
|
],
|
287
287
|
"usage": "out"
|
@@ -665,7 +665,7 @@
|
|
665
665
|
{
|
666
666
|
"disabled": false,
|
667
667
|
"document": "任务id",
|
668
|
-
"example": "
|
668
|
+
"example": "6bb56a09278740bc80c5dc6dab783eff",
|
669
669
|
"member": "string",
|
670
670
|
"name": "TaskID",
|
671
671
|
"required": true,
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"disabled": false,
|
694
694
|
"document": "子渠道APP MD5值",
|
695
|
-
"example": "
|
695
|
+
"example": "d7849918ab117b2857d6335a76eceea8",
|
696
696
|
"member": "string",
|
697
697
|
"name": "AppMD5",
|
698
698
|
"required": true,
|
@@ -710,24 +710,27 @@
|
|
710
710
|
"example": "0",
|
711
711
|
"member": "int64",
|
712
712
|
"name": "Result",
|
713
|
+
"output_required": true,
|
713
714
|
"type": "int",
|
714
715
|
"value_allowed_null": false
|
715
716
|
},
|
716
717
|
{
|
717
718
|
"disabled": false,
|
718
719
|
"document": "诊断报告/堆栈信息/报告json结果下载链接",
|
719
|
-
"example": "
|
720
|
+
"example": "https://xxxx.xxxx.com/report.pdf",
|
720
721
|
"member": "string",
|
721
722
|
"name": "ReportUrl",
|
723
|
+
"output_required": true,
|
722
724
|
"type": "string",
|
723
725
|
"value_allowed_null": false
|
724
726
|
},
|
725
727
|
{
|
726
728
|
"disabled": false,
|
727
729
|
"document": "诊断报告/堆栈/报告json结果的名称",
|
728
|
-
"example": "
|
730
|
+
"example": "xxxx诊断报告",
|
729
731
|
"member": "string",
|
730
732
|
"name": "ReportTitle",
|
733
|
+
"output_required": true,
|
731
734
|
"type": "string",
|
732
735
|
"value_allowed_null": false
|
733
736
|
},
|
@@ -867,7 +870,7 @@
|
|
867
870
|
"example": "0",
|
868
871
|
"member": "int64",
|
869
872
|
"name": "Result",
|
870
|
-
"
|
873
|
+
"output_required": true,
|
871
874
|
"type": "int",
|
872
875
|
"value_allowed_null": false
|
873
876
|
},
|
@@ -877,7 +880,7 @@
|
|
877
880
|
"example": "无",
|
878
881
|
"member": "ResourceUsageInfoData",
|
879
882
|
"name": "Data",
|
880
|
-
"
|
883
|
+
"output_required": true,
|
881
884
|
"type": "object",
|
882
885
|
"value_allowed_null": false
|
883
886
|
},
|
@@ -1257,13 +1260,13 @@
|
|
1257
1260
|
"members": [
|
1258
1261
|
{
|
1259
1262
|
"disabled": false,
|
1260
|
-
"document": "
|
1263
|
+
"document": "流程编号",
|
1261
1264
|
"example": "1.1",
|
1262
1265
|
"member": "string",
|
1263
1266
|
"name": "FlowNo",
|
1264
|
-
"
|
1267
|
+
"output_required": true,
|
1265
1268
|
"type": "string",
|
1266
|
-
"value_allowed_null":
|
1269
|
+
"value_allowed_null": false
|
1267
1270
|
},
|
1268
1271
|
{
|
1269
1272
|
"disabled": false,
|
@@ -1271,7 +1274,7 @@
|
|
1271
1274
|
"example": "APK 下载",
|
1272
1275
|
"member": "string",
|
1273
1276
|
"name": "FlowName",
|
1274
|
-
"
|
1277
|
+
"output_required": true,
|
1275
1278
|
"type": "string",
|
1276
1279
|
"value_allowed_null": false
|
1277
1280
|
},
|
@@ -1281,39 +1284,39 @@
|
|
1281
1284
|
"example": "1",
|
1282
1285
|
"member": "int64",
|
1283
1286
|
"name": "FlowStatus",
|
1284
|
-
"
|
1287
|
+
"output_required": true,
|
1285
1288
|
"type": "int",
|
1286
1289
|
"value_allowed_null": false
|
1287
1290
|
},
|
1288
1291
|
{
|
1289
1292
|
"disabled": false,
|
1290
|
-
"document": "
|
1293
|
+
"document": "流程状态描述",
|
1291
1294
|
"example": "进行中",
|
1292
1295
|
"member": "string",
|
1293
1296
|
"name": "FlowStateDesc",
|
1294
|
-
"
|
1297
|
+
"output_required": true,
|
1295
1298
|
"type": "string",
|
1296
|
-
"value_allowed_null":
|
1299
|
+
"value_allowed_null": false
|
1297
1300
|
},
|
1298
1301
|
{
|
1299
1302
|
"disabled": false,
|
1300
|
-
"document": "
|
1303
|
+
"document": "流程启动时间",
|
1301
1304
|
"example": "2022-03-21 15:17:18",
|
1302
1305
|
"member": "string",
|
1303
1306
|
"name": "StartTime",
|
1304
|
-
"
|
1307
|
+
"output_required": true,
|
1305
1308
|
"type": "string",
|
1306
|
-
"value_allowed_null":
|
1309
|
+
"value_allowed_null": false
|
1307
1310
|
},
|
1308
1311
|
{
|
1309
1312
|
"disabled": false,
|
1310
|
-
"document": "
|
1313
|
+
"document": "流程完成时间",
|
1311
1314
|
"example": "2022-03-21 15:17:18",
|
1312
1315
|
"member": "string",
|
1313
1316
|
"name": "EndTime",
|
1314
|
-
"
|
1317
|
+
"output_required": true,
|
1315
1318
|
"type": "string",
|
1316
|
-
"value_allowed_null":
|
1319
|
+
"value_allowed_null": false
|
1317
1320
|
}
|
1318
1321
|
],
|
1319
1322
|
"usage": "out"
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"status": "online"
|
247
247
|
},
|
248
248
|
"ExitStandby": {
|
249
|
-
"document": "伸缩组内实例退出备用中状态。\n*
|
249
|
+
"document": "伸缩组内实例退出备用中状态。\n* 退出备用中状态后,实例会进入运行中状态,CLB 权重值恢复为预设值\n* 调用弹性伸缩开关机接口会使得备用中状态发生变化,而云服务器开关机接口不会影响\n* 实例退出备用中状态后,伸缩组会上调期望实例数,新期望数不能大于最大值",
|
250
250
|
"input": "ExitStandbyRequest",
|
251
251
|
"name": "实例退出备用中状态",
|
252
252
|
"output": "ExitStandbyResponse",
|