tccli 3.0.1221.1__py2.py3-none-any.whl → 3.0.1222.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/billing/v20180709/api.json +36 -36
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/bsca/v20210811/api.json +11 -1
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +5 -5
- tccli/services/dbdc/v20201029/api.json +43 -43
- tccli/services/dbdc/v20201029/examples.json +5 -5
- tccli/services/dcdb/v20180411/api.json +67 -79
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +6 -6
- tccli/services/gwlb/v20240906/examples.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/live/live_client.py +731 -42
- tccli/services/live/v20180801/api.json +1060 -96
- tccli/services/live/v20180801/examples.json +104 -0
- tccli/services/lke/v20231130/api.json +692 -104
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/mariadb/v20170312/api.json +70 -88
- tccli/services/svp/v20240125/api.json +4 -4
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +55 -72
- tccli/services/tse/v20201207/api.json +35 -31
- tccli/services/tse/v20201207/examples.json +19 -19
- tccli/services/wedata/v20210820/api.json +3 -3
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1222.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1222.1'
|
@@ -3918,17 +3918,17 @@
|
|
3918
3918
|
"example": "全产品通用",
|
3919
3919
|
"member": "string",
|
3920
3920
|
"name": "GoodsName",
|
3921
|
-
"
|
3921
|
+
"output_required": true,
|
3922
3922
|
"type": "string",
|
3923
3923
|
"value_allowed_null": false
|
3924
3924
|
},
|
3925
3925
|
{
|
3926
3926
|
"disabled": false,
|
3927
3927
|
"document": "postPay后付费/prePay预付费/riPay预留实例/空字符串或者\"*\"表示全部模式。如GoodsName为多个商品名以\",\"分割组成的string,而PayMode为\"*\",表示每一件商品的模式都为\"*\"。",
|
3928
|
-
"example": "
|
3928
|
+
"example": "postPay",
|
3929
3929
|
"member": "string",
|
3930
3930
|
"name": "PayMode",
|
3931
|
-
"
|
3931
|
+
"output_required": true,
|
3932
3932
|
"type": "string",
|
3933
3933
|
"value_allowed_null": false
|
3934
3934
|
}
|
@@ -13253,7 +13253,7 @@
|
|
13253
13253
|
{
|
13254
13254
|
"disabled": false,
|
13255
13255
|
"document": "代金券id",
|
13256
|
-
"example": "
|
13256
|
+
"example": "FIQJQDYJLMA221ZFOGJ81R",
|
13257
13257
|
"member": "string",
|
13258
13258
|
"name": "VoucherId",
|
13259
13259
|
"required": false,
|
@@ -13262,7 +13262,7 @@
|
|
13262
13262
|
{
|
13263
13263
|
"disabled": false,
|
13264
13264
|
"document": "代金券订单id",
|
13265
|
-
"example": "
|
13265
|
+
"example": "20230627799000283860282011",
|
13266
13266
|
"member": "string",
|
13267
13267
|
"name": "CodeId",
|
13268
13268
|
"required": false,
|
@@ -13271,7 +13271,7 @@
|
|
13271
13271
|
{
|
13272
13272
|
"disabled": false,
|
13273
13273
|
"document": "商品码",
|
13274
|
-
"example": "
|
13274
|
+
"example": "p_cvm",
|
13275
13275
|
"member": "string",
|
13276
13276
|
"name": "ProductCode",
|
13277
13277
|
"required": false,
|
@@ -13280,7 +13280,7 @@
|
|
13280
13280
|
{
|
13281
13281
|
"disabled": false,
|
13282
13282
|
"document": "活动id",
|
13283
|
-
"example": "
|
13283
|
+
"example": "570",
|
13284
13284
|
"member": "string",
|
13285
13285
|
"name": "ActivityId",
|
13286
13286
|
"required": false,
|
@@ -13289,7 +13289,7 @@
|
|
13289
13289
|
{
|
13290
13290
|
"disabled": false,
|
13291
13291
|
"document": "代金券名称",
|
13292
|
-
"example": "
|
13292
|
+
"example": "代金券二期现金券",
|
13293
13293
|
"member": "string",
|
13294
13294
|
"name": "VoucherName",
|
13295
13295
|
"required": false,
|
@@ -13343,7 +13343,7 @@
|
|
13343
13343
|
{
|
13344
13344
|
"disabled": false,
|
13345
13345
|
"document": "付费场景PayMode=postPay时:spotpay-竞价实例,\"settle account\"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景",
|
13346
|
-
"example": "
|
13346
|
+
"example": "postPay",
|
13347
13347
|
"member": "string",
|
13348
13348
|
"name": "PayScene",
|
13349
13349
|
"required": false,
|
@@ -13352,7 +13352,7 @@
|
|
13352
13352
|
{
|
13353
13353
|
"disabled": false,
|
13354
13354
|
"document": "操作人,默认就是用户uin",
|
13355
|
-
"example": "
|
13355
|
+
"example": "700000866965",
|
13356
13356
|
"member": "string",
|
13357
13357
|
"name": "Operator",
|
13358
13358
|
"required": false,
|
@@ -13404,13 +13404,13 @@
|
|
13404
13404
|
},
|
13405
13405
|
{
|
13406
13406
|
"disabled": false,
|
13407
|
-
"document": "
|
13408
|
-
"example": "
|
13407
|
+
"document": "代金券相关信息",
|
13408
|
+
"example": "{\"Status\":\"used\",\"PayScene\":\"all\",\"EndTime\":\"2024-04-22 23:59:59\",\"NominalValue\":2000000,\"VoucherId\":\"JTZFEPHBZMRDH33MM45JGU\",\"BeginTime\":\"2022-04-22 00:00:00\",\"ExcludedProducts\":[{\"PayMode\":\"*\",\"GoodsName\":\"Cloud_Market-One_Time\"},{\"PayMode\":\"*\",\"GoodsName\":\"Customer product training\"},{\"PayMode\":\"*\",\"GoodsName\":\"Cloud_Market-Package\"},{\"PayMode\":\"*\",\"GoodsName\":\"Cloud_Market-Package_Cycle\"},{\"PayMode\":\"*\",\"GoodsName\":\"Saving Plan\"},{\"PayMode\":\"*\",\"GoodsName\":\"marketplace image\"},{\"PayMode\":\"*\",\"GoodsName\":\"market\"}],\"OwnerUin\":\"909619400\",\"Balance\":0,\"PayMode\":\"*\",\"ApplicableProducts\":{\"PayMode\":\"*\",\"GoodsName\":\"Common for all products\"}}",
|
13409
13409
|
"member": "VoucherInfos",
|
13410
13410
|
"name": "VoucherInfos",
|
13411
13411
|
"output_required": true,
|
13412
13412
|
"type": "list",
|
13413
|
-
"value_allowed_null":
|
13413
|
+
"value_allowed_null": false
|
13414
13414
|
},
|
13415
13415
|
{
|
13416
13416
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -13872,17 +13872,17 @@
|
|
13872
13872
|
"example": "某产品",
|
13873
13873
|
"member": "string",
|
13874
13874
|
"name": "GoodsName",
|
13875
|
-
"
|
13875
|
+
"output_required": true,
|
13876
13876
|
"type": "string",
|
13877
13877
|
"value_allowed_null": false
|
13878
13878
|
},
|
13879
13879
|
{
|
13880
13880
|
"disabled": false,
|
13881
13881
|
"document": "postPay后付费/prePay预付费/riPay预留实例/空字符串或者\"*\"表示全部模式。",
|
13882
|
-
"example": "
|
13882
|
+
"example": "postPay",
|
13883
13883
|
"member": "string",
|
13884
13884
|
"name": "PayMode",
|
13885
|
-
"
|
13885
|
+
"output_required": true,
|
13886
13886
|
"type": "string",
|
13887
13887
|
"value_allowed_null": false
|
13888
13888
|
}
|
@@ -15504,10 +15504,10 @@
|
|
15504
15504
|
{
|
15505
15505
|
"disabled": false,
|
15506
15506
|
"document": "代金券拥有者",
|
15507
|
-
"example": "
|
15507
|
+
"example": "700000866965",
|
15508
15508
|
"member": "string",
|
15509
15509
|
"name": "OwnerUin",
|
15510
|
-
"
|
15510
|
+
"output_required": true,
|
15511
15511
|
"type": "string",
|
15512
15512
|
"value_allowed_null": false
|
15513
15513
|
},
|
@@ -15517,7 +15517,7 @@
|
|
15517
15517
|
"example": "unUsed",
|
15518
15518
|
"member": "string",
|
15519
15519
|
"name": "Status",
|
15520
|
-
"
|
15520
|
+
"output_required": true,
|
15521
15521
|
"type": "string",
|
15522
15522
|
"value_allowed_null": false
|
15523
15523
|
},
|
@@ -15527,7 +15527,7 @@
|
|
15527
15527
|
"example": "10000",
|
15528
15528
|
"member": "int64",
|
15529
15529
|
"name": "NominalValue",
|
15530
|
-
"
|
15530
|
+
"output_required": true,
|
15531
15531
|
"type": "int",
|
15532
15532
|
"value_allowed_null": false
|
15533
15533
|
},
|
@@ -15537,17 +15537,17 @@
|
|
15537
15537
|
"example": "10000",
|
15538
15538
|
"member": "int64",
|
15539
15539
|
"name": "Balance",
|
15540
|
-
"
|
15540
|
+
"output_required": true,
|
15541
15541
|
"type": "int",
|
15542
15542
|
"value_allowed_null": false
|
15543
15543
|
},
|
15544
15544
|
{
|
15545
15545
|
"disabled": false,
|
15546
15546
|
"document": "代金券id",
|
15547
|
-
"example": "
|
15547
|
+
"example": "VHPIUDFG9GUZDESWPR4W99",
|
15548
15548
|
"member": "string",
|
15549
15549
|
"name": "VoucherId",
|
15550
|
-
"
|
15550
|
+
"output_required": true,
|
15551
15551
|
"type": "string",
|
15552
15552
|
"value_allowed_null": false
|
15553
15553
|
},
|
@@ -15557,17 +15557,17 @@
|
|
15557
15557
|
"example": "postPay",
|
15558
15558
|
"member": "string",
|
15559
15559
|
"name": "PayMode",
|
15560
|
-
"
|
15560
|
+
"output_required": true,
|
15561
15561
|
"type": "string",
|
15562
15562
|
"value_allowed_null": false
|
15563
15563
|
},
|
15564
15564
|
{
|
15565
15565
|
"disabled": false,
|
15566
15566
|
"document": "付费场景PayMode=postPay时:spotpay-竞价实例,\"settle account\"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景",
|
15567
|
-
"example": "
|
15567
|
+
"example": "common",
|
15568
15568
|
"member": "string",
|
15569
15569
|
"name": "PayScene",
|
15570
|
-
"
|
15570
|
+
"output_required": true,
|
15571
15571
|
"type": "string",
|
15572
15572
|
"value_allowed_null": false
|
15573
15573
|
},
|
@@ -15577,7 +15577,7 @@
|
|
15577
15577
|
"example": "2020-01-01",
|
15578
15578
|
"member": "string",
|
15579
15579
|
"name": "BeginTime",
|
15580
|
-
"
|
15580
|
+
"output_required": true,
|
15581
15581
|
"type": "string",
|
15582
15582
|
"value_allowed_null": false
|
15583
15583
|
},
|
@@ -15587,29 +15587,29 @@
|
|
15587
15587
|
"example": "2020-01-01",
|
15588
15588
|
"member": "string",
|
15589
15589
|
"name": "EndTime",
|
15590
|
-
"
|
15590
|
+
"output_required": true,
|
15591
15591
|
"type": "string",
|
15592
15592
|
"value_allowed_null": false
|
15593
15593
|
},
|
15594
15594
|
{
|
15595
15595
|
"disabled": false,
|
15596
|
-
"document": "
|
15597
|
-
"example": "
|
15596
|
+
"document": "适用商品信息",
|
15597
|
+
"example": "{\"GoodsName\": \"全产品通用\",\"PayMode\": \"postPay\"}",
|
15598
15598
|
"member": "ApplicableProducts",
|
15599
15599
|
"name": "ApplicableProducts",
|
15600
|
-
"
|
15600
|
+
"output_required": true,
|
15601
15601
|
"type": "object",
|
15602
|
-
"value_allowed_null":
|
15602
|
+
"value_allowed_null": false
|
15603
15603
|
},
|
15604
15604
|
{
|
15605
15605
|
"disabled": false,
|
15606
|
-
"document": "
|
15607
|
-
"example": "
|
15606
|
+
"document": "不适用商品信息",
|
15607
|
+
"example": "{\"GoodsName\": \"域名注册\",\"PayMode\": \"postPay\"}",
|
15608
15608
|
"member": "ExcludedProducts",
|
15609
15609
|
"name": "ExcludedProducts",
|
15610
|
-
"
|
15610
|
+
"output_required": true,
|
15611
15611
|
"type": "list",
|
15612
|
-
"value_allowed_null":
|
15612
|
+
"value_allowed_null": false
|
15613
15613
|
}
|
15614
15614
|
],
|
15615
15615
|
"usage": "out"
|
@@ -402,7 +402,7 @@
|
|
402
402
|
{
|
403
403
|
"document": "获取代金券相关信息",
|
404
404
|
"input": "https://billing.tencentcloudapi.com/?Action=DescribeVoucherInfo\n&Limit=10\n&Offset=1\n&<公共请求参数>",
|
405
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"9988deda-d6b4-4c74-9bbf-b3f0cd4f5dba\",\n \"TotalBalance\": 42000000000,\n \"TotalCount\": 2,\n \"VoucherInfos\": [\n {\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"
|
405
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9988deda-d6b4-4c74-9bbf-b3f0cd4f5dba\",\n \"TotalBalance\": 42000000000,\n \"TotalCount\": 2,\n \"VoucherInfos\": [\n {\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"postPay\"\n },\n \"Balance\": 12000000000,\n \"BeginTime\": \"2023-01-10 14:42:17\",\n \"EndTime\": \"2023-04-10 14:42:17\",\n \"ExcludedProducts\": [\n {\n \"GoodsName\": \"域名注册\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"云市场\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"云市场镜像\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"培训服务training\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"节省计划\",\n \"PayMode\": \"postPay\"\n }\n ],\n \"NominalValue\": 30000000000,\n \"OwnerUin\": \"100026601318\",\n \"PayMode\": \"postPay\",\n \"PayScene\": \"settle account\",\n \"Status\": \"unUsed\",\n \"VoucherId\": \"OZRCGNAV5AB9H9ECMP1VVP\"\n },\n {\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"postPay\"\n },\n \"Balance\": 30000000000,\n \"BeginTime\": \"2023-02-07 16:40:45\",\n \"EndTime\": \"2023-05-08 16:40:45\",\n \"ExcludedProducts\": [\n {\n \"GoodsName\": \"域名注册\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"云市场\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"云市场镜像\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"培训服务training\",\n \"PayMode\": \"postPay\"\n },\n {\n \"GoodsName\": \"节省计划\",\n \"PayMode\": \"postPay\"\n }\n ],\n \"NominalValue\": 30000000000,\n \"OwnerUin\": \"100026601318\",\n \"PayMode\": \"postPay\",\n \"PayScene\": \"settle account\",\n \"Status\": \"unUsed\",\n \"VoucherId\": \"OZRCGNAV8D9BMI9KMG1FIQ\"\n }\n ]\n }\n}",
|
406
406
|
"title": "获取代金券相关信息"
|
407
407
|
}
|
408
408
|
],
|
@@ -717,7 +717,7 @@
|
|
717
717
|
},
|
718
718
|
{
|
719
719
|
"disabled": false,
|
720
|
-
"document": "
|
720
|
+
"document": "推荐版本,最小无高危/严重漏洞的版本。无法升级到安全版本时的备选方案。",
|
721
721
|
"example": "1.1.12",
|
722
722
|
"member": "string",
|
723
723
|
"name": "RecommendedVersion",
|
@@ -725,6 +725,16 @@
|
|
725
725
|
"type": "string",
|
726
726
|
"value_allowed_null": false
|
727
727
|
},
|
728
|
+
{
|
729
|
+
"disabled": false,
|
730
|
+
"document": "安全版本(首选),最小无漏洞的版本。当无法升级到安全版本时可考虑使用推荐版本。",
|
731
|
+
"example": "1.1.13",
|
732
|
+
"member": "string",
|
733
|
+
"name": "SecureVersion",
|
734
|
+
"output_required": false,
|
735
|
+
"type": "string",
|
736
|
+
"value_allowed_null": false
|
737
|
+
},
|
728
738
|
{
|
729
739
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
730
740
|
"member": "string",
|
@@ -2607,7 +2607,7 @@
|
|
2607
2607
|
},
|
2608
2608
|
{
|
2609
2609
|
"disabled": false,
|
2610
|
-
"document": "过滤条件。\
|
2610
|
+
"document": "过滤条件。\nUserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir )\nUserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。",
|
2611
2611
|
"example": "无",
|
2612
2612
|
"member": "Filter",
|
2613
2613
|
"name": "Filters",
|
@@ -228,7 +228,7 @@
|
|
228
228
|
{
|
229
229
|
"document": "",
|
230
230
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserQuota\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\"\n}",
|
231
|
-
"output": "{\n \"Response\": {\n \"UserQuotaInfo\": [\n {\n \"UserType\": \"Uid\",\n \"UserId\": \"1000\",\n \"FileSystemId\": \"cfs-12345\",\n \"CapacityHardLimit\": 10,\n \"FileHardLimit\": 10000\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"UserQuotaInfo\": [\n {\n \"UserType\": \"Uid\",\n \"UserId\": \"1000\",\n \"FileSystemId\": \"cfs-12345\",\n \"CapacityHardLimit\": 10,\n \"FileHardLimit\": 10000,\n \"Status\": \"available\",\n \"DirectoryPath\": \"abc\",\n \"CapacityUsed\": 1,\n \"FileUsed\": 1\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
232
232
|
"title": "查询文件系统配额"
|
233
233
|
}
|
234
234
|
],
|
@@ -9169,7 +9169,7 @@
|
|
9169
9169
|
},
|
9170
9170
|
{
|
9171
9171
|
"disabled": false,
|
9172
|
-
"document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/
|
9172
|
+
"document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[`DescribeProject`](https://cloud.tencent.com/document/api/651/78725) API返回值中的`projectId`获取。后续使用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例时,项目ID可用于过滤结果。",
|
9173
9173
|
"example": "1045",
|
9174
9174
|
"member": "int64",
|
9175
9175
|
"name": "ProjectId",
|
@@ -16449,7 +16449,7 @@
|
|
16449
16449
|
{
|
16450
16450
|
"disabled": false,
|
16451
16451
|
"document": "端口",
|
16452
|
-
"example": "
|
16452
|
+
"example": "3306",
|
16453
16453
|
"member": "string",
|
16454
16454
|
"name": "Port",
|
16455
16455
|
"required": true,
|
@@ -16458,7 +16458,7 @@
|
|
16458
16458
|
{
|
16459
16459
|
"disabled": false,
|
16460
16460
|
"document": "安全组ID ",
|
16461
|
-
"example": "[
|
16461
|
+
"example": " [\"sg-nm4bjh11\",\"sg-nm4bjh22\"]",
|
16462
16462
|
"member": "string",
|
16463
16463
|
"name": "SecurityGroupIds",
|
16464
16464
|
"required": false,
|
@@ -16473,11 +16473,11 @@
|
|
16473
16473
|
{
|
16474
16474
|
"disabled": false,
|
16475
16475
|
"document": "开启流程ID",
|
16476
|
-
"example": "
|
16477
|
-
"member": "
|
16476
|
+
"example": "147287",
|
16477
|
+
"member": "int64",
|
16478
16478
|
"name": "FlowId",
|
16479
16479
|
"output_required": true,
|
16480
|
-
"type": "
|
16480
|
+
"type": "int",
|
16481
16481
|
"value_allowed_null": false
|
16482
16482
|
},
|
16483
16483
|
{
|