tccli 3.0.1225.1__py2.py3-none-any.whl → 3.0.1226.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/billing/v20180709/api.json +23 -23
- tccli/services/billing/v20180709/examples.json +5 -5
- tccli/services/cdb/v20170320/api.json +218 -2
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +791 -679
- tccli/services/dts/v20211206/api.json +21 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +297 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/live/live_client.py +53 -0
- tccli/services/live/v20180801/api.json +204 -35
- tccli/services/live/v20180801/examples.json +9 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +174 -13
- tccli/services/scf/v20180416/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +20 -0
- tccli/services/tsf/v20180326/api.json +1287 -118
- tccli/services/tsf/v20180326/examples.json +5 -5
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +77 -6
- tccli/services/vclm/v20240523/examples.json +9 -1
- tccli/services/vclm/vclm_client.py +53 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1226.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1226.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1226.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1226.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1225.1.dist-info → tccli-3.0.1226.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1226.1'
|
@@ -5872,7 +5872,7 @@
|
|
5872
5872
|
{
|
5873
5873
|
"disabled": false,
|
5874
5874
|
"document": "标签键",
|
5875
|
-
"example": "
|
5875
|
+
"example": "department",
|
5876
5876
|
"member": "string",
|
5877
5877
|
"name": "TagKey",
|
5878
5878
|
"output_required": true,
|
@@ -5883,7 +5883,7 @@
|
|
5883
5883
|
{
|
5884
5884
|
"disabled": false,
|
5885
5885
|
"document": "标签值",
|
5886
|
-
"example": "
|
5886
|
+
"example": "运营中心",
|
5887
5887
|
"member": "string",
|
5888
5888
|
"name": "TagValue",
|
5889
5889
|
"output_required": true,
|
@@ -6354,20 +6354,20 @@
|
|
6354
6354
|
{
|
6355
6355
|
"disabled": false,
|
6356
6356
|
"document": "付费模式",
|
6357
|
-
"example": "",
|
6357
|
+
"example": "prepay",
|
6358
6358
|
"member": "string",
|
6359
6359
|
"name": "PayMode",
|
6360
|
-
"
|
6360
|
+
"output_required": true,
|
6361
6361
|
"type": "string",
|
6362
6362
|
"value_allowed_null": false
|
6363
6363
|
},
|
6364
6364
|
{
|
6365
6365
|
"disabled": false,
|
6366
6366
|
"document": "付费模式名称",
|
6367
|
-
"example": "",
|
6367
|
+
"example": "预付费",
|
6368
6368
|
"member": "string",
|
6369
6369
|
"name": "PayModeName",
|
6370
|
-
"
|
6370
|
+
"output_required": true,
|
6371
6371
|
"type": "string",
|
6372
6372
|
"value_allowed_null": false
|
6373
6373
|
}
|
@@ -6380,20 +6380,20 @@
|
|
6380
6380
|
{
|
6381
6381
|
"disabled": false,
|
6382
6382
|
"document": "项目ID",
|
6383
|
-
"example": "",
|
6383
|
+
"example": "10086",
|
6384
6384
|
"member": "string",
|
6385
6385
|
"name": "ProjectId",
|
6386
|
-
"
|
6386
|
+
"output_required": true,
|
6387
6387
|
"type": "string",
|
6388
6388
|
"value_allowed_null": false
|
6389
6389
|
},
|
6390
6390
|
{
|
6391
6391
|
"disabled": false,
|
6392
6392
|
"document": "项目名称",
|
6393
|
-
"example": "",
|
6393
|
+
"example": "CRM平台",
|
6394
6394
|
"member": "string",
|
6395
6395
|
"name": "ProjectName",
|
6396
|
-
"
|
6396
|
+
"output_required": true,
|
6397
6397
|
"type": "string",
|
6398
6398
|
"value_allowed_null": false
|
6399
6399
|
}
|
@@ -6406,20 +6406,20 @@
|
|
6406
6406
|
{
|
6407
6407
|
"disabled": false,
|
6408
6408
|
"document": "地域ID",
|
6409
|
-
"example": "",
|
6409
|
+
"example": "1",
|
6410
6410
|
"member": "string",
|
6411
6411
|
"name": "RegionId",
|
6412
|
-
"
|
6412
|
+
"output_required": true,
|
6413
6413
|
"type": "string",
|
6414
6414
|
"value_allowed_null": false
|
6415
6415
|
},
|
6416
6416
|
{
|
6417
6417
|
"disabled": false,
|
6418
6418
|
"document": "地域名称",
|
6419
|
-
"example": "",
|
6419
|
+
"example": "华南地区(广州)",
|
6420
6420
|
"member": "string",
|
6421
6421
|
"name": "RegionName",
|
6422
|
-
"
|
6422
|
+
"output_required": true,
|
6423
6423
|
"type": "string",
|
6424
6424
|
"value_allowed_null": false
|
6425
6425
|
}
|
@@ -7349,10 +7349,10 @@
|
|
7349
7349
|
{
|
7350
7350
|
"disabled": false,
|
7351
7351
|
"document": "折后总价",
|
7352
|
-
"example": "",
|
7352
|
+
"example": "0.00000285",
|
7353
7353
|
"member": "string",
|
7354
7354
|
"name": "RealTotalCost",
|
7355
|
-
"
|
7355
|
+
"output_required": true,
|
7356
7356
|
"type": "string",
|
7357
7357
|
"value_allowed_null": false
|
7358
7358
|
}
|
@@ -10752,7 +10752,7 @@
|
|
10752
10752
|
{
|
10753
10753
|
"disabled": false,
|
10754
10754
|
"document": "是否需要访问列表的总记录数,用于前端分页\n1-表示需要, 0-表示不需要",
|
10755
|
-
"example": "
|
10755
|
+
"example": "1",
|
10756
10756
|
"member": "int64",
|
10757
10757
|
"name": "NeedRecordNum",
|
10758
10758
|
"required": false,
|
@@ -10797,7 +10797,7 @@
|
|
10797
10797
|
{
|
10798
10798
|
"disabled": false,
|
10799
10799
|
"document": "支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN",
|
10800
|
-
"example": "
|
10800
|
+
"example": "909619400",
|
10801
10801
|
"member": "string",
|
10802
10802
|
"name": "PayerUin",
|
10803
10803
|
"required": false,
|
@@ -10830,7 +10830,7 @@
|
|
10830
10830
|
{
|
10831
10831
|
"disabled": false,
|
10832
10832
|
"document": "资源汇总列表",
|
10833
|
-
"example": "
|
10833
|
+
"example": "[{\"PayerUin\":\"909619400\",\"OwnerUin\":\"909619400\",\"OperateUin\":\"909619400\",\"BusinessCodeName\":\"COS 对象存储\",\"ProductCodeName\":\"COS 标准存储\",\"BusinessCode\":\"p_cos\",\"ProductCode\":\"sp_cos_std\",\"PayModeName\":\"按量计费\",\"ProjectName\":\"默认项目\",\"RegionName\":\"华东地区(上海)\",\"RegionId\":4,\"ZoneName\":\"上海一区\",\"ResourceId\":\"sta-19039\",\"ResourceName\":\"sta-3\",\"ActionTypeName\":\"按量计费日结\",\"OrderId\":\"12321-abdef-342132-aac23\",\"PayTime\":\"0000-00-00 00:00:00\",\"FeeBeginTime\":\"2024-11-01 00:00:00\",\"FeeEndTime\":\"2024-11-13 23:59:59\",\"BillMonth\":\"2024-11-01 00:00:00\",\"ConfigDesc\":\"COS 标准存储存储容量: 0.39 GB\",\"ExtendField1\":\"ef 1\",\"ExtendField2\":\"ef 2\",\"ExtendField3\":\"ef 3\",\"ExtendField4\":\"ef 4\",\"ExtendField5\":\"ef 5\",\"TotalCost\":\"0.00007068\",\"Discount\":\"0.232072\",\"ReduceType\":\"折扣\",\"RealTotalCost\":\"0.00124116\",\"VoucherPayAmount\":\"0.00000000\",\"CashPayAmount\":\"0.00000000\",\"IncentivePayAmount\":\"0.00114116\",\"TransferPayAmount\":\"0.00000000\",\"InstanceType\":\"it\",\"OriginalCostWithRI\":\"0.00000000\",\"SPDeduction\":\"0.00000000\",\"OriginalCostWithSP\":\"0.00000000\",\"Tags\":[]}]",
|
10834
10834
|
"member": "BillResourceSummary",
|
10835
10835
|
"name": "ResourceSummarySet",
|
10836
10836
|
"output_required": true,
|
@@ -13592,20 +13592,20 @@
|
|
13592
13592
|
{
|
13593
13593
|
"disabled": false,
|
13594
13594
|
"document": "时间",
|
13595
|
-
"example": "",
|
13595
|
+
"example": "2019-01-01 00:00:00",
|
13596
13596
|
"member": "string",
|
13597
13597
|
"name": "Time",
|
13598
|
-
"
|
13598
|
+
"output_required": true,
|
13599
13599
|
"type": "string",
|
13600
13600
|
"value_allowed_null": false
|
13601
13601
|
},
|
13602
13602
|
{
|
13603
13603
|
"disabled": false,
|
13604
13604
|
"document": "值",
|
13605
|
-
"example": "",
|
13605
|
+
"example": "18731317843",
|
13606
13606
|
"member": "string",
|
13607
13607
|
"name": "Value",
|
13608
|
-
"
|
13608
|
+
"output_required": true,
|
13609
13609
|
"type": "string",
|
13610
13610
|
"value_allowed_null": false
|
13611
13611
|
}
|
@@ -84,7 +84,7 @@
|
|
84
84
|
{
|
85
85
|
"document": "查询分账账单按组件汇总",
|
86
86
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByItem\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
87
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\": null,\n \"BlendedDiscount\": \"
|
87
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\": null,\n \"BlendedDiscount\": \"\",\n \"BusinessCode\": \"billVirtualId\",\n \"BusinessCodeName\": \"月度计费精度差异\",\n \"CashPayAmount\": \"-0.00000285\",\n \"ComponentCode\": \"billVirtualId\",\n \"ComponentCodeName\": \"月度计费精度差异\",\n \"ComponentConfig\": \"\",\n \"ContractPrice\": \"-0.00000285\",\n \"DeductedMeasure\": \"\",\n \"Discount\": \"\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-07 23:59:59\",\n \"Formula\": \"\",\n \"FormulaUrl\": \"\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"billVirtualId\",\n \"ItemCodeName\": \"月度计费精度差异\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"PriceInfo\": [],\n \"ProductCode\": \"billVirtualId\",\n \"ProductCodeName\": \"月度计费精度差异\",\n \"ProjectId\": 0,\n \"ProjectName\": \"扣费精度补偿\",\n \"RealTotalCost\": \"-0.00000285\",\n \"RealTotalMeasure\": \"\",\n \"RegionId\": 0,\n \"RegionName\": \"其他\",\n \"RegionType\": \"other\",\n \"RegionTypeName\": \"其他\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"909619400(UIN)\",\n \"ResourceName\": \"扣费精度补偿\",\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"-0.00000285\",\n \"SinglePriceUnit\": \"元/月\",\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": null,\n \"TimeSpan\": \"1.00000000\",\n \"TimeUnit\": \"月\",\n \"TotalCost\": \"-0.00000285\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 0,\n \"ZoneName\": \"其他\"\n }\n ],\n \"RecordNum\": 18411,\n \"RequestId\": \"ceb74979-c668-42f6-b266-57541de2f755\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
88
88
|
"title": "查询分账账单按组件汇总"
|
89
89
|
}
|
90
90
|
],
|
@@ -92,7 +92,7 @@
|
|
92
92
|
{
|
93
93
|
"document": "",
|
94
94
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByResource\n<公共请求参数>\n\n{\n \"Month\": \"2022-11-01 00:00:00\",\n \"Limit\": 30,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"
|
95
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_cos_std\",\n \"ProductCodeName\": \"COS 标准存储\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"0.00001027\",\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ResourceId\": \"909619400-std_storage-19\",\n \"ResourceName\": null,\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SplitItemId\": \"1234567-1251007194\",\n \"SplitItemName\": \"1234567\",\n \"Tag\": [\n {\n \"TagKey\": \"游戏项目组\",\n \"TagValue\": \"火影忍者\"\n }\n ],\n \"TotalCost\": \"0.00001537\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-659bb8eb2830e\",\n \"TreeNodeUniqKeyName\": \"研究组\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 330001,\n \"ZoneName\": \"南京一区\"\n }\n ],\n \"RecordNum\": 30592,\n \"RequestId\": \"4b163951-0990-442b-922c-cf5145fd1e56\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
96
96
|
"title": "查询分账账单按资源汇总"
|
97
97
|
}
|
98
98
|
],
|
@@ -148,7 +148,7 @@
|
|
148
148
|
{
|
149
149
|
"document": "获取账单资源汇总",
|
150
150
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillResourceSummary\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"PeriodType\": \"byPayTime\",\n \"Month\": \"2022-01\",\n \"NeedRecordNum\": 1\n}",
|
151
|
-
"output": "{\n \"Response\": {\n \"ResourceSummarySet\": [\n {\n \"BusinessCodeName\": \"
|
151
|
+
"output": "{\n \"Response\": {\n \"ResourceSummarySet\": [\n {\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"PayModeName\": \"按量计费\",\n \"ProjectName\": \"默认项目\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"ZoneName\": \"其他\",\n \"ResourceId\": \"125391_sv_cdn_ux_AS1_1\",\n \"ResourceName\": \"rName\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"6074d5d00 \",\n \"PayTime\": \"2020-09-22 00:00:00\",\n \"FeeBeginTime\": \"2020-09-22 00:00:00\",\n \"FeeEndTime\": \"2020-09-22 00:00:00\",\n \"ConfigDesc\": \"config desc\",\n \"ExtendField1\": \"6074d5d00 \",\n \"ExtendField2\": \"6074d5d00\",\n \"TotalCost\": \"4.84660512\",\n \"Discount\": \"1\",\n \"ReduceType\": \"折扣\",\n \"RealTotalCost\": \"4.84660512\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"CashPayAmount\": \"4.84660512\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"ExtendField3\": \"extend file \",\n \"ExtendField4\": \"extend file\",\n \"ExtendField5\": \"extend file\",\n \"Tags\": [\n {\n \"TagKey\": \"tk_1\",\n \"TagValue\": \"tv_1\"\n }\n ],\n \"PayerUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"OperateUin\": \"909619400\",\n \"BusinessCode\": \"p_cdn\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"RegionId\": 1001,\n \"InstanceType\": \"it\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"SPDeduction\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"6074d5d00-6074d5d00 \"\n }\n}",
|
152
152
|
"title": "获取账单资源汇总"
|
153
153
|
}
|
154
154
|
],
|
@@ -308,7 +308,7 @@
|
|
308
308
|
{
|
309
309
|
"document": "获取按资源汇总消耗详情",
|
310
310
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCostSummaryByResource\n<公共请求参数>\n\n{\n \"EndTime\": \"2018-11\",\n \"Limit\": \"1\",\n \"BeginTime\": \"2018-11\",\n \"Offset\": \"0\"\n}",
|
311
|
-
"output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RecordNum\": 4,\n \"ConditionValue\": {\n \"Business\": [\n {\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": \"0\",\n \"RegionName\": \"其他\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n }\n ]\n },\n \"Total\": {\n \"RealTotalCost\": \"0.07\"\n },\n \"Data\": [\n {\n \"OwnerUin\": \"10002011014\",\n \"PayerUin\": \"10002011014\",\n \"OperateUin\": \"10002011014\",\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"ResourceId\": \"1300342678_1002522_102391_sv_cdn_ov_hour_flux_AS1_1\",\n \"ResourceName\": \"未命名\",\n \"RealTotalCost\": \"0.07\",\n \"RealCost\": \"0.08\",\n \"CashPayAmount\": \"0.06570339\",\n \"RegionId\": \"1001\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"RegionType\": \"international\",\n \"RegionTypeName\": \"国际\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\",\n \"FeeBeginTime\": \"2024-11-01 08:00:00\",\n \"FeeEndTime\": \"2024-11-17 19:59:59\",\n \"DayDiff\": \"17\",\n \"DailyTotalCost\": \"0.00386491\",\n \"ConsumptionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"
|
311
|
+
"output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RecordNum\": 4,\n \"ConditionValue\": {\n \"Business\": [\n {\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": \"0\",\n \"RegionName\": \"其他\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n }\n ]\n },\n \"Total\": {\n \"RealTotalCost\": \"0.07\"\n },\n \"Data\": [\n {\n \"OwnerUin\": \"10002011014\",\n \"PayerUin\": \"10002011014\",\n \"OperateUin\": \"10002011014\",\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"ResourceId\": \"1300342678_1002522_102391_sv_cdn_ov_hour_flux_AS1_1\",\n \"ResourceName\": \"未命名\",\n \"RealTotalCost\": \"0.07\",\n \"RealCost\": \"0.08\",\n \"CashPayAmount\": \"0.06570339\",\n \"RegionId\": \"1001\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"RegionType\": \"international\",\n \"RegionTypeName\": \"国际\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\",\n \"FeeBeginTime\": \"2024-11-01 08:00:00\",\n \"FeeEndTime\": \"2024-11-17 19:59:59\",\n \"DayDiff\": \"17\",\n \"DailyTotalCost\": \"0.00386491\",\n \"ConsumptionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"20241010****\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"Extend1\": \"\",\n \"Extend2\": \"\",\n \"Extend3\": \"\",\n \"Extend4\": \"\",\n \"Extend5\": \"\",\n \"InstanceType\": \"exclusiveSale\",\n \"InstanceTypeName\": \"包销实例\",\n \"PayTime\": \"2024-10-10 15:43:39\",\n \"ZoneName\": \"其他\",\n \"ComponentConfig\": \"海外CDN-按小时结算-流量: 0.00000533 GB\",\n \"Tags\": \"\"\n }\n ],\n \"RequestId\": \"4a3ec37d-7628-4e22-b9ab-08e696bcc1f2\"\n }\n}",
|
312
312
|
"title": "获取按资源汇总消耗详情"
|
313
313
|
}
|
314
314
|
],
|
@@ -354,7 +354,7 @@
|
|
354
354
|
{
|
355
355
|
"document": "查询分账账单资源归集汇总",
|
356
356
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatherResource\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
357
|
-
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\": null,\n \"BelongTreeNodeUniqKey\": {\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\"\n },\n \"BusinessCode\": \"p_mongodb\",\n \"BusinessCodeName\": \"云数据库TencentDB for MongoDB\",\n \"CashPayAmount\": \"176.43419703\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"
|
357
|
+
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\": null,\n \"BelongTreeNodeUniqKey\": {\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\"\n },\n \"BusinessCode\": \"p_mongodb\",\n \"BusinessCodeName\": \"云数据库TencentDB for MongoDB\",\n \"CashPayAmount\": \"176.43419703\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"\",\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"sv_mongodb_mem_replica\",\n \"ItemCodeName\": \"文档数据库MongoDB-副本集-内存\",\n \"OperateUin\": \"909619400\",\n \"OtherRules\": [],\n \"OtherTreeNodeUniqKeys\": [],\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"prePay\",\n \"PayModeName\": \"包年包月\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_mongodb_replica\",\n \"ProductCodeName\": \"云数据库MongoDB-副本集\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"176.43419703\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"ResourceId\": \"cmgo-p46bysvb\",\n \"ResourceName\": null,\n \"RuleId\": null,\n \"RuleName\": null,\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": null,\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"VoucherPayAmount\": \"0.00000000\"\n }\n ],\n \"LastUpdateTime\": \"2024-03-02 13:17:07\",\n \"RecordNum\": 3792,\n \"RequestId\": \"b8bedd7a-da43-4cce-ab6e-2fa66ffe1455\"\n }\n}",
|
358
358
|
"title": "查询分账账单资源归集汇总"
|
359
359
|
}
|
360
360
|
],
|
@@ -3896,12 +3896,105 @@
|
|
3896
3896
|
},
|
3897
3897
|
"CheckMigrateClusterRequest": {
|
3898
3898
|
"document": "CheckMigrateCluster请求参数结构体",
|
3899
|
-
"members": [
|
3899
|
+
"members": [
|
3900
|
+
{
|
3901
|
+
"disabled": false,
|
3902
|
+
"document": "实例Id。",
|
3903
|
+
"example": "cdb-2wpip111",
|
3904
|
+
"member": "string",
|
3905
|
+
"name": "InstanceId",
|
3906
|
+
"required": true,
|
3907
|
+
"type": "string"
|
3908
|
+
},
|
3909
|
+
{
|
3910
|
+
"disabled": false,
|
3911
|
+
"document": "实例CPU核数",
|
3912
|
+
"example": "1",
|
3913
|
+
"member": "int64",
|
3914
|
+
"name": "Cpu",
|
3915
|
+
"required": false,
|
3916
|
+
"type": "int"
|
3917
|
+
},
|
3918
|
+
{
|
3919
|
+
"disabled": false,
|
3920
|
+
"document": "实例内存大小,单位:MB",
|
3921
|
+
"example": "1000",
|
3922
|
+
"member": "int64",
|
3923
|
+
"name": "Memory",
|
3924
|
+
"required": false,
|
3925
|
+
"type": "int"
|
3926
|
+
},
|
3927
|
+
{
|
3928
|
+
"disabled": false,
|
3929
|
+
"document": "实例硬盘大小,单位:GB",
|
3930
|
+
"example": "50",
|
3931
|
+
"member": "int64",
|
3932
|
+
"name": "Volume",
|
3933
|
+
"required": false,
|
3934
|
+
"type": "int"
|
3935
|
+
},
|
3936
|
+
{
|
3937
|
+
"disabled": false,
|
3938
|
+
"document": "磁盘类型。 CLOUD_SSD: SSD云硬盘; CLOUD_HSSD: 增强型SSD云硬盘",
|
3939
|
+
"example": "CLOUD_SSD",
|
3940
|
+
"member": "string",
|
3941
|
+
"name": "DiskType",
|
3942
|
+
"required": false,
|
3943
|
+
"type": "string"
|
3944
|
+
},
|
3945
|
+
{
|
3946
|
+
"disabled": false,
|
3947
|
+
"document": "集群版节点拓扑配置。",
|
3948
|
+
"example": "{\"ReadWriteNode\":{\"Zone\":\"ap-beijing-6\"},\"ReadOnlyNodes\":[{\"Zone\":\"ap-beijing-6\"}]}",
|
3949
|
+
"member": "ClusterTopology",
|
3950
|
+
"name": "ClusterTopology",
|
3951
|
+
"required": false,
|
3952
|
+
"type": "object"
|
3953
|
+
},
|
3954
|
+
{
|
3955
|
+
"disabled": false,
|
3956
|
+
"document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 标准型集群版实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 加强型集群版实例。",
|
3957
|
+
"example": "CLOUD_NATIVE_CLUSTER",
|
3958
|
+
"member": "string",
|
3959
|
+
"name": "DeviceType",
|
3960
|
+
"required": false,
|
3961
|
+
"type": "string"
|
3962
|
+
},
|
3963
|
+
{
|
3964
|
+
"disabled": false,
|
3965
|
+
"document": "只读实例信息",
|
3966
|
+
"example": "{\"InstanceRole\": \"ro\",\"MasterInstanceId\": \"cdb-fn3f9xpx\",\"Period\": \"1\",\"Volume\": 100,\"Memory\": 4000}",
|
3967
|
+
"member": "MigrateClusterRoInfo",
|
3968
|
+
"name": "RoInfo",
|
3969
|
+
"required": false,
|
3970
|
+
"type": "list"
|
3971
|
+
}
|
3972
|
+
],
|
3900
3973
|
"type": "object"
|
3901
3974
|
},
|
3902
3975
|
"CheckMigrateClusterResponse": {
|
3903
3976
|
"document": "CheckMigrateCluster返回参数结构体",
|
3904
3977
|
"members": [
|
3978
|
+
{
|
3979
|
+
"disabled": false,
|
3980
|
+
"document": "校验是否通过,通过为pass,失败为fail",
|
3981
|
+
"example": "pass",
|
3982
|
+
"member": "string",
|
3983
|
+
"name": "CheckResult",
|
3984
|
+
"output_required": false,
|
3985
|
+
"type": "string",
|
3986
|
+
"value_allowed_null": false
|
3987
|
+
},
|
3988
|
+
{
|
3989
|
+
"disabled": false,
|
3990
|
+
"document": "校验项",
|
3991
|
+
"example": "{\"Name\": \"jiaoyan\",\"Status\": \"pass\",\"Desc\": \"pass\"}",
|
3992
|
+
"member": "CheckMigrateResult",
|
3993
|
+
"name": "Items",
|
3994
|
+
"output_required": false,
|
3995
|
+
"type": "list",
|
3996
|
+
"value_allowed_null": false
|
3997
|
+
},
|
3905
3998
|
{
|
3906
3999
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3907
4000
|
"member": "string",
|
@@ -3911,6 +4004,42 @@
|
|
3911
4004
|
],
|
3912
4005
|
"type": "object"
|
3913
4006
|
},
|
4007
|
+
"CheckMigrateResult": {
|
4008
|
+
"document": "迁移集群版校验结果",
|
4009
|
+
"members": [
|
4010
|
+
{
|
4011
|
+
"disabled": false,
|
4012
|
+
"document": "校验名称",
|
4013
|
+
"example": "版本号检查",
|
4014
|
+
"member": "string",
|
4015
|
+
"name": "Name",
|
4016
|
+
"output_required": false,
|
4017
|
+
"type": "string",
|
4018
|
+
"value_allowed_null": false
|
4019
|
+
},
|
4020
|
+
{
|
4021
|
+
"disabled": false,
|
4022
|
+
"document": "校验结果,通过为pass,失败为fail",
|
4023
|
+
"example": "pass",
|
4024
|
+
"member": "string",
|
4025
|
+
"name": "Status",
|
4026
|
+
"output_required": false,
|
4027
|
+
"type": "string",
|
4028
|
+
"value_allowed_null": false
|
4029
|
+
},
|
4030
|
+
{
|
4031
|
+
"disabled": false,
|
4032
|
+
"document": "校验结果描述",
|
4033
|
+
"example": "版本号满足条件可迁移",
|
4034
|
+
"member": "string",
|
4035
|
+
"name": "Desc",
|
4036
|
+
"output_required": false,
|
4037
|
+
"type": "string",
|
4038
|
+
"value_allowed_null": false
|
4039
|
+
}
|
4040
|
+
],
|
4041
|
+
"usage": "out"
|
4042
|
+
},
|
3914
4043
|
"CloneItem": {
|
3915
4044
|
"document": "克隆任务记录。",
|
3916
4045
|
"members": [
|
@@ -14686,6 +14815,93 @@
|
|
14686
14815
|
],
|
14687
14816
|
"usage": "out"
|
14688
14817
|
},
|
14818
|
+
"MigrateClusterRoInfo": {
|
14819
|
+
"document": "一键迁移集群版只读实例信息",
|
14820
|
+
"members": [
|
14821
|
+
{
|
14822
|
+
"disabled": false,
|
14823
|
+
"document": "只读实例名称",
|
14824
|
+
"example": "cdbro-khe2cddd",
|
14825
|
+
"member": "string",
|
14826
|
+
"name": "RoInstanceId",
|
14827
|
+
"required": false,
|
14828
|
+
"type": "string"
|
14829
|
+
},
|
14830
|
+
{
|
14831
|
+
"disabled": false,
|
14832
|
+
"document": "只读实例CPU核数",
|
14833
|
+
"example": "2",
|
14834
|
+
"member": "int64",
|
14835
|
+
"name": "Cpu",
|
14836
|
+
"required": false,
|
14837
|
+
"type": "int"
|
14838
|
+
},
|
14839
|
+
{
|
14840
|
+
"disabled": false,
|
14841
|
+
"document": "只读实例内存大小,单位:MB",
|
14842
|
+
"example": "4000",
|
14843
|
+
"member": "int64",
|
14844
|
+
"name": "Memory",
|
14845
|
+
"required": false,
|
14846
|
+
"type": "int"
|
14847
|
+
},
|
14848
|
+
{
|
14849
|
+
"disabled": false,
|
14850
|
+
"document": "只读实例硬盘大小,单位:GB",
|
14851
|
+
"example": "50",
|
14852
|
+
"member": "int64",
|
14853
|
+
"name": "Volume",
|
14854
|
+
"required": false,
|
14855
|
+
"type": "int"
|
14856
|
+
},
|
14857
|
+
{
|
14858
|
+
"disabled": false,
|
14859
|
+
"document": "磁盘类型。 CLOUD_SSD: SSD云硬盘; CLOUD_HSSD: 增强型SSD云硬盘",
|
14860
|
+
"example": "CLOUD_HSSD",
|
14861
|
+
"member": "string",
|
14862
|
+
"name": "DiskType",
|
14863
|
+
"required": false,
|
14864
|
+
"type": "string"
|
14865
|
+
},
|
14866
|
+
{
|
14867
|
+
"disabled": false,
|
14868
|
+
"document": "可用区",
|
14869
|
+
"example": "ap-beijing-2",
|
14870
|
+
"member": "string",
|
14871
|
+
"name": "Zone",
|
14872
|
+
"required": false,
|
14873
|
+
"type": "string"
|
14874
|
+
},
|
14875
|
+
{
|
14876
|
+
"disabled": false,
|
14877
|
+
"document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 标准型集群版实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 加强型集群版实例。",
|
14878
|
+
"example": "CLOUD_NATIVE_CLUSTER",
|
14879
|
+
"member": "string",
|
14880
|
+
"name": "DeviceType",
|
14881
|
+
"required": false,
|
14882
|
+
"type": "string"
|
14883
|
+
},
|
14884
|
+
{
|
14885
|
+
"disabled": false,
|
14886
|
+
"document": "只读实例所在ro组,例:cdbrg-xxx",
|
14887
|
+
"example": "cdbrg-yehsjf",
|
14888
|
+
"member": "string",
|
14889
|
+
"name": "RoGroupId",
|
14890
|
+
"required": false,
|
14891
|
+
"type": "string"
|
14892
|
+
},
|
14893
|
+
{
|
14894
|
+
"disabled": false,
|
14895
|
+
"document": "实例当前告警策略id数组",
|
14896
|
+
"example": "无",
|
14897
|
+
"member": "int64",
|
14898
|
+
"name": "SrcAlarmPolicyList",
|
14899
|
+
"required": false,
|
14900
|
+
"type": "list"
|
14901
|
+
}
|
14902
|
+
],
|
14903
|
+
"usage": "in"
|
14904
|
+
},
|
14689
14905
|
"ModifyAccountDescriptionRequest": {
|
14690
14906
|
"document": "ModifyAccountDescription请求参数结构体",
|
14691
14907
|
"members": [
|
@@ -19938,7 +20154,7 @@
|
|
19938
20154
|
{
|
19939
20155
|
"disabled": false,
|
19940
20156
|
"document": "实例 ID。仅支持只读实例。",
|
19941
|
-
"example": "
|
20157
|
+
"example": "cdbro-himitj11",
|
19942
20158
|
"member": "string",
|
19943
20159
|
"name": "InstanceId",
|
19944
20160
|
"required": true,
|
@@ -57,8 +57,8 @@
|
|
57
57
|
"CheckMigrateCluster": [
|
58
58
|
{
|
59
59
|
"document": "",
|
60
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckMigrateCluster\n<公共请求参数>\n\n{}",
|
61
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckMigrateCluster\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\"\n}",
|
61
|
+
"output": "{\n \"Response\": {\n \"CheckResult\": \"pass\",\n \"Items\": [\n {\n \"Name\": \"SubVersion\",\n \"Status\": \"pass\"\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
62
62
|
"title": "高可用实例一键迁移到集群版校验"
|
63
63
|
}
|
64
64
|
],
|
@@ -1323,7 +1323,7 @@
|
|
1323
1323
|
"StopReplication": [
|
1324
1324
|
{
|
1325
1325
|
"document": "",
|
1326
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopReplication\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
1326
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopReplication\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdbro-himitj11\"\n}",
|
1327
1327
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"a6040589-3b098df5-b551d9e5-81c6bfdc\"\n }\n}",
|
1328
1328
|
"title": "停止 RO 复制"
|
1329
1329
|
}
|