tccli 3.0.1225.1__py2.py3-none-any.whl → 3.0.1227.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +23 -23
  3. tccli/services/billing/v20180709/examples.json +5 -5
  4. tccli/services/cam/v20190116/api.json +19 -13
  5. tccli/services/cdb/v20170320/api.json +218 -2
  6. tccli/services/cdb/v20170320/examples.json +3 -3
  7. tccli/services/cdwdoris/v20211228/api.json +1 -1
  8. tccli/services/ckafka/v20190819/api.json +1762 -1445
  9. tccli/services/ckafka/v20190819/examples.json +22 -22
  10. tccli/services/cloudapp/v20220530/api.json +2 -2
  11. tccli/services/cloudapp/v20220530/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +21 -1
  13. tccli/services/faceid/v20180301/api.json +1 -1
  14. tccli/services/hunyuan/hunyuan_client.py +53 -0
  15. tccli/services/hunyuan/v20230901/api.json +297 -0
  16. tccli/services/hunyuan/v20230901/examples.json +8 -0
  17. tccli/services/ims/v20201229/api.json +2 -2
  18. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  19. tccli/services/iotexplorer/v20190423/api.json +145 -0
  20. tccli/services/iotexplorer/v20190423/examples.json +14 -0
  21. tccli/services/ivld/v20210903/api.json +245 -192
  22. tccli/services/ivld/v20210903/examples.json +10 -10
  23. tccli/services/lcic/v20220817/api.json +1 -1
  24. tccli/services/live/live_client.py +53 -0
  25. tccli/services/live/v20180801/api.json +204 -35
  26. tccli/services/live/v20180801/examples.json +9 -1
  27. tccli/services/lke/v20231130/api.json +20 -20
  28. tccli/services/mps/v20190612/api.json +186 -25
  29. tccli/services/organization/v20181225/api.json +75 -51
  30. tccli/services/organization/v20181225/examples.json +20 -20
  31. tccli/services/organization/v20210331/api.json +74 -61
  32. tccli/services/organization/v20210331/examples.json +14 -14
  33. tccli/services/rce/v20201103/api.json +1 -1
  34. tccli/services/redis/v20180412/api.json +1 -1
  35. tccli/services/scf/v20180416/api.json +1 -1
  36. tccli/services/teo/v20220901/api.json +3 -3
  37. tccli/services/tke/v20220501/api.json +109 -0
  38. tccli/services/tmt/v20180321/api.json +1 -1
  39. tccli/services/trtc/v20190722/api.json +104 -0
  40. tccli/services/tsf/v20180326/api.json +1287 -118
  41. tccli/services/tsf/v20180326/examples.json +5 -5
  42. tccli/services/tts/v20190823/api.json +2 -2
  43. tccli/services/vclm/v20240523/api.json +77 -6
  44. tccli/services/vclm/v20240523/examples.json +9 -1
  45. tccli/services/vclm/vclm_client.py +53 -0
  46. tccli/services/vdb/v20230616/api.json +29 -0
  47. tccli/services/vod/v20180717/api.json +2 -2
  48. tccli/services/vpc/v20170312/api.json +134 -0
  49. tccli/services/vpc/v20170312/examples.json +8 -0
  50. tccli/services/vpc/vpc_client.py +53 -0
  51. {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1225.1.dist-info → tccli-3.0.1227.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1225.1'
1
+ __version__ = '3.0.1227.1'
@@ -5872,7 +5872,7 @@
5872
5872
  {
5873
5873
  "disabled": false,
5874
5874
  "document": "标签键",
5875
- "example": "aaa",
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": "aaa",
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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\": \"-\",\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}",
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\": \"-\",\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}",
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\": \"abc\",\n \"ProductCodeName\": \"abc\",\n \"PayModeName\": \"abc\",\n \"ProjectName\": \"abc\",\n \"RegionName\": \"abc\",\n \"ZoneName\": \"abc\",\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"ActionTypeName\": \"abc\",\n \"OrderId\": \"abc\",\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\": \"abc\",\n \"ExtendField1\": \"abc\",\n \"ExtendField2\": \"abc\",\n \"TotalCost\": \"abc\",\n \"Discount\": \"abc\",\n \"ReduceType\": \"abc\",\n \"RealTotalCost\": \"abc\",\n \"VoucherPayAmount\": \"abc\",\n \"CashPayAmount\": \"abc\",\n \"IncentivePayAmount\": \"abc\",\n \"TransferPayAmount\": \"abc\",\n \"ExtendField3\": \"abc\",\n \"ExtendField4\": \"abc\",\n \"ExtendField5\": \"abc\",\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"PayerUin\": \"abc\",\n \"OwnerUin\": \"abc\",\n \"OperateUin\": \"abc\",\n \"BusinessCode\": \"abc\",\n \"ProductCode\": \"abc\",\n \"RegionId\": 0,\n \"InstanceType\": \"abc\",\n \"OriginalCostWithRI\": \"abc\",\n \"SPDeduction\": \"abc\",\n \"OriginalCostWithSP\": \"abc\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"abc\"\n }\n}",
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\": \"-\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"Extend1\": \"\",\n \"Extend2\": \"\",\n \"Extend3\": \"\",\n \"Extend4\": \"\",\n \"Extend5\": \"\",\n \"InstanceType\": \"-\",\n \"InstanceTypeName\": \"-\",\n \"PayTime\": \"-\",\n \"ZoneName\": \"其他\",\n \"ComponentConfig\": \"海外CDN-按小时结算-流量: 0.00000533 GB\",\n \"Tags\": \"\"\n }\n ],\n \"RequestId\": \"4a3ec37d-7628-4e22-b9ab-08e696bcc1f2\"\n }\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\": \"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\": \"-\",\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}",
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
  ],
@@ -1559,7 +1559,7 @@
1559
1559
  {
1560
1560
  "disabled": false,
1561
1561
  "document": "自定义多因子验证Token",
1562
- "example": "",
1562
+ "example": "mfa_1000000000-a6f836f1",
1563
1563
  "member": "string",
1564
1564
  "name": "MFAToken",
1565
1565
  "required": true,
@@ -2790,7 +2790,7 @@
2790
2790
  {
2791
2791
  "disabled": false,
2792
2792
  "document": "子账号",
2793
- "example": "1234567",
2793
+ "example": "100000000000",
2794
2794
  "member": "uint64",
2795
2795
  "name": "SubUin",
2796
2796
  "required": true,
@@ -2805,27 +2805,30 @@
2805
2805
  {
2806
2806
  "disabled": false,
2807
2807
  "document": "登录保护设置",
2808
- "example": "",
2808
+ "example": "{\"Phone\": 1,\"Token\": 0,\"Stoken\": 0,\"Wechat\": 0,\"Custom\": 0}",
2809
2809
  "member": "LoginActionFlag",
2810
2810
  "name": "LoginFlag",
2811
+ "output_required": true,
2811
2812
  "type": "object",
2812
2813
  "value_allowed_null": false
2813
2814
  },
2814
2815
  {
2815
2816
  "disabled": false,
2816
2817
  "document": "敏感操作保护设置",
2817
- "example": "",
2818
+ "example": "{\"Phone\": 1,\"Token\": 0,\"Stoken\": 0,\"Wechat\": 0,\"Custom\": 0}",
2818
2819
  "member": "LoginActionFlag",
2819
2820
  "name": "ActionFlag",
2821
+ "output_required": true,
2820
2822
  "type": "object",
2821
2823
  "value_allowed_null": false
2822
2824
  },
2823
2825
  {
2824
2826
  "disabled": false,
2825
2827
  "document": "异地登录保护设置",
2826
- "example": "",
2828
+ "example": "{\"VerifyFlag\": 0,\"NotifyPhone\": 1,\"NotifyEmail\": 1,\"NotifyWechat\": 1,\"Tips\": 0}",
2827
2829
  "member": "OffsiteFlag",
2828
2830
  "name": "OffsiteFlag",
2831
+ "output_required": true,
2829
2832
  "type": "object",
2830
2833
  "value_allowed_null": false
2831
2834
  },
@@ -2835,6 +2838,7 @@
2835
2838
  "example": "1",
2836
2839
  "member": "int64",
2837
2840
  "name": "PromptTrust",
2841
+ "output_required": true,
2838
2842
  "type": "int",
2839
2843
  "value_allowed_null": true
2840
2844
  },
@@ -5100,7 +5104,7 @@
5100
5104
  {
5101
5105
  "disabled": false,
5102
5106
  "document": "页码。默认为1。",
5103
- "example": "",
5107
+ "example": "1",
5104
5108
  "member": "uint64",
5105
5109
  "name": "Page",
5106
5110
  "required": false,
@@ -5109,7 +5113,7 @@
5109
5113
  {
5110
5114
  "disabled": false,
5111
5115
  "document": "每页数量。默认为20。",
5112
- "example": "",
5116
+ "example": "20",
5113
5117
  "member": "uint64",
5114
5118
  "name": "Rp",
5115
5119
  "required": false,
@@ -5118,7 +5122,7 @@
5118
5122
  {
5119
5123
  "disabled": false,
5120
5124
  "document": "按用户组名称匹配。",
5121
- "example": "",
5125
+ "example": "IT",
5122
5126
  "member": "string",
5123
5127
  "name": "Keyword",
5124
5128
  "required": false,
@@ -5133,18 +5137,20 @@
5133
5137
  {
5134
5138
  "disabled": false,
5135
5139
  "document": "用户组总数。",
5136
- "example": "",
5140
+ "example": "1",
5137
5141
  "member": "uint64",
5138
5142
  "name": "TotalNum",
5143
+ "output_required": true,
5139
5144
  "type": "int",
5140
5145
  "value_allowed_null": false
5141
5146
  },
5142
5147
  {
5143
5148
  "disabled": false,
5144
5149
  "document": "用户组数组信息。",
5145
- "example": "",
5150
+ "example": "[{\"GroupId\": 2021,\"GroupName\": \"IT\",\"CreateTime\": \"2019-04-03 15:15:18\",\"Remark\": \"IT\"}]",
5146
5151
  "member": "GroupInfo",
5147
5152
  "name": "GroupInfo",
5153
+ "output_required": true,
5148
5154
  "type": "list",
5149
5155
  "value_allowed_null": false
5150
5156
  },
@@ -6423,7 +6429,7 @@
6423
6429
  {
6424
6430
  "disabled": false,
6425
6431
  "document": "登录保护设置",
6426
- "example": "",
6432
+ "example": "{\"Phone\":1}",
6427
6433
  "member": "LoginActionMfaFlag",
6428
6434
  "name": "LoginFlag",
6429
6435
  "required": false,
@@ -6432,7 +6438,7 @@
6432
6438
  {
6433
6439
  "disabled": false,
6434
6440
  "document": "操作保护设置",
6435
- "example": "",
6441
+ "example": "{\"Phone\":1}",
6436
6442
  "member": "LoginActionMfaFlag",
6437
6443
  "name": "ActionFlag",
6438
6444
  "required": false,
@@ -7005,7 +7011,7 @@
7005
7011
  {
7006
7012
  "disabled": false,
7007
7013
  "document": "用户组描述",
7008
- "example": "test",
7014
+ "example": "财务管理",
7009
7015
  "member": "string",
7010
7016
  "name": "Remark",
7011
7017
  "required": false,