tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -3807,7 +3807,7 @@
|
|
3807
3807
|
{
|
3808
3808
|
"disabled": false,
|
3809
3809
|
"document": "EIP名称,用于申请EIP时用户自定义该EIP的个性化名称,默认值:未命名。",
|
3810
|
-
"example": "
|
3810
|
+
"example": "demo",
|
3811
3811
|
"member": "string",
|
3812
3812
|
"name": "AddressName",
|
3813
3813
|
"required": false,
|
@@ -3879,7 +3879,7 @@
|
|
3879
3879
|
{
|
3880
3880
|
"disabled": false,
|
3881
3881
|
"document": "弹性公网IPv6网络出口,可选值:\n\n- CENTER_EGRESS_1:中心出口一\n- CENTER_EGRESS_2:中心出口二\n- CENTER_EGRESS_3:中心出口三\n注意:不同运营商或资源类型对应的网络出口需要联系产品开白\n\n默认值:CENTER_EGRESS_1。",
|
3882
|
-
"example": "
|
3882
|
+
"example": "center_egress1",
|
3883
3883
|
"member": "string",
|
3884
3884
|
"name": "Egress",
|
3885
3885
|
"required": false,
|
@@ -5185,7 +5185,7 @@
|
|
5185
5185
|
{
|
5186
5186
|
"disabled": false,
|
5187
5187
|
"document": "云联网唯一ID",
|
5188
|
-
"example": "-",
|
5188
|
+
"example": "ccn-c21f68nb",
|
5189
5189
|
"member": "string",
|
5190
5190
|
"name": "CcnId",
|
5191
5191
|
"output_required": true,
|
@@ -5195,7 +5195,7 @@
|
|
5195
5195
|
{
|
5196
5196
|
"disabled": false,
|
5197
5197
|
"document": "云联网名称",
|
5198
|
-
"example": "-",
|
5198
|
+
"example": "ccn-01",
|
5199
5199
|
"member": "string",
|
5200
5200
|
"name": "CcnName",
|
5201
5201
|
"output_required": true,
|
@@ -5205,7 +5205,7 @@
|
|
5205
5205
|
{
|
5206
5206
|
"disabled": false,
|
5207
5207
|
"document": "云联网描述信息",
|
5208
|
-
"example": "
|
5208
|
+
"example": "ccn",
|
5209
5209
|
"member": "string",
|
5210
5210
|
"name": "CcnDescription",
|
5211
5211
|
"output_required": true,
|
@@ -5215,7 +5215,7 @@
|
|
5215
5215
|
{
|
5216
5216
|
"disabled": false,
|
5217
5217
|
"document": "关联实例数量",
|
5218
|
-
"example": "
|
5218
|
+
"example": "0",
|
5219
5219
|
"member": "uint64",
|
5220
5220
|
"name": "InstanceCount",
|
5221
5221
|
"output_required": true,
|
@@ -5225,7 +5225,7 @@
|
|
5225
5225
|
{
|
5226
5226
|
"disabled": false,
|
5227
5227
|
"document": "创建时间",
|
5228
|
-
"example": "-",
|
5228
|
+
"example": "2021-09-15 11:41:35",
|
5229
5229
|
"member": "datetime",
|
5230
5230
|
"name": "CreateTime",
|
5231
5231
|
"output_required": true,
|
@@ -5254,28 +5254,28 @@
|
|
5254
5254
|
},
|
5255
5255
|
{
|
5256
5256
|
"disabled": false,
|
5257
|
-
"document": "付费类型,PREPAID为预付费,POSTPAID
|
5257
|
+
"document": "付费类型,PREPAID为预付费,POSTPAID为后付费。",
|
5258
5258
|
"example": "PREPAID",
|
5259
5259
|
"member": "string",
|
5260
5260
|
"name": "InstanceChargeType",
|
5261
5261
|
"output_required": true,
|
5262
5262
|
"type": "string",
|
5263
|
-
"value_allowed_null":
|
5263
|
+
"value_allowed_null": false
|
5264
5264
|
},
|
5265
5265
|
{
|
5266
5266
|
"disabled": false,
|
5267
|
-
"document": "限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT`
|
5267
|
+
"document": "限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。",
|
5268
5268
|
"example": "INTER_REGION_LIMIT",
|
5269
5269
|
"member": "string",
|
5270
5270
|
"name": "BandwidthLimitType",
|
5271
5271
|
"output_required": true,
|
5272
5272
|
"type": "string",
|
5273
|
-
"value_allowed_null":
|
5273
|
+
"value_allowed_null": false
|
5274
5274
|
},
|
5275
5275
|
{
|
5276
5276
|
"disabled": false,
|
5277
5277
|
"document": "标签键值对。",
|
5278
|
-
"example": "
|
5278
|
+
"example": "[{'Key': 'key', 'Value': 'value'}]",
|
5279
5279
|
"member": "Tag",
|
5280
5280
|
"name": "TagSet",
|
5281
5281
|
"output_required": true,
|
@@ -5294,123 +5294,123 @@
|
|
5294
5294
|
},
|
5295
5295
|
{
|
5296
5296
|
"disabled": false,
|
5297
|
-
"document": "
|
5297
|
+
"document": "实例关联的路由表个数。",
|
5298
5298
|
"example": "0",
|
5299
5299
|
"member": "uint64",
|
5300
5300
|
"name": "RouteTableCount",
|
5301
5301
|
"output_required": true,
|
5302
5302
|
"type": "int",
|
5303
|
-
"value_allowed_null":
|
5303
|
+
"value_allowed_null": false
|
5304
5304
|
},
|
5305
5305
|
{
|
5306
5306
|
"disabled": false,
|
5307
|
-
"document": "是否开启云联网多路由表特性。`False`:未开启,`True
|
5307
|
+
"document": "是否开启云联网多路由表特性。`False`:未开启,`True`:开启。",
|
5308
5308
|
"example": "True",
|
5309
5309
|
"member": "bool",
|
5310
5310
|
"name": "RouteTableFlag",
|
5311
5311
|
"output_required": true,
|
5312
5312
|
"type": "bool",
|
5313
|
-
"value_allowed_null":
|
5313
|
+
"value_allowed_null": false
|
5314
5314
|
},
|
5315
5315
|
{
|
5316
5316
|
"disabled": false,
|
5317
|
-
"document": "`true`:实例已被封禁,流量不通,`false
|
5318
|
-
"example": "
|
5317
|
+
"document": "`true`:实例已被封禁,流量不通,`false`:解封禁。",
|
5318
|
+
"example": "False",
|
5319
5319
|
"member": "bool",
|
5320
5320
|
"name": "IsSecurityLock",
|
5321
5321
|
"output_required": true,
|
5322
5322
|
"type": "bool",
|
5323
|
-
"value_allowed_null":
|
5323
|
+
"value_allowed_null": false
|
5324
5324
|
},
|
5325
5325
|
{
|
5326
5326
|
"disabled": false,
|
5327
|
-
"document": "是否开启云联网路由传播策略。`False` 未开启,`True`
|
5327
|
+
"document": "是否开启云联网路由传播策略。`False` 未开启,`True` 开启。",
|
5328
5328
|
"example": "True",
|
5329
5329
|
"member": "bool",
|
5330
5330
|
"name": "RouteBroadcastPolicyFlag",
|
5331
5331
|
"output_required": true,
|
5332
5332
|
"type": "bool",
|
5333
|
-
"value_allowed_null":
|
5333
|
+
"value_allowed_null": false
|
5334
5334
|
},
|
5335
5335
|
{
|
5336
5336
|
"disabled": false,
|
5337
|
-
"document": "是否开启等价路由功能。`False` 未开启,`True`
|
5337
|
+
"document": "是否开启等价路由功能。`False` 未开启,`True` 开启。",
|
5338
5338
|
"example": "True",
|
5339
5339
|
"member": "bool",
|
5340
5340
|
"name": "RouteECMPFlag",
|
5341
5341
|
"output_required": false,
|
5342
5342
|
"type": "bool",
|
5343
|
-
"value_allowed_null":
|
5343
|
+
"value_allowed_null": false
|
5344
5344
|
},
|
5345
5345
|
{
|
5346
5346
|
"disabled": false,
|
5347
|
-
"document": "是否开启路由重叠功能。`False` 未开启,`True`
|
5347
|
+
"document": "是否开启路由重叠功能。`False` 未开启,`True` 开启。",
|
5348
5348
|
"example": "True",
|
5349
5349
|
"member": "bool",
|
5350
5350
|
"name": "RouteOverlapFlag",
|
5351
5351
|
"output_required": false,
|
5352
5352
|
"type": "bool",
|
5353
|
-
"value_allowed_null":
|
5353
|
+
"value_allowed_null": false
|
5354
5354
|
},
|
5355
5355
|
{
|
5356
5356
|
"disabled": false,
|
5357
|
-
"document": "是否开启QOS
|
5357
|
+
"document": "是否开启QOS。",
|
5358
5358
|
"example": "True",
|
5359
5359
|
"member": "bool",
|
5360
5360
|
"name": "TrafficMarkingPolicyFlag",
|
5361
5361
|
"output_required": false,
|
5362
5362
|
"type": "bool",
|
5363
|
-
"value_allowed_null":
|
5363
|
+
"value_allowed_null": false
|
5364
5364
|
},
|
5365
5365
|
{
|
5366
5366
|
"disabled": false,
|
5367
|
-
"document": "
|
5367
|
+
"document": "是否开启路由表选择策略。",
|
5368
5368
|
"example": "True",
|
5369
5369
|
"member": "bool",
|
5370
5370
|
"name": "RouteSelectPolicyFlag",
|
5371
5371
|
"output_required": false,
|
5372
5372
|
"type": "bool",
|
5373
|
-
"value_allowed_null":
|
5373
|
+
"value_allowed_null": false
|
5374
5374
|
},
|
5375
5375
|
{
|
5376
5376
|
"disabled": false,
|
5377
|
-
"document": "
|
5377
|
+
"document": "是否开启二层云联网通道。",
|
5378
5378
|
"example": "True",
|
5379
5379
|
"member": "bool",
|
5380
5380
|
"name": "DirectConnectAccelerateChannelFlag",
|
5381
5381
|
"output_required": false,
|
5382
5382
|
"type": "bool",
|
5383
|
-
"value_allowed_null":
|
5383
|
+
"value_allowed_null": false
|
5384
5384
|
},
|
5385
5385
|
{
|
5386
5386
|
"disabled": false,
|
5387
|
-
"document": "是否支持ipv6
|
5387
|
+
"document": "是否支持ipv6路由表",
|
5388
5388
|
"example": "True",
|
5389
5389
|
"member": "bool",
|
5390
5390
|
"name": "Ipv6Flag",
|
5391
5391
|
"output_required": false,
|
5392
5392
|
"type": "bool",
|
5393
|
-
"value_allowed_null":
|
5393
|
+
"value_allowed_null": false
|
5394
5394
|
},
|
5395
5395
|
{
|
5396
5396
|
"disabled": false,
|
5397
|
-
"document": "
|
5397
|
+
"document": "是否支持路由表聚合策略",
|
5398
5398
|
"example": "True",
|
5399
5399
|
"member": "bool",
|
5400
5400
|
"name": "MrtbAggregatePolicyFlag",
|
5401
5401
|
"output_required": false,
|
5402
5402
|
"type": "bool",
|
5403
|
-
"value_allowed_null":
|
5403
|
+
"value_allowed_null": false
|
5404
5404
|
},
|
5405
5405
|
{
|
5406
5406
|
"disabled": false,
|
5407
|
-
"document": "
|
5407
|
+
"document": "是否支持策略值",
|
5408
5408
|
"example": "True",
|
5409
5409
|
"member": "bool",
|
5410
5410
|
"name": "MrtbPolicyValueFlag",
|
5411
5411
|
"output_required": false,
|
5412
5412
|
"type": "bool",
|
5413
|
-
"value_allowed_null":
|
5413
|
+
"value_allowed_null": false
|
5414
5414
|
}
|
5415
5415
|
],
|
5416
5416
|
"usage": "out"
|
@@ -7460,7 +7460,7 @@
|
|
7460
7460
|
{
|
7461
7461
|
"disabled": false,
|
7462
7462
|
"document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
|
7463
|
-
"example": "
|
7463
|
+
"example": "[{'Key': 'name', 'Value': '123'}]",
|
7464
7464
|
"member": "Tag",
|
7465
7465
|
"name": "Tags",
|
7466
7466
|
"required": false,
|
@@ -7475,9 +7475,10 @@
|
|
7475
7475
|
{
|
7476
7476
|
"disabled": false,
|
7477
7477
|
"document": "云联网(CCN)对象。",
|
7478
|
-
"example": "
|
7478
|
+
"example": "{'CcnId': 'ccn-xxxxxxxx', 'CcnName': 'ccn', 'CcnDescription': 'ccn', 'InstanceCount': 0, 'CreateTime': '', 'State': 'AVAILABLE', 'QosLevel': 'PT', 'InstanceChargeType': 'POSTPAID', 'BandwidthLimitType': 'OUTER_REGION_LIMIT', 'RoutePriorityFlag': True}",
|
7479
7479
|
"member": "CCN",
|
7480
7480
|
"name": "Ccn",
|
7481
|
+
"output_required": true,
|
7481
7482
|
"type": "object",
|
7482
7483
|
"value_allowed_null": false
|
7483
7484
|
},
|
@@ -15782,7 +15783,7 @@
|
|
15782
15783
|
{
|
15783
15784
|
"disabled": false,
|
15784
15785
|
"document": "符合条件的 IPv6 数量。",
|
15785
|
-
"example": "
|
15786
|
+
"example": "1",
|
15786
15787
|
"member": "int64",
|
15787
15788
|
"name": "TotalCount",
|
15788
15789
|
"output_required": true,
|
@@ -25874,7 +25875,7 @@
|
|
25874
25875
|
{
|
25875
25876
|
"disabled": false,
|
25876
25877
|
"document": "弹性公网IPv6地址名称",
|
25877
|
-
"example": "
|
25878
|
+
"example": "demo",
|
25878
25879
|
"member": "string",
|
25879
25880
|
"name": "IPv6AddressName",
|
25880
25881
|
"required": false,
|
@@ -358,7 +358,7 @@
|
|
358
358
|
{
|
359
359
|
"document": "创建一个云联网CCN实例",
|
360
360
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCcn\n<公共请求参数>\n\n{\n \"CcnDescription\": \"test+description\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"CcnName\": \"test+name\",\n \"QosLevel\": \"PT\"\n}",
|
361
|
-
"output": "{\n \"Response\": {\n \"Ccn\": {\n \"CcnId\": \"ccn-gjug0kul\",\n \"CcnName\": \"test name\",\n \"RoutePriorityFlag\": false,\n \"CcnDescription\": \"test description\",\n \"InstanceCount\": 0,\n \"QosLevel\": \"PT\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"BandwidthLimitType\": \"OUTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\":
|
361
|
+
"output": "{\n \"Response\": {\n \"Ccn\": {\n \"CcnId\": \"ccn-gjug0kul\",\n \"CcnName\": \"test name\",\n \"RoutePriorityFlag\": false,\n \"CcnDescription\": \"test description\",\n \"InstanceCount\": 0,\n \"QosLevel\": \"PT\",\n \"State\": \"AVAILABLE\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"BandwidthLimitType\": \"OUTER_REGION_LIMIT\",\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RouteTableFlag\": true,\n \"RouteTableCount\": 1,\n \"IsSecurityLock\": true,\n \"RouteBroadcastPolicyFlag\": true,\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n },\n \"RequestId\": \"b8351d12-3c82-4d4b-9d88-972e02ca4620\"\n }\n}",
|
362
362
|
"title": "创建一个CCN"
|
363
363
|
}
|
364
364
|
],
|
@@ -1281,8 +1281,8 @@
|
|
1281
1281
|
},
|
1282
1282
|
{
|
1283
1283
|
"document": "查询弹性公网EIP。",
|
1284
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-
|
1285
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"
|
1284
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-12345678\n&<公共请求参数>",
|
1285
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressIp\": \"34.3.4.5.6\",\n \"InstanceId\": \"ins-12345678\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"WanIp\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
1286
1286
|
"title": "查询弹性公网EIP"
|
1287
1287
|
}
|
1288
1288
|
],
|
@@ -1598,7 +1598,7 @@
|
|
1598
1598
|
{
|
1599
1599
|
"document": "\t\n根据IPv6AddressIds查询IPv6信息。",
|
1600
1600
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIPv6Addresses\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-11112222\"\n ]\n}",
|
1601
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eipv6-11112222\",\n \"AddressName\": \"
|
1601
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eipv6-11112222\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1200:310d:0:9c6a:ffde:f722\",\n \"InstanceId\": \"ins-qfuu0g3x\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-gl7hf76q\",\n \"PrivateAddressIp\": \"2402:4e00:1200:310d:0:9c6a:ffde:f722\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
1602
1602
|
"title": "根据IPv6AddressIds查询IPv6信息"
|
1603
1603
|
}
|
1604
1604
|
],
|
@@ -2072,7 +2072,7 @@
|
|
2072
2072
|
{
|
2073
2073
|
"document": "查询某一个账号所有的共享流量包信息。",
|
2074
2074
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrafficPackages\n<公共请求参数>\n\n{}",
|
2075
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"TrafficPackageSet\": [\n {\n \"TrafficPackageId\": \"tfp-g67jlh1j\",\n \"TrafficPackageName\": \"未命名\",\n \"TotalAmount\": 10,\n \"RemainingAmount\": 10,\n \"Status\": \"AVAILABLE\",\n \"CreatedTime\": \"2022-08-31T11:42:37Z\",\n \"Deadline\": \"2022-09-30T11:42:36Z\",\n \"DeductType\": \"FULL_TIME\",\n \"UsedAmount\": 0,\n \"TagSet\": [\n {\n \"Key\": \"
|
2075
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"TrafficPackageSet\": [\n {\n \"TrafficPackageId\": \"tfp-g67jlh1j\",\n \"TrafficPackageName\": \"未命名\",\n \"TotalAmount\": 10,\n \"RemainingAmount\": 10,\n \"Status\": \"AVAILABLE\",\n \"CreatedTime\": \"2022-08-31T11:42:37Z\",\n \"Deadline\": \"2022-09-30T11:42:36Z\",\n \"DeductType\": \"FULL_TIME\",\n \"UsedAmount\": 0,\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ]\n }\n ],\n \"RequestId\": \"e92ac36b-db69-4329-b030-9276b88d93c4\"\n }\n}",
|
2076
2076
|
"title": "查询某一个账号所有的共享流量包信息"
|
2077
2077
|
}
|
2078
2078
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1238.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.1238
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|