tccli 3.0.1202.1__py2.py3-none-any.whl → 3.0.1204.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/apm/v20210622/api.json +17 -17
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +82 -0
- tccli/services/cls/v20201016/api.json +9 -0
- tccli/services/cvm/v20170312/api.json +3 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +78 -4
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +64 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/mrs/v20200910/api.json +18 -18
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +9 -0
- tccli/services/vclm/v20240523/api.json +19 -0
- tccli/services/vpc/v20170312/api.json +6 -4
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +336 -13
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1202.1.dist-info → tccli-3.0.1204.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1202.1.dist-info → tccli-3.0.1204.1.dist-info}/RECORD +27 -27
- {tccli-3.0.1202.1.dist-info → tccli-3.0.1204.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1202.1.dist-info → tccli-3.0.1204.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1202.1.dist-info → tccli-3.0.1204.1.dist-info}/license_files/LICENSE +0 -0
@@ -2368,7 +2368,7 @@
|
|
2368
2368
|
},
|
2369
2369
|
{
|
2370
2370
|
"disabled": false,
|
2371
|
-
"document": "是否开启XFF
|
2371
|
+
"document": "是否开启XFF重置。0:关闭 1:开启",
|
2372
2372
|
"example": "0",
|
2373
2373
|
"member": "int64",
|
2374
2374
|
"name": "XFFReset",
|
@@ -2395,7 +2395,7 @@
|
|
2395
2395
|
},
|
2396
2396
|
{
|
2397
2397
|
"disabled": false,
|
2398
|
-
"document": "
|
2398
|
+
"document": "是否开启缓存。 0:关闭 1:开启",
|
2399
2399
|
"example": "0",
|
2400
2400
|
"member": "int64",
|
2401
2401
|
"name": "ProxyBuffer",
|
@@ -2404,12 +2404,75 @@
|
|
2404
2404
|
},
|
2405
2405
|
{
|
2406
2406
|
"disabled": false,
|
2407
|
-
"document": "0:
|
2407
|
+
"document": "是否开启拨测。 0: 禁用拨测 1: 启用拨测。默认启用拨测",
|
2408
2408
|
"example": "1",
|
2409
2409
|
"member": "int64",
|
2410
2410
|
"name": "ProbeStatus",
|
2411
2411
|
"required": false,
|
2412
2412
|
"type": "int"
|
2413
|
+
},
|
2414
|
+
{
|
2415
|
+
"disabled": false,
|
2416
|
+
"document": "国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问",
|
2417
|
+
"example": "0",
|
2418
|
+
"member": "int64",
|
2419
|
+
"name": "GmType",
|
2420
|
+
"required": false,
|
2421
|
+
"type": "int"
|
2422
|
+
},
|
2423
|
+
{
|
2424
|
+
"disabled": false,
|
2425
|
+
"document": "国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书",
|
2426
|
+
"example": "0",
|
2427
|
+
"member": "int64",
|
2428
|
+
"name": "GmCertType",
|
2429
|
+
"required": false,
|
2430
|
+
"type": "int"
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"disabled": false,
|
2434
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的证书链",
|
2435
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
2436
|
+
"member": "string",
|
2437
|
+
"name": "GmCert",
|
2438
|
+
"required": false,
|
2439
|
+
"type": "string"
|
2440
|
+
},
|
2441
|
+
{
|
2442
|
+
"disabled": false,
|
2443
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的私钥",
|
2444
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
2445
|
+
"member": "string",
|
2446
|
+
"name": "GmPrivateKey",
|
2447
|
+
"required": false,
|
2448
|
+
"type": "string"
|
2449
|
+
},
|
2450
|
+
{
|
2451
|
+
"disabled": false,
|
2452
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书",
|
2453
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
2454
|
+
"member": "string",
|
2455
|
+
"name": "GmEncCert",
|
2456
|
+
"required": false,
|
2457
|
+
"type": "string"
|
2458
|
+
},
|
2459
|
+
{
|
2460
|
+
"disabled": false,
|
2461
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥",
|
2462
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
2463
|
+
"member": "string",
|
2464
|
+
"name": "GmEncPrivateKey",
|
2465
|
+
"required": false,
|
2466
|
+
"type": "string"
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
"disabled": false,
|
2470
|
+
"document": "GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id",
|
2471
|
+
"example": "aKnKQLJ",
|
2472
|
+
"member": "string",
|
2473
|
+
"name": "GmSSLId",
|
2474
|
+
"required": false,
|
2475
|
+
"type": "string"
|
2413
2476
|
}
|
2414
2477
|
],
|
2415
2478
|
"type": "object"
|
@@ -3871,6 +3934,16 @@
|
|
3871
3934
|
"output_required": false,
|
3872
3935
|
"type": "string",
|
3873
3936
|
"value_allowed_null": true
|
3937
|
+
},
|
3938
|
+
{
|
3939
|
+
"disabled": false,
|
3940
|
+
"document": "域名标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
3941
|
+
"example": "[\"label1\",\"label2\"]",
|
3942
|
+
"member": "string",
|
3943
|
+
"name": "Labels",
|
3944
|
+
"output_required": false,
|
3945
|
+
"type": "list",
|
3946
|
+
"value_allowed_null": true
|
3874
3947
|
}
|
3875
3948
|
],
|
3876
3949
|
"usage": "out"
|
@@ -4097,6 +4170,16 @@
|
|
4097
4170
|
"output_required": false,
|
4098
4171
|
"type": "int",
|
4099
4172
|
"value_allowed_null": true
|
4173
|
+
},
|
4174
|
+
{
|
4175
|
+
"disabled": false,
|
4176
|
+
"document": "数值形式的私有网络 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4177
|
+
"example": "416562",
|
4178
|
+
"member": "int64",
|
4179
|
+
"name": "NumericalVpcId",
|
4180
|
+
"output_required": false,
|
4181
|
+
"type": "int",
|
4182
|
+
"value_allowed_null": true
|
4100
4183
|
}
|
4101
4184
|
],
|
4102
4185
|
"usage": "out"
|
@@ -5304,16 +5387,16 @@
|
|
5304
5387
|
},
|
5305
5388
|
{
|
5306
5389
|
"disabled": false,
|
5307
|
-
"document": "规则ID
|
5390
|
+
"document": "规则ID列表,支持批量删除,在DeleteAll参数为true的时候可以不传",
|
5308
5391
|
"example": "[552091011,552091010]",
|
5309
5392
|
"member": "uint64",
|
5310
5393
|
"name": "RuleIds",
|
5311
|
-
"required":
|
5394
|
+
"required": false,
|
5312
5395
|
"type": "list"
|
5313
5396
|
},
|
5314
5397
|
{
|
5315
5398
|
"disabled": false,
|
5316
|
-
"document": "是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定
|
5399
|
+
"document": "是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定IP名单,批量防护不支持",
|
5317
5400
|
"example": "false",
|
5318
5401
|
"member": "bool",
|
5319
5402
|
"name": "DeleteAll",
|
@@ -5331,7 +5414,7 @@
|
|
5331
5414
|
},
|
5332
5415
|
{
|
5333
5416
|
"disabled": false,
|
5334
|
-
"document": "IP黑白名单类型,40为IP白名单,42为IP
|
5417
|
+
"document": "IP黑白名单类型,40为IP白名单,42为IP黑名单,在DeleteAll为true的时候必传此参数",
|
5335
5418
|
"example": "42",
|
5336
5419
|
"member": "uint64",
|
5337
5420
|
"name": "ActionType",
|
@@ -7146,11 +7229,11 @@
|
|
7146
7229
|
},
|
7147
7230
|
{
|
7148
7231
|
"disabled": false,
|
7149
|
-
"document": "证书类型。 0
|
7232
|
+
"document": "证书类型。 0:不检测国际标准证书 1:证书来源为自有证书 2:证书来源为托管证书",
|
7150
7233
|
"example": "1",
|
7151
7234
|
"member": "int64",
|
7152
7235
|
"name": "CertType",
|
7153
|
-
"required":
|
7236
|
+
"required": false,
|
7154
7237
|
"type": "int"
|
7155
7238
|
},
|
7156
7239
|
{
|
@@ -7179,6 +7262,60 @@
|
|
7179
7262
|
"name": "PrivateKey",
|
7180
7263
|
"required": false,
|
7181
7264
|
"type": "string"
|
7265
|
+
},
|
7266
|
+
{
|
7267
|
+
"disabled": false,
|
7268
|
+
"document": "国密证书类型。0:不检测国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书",
|
7269
|
+
"example": "0",
|
7270
|
+
"member": "int64",
|
7271
|
+
"name": "GmCertType",
|
7272
|
+
"required": false,
|
7273
|
+
"type": "int"
|
7274
|
+
},
|
7275
|
+
{
|
7276
|
+
"disabled": false,
|
7277
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的证书链",
|
7278
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
7279
|
+
"member": "string",
|
7280
|
+
"name": "GmCert",
|
7281
|
+
"required": false,
|
7282
|
+
"type": "string"
|
7283
|
+
},
|
7284
|
+
{
|
7285
|
+
"disabled": false,
|
7286
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的私钥",
|
7287
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
7288
|
+
"member": "string",
|
7289
|
+
"name": "GmPrivateKey",
|
7290
|
+
"required": false,
|
7291
|
+
"type": "string"
|
7292
|
+
},
|
7293
|
+
{
|
7294
|
+
"disabled": false,
|
7295
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书",
|
7296
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
7297
|
+
"member": "string",
|
7298
|
+
"name": "GmEncCert",
|
7299
|
+
"required": false,
|
7300
|
+
"type": "string"
|
7301
|
+
},
|
7302
|
+
{
|
7303
|
+
"disabled": false,
|
7304
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥",
|
7305
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
7306
|
+
"member": "string",
|
7307
|
+
"name": "GmEncPrivateKey",
|
7308
|
+
"required": false,
|
7309
|
+
"type": "string"
|
7310
|
+
},
|
7311
|
+
{
|
7312
|
+
"disabled": false,
|
7313
|
+
"document": "GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id",
|
7314
|
+
"example": "aKnKQLJ",
|
7315
|
+
"member": "string",
|
7316
|
+
"name": "GmSSLId",
|
7317
|
+
"required": false,
|
7318
|
+
"type": "string"
|
7182
7319
|
}
|
7183
7320
|
],
|
7184
7321
|
"type": "object"
|
@@ -8042,7 +8179,7 @@
|
|
8042
8179
|
},
|
8043
8180
|
{
|
8044
8181
|
"disabled": false,
|
8045
|
-
"document": "
|
8182
|
+
"document": "过滤数组,过滤字段包括:Edition:实例版本,sparta-waf或clb-waf Domain:域名 DomainId:域名ID InstanceName:实例名称 InstanceId:实例ID FlowMode:流量接入模式,仅支持CLBWAF FlowCheckMode:流量体检模式,仅支持CLBWAF ClsStatus:日志开关 Status:WAF开关BotStatus:BOT开关 ApiStatus:API安全开关 Engine:引擎模式 UpstreamIP:源站IP,仅支持SAAS型WAF UpstreamDomain:源站域名,仅支持SAAS型WAF DomainState:域名状态,仅支持SAAS型WAF SgState:安全组状态,仅支持SAAS型WAF Label:分组标签,同时仅支持一种标签过滤",
|
8046
8183
|
"example": "无",
|
8047
8184
|
"member": "FiltersItemNew",
|
8048
8185
|
"name": "Filters",
|
@@ -9928,7 +10065,17 @@
|
|
9928
10065
|
},
|
9929
10066
|
"DescribeUserClbWafRegionsRequest": {
|
9930
10067
|
"document": "DescribeUserClbWafRegions请求参数结构体",
|
9931
|
-
"members": [
|
10068
|
+
"members": [
|
10069
|
+
{
|
10070
|
+
"disabled": false,
|
10071
|
+
"document": "流量来源,不填默认clb。clb:负载均衡器,tsegw:云原生API网关,scf:云函数,apisix:腾讯云上其他网关",
|
10072
|
+
"example": "\"clb\"",
|
10073
|
+
"member": "string",
|
10074
|
+
"name": "AlbType",
|
10075
|
+
"required": false,
|
10076
|
+
"type": "string"
|
10077
|
+
}
|
10078
|
+
],
|
9932
10079
|
"type": "object"
|
9933
10080
|
},
|
9934
10081
|
"DescribeUserClbWafRegionsResponse": {
|
@@ -10736,6 +10883,17 @@
|
|
10736
10883
|
"required": false,
|
10737
10884
|
"type": "int",
|
10738
10885
|
"value_allowed_null": true
|
10886
|
+
},
|
10887
|
+
{
|
10888
|
+
"disabled": false,
|
10889
|
+
"document": "域名标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
10890
|
+
"example": "[\"label1\",\"label2\"]",
|
10891
|
+
"member": "string",
|
10892
|
+
"name": "Labels",
|
10893
|
+
"output_required": false,
|
10894
|
+
"required": false,
|
10895
|
+
"type": "list",
|
10896
|
+
"value_allowed_null": true
|
10739
10897
|
}
|
10740
10898
|
],
|
10741
10899
|
"usage": "both"
|
@@ -11290,6 +11448,86 @@
|
|
11290
11448
|
"output_required": false,
|
11291
11449
|
"type": "int",
|
11292
11450
|
"value_allowed_null": true
|
11451
|
+
},
|
11452
|
+
{
|
11453
|
+
"disabled": false,
|
11454
|
+
"document": "国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问\n注意:此字段可能返回 null,表示取不到有效值。",
|
11455
|
+
"example": "0",
|
11456
|
+
"member": "int64",
|
11457
|
+
"name": "GmType",
|
11458
|
+
"output_required": false,
|
11459
|
+
"type": "int",
|
11460
|
+
"value_allowed_null": true
|
11461
|
+
},
|
11462
|
+
{
|
11463
|
+
"disabled": false,
|
11464
|
+
"document": "国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书\n注意:此字段可能返回 null,表示取不到有效值。",
|
11465
|
+
"example": "0",
|
11466
|
+
"member": "int64",
|
11467
|
+
"name": "GmCertType",
|
11468
|
+
"output_required": false,
|
11469
|
+
"type": "int",
|
11470
|
+
"value_allowed_null": true
|
11471
|
+
},
|
11472
|
+
{
|
11473
|
+
"disabled": false,
|
11474
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的证书链\n注意:此字段可能返回 null,表示取不到有效值。",
|
11475
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
11476
|
+
"member": "string",
|
11477
|
+
"name": "GmCert",
|
11478
|
+
"output_required": false,
|
11479
|
+
"type": "string",
|
11480
|
+
"value_allowed_null": true
|
11481
|
+
},
|
11482
|
+
{
|
11483
|
+
"disabled": false,
|
11484
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的私钥\n注意:此字段可能返回 null,表示取不到有效值。",
|
11485
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
11486
|
+
"member": "string",
|
11487
|
+
"name": "GmPrivateKey",
|
11488
|
+
"output_required": false,
|
11489
|
+
"type": "string",
|
11490
|
+
"value_allowed_null": true
|
11491
|
+
},
|
11492
|
+
{
|
11493
|
+
"disabled": false,
|
11494
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书\n注意:此字段可能返回 null,表示取不到有效值。",
|
11495
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
11496
|
+
"member": "string",
|
11497
|
+
"name": "GmEncCert",
|
11498
|
+
"output_required": false,
|
11499
|
+
"type": "string",
|
11500
|
+
"value_allowed_null": true
|
11501
|
+
},
|
11502
|
+
{
|
11503
|
+
"disabled": false,
|
11504
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥\n注意:此字段可能返回 null,表示取不到有效值。",
|
11505
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
11506
|
+
"member": "string",
|
11507
|
+
"name": "GmEncPrivateKey",
|
11508
|
+
"output_required": false,
|
11509
|
+
"type": "string",
|
11510
|
+
"value_allowed_null": true
|
11511
|
+
},
|
11512
|
+
{
|
11513
|
+
"disabled": false,
|
11514
|
+
"document": "GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id\n注意:此字段可能返回 null,表示取不到有效值。",
|
11515
|
+
"example": "aKnKQLJ",
|
11516
|
+
"member": "string",
|
11517
|
+
"name": "GmSSLId",
|
11518
|
+
"output_required": false,
|
11519
|
+
"type": "string",
|
11520
|
+
"value_allowed_null": true
|
11521
|
+
},
|
11522
|
+
{
|
11523
|
+
"disabled": false,
|
11524
|
+
"document": "域名标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
11525
|
+
"example": "[\"label1\",\"label2\"]",
|
11526
|
+
"member": "string",
|
11527
|
+
"name": "Labels",
|
11528
|
+
"output_required": false,
|
11529
|
+
"type": "list",
|
11530
|
+
"value_allowed_null": true
|
11293
11531
|
}
|
11294
11532
|
],
|
11295
11533
|
"usage": "out"
|
@@ -12505,6 +12743,17 @@
|
|
12505
12743
|
"required": false,
|
12506
12744
|
"type": "string",
|
12507
12745
|
"value_allowed_null": true
|
12746
|
+
},
|
12747
|
+
{
|
12748
|
+
"disabled": false,
|
12749
|
+
"document": "模式clb-waf或者saas-waf\n注意:此字段可能返回 null,表示取不到有效值。",
|
12750
|
+
"example": "clb-waf",
|
12751
|
+
"member": "string",
|
12752
|
+
"name": "MicroVersion",
|
12753
|
+
"output_required": false,
|
12754
|
+
"required": false,
|
12755
|
+
"type": "string",
|
12756
|
+
"value_allowed_null": true
|
12508
12757
|
}
|
12509
12758
|
],
|
12510
12759
|
"usage": "both"
|
@@ -16863,7 +17112,7 @@
|
|
16863
17112
|
},
|
16864
17113
|
{
|
16865
17114
|
"disabled": false,
|
16866
|
-
"document": "
|
17115
|
+
"document": "是否开启缓存。 0:关闭 1:开启",
|
16867
17116
|
"example": "0",
|
16868
17117
|
"member": "int64",
|
16869
17118
|
"name": "ProxyBuffer",
|
@@ -16872,12 +17121,75 @@
|
|
16872
17121
|
},
|
16873
17122
|
{
|
16874
17123
|
"disabled": false,
|
16875
|
-
"document": "0:
|
17124
|
+
"document": "是否开启拨测。 0: 禁用拨测 1: 启用拨测。默认启用拨测",
|
16876
17125
|
"example": "1",
|
16877
17126
|
"member": "int64",
|
16878
17127
|
"name": "ProbeStatus",
|
16879
17128
|
"required": false,
|
16880
17129
|
"type": "int"
|
17130
|
+
},
|
17131
|
+
{
|
17132
|
+
"disabled": false,
|
17133
|
+
"document": "国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问",
|
17134
|
+
"example": "0",
|
17135
|
+
"member": "int64",
|
17136
|
+
"name": "GmType",
|
17137
|
+
"required": false,
|
17138
|
+
"type": "int"
|
17139
|
+
},
|
17140
|
+
{
|
17141
|
+
"disabled": false,
|
17142
|
+
"document": "国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书",
|
17143
|
+
"example": "0",
|
17144
|
+
"member": "int64",
|
17145
|
+
"name": "GmCertType",
|
17146
|
+
"required": false,
|
17147
|
+
"type": "int"
|
17148
|
+
},
|
17149
|
+
{
|
17150
|
+
"disabled": false,
|
17151
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的证书链",
|
17152
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
17153
|
+
"member": "string",
|
17154
|
+
"name": "GmCert",
|
17155
|
+
"required": false,
|
17156
|
+
"type": "string"
|
17157
|
+
},
|
17158
|
+
{
|
17159
|
+
"disabled": false,
|
17160
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的私钥",
|
17161
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
17162
|
+
"member": "string",
|
17163
|
+
"name": "GmPrivateKey",
|
17164
|
+
"required": false,
|
17165
|
+
"type": "string"
|
17166
|
+
},
|
17167
|
+
{
|
17168
|
+
"disabled": false,
|
17169
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书",
|
17170
|
+
"example": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----",
|
17171
|
+
"member": "string",
|
17172
|
+
"name": "GmEncCert",
|
17173
|
+
"required": false,
|
17174
|
+
"type": "string"
|
17175
|
+
},
|
17176
|
+
{
|
17177
|
+
"disabled": false,
|
17178
|
+
"document": "GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥",
|
17179
|
+
"example": "-----BEGIN PRIVATE KEY----- xxx -----END PRIVATE KEY-----",
|
17180
|
+
"member": "string",
|
17181
|
+
"name": "GmEncPrivateKey",
|
17182
|
+
"required": false,
|
17183
|
+
"type": "string"
|
17184
|
+
},
|
17185
|
+
{
|
17186
|
+
"disabled": false,
|
17187
|
+
"document": "GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id",
|
17188
|
+
"example": "aKnKQLJ",
|
17189
|
+
"member": "string",
|
17190
|
+
"name": "GmSSLId",
|
17191
|
+
"required": false,
|
17192
|
+
"type": "string"
|
16881
17193
|
}
|
16882
17194
|
],
|
16883
17195
|
"type": "object"
|
@@ -18581,6 +18893,17 @@
|
|
18581
18893
|
"required": true,
|
18582
18894
|
"type": "string",
|
18583
18895
|
"value_allowed_null": true
|
18896
|
+
},
|
18897
|
+
{
|
18898
|
+
"disabled": false,
|
18899
|
+
"document": "0:大小写敏感\n1:大小写不敏感\n注意:此字段可能返回 null,表示取不到有效值。",
|
18900
|
+
"example": "0",
|
18901
|
+
"member": "uint64",
|
18902
|
+
"name": "CaseNotSensitive",
|
18903
|
+
"output_required": false,
|
18904
|
+
"required": false,
|
18905
|
+
"type": "int",
|
18906
|
+
"value_allowed_null": true
|
18584
18907
|
}
|
18585
18908
|
],
|
18586
18909
|
"usage": "both"
|
@@ -677,7 +677,7 @@
|
|
677
677
|
"DescribeUserClbWafRegions": [
|
678
678
|
{
|
679
679
|
"document": "",
|
680
|
-
"input": "https://waf.tencentcloudapi.com/?Action=DescribeUserClbWafRegions\n
|
680
|
+
"input": "https://waf.tencentcloudapi.com/?Action=DescribeUserClbWafRegions\n&<公共请求参数>\n\n{\"AlbType\": \"scf\"}",
|
681
681
|
"output": "{\n \"Response\": {\n \"Data\": [\n \"ap-guangzhou\",\n \"ap-shanghai\"\n ],\n \"RequestId\": \"4c8827fc-839c-4ecc-8ac5-d39456d163b9\"\n }\n}",
|
682
682
|
"title": "获取对客户已经开放的负载均衡型WAF的地域"
|
683
683
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1204.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1204
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|