tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.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/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -2398,7 +2398,7 @@
|
|
2398
2398
|
},
|
2399
2399
|
{
|
2400
2400
|
"disabled": false,
|
2401
|
-
"document": "带宽包类型,当前支持'BGP'
|
2401
|
+
"document": "带宽包类型,当前支持'BGP'、'HIGH_QUALITY_BGP'、'ANYCAST'、'SINGLEISP_CUCC'、'SINGLEISP_CMCC'、'SINGLEISP_CTCC'等类型。",
|
2402
2402
|
"example": "BGP",
|
2403
2403
|
"member": "string",
|
2404
2404
|
"name": "NetworkType",
|
@@ -3268,7 +3268,7 @@
|
|
3268
3268
|
},
|
3269
3269
|
{
|
3270
3270
|
"disabled": false,
|
3271
|
-
"document": "网络计费模式。IPV6
|
3271
|
+
"document": "网络计费模式。IPV6当前支持\"TRAFFIC_POSTPAID_BY_HOUR\",\"BANDWIDTH_PACKAGE\"。默认网络计费模式是\"TRAFFIC_POSTPAID_BY_HOUR\"。",
|
3272
3272
|
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
3273
3273
|
"member": "string",
|
3274
3274
|
"name": "InternetChargeType",
|
@@ -3296,6 +3296,7 @@
|
|
3296
3296
|
"example": "eip-68dqs5ri",
|
3297
3297
|
"member": "string",
|
3298
3298
|
"name": "AddressSet",
|
3299
|
+
"output_required": true,
|
3299
3300
|
"type": "list",
|
3300
3301
|
"value_allowed_null": false
|
3301
3302
|
},
|
@@ -3305,6 +3306,7 @@
|
|
3305
3306
|
"example": "194395704",
|
3306
3307
|
"member": "string",
|
3307
3308
|
"name": "TaskId",
|
3309
|
+
"output_required": true,
|
3308
3310
|
"type": "string",
|
3309
3311
|
"value_allowed_null": false
|
3310
3312
|
},
|
@@ -5885,7 +5887,7 @@
|
|
5885
5887
|
},
|
5886
5888
|
{
|
5887
5889
|
"disabled": false,
|
5888
|
-
"document": "带宽包计费类型, 默认为:
|
5890
|
+
"document": "带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:\n<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>\n<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>\n<li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>\n",
|
5889
5891
|
"example": "TOP5_POSTPAID_BY_MONTH",
|
5890
5892
|
"member": "string",
|
5891
5893
|
"name": "ChargeType",
|
@@ -5912,8 +5914,8 @@
|
|
5912
5914
|
},
|
5913
5915
|
{
|
5914
5916
|
"disabled": false,
|
5915
|
-
"document": "带宽包限速大小。单位:Mbps,-1
|
5916
|
-
"example": "
|
5917
|
+
"document": "带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。",
|
5918
|
+
"example": "300",
|
5917
5919
|
"member": "int64",
|
5918
5920
|
"name": "InternetMaxBandwidth",
|
5919
5921
|
"required": false,
|
@@ -12780,7 +12782,7 @@
|
|
12780
12782
|
},
|
12781
12783
|
{
|
12782
12784
|
"disabled": false,
|
12783
|
-
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为
|
12785
|
+
"document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPV6 的 IP 地址过滤。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>",
|
12784
12786
|
"example": "无",
|
12785
12787
|
"member": "Filter",
|
12786
12788
|
"name": "Filters",
|
@@ -12817,6 +12819,7 @@
|
|
12817
12819
|
"example": "无",
|
12818
12820
|
"member": "int64",
|
12819
12821
|
"name": "TotalCount",
|
12822
|
+
"output_required": true,
|
12820
12823
|
"type": "int",
|
12821
12824
|
"value_allowed_null": false
|
12822
12825
|
},
|
@@ -12826,6 +12829,7 @@
|
|
12826
12829
|
"example": "无",
|
12827
12830
|
"member": "Address",
|
12828
12831
|
"name": "AddressSet",
|
12832
|
+
"output_required": true,
|
12829
12833
|
"type": "list",
|
12830
12834
|
"value_allowed_null": false
|
12831
12835
|
},
|
@@ -14836,7 +14840,7 @@
|
|
14836
14840
|
{
|
14837
14841
|
"disabled": false,
|
14838
14842
|
"document": "开始时间。不传默认为当前时间往前推30天",
|
14839
|
-
"example": "
|
14843
|
+
"example": "2024-02-04 18:04:03",
|
14840
14844
|
"member": "datetime",
|
14841
14845
|
"name": "StartTime",
|
14842
14846
|
"required": false,
|
@@ -14845,7 +14849,7 @@
|
|
14845
14849
|
{
|
14846
14850
|
"disabled": false,
|
14847
14851
|
"document": "结束时间。不传默认为当前时间",
|
14848
|
-
"example": "
|
14852
|
+
"example": "2024-02-05 17:04:03",
|
14849
14853
|
"member": "datetime",
|
14850
14854
|
"name": "EndTime",
|
14851
14855
|
"required": false,
|
@@ -14853,8 +14857,8 @@
|
|
14853
14857
|
},
|
14854
14858
|
{
|
14855
14859
|
"disabled": false,
|
14856
|
-
"document": "
|
14857
|
-
"example": "
|
14860
|
+
"document": "偏移量,默认为0。关于Offset的更进一步介绍请参考 API 中的相关小节",
|
14861
|
+
"example": "0",
|
14858
14862
|
"member": "int64",
|
14859
14863
|
"name": "Offset",
|
14860
14864
|
"required": false,
|
@@ -14862,8 +14866,8 @@
|
|
14862
14866
|
},
|
14863
14867
|
{
|
14864
14868
|
"disabled": false,
|
14865
|
-
"document": "
|
14866
|
-
"example": "
|
14869
|
+
"document": "返回数量,默认为20。关于Limit的更进一步介绍请参考 API 中的相关小节。",
|
14870
|
+
"example": "20",
|
14867
14871
|
"member": "int64",
|
14868
14872
|
"name": "Limit",
|
14869
14873
|
"required": false,
|
@@ -14881,6 +14885,7 @@
|
|
14881
14885
|
"example": "无",
|
14882
14886
|
"member": "int64",
|
14883
14887
|
"name": "TotalCount",
|
14888
|
+
"output_required": true,
|
14884
14889
|
"type": "int",
|
14885
14890
|
"value_allowed_null": false
|
14886
14891
|
},
|
@@ -14890,6 +14895,7 @@
|
|
14890
14895
|
"example": "无",
|
14891
14896
|
"member": "UsedDetail",
|
14892
14897
|
"name": "UsedDetailSet",
|
14898
|
+
"output_required": true,
|
14893
14899
|
"type": "list",
|
14894
14900
|
"value_allowed_null": false
|
14895
14901
|
},
|
@@ -16406,7 +16412,7 @@
|
|
16406
16412
|
{
|
16407
16413
|
"disabled": false,
|
16408
16414
|
"document": "VPN网关实例ID。形如:vpngw-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpnGatewayIds和Filters。",
|
16409
|
-
"example": "",
|
16415
|
+
"example": "vpngw-5aluhh9t",
|
16410
16416
|
"member": "string",
|
16411
16417
|
"name": "VpnGatewayIds",
|
16412
16418
|
"required": false,
|
@@ -16414,8 +16420,8 @@
|
|
16414
16420
|
},
|
16415
16421
|
{
|
16416
16422
|
"disabled": false,
|
16417
|
-
"document": "过滤条件,参数不支持同时指定VpnGatewayIds和Filters。\n<li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>\n<li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>\n<li>vpn-gateway-name - String - (过滤条件)VPN实例名称。</li>\n<li>type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL'。</li>\n<li>public-ip-address- String - (过滤条件)公网IP。</li>\n<li>renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。</li>\n<li>zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。</li>",
|
16418
|
-
"example": "",
|
16423
|
+
"document": "过滤条件,参数不支持同时指定VpnGatewayIds和Filters。\n<li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>\n<li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>\n<li>vpn-gateway-name - String - (过滤条件)VPN实例名称。</li>\n<li>type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL', 'CCN', 'SSL_CCN'。</li>\n<li>public-ip-address- String - (过滤条件)公网IP。</li>\n<li>renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。</li>\n<li>zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。</li>",
|
16424
|
+
"example": "[{\"Name\":\"vpn-gateway-id\",\"Values\":[\"vpngw-5aluhh9t\"]}]",
|
16419
16425
|
"member": "FilterObject",
|
16420
16426
|
"name": "Filters",
|
16421
16427
|
"required": false,
|
@@ -16423,8 +16429,8 @@
|
|
16423
16429
|
},
|
16424
16430
|
{
|
16425
16431
|
"disabled": false,
|
16426
|
-
"document": "
|
16427
|
-
"example": "",
|
16432
|
+
"document": "偏移量,默认值为0。",
|
16433
|
+
"example": "0",
|
16428
16434
|
"member": "uint64",
|
16429
16435
|
"name": "Offset",
|
16430
16436
|
"required": false,
|
@@ -16432,8 +16438,8 @@
|
|
16432
16438
|
},
|
16433
16439
|
{
|
16434
16440
|
"disabled": false,
|
16435
|
-
"document": "
|
16436
|
-
"example": "",
|
16441
|
+
"document": "请求对象个数,默认值为20。",
|
16442
|
+
"example": "20",
|
16437
16443
|
"member": "uint64",
|
16438
16444
|
"name": "Limit",
|
16439
16445
|
"required": false,
|
@@ -16448,18 +16454,20 @@
|
|
16448
16454
|
{
|
16449
16455
|
"disabled": false,
|
16450
16456
|
"document": "符合条件的实例数量。",
|
16451
|
-
"example": "",
|
16457
|
+
"example": "1",
|
16452
16458
|
"member": "uint64",
|
16453
16459
|
"name": "TotalCount",
|
16460
|
+
"output_required": true,
|
16454
16461
|
"type": "int",
|
16455
16462
|
"value_allowed_null": false
|
16456
16463
|
},
|
16457
16464
|
{
|
16458
16465
|
"disabled": false,
|
16459
16466
|
"document": "VPN网关实例详细信息列表。",
|
16460
|
-
"example": "",
|
16467
|
+
"example": "{ \"Response\":{ \"RequestId\":\"0ecd78bf-424b-40aa-a7ae-e6f46e37e18a\", \"TotalCount\":1, \"VpnGatewaySet\":[ { \"CdcId\":\"\", \"CreatedTime\":\"2021-04-13 15:46:59\", \"ExpiredTime\":\"2021-04-13 15:48:12\", \"InstanceChargeType\":\"POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\":50, \"IsAddressBlocked\":false, \"MaxConnection\":5, \"NetworkInstanceId\":\"ccn-ahqm6naj\", \"NewPurchasePlan\":\"\", \"PublicIpAddress\":\"119.39.127.133\", \"RenewFlag\":\"NOTIFY_AND_AUTO_RENEW\", \"RestrictState\":\"NORMAL\", \"State\":\"AVAILABLE\", \"Type\":\"CCN\", \"Version\":\"ver3.0\", \"VpcId\":\"vpc-qt9e5cmf\", \"VpnGatewayId\":\"vpngw-1sqqim9l\", \"VpnGatewayName\":\"vpn-cnn-test\", \"VpnGatewayQuotaSet\":[ { \"Bandwidth\":5, \"Cname\":\"微小型\", \"Name\":\"cdmini\" }, { \"Bandwidth\":10, \"Cname\":\"小型\", \"Name\":\"cdsmall\" }, { \"Bandwidth\":100, \"Cname\":\"超大型\", \"Name\":\"cdsuperLarge\" }, { \"Bandwidth\":20, \"Cname\":\"中型\", \"Name\":\"cdmiddle\" }, { \"Bandwidth\":200, \"Cname\":\"超大型2\", \"Name\":\"cdsuperLarge2\" }, { \"Bandwidth\":50, \"Cname\":\"大型\", \"Name\":\"cdlarge\" }, { \"Bandwidth\":1000, \"Cname\":\"超大型4\", \"Name\":\"cdsuperLarge4\" }, { \"Bandwidth\":500, \"Cname\":\"超大型3\", \"Name\":\"cdsuperLarge3\" }, { \"Bandwidth\":3000, \"Cname\":\"超大型5\", \"Name\":\"cdsuperLarge5\" } ], \"Zone\":\"ap-guangzhou-3\" } ] } }",
|
16461
16468
|
"member": "VpnGateway",
|
16462
16469
|
"name": "VpnGatewaySet",
|
16470
|
+
"output_required": true,
|
16463
16471
|
"type": "list",
|
16464
16472
|
"value_allowed_null": false
|
16465
16473
|
},
|
@@ -20197,7 +20205,7 @@
|
|
20197
20205
|
},
|
20198
20206
|
{
|
20199
20207
|
"disabled": false,
|
20200
|
-
"document": "修改后的 EIP 名称。长度上限为
|
20208
|
+
"document": "修改后的 EIP 名称。长度上限为128个字符。",
|
20201
20209
|
"example": "test_eip",
|
20202
20210
|
"member": "string",
|
20203
20211
|
"name": "AddressName",
|
@@ -20242,7 +20250,7 @@
|
|
20242
20250
|
},
|
20243
20251
|
{
|
20244
20252
|
"disabled": false,
|
20245
|
-
"document": "弹性公网IP
|
20253
|
+
"document": "弹性公网IP调整目标计费模式,支持 \"BANDWIDTH_PREPAID_BY_MONTH\"、\"TRAFFIC_POSTPAID_BY_HOUR\"、\"BANDWIDTH_POSTPAID_BY_HOUR\"",
|
20246
20254
|
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
20247
20255
|
"member": "string",
|
20248
20256
|
"name": "InternetChargeType",
|
@@ -25800,7 +25808,7 @@
|
|
25800
25808
|
"members": [
|
25801
25809
|
{
|
25802
25810
|
"disabled": false,
|
25803
|
-
"document": "
|
25811
|
+
"document": "普通公网IP 的 IP 地址,示例:101.35.139.183",
|
25804
25812
|
"example": "[\"101.35.139.183\"]",
|
25805
25813
|
"member": "string",
|
25806
25814
|
"name": "AddressIps",
|
@@ -75,19 +75,19 @@
|
|
75
75
|
"AllocateAddresses": [
|
76
76
|
{
|
77
77
|
"document": "需开通Anycast公网加速白名单",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\":
|
78
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1,\n \"AddressType\": \"AnycastEIP\"\n}",
|
79
79
|
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531428\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
80
80
|
"title": "创建加速IP"
|
81
81
|
},
|
82
82
|
{
|
83
83
|
"document": "创建常规IP。",
|
84
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\":
|
84
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1\n}",
|
85
85
|
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531421\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
86
86
|
"title": "创建常规IP"
|
87
87
|
},
|
88
88
|
{
|
89
89
|
"document": "需开通静态单线IP白名单",
|
90
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\":
|
90
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateAddresses\n<公共请求参数>\n\n{\n \"AddressCount\": 1,\n \"InternetServiceProvider\": \"CTCC\"\n}",
|
91
91
|
"output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-m44ku5d2\"\n ],\n \"TaskId\": \"61531429\",\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
92
92
|
"title": "创建静态单线IP"
|
93
93
|
}
|
@@ -1852,9 +1852,9 @@
|
|
1852
1852
|
],
|
1853
1853
|
"DescribeVpnGateways": [
|
1854
1854
|
{
|
1855
|
-
"document": "",
|
1856
|
-
"input": "
|
1857
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1855
|
+
"document": "本接口(DescribeVpnGateways)用于查询VPN网关列表。",
|
1856
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpnGateways\n<公共请求参数>\n\n{\n \"VpnGatewayIds\": [\n \"vpngw-xxxxx\"\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
1857
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"VpnGatewaySet\": [\n {\n \"VpnGatewayId\": \"vpngw-xxxx\",\n \"VpcId\": \"vpc-xxxx\",\n \"VpnGatewayName\": \"vpn_name\",\n \"Type\": \"CCN\",\n \"State\": \"AVAILABLE\",\n \"PublicIpAddress\": \"142.133.53.16\",\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10,\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"ExpiredTime\": \"2020-09-22 00:00:00\",\n \"IsAddressBlocked\": false,\n \"NewPurchasePlan\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"Zone\": \"ap-beijing-1\",\n \"VpnGatewayQuotaSet\": [\n {\n \"Bandwidth\": 5,\n \"Cname\": \"微小型\",\n \"Name\": \"cdmini\"\n },\n {\n \"Bandwidth\": 20,\n \"Cname\": \"中型\",\n \"Name\": \"cdmiddle\"\n },\n {\n \"Bandwidth\": 50,\n \"Cname\": \"大型\",\n \"Name\": \"cdlarge\"\n },\n {\n \"Bandwidth\": 10,\n \"Cname\": \"小型\",\n \"Name\": \"cdsmall\"\n },\n {\n \"Bandwidth\": 100,\n \"Cname\": \"超大型\",\n \"Name\": \"cdsuperLarge\"\n },\n {\n \"Bandwidth\": 1000,\n \"Cname\": \"超大型4\",\n \"Name\": \"cdsuperLarge4\"\n },\n {\n \"Bandwidth\": 200,\n \"Cname\": \"超大型2\",\n \"Name\": \"cdsuperLarge2\"\n },\n {\n \"Bandwidth\": 500,\n \"Cname\": \"超大型3\",\n \"Name\": \"cdsuperLarge3\"\n },\n {\n \"Bandwidth\": 3000,\n \"Cname\": \"超大型5\",\n \"Name\": \"cdsuperLarge5\"\n }\n ],\n \"Version\": \"abc\",\n \"NetworkInstanceId\": \"abc\",\n \"CdcId\": \"abc\",\n \"MaxConnection\": 5\n }\n ],\n \"RequestId\": \"dc43b486-80aa-4cf0-9f8a-4b95e9092685\"\n }\n}",
|
1858
1858
|
"title": "查询VPN网关"
|
1859
1859
|
}
|
1860
1860
|
],
|
@@ -2221,7 +2221,7 @@
|
|
2221
2221
|
"ModifyAddressesBandwidth": [
|
2222
2222
|
{
|
2223
2223
|
"document": "调整后付费带宽。",
|
2224
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\":
|
2224
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAddressesBandwidth\n<公共请求参数>\n\n{\n \"InternetMaxBandwidthOut\": 2,\n \"AddressIds\": [\n \"eip-alfxy9c8\"\n ]\n}",
|
2225
2225
|
"output": "{\n \"Response\": {\n \"TaskId\": \"11531422\",\n \"RequestId\": \"24cfceab-3492-482c-b86f-27f598b1b044\"\n }\n}",
|
2226
2226
|
"title": "调整后付费带宽"
|
2227
2227
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1072.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.1072
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|