tccli 3.0.1136.1__py2.py3-none-any.whl → 3.0.1137.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/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/cls/v20201016/api.json +93 -0
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/v20210125/api.json +23 -23
- tccli/services/dlc/v20210125/examples.json +6 -6
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +178 -19
- tccli/services/iotexplorer/v20190423/api.json +199 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +13 -3
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1137.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1137.1.dist-info}/RECORD +37 -37
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1137.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1137.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1136.1.dist-info → tccli-3.0.1137.1.dist-info}/license_files/LICENSE +0 -0
@@ -76,6 +76,14 @@
|
|
76
76
|
"title": "成功取消分配"
|
77
77
|
}
|
78
78
|
],
|
79
|
+
"CheckFirmwareUpdate": [
|
80
|
+
{
|
81
|
+
"document": "",
|
82
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=CheckFirmwareUpdate\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
83
|
+
"output": "{\n \"Response\": {\n \"DstVersion\": \"1.1\",\n \"CurrentVersion\": \"1.0\",\n \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\"\n }\n}",
|
84
|
+
"title": "示例1"
|
85
|
+
}
|
86
|
+
],
|
79
87
|
"ControlDeviceData": [
|
80
88
|
{
|
81
89
|
"document": "设置设备数据",
|
@@ -562,6 +570,14 @@
|
|
562
570
|
"title": "查询固件升级任务详情"
|
563
571
|
}
|
564
572
|
],
|
573
|
+
"DescribeFirmwareUpdateStatus": [
|
574
|
+
{
|
575
|
+
"document": "",
|
576
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=DescribeFirmwareUpdateStatus\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
577
|
+
"output": "{\n \"Response\": {\n \"DstVersion\": \"1.0\",\n \"OriVersion\": \"1.4\",\n \"Percent\": 100,\n \"RequestId\": \"adcfghb\",\n \"Status\": 6\n }\n}",
|
578
|
+
"title": "成功示例"
|
579
|
+
}
|
580
|
+
],
|
565
581
|
"DescribeGatewayBindDevices": [
|
566
582
|
{
|
567
583
|
"document": "",
|
@@ -1024,6 +1040,14 @@
|
|
1024
1040
|
"title": "发布广播消息"
|
1025
1041
|
}
|
1026
1042
|
],
|
1043
|
+
"PublishFirmwareUpdateMessage": [
|
1044
|
+
{
|
1045
|
+
"document": "",
|
1046
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=PublishFirmwareUpdateMessage\n&ProductID=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
1047
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\",\n \"Status\": \"OK\"\n }\n}",
|
1048
|
+
"title": "确认固件升级任务"
|
1049
|
+
}
|
1050
|
+
],
|
1027
1051
|
"PublishMessage": [
|
1028
1052
|
{
|
1029
1053
|
"document": "",
|
@@ -2176,8 +2176,7 @@
|
|
2176
2176
|
"member": "int64",
|
2177
2177
|
"name": "UseMixCropCenter",
|
2178
2178
|
"required": false,
|
2179
|
-
"type": "int"
|
2180
|
-
"value_allowed_null": false
|
2179
|
+
"type": "int"
|
2181
2180
|
},
|
2182
2181
|
{
|
2183
2182
|
"disabled": false,
|
@@ -2186,8 +2185,7 @@
|
|
2186
2185
|
"member": "int64",
|
2187
2186
|
"name": "AllowCopy",
|
2188
2187
|
"required": false,
|
2189
|
-
"type": "int"
|
2190
|
-
"value_allowed_null": false
|
2188
|
+
"type": "int"
|
2191
2189
|
},
|
2192
2190
|
{
|
2193
2191
|
"disabled": false,
|
@@ -2196,8 +2194,16 @@
|
|
2196
2194
|
"member": "int64",
|
2197
2195
|
"name": "PassInputSei",
|
2198
2196
|
"required": false,
|
2199
|
-
"type": "int"
|
2200
|
-
|
2197
|
+
"type": "int"
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"disabled": false,
|
2201
|
+
"document": "取值范围[0,1]\n填1时,图片输入中的透明通道生效。",
|
2202
|
+
"example": "0",
|
2203
|
+
"member": "int64",
|
2204
|
+
"name": "UsePictureTransparent",
|
2205
|
+
"required": false,
|
2206
|
+
"type": "int"
|
2201
2207
|
}
|
2202
2208
|
],
|
2203
2209
|
"usage": "in"
|
@@ -540,11 +540,11 @@
|
|
540
540
|
"status": "online"
|
541
541
|
},
|
542
542
|
"VatInvoiceVerify": {
|
543
|
-
"document": "本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票。\n\n默认接口请求频率限制:20次/秒。",
|
543
|
+
"document": "已上线VatInvoiceVerifyNew,VatInvoiceVerify需要下线,产品在官网已发通告\n\n本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票。\n\n默认接口请求频率限制:20次/秒。",
|
544
544
|
"input": "VatInvoiceVerifyRequest",
|
545
545
|
"name": "增值税发票核验",
|
546
546
|
"output": "VatInvoiceVerifyResponse",
|
547
|
-
"status": "
|
547
|
+
"status": "deprecated"
|
548
548
|
},
|
549
549
|
"VatInvoiceVerifyNew": {
|
550
550
|
"document": "本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。\n\n默认接口请求频率限制:20次/秒。",
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"example": "10000",
|
151
151
|
"member": "string",
|
152
152
|
"name": "Uin",
|
153
|
-
"
|
153
|
+
"output_required": true,
|
154
154
|
"type": "string",
|
155
155
|
"value_allowed_null": false
|
156
156
|
},
|
@@ -160,7 +160,7 @@
|
|
160
160
|
"example": "10000",
|
161
161
|
"member": "string",
|
162
162
|
"name": "ClientUin",
|
163
|
-
"
|
163
|
+
"output_required": true,
|
164
164
|
"type": "string",
|
165
165
|
"value_allowed_null": false
|
166
166
|
},
|
@@ -170,7 +170,7 @@
|
|
170
170
|
"example": "0",
|
171
171
|
"member": "string",
|
172
172
|
"name": "AgentTime",
|
173
|
-
"
|
173
|
+
"output_required": true,
|
174
174
|
"type": "string",
|
175
175
|
"value_allowed_null": false
|
176
176
|
},
|
@@ -180,7 +180,7 @@
|
|
180
180
|
"example": "b",
|
181
181
|
"member": "string",
|
182
182
|
"name": "ClientFlag",
|
183
|
-
"
|
183
|
+
"output_required": true,
|
184
184
|
"type": "string",
|
185
185
|
"value_allowed_null": false
|
186
186
|
},
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"example": "腾讯",
|
191
191
|
"member": "string",
|
192
192
|
"name": "ClientRemark",
|
193
|
-
"
|
193
|
+
"output_required": true,
|
194
194
|
"type": "string",
|
195
195
|
"value_allowed_null": false
|
196
196
|
},
|
@@ -200,7 +200,7 @@
|
|
200
200
|
"example": "腾讯",
|
201
201
|
"member": "string",
|
202
202
|
"name": "ClientName",
|
203
|
-
"
|
203
|
+
"output_required": true,
|
204
204
|
"type": "string",
|
205
205
|
"value_allowed_null": false
|
206
206
|
},
|
@@ -210,7 +210,7 @@
|
|
210
210
|
"example": "0",
|
211
211
|
"member": "string",
|
212
212
|
"name": "AuthType",
|
213
|
-
"
|
213
|
+
"output_required": true,
|
214
214
|
"type": "string",
|
215
215
|
"value_allowed_null": false
|
216
216
|
},
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"example": "0",
|
221
221
|
"member": "string",
|
222
222
|
"name": "AppId",
|
223
|
-
"
|
223
|
+
"output_required": true,
|
224
224
|
"type": "string",
|
225
225
|
"value_allowed_null": false
|
226
226
|
},
|
@@ -230,7 +230,7 @@
|
|
230
230
|
"example": "0",
|
231
231
|
"member": "int64",
|
232
232
|
"name": "LastMonthAmt",
|
233
|
-
"
|
233
|
+
"output_required": true,
|
234
234
|
"type": "int",
|
235
235
|
"value_allowed_null": false
|
236
236
|
},
|
@@ -240,7 +240,7 @@
|
|
240
240
|
"example": "0",
|
241
241
|
"member": "int64",
|
242
242
|
"name": "ThisMonthAmt",
|
243
|
-
"
|
243
|
+
"output_required": true,
|
244
244
|
"type": "int",
|
245
245
|
"value_allowed_null": false
|
246
246
|
},
|
@@ -250,7 +250,7 @@
|
|
250
250
|
"example": "0",
|
251
251
|
"member": "uint64",
|
252
252
|
"name": "HasOverdueBill",
|
253
|
-
"
|
253
|
+
"output_required": true,
|
254
254
|
"type": "int",
|
255
255
|
"value_allowed_null": false
|
256
256
|
},
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"example": "old",
|
261
261
|
"member": "string",
|
262
262
|
"name": "ClientType",
|
263
|
-
"
|
263
|
+
"output_required": true,
|
264
264
|
"type": "string",
|
265
265
|
"value_allowed_null": false
|
266
266
|
},
|
@@ -270,7 +270,7 @@
|
|
270
270
|
"example": "self",
|
271
271
|
"member": "string",
|
272
272
|
"name": "ProjectType",
|
273
|
-
"
|
273
|
+
"output_required": true,
|
274
274
|
"type": "string",
|
275
275
|
"value_allowed_null": false
|
276
276
|
},
|
@@ -280,7 +280,7 @@
|
|
280
280
|
"example": "10002",
|
281
281
|
"member": "string",
|
282
282
|
"name": "SalesUin",
|
283
|
-
"
|
283
|
+
"output_required": true,
|
284
284
|
"type": "string",
|
285
285
|
"value_allowed_null": true
|
286
286
|
},
|
@@ -290,7 +290,7 @@
|
|
290
290
|
"example": "腾讯",
|
291
291
|
"member": "string",
|
292
292
|
"name": "SalesName",
|
293
|
-
"
|
293
|
+
"output_required": true,
|
294
294
|
"type": "string",
|
295
295
|
"value_allowed_null": true
|
296
296
|
},
|
@@ -300,7 +300,17 @@
|
|
300
300
|
"example": "10000***@qq.com",
|
301
301
|
"member": "string",
|
302
302
|
"name": "Mail",
|
303
|
-
"
|
303
|
+
"output_required": true,
|
304
|
+
"type": "string",
|
305
|
+
"value_allowed_null": true
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"disabled": false,
|
309
|
+
"document": "交易类型:交易类型 1-原类型 2-代理型 3-代采型\n注意:此字段可能返回 null,表示取不到有效值。",
|
310
|
+
"example": "1",
|
311
|
+
"member": "string",
|
312
|
+
"name": "TransactionType",
|
313
|
+
"output_required": false,
|
304
314
|
"type": "string",
|
305
315
|
"value_allowed_null": true
|
306
316
|
}
|
@@ -1001,7 +1001,7 @@
|
|
1001
1001
|
{
|
1002
1002
|
"disabled": false,
|
1003
1003
|
"document": "待创建的实例名称",
|
1004
|
-
"example": "",
|
1004
|
+
"example": "test123",
|
1005
1005
|
"member": "string",
|
1006
1006
|
"name": "RegistryName",
|
1007
1007
|
"required": true,
|
@@ -1016,12 +1016,23 @@
|
|
1016
1016
|
{
|
1017
1017
|
"disabled": false,
|
1018
1018
|
"document": "检查结果,true为合法,false为非法",
|
1019
|
-
"example": "",
|
1019
|
+
"example": "true",
|
1020
1020
|
"member": "bool",
|
1021
1021
|
"name": "IsValidated",
|
1022
|
+
"output_required": true,
|
1022
1023
|
"type": "bool",
|
1023
1024
|
"value_allowed_null": false
|
1024
1025
|
},
|
1026
|
+
{
|
1027
|
+
"disabled": false,
|
1028
|
+
"document": "1: Illegal(名子非法), 2:Reserved(名字保留), 3:Existed(名字已存在)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1029
|
+
"example": "1",
|
1030
|
+
"member": "int64",
|
1031
|
+
"name": "DetailCode",
|
1032
|
+
"output_required": true,
|
1033
|
+
"type": "int",
|
1034
|
+
"value_allowed_null": true
|
1035
|
+
},
|
1025
1036
|
{
|
1026
1037
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1027
1038
|
"member": "string",
|
@@ -1055,7 +1066,7 @@
|
|
1055
1066
|
"example": "true",
|
1056
1067
|
"member": "bool",
|
1057
1068
|
"name": "IsValidated",
|
1058
|
-
"
|
1069
|
+
"output_required": true,
|
1059
1070
|
"type": "bool",
|
1060
1071
|
"value_allowed_null": false
|
1061
1072
|
},
|
@@ -1065,7 +1076,7 @@
|
|
1065
1076
|
"example": "1",
|
1066
1077
|
"member": "uint64",
|
1067
1078
|
"name": "RegionId",
|
1068
|
-
"
|
1079
|
+
"output_required": true,
|
1069
1080
|
"type": "int",
|
1070
1081
|
"value_allowed_null": false
|
1071
1082
|
},
|
@@ -3896,9 +3907,10 @@
|
|
3896
3907
|
{
|
3897
3908
|
"disabled": false,
|
3898
3909
|
"document": "全局自动删除策略信息",
|
3899
|
-
"example": "",
|
3910
|
+
"example": "无",
|
3900
3911
|
"member": "AutoDelStrategyInfoResp",
|
3901
3912
|
"name": "Data",
|
3913
|
+
"output_required": true,
|
3902
3914
|
"type": "object",
|
3903
3915
|
"value_allowed_null": false
|
3904
3916
|
},
|
@@ -3917,7 +3929,7 @@
|
|
3917
3929
|
{
|
3918
3930
|
"disabled": false,
|
3919
3931
|
"document": "仓库名称",
|
3920
|
-
"example": "",
|
3932
|
+
"example": "无",
|
3921
3933
|
"member": "string",
|
3922
3934
|
"name": "RepoName",
|
3923
3935
|
"required": true,
|
@@ -3932,9 +3944,10 @@
|
|
3932
3944
|
{
|
3933
3945
|
"disabled": false,
|
3934
3946
|
"document": "自动删除策略信息",
|
3935
|
-
"example": "",
|
3947
|
+
"example": "无",
|
3936
3948
|
"member": "AutoDelStrategyInfoResp",
|
3937
3949
|
"name": "Data",
|
3950
|
+
"output_required": true,
|
3938
3951
|
"type": "object",
|
3939
3952
|
"value_allowed_null": false
|
3940
3953
|
},
|
@@ -4456,7 +4469,7 @@
|
|
4456
4469
|
{
|
4457
4470
|
"disabled": false,
|
4458
4471
|
"document": "实例ID列表(为空时,\n表示获取账号下所有实例)",
|
4459
|
-
"example": "",
|
4472
|
+
"example": "tcr-xxx",
|
4460
4473
|
"member": "string",
|
4461
4474
|
"name": "Registryids",
|
4462
4475
|
"required": false,
|
@@ -4465,7 +4478,7 @@
|
|
4465
4478
|
{
|
4466
4479
|
"disabled": false,
|
4467
4480
|
"document": "偏移量,默认0",
|
4468
|
-
"example": "",
|
4481
|
+
"example": "0",
|
4469
4482
|
"member": "int64",
|
4470
4483
|
"name": "Offset",
|
4471
4484
|
"required": false,
|
@@ -4474,7 +4487,7 @@
|
|
4474
4487
|
{
|
4475
4488
|
"disabled": false,
|
4476
4489
|
"document": "最大输出条数,默认20,最大为100",
|
4477
|
-
"example": "",
|
4490
|
+
"example": "20",
|
4478
4491
|
"member": "int64",
|
4479
4492
|
"name": "Limit",
|
4480
4493
|
"required": false,
|
@@ -4483,7 +4496,7 @@
|
|
4483
4496
|
{
|
4484
4497
|
"disabled": false,
|
4485
4498
|
"document": "过滤条件",
|
4486
|
-
"example": "",
|
4499
|
+
"example": "nil",
|
4487
4500
|
"member": "Filter",
|
4488
4501
|
"name": "Filters",
|
4489
4502
|
"required": false,
|
@@ -4492,7 +4505,7 @@
|
|
4492
4505
|
{
|
4493
4506
|
"disabled": false,
|
4494
4507
|
"document": "获取所有地域的实例,默认为False",
|
4495
|
-
"example": "",
|
4508
|
+
"example": "true",
|
4496
4509
|
"member": "bool",
|
4497
4510
|
"name": "AllRegion",
|
4498
4511
|
"required": false,
|
@@ -4507,18 +4520,20 @@
|
|
4507
4520
|
{
|
4508
4521
|
"disabled": false,
|
4509
4522
|
"document": "总实例个数",
|
4510
|
-
"example": "",
|
4523
|
+
"example": "1",
|
4511
4524
|
"member": "int64",
|
4512
4525
|
"name": "TotalCount",
|
4526
|
+
"output_required": true,
|
4513
4527
|
"type": "int",
|
4514
4528
|
"value_allowed_null": false
|
4515
4529
|
},
|
4516
4530
|
{
|
4517
4531
|
"disabled": false,
|
4518
4532
|
"document": "实例信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
4519
|
-
"example": "",
|
4533
|
+
"example": "nil",
|
4520
4534
|
"member": "Registry",
|
4521
4535
|
"name": "Registries",
|
4536
|
+
"output_required": true,
|
4522
4537
|
"type": "list",
|
4523
4538
|
"value_allowed_null": true
|
4524
4539
|
},
|
@@ -4621,7 +4636,7 @@
|
|
4621
4636
|
{
|
4622
4637
|
"disabled": false,
|
4623
4638
|
"document": "命名空间,支持模糊查询",
|
4624
|
-
"example": "",
|
4639
|
+
"example": "无",
|
4625
4640
|
"member": "string",
|
4626
4641
|
"name": "Namespace",
|
4627
4642
|
"required": true,
|
@@ -4630,7 +4645,7 @@
|
|
4630
4645
|
{
|
4631
4646
|
"disabled": false,
|
4632
4647
|
"document": "单页数量",
|
4633
|
-
"example": "",
|
4648
|
+
"example": "无",
|
4634
4649
|
"member": "int64",
|
4635
4650
|
"name": "Limit",
|
4636
4651
|
"required": true,
|
@@ -4639,7 +4654,7 @@
|
|
4639
4654
|
{
|
4640
4655
|
"disabled": false,
|
4641
4656
|
"document": "偏移量",
|
4642
|
-
"example": "",
|
4657
|
+
"example": "无",
|
4643
4658
|
"member": "int64",
|
4644
4659
|
"name": "Offset",
|
4645
4660
|
"required": true,
|
@@ -4654,9 +4669,10 @@
|
|
4654
4669
|
{
|
4655
4670
|
"disabled": false,
|
4656
4671
|
"document": "用户命名空间返回信息",
|
4657
|
-
"example": "",
|
4672
|
+
"example": "无",
|
4658
4673
|
"member": "NamespaceInfoResp",
|
4659
4674
|
"name": "Data",
|
4675
|
+
"output_required": true,
|
4660
4676
|
"type": "object",
|
4661
4677
|
"value_allowed_null": false
|
4662
4678
|
},
|
@@ -4779,18 +4795,20 @@
|
|
4779
4795
|
{
|
4780
4796
|
"disabled": false,
|
4781
4797
|
"document": "返回的总数",
|
4782
|
-
"example": "",
|
4798
|
+
"example": "1",
|
4783
4799
|
"member": "uint64",
|
4784
4800
|
"name": "TotalCount",
|
4801
|
+
"output_required": true,
|
4785
4802
|
"type": "int",
|
4786
4803
|
"value_allowed_null": false
|
4787
4804
|
},
|
4788
4805
|
{
|
4789
4806
|
"disabled": false,
|
4790
4807
|
"document": "地域信息列表",
|
4791
|
-
"example": "",
|
4808
|
+
"example": "ap-guangzhou",
|
4792
4809
|
"member": "Region",
|
4793
4810
|
"name": "Regions",
|
4811
|
+
"output_required": true,
|
4794
4812
|
"type": "list",
|
4795
4813
|
"value_allowed_null": false
|
4796
4814
|
},
|
@@ -5122,7 +5140,7 @@
|
|
5122
5140
|
{
|
5123
5141
|
"disabled": false,
|
5124
5142
|
"document": "搜索镜像名",
|
5125
|
-
"example": "",
|
5143
|
+
"example": "无",
|
5126
5144
|
"member": "string",
|
5127
5145
|
"name": "RepoName",
|
5128
5146
|
"required": false,
|
@@ -5131,7 +5149,7 @@
|
|
5131
5149
|
{
|
5132
5150
|
"disabled": false,
|
5133
5151
|
"document": "偏移量,默认为0",
|
5134
|
-
"example": "",
|
5152
|
+
"example": "无",
|
5135
5153
|
"member": "int64",
|
5136
5154
|
"name": "Offset",
|
5137
5155
|
"required": false,
|
@@ -5140,7 +5158,7 @@
|
|
5140
5158
|
{
|
5141
5159
|
"disabled": false,
|
5142
5160
|
"document": "返回最大数量,默认 20,最大100",
|
5143
|
-
"example": "",
|
5161
|
+
"example": "无",
|
5144
5162
|
"member": "int64",
|
5145
5163
|
"name": "Limit",
|
5146
5164
|
"required": false,
|
@@ -5149,7 +5167,7 @@
|
|
5149
5167
|
{
|
5150
5168
|
"disabled": false,
|
5151
5169
|
"document": "筛选条件:1表示public,0表示private",
|
5152
|
-
"example": "",
|
5170
|
+
"example": "无",
|
5153
5171
|
"member": "int64",
|
5154
5172
|
"name": "Public",
|
5155
5173
|
"required": false,
|
@@ -5158,7 +5176,7 @@
|
|
5158
5176
|
{
|
5159
5177
|
"disabled": false,
|
5160
5178
|
"document": "命名空间",
|
5161
|
-
"example": "",
|
5179
|
+
"example": "无",
|
5162
5180
|
"member": "string",
|
5163
5181
|
"name": "Namespace",
|
5164
5182
|
"required": false,
|
@@ -5173,9 +5191,10 @@
|
|
5173
5191
|
{
|
5174
5192
|
"disabled": false,
|
5175
5193
|
"document": "仓库信息",
|
5176
|
-
"example": "",
|
5194
|
+
"example": "无",
|
5177
5195
|
"member": "SearchUserRepositoryResp",
|
5178
5196
|
"name": "Data",
|
5197
|
+
"output_required": true,
|
5179
5198
|
"type": "object",
|
5180
5199
|
"value_allowed_null": false
|
5181
5200
|
},
|
@@ -5194,7 +5213,7 @@
|
|
5194
5213
|
{
|
5195
5214
|
"disabled": false,
|
5196
5215
|
"document": "偏移量,默认为0",
|
5197
|
-
"example": "",
|
5216
|
+
"example": "无",
|
5198
5217
|
"member": "int64",
|
5199
5218
|
"name": "Offset",
|
5200
5219
|
"required": false,
|
@@ -5203,7 +5222,7 @@
|
|
5203
5222
|
{
|
5204
5223
|
"disabled": false,
|
5205
5224
|
"document": "返回最大数量,默认 20, 最大值 100",
|
5206
|
-
"example": "",
|
5225
|
+
"example": "无",
|
5207
5226
|
"member": "int64",
|
5208
5227
|
"name": "Limit",
|
5209
5228
|
"required": false,
|
@@ -5212,7 +5231,7 @@
|
|
5212
5231
|
{
|
5213
5232
|
"disabled": false,
|
5214
5233
|
"document": "仓库名称",
|
5215
|
-
"example": "",
|
5234
|
+
"example": "无",
|
5216
5235
|
"member": "string",
|
5217
5236
|
"name": "RepoName",
|
5218
5237
|
"required": false,
|
@@ -5227,9 +5246,10 @@
|
|
5227
5246
|
{
|
5228
5247
|
"disabled": false,
|
5229
5248
|
"document": "仓库信息",
|
5230
|
-
"example": "",
|
5249
|
+
"example": "无",
|
5231
5250
|
"member": "RepoInfoResp",
|
5232
5251
|
"name": "Data",
|
5252
|
+
"output_required": true,
|
5233
5253
|
"type": "object",
|
5234
5254
|
"value_allowed_null": false
|
5235
5255
|
},
|
@@ -5248,7 +5268,7 @@
|
|
5248
5268
|
{
|
5249
5269
|
"disabled": false,
|
5250
5270
|
"document": "仓库名字",
|
5251
|
-
"example": "",
|
5271
|
+
"example": "无",
|
5252
5272
|
"member": "string",
|
5253
5273
|
"name": "RepoName",
|
5254
5274
|
"required": true,
|
@@ -5263,9 +5283,10 @@
|
|
5263
5283
|
{
|
5264
5284
|
"disabled": false,
|
5265
5285
|
"document": "仓库信息",
|
5266
|
-
"example": "",
|
5286
|
+
"example": "无",
|
5267
5287
|
"member": "RepositoryInfoResp",
|
5268
5288
|
"name": "Data",
|
5289
|
+
"output_required": true,
|
5269
5290
|
"type": "object",
|
5270
5291
|
"value_allowed_null": false
|
5271
5292
|
},
|
@@ -5649,9 +5670,10 @@
|
|
5649
5670
|
{
|
5650
5671
|
"disabled": false,
|
5651
5672
|
"document": "配额返回信息",
|
5652
|
-
"example": "",
|
5673
|
+
"example": "无",
|
5653
5674
|
"member": "RespLimit",
|
5654
5675
|
"name": "Data",
|
5676
|
+
"output_required": true,
|
5655
5677
|
"type": "object",
|
5656
5678
|
"value_allowed_null": false
|
5657
5679
|
},
|
@@ -10002,7 +10024,7 @@
|
|
10002
10024
|
"example": "无",
|
10003
10025
|
"member": "NamespaceIsExistsResp",
|
10004
10026
|
"name": "Data",
|
10005
|
-
"
|
10027
|
+
"output_required": true,
|
10006
10028
|
"type": "object",
|
10007
10029
|
"value_allowed_null": false
|
10008
10030
|
},
|
@@ -10039,7 +10061,7 @@
|
|
10039
10061
|
"example": "无",
|
10040
10062
|
"member": "RepoIsExistResp",
|
10041
10063
|
"name": "Data",
|
10042
|
-
"
|
10064
|
+
"output_required": true,
|
10043
10065
|
"type": "object",
|
10044
10066
|
"value_allowed_null": false
|
10045
10067
|
},
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"document": "",
|
30
30
|
"input": "https://tcr.tencentcloudapi.com/?Action=CheckInstanceName\n&RegistryName=registryName123\n&<公共请求参数>",
|
31
|
-
"output": "{\n \"Response\": {\n \"IsValidated\": true,\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"IsValidated\": true,\n \"DetailCode\": 0,\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
32
32
|
"title": "检查待创建的实例名称是否符合规范"
|
33
33
|
}
|
34
34
|
],
|
@@ -536,7 +536,7 @@
|
|
536
536
|
{
|
537
537
|
"document": "",
|
538
538
|
"input": "https://tcr.tencentcloudapi.com/?Action=DescribeInstances\n&<公共请求参数>",
|
539
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Registries\": [\n {\n \"RegistryId\": \"
|
539
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Registries\": [\n {\n \"RegistryId\": \"tcr-xxx\",\n \"RegistryName\": \"test\",\n \"RegistryType\": \"basic\",\n \"Status\": \"running\",\n \"PublicDomain\": \"tcr-test.tencentcloudcr.com\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"RegionName\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"EnableAnonymous\": true,\n \"TokenValidTime\": 1,\n \"InternalEndpoint\": \"nil\",\n \"TagSpecification\": {\n \"ResourceType\": \"abc\",\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n },\n \"ExpiredAt\": \"abc\",\n \"PayMod\": 0,\n \"RenewFlag\": 0,\n \"DeletionProtection\": true\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
540
540
|
"title": "查看实例列表"
|
541
541
|
}
|
542
542
|
],
|
@@ -559,7 +559,7 @@
|
|
559
559
|
"DescribeNamespacePersonal": [
|
560
560
|
{
|
561
561
|
"document": "",
|
562
|
-
"input": "
|
562
|
+
"input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNamespacePersonal\n<公共请求参数>\n\n{\n \"Namespace\": \"mockns\",\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
563
563
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"Data\": {\n \"NamespaceCount\": 1,\n \"NamespaceInfo\": [\n {\n \"Namespace\": \"test\",\n \"CreationTime\": \"2018-07-25 15:07:12\",\n \"RepoCount\": 2\n }\n ]\n }\n }\n}",
|
564
564
|
"title": "查询个人版命名空间信息"
|
565
565
|
}
|
@@ -576,7 +576,7 @@
|
|
576
576
|
{
|
577
577
|
"document": "",
|
578
578
|
"input": "https://tcr.tencentcloudapi.com/?Action=DescribeRegions\r\n&<公共请求参数>",
|
579
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Regions\": [\n {\n \"
|
579
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Regions\": [\n {\n \"Alias\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"ap-guangzhou\",\n \"Status\": \"alluser\",\n \"Remark\": \"alluser\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"Id\": 1\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
580
580
|
"title": "列出TCR可用区域"
|
581
581
|
}
|
582
582
|
],
|