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
@@ -32,6 +32,78 @@
|
|
32
32
|
"title": "获取账户余额示例"
|
33
33
|
}
|
34
34
|
],
|
35
|
+
"DescribeAllocateConditions": [
|
36
|
+
{
|
37
|
+
"document": "查询分账条件",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocateConditions\n<公共请求参数>\n\n{}",
|
39
|
+
"output": "{\n \"Response\": {\n \"Business\": [\n {\n \"Children\": [\n {},\n {}\n ]\n },\n {\n \"Children\": [\n {}\n ]\n },\n {\n \"Children\": [\n {}\n ]\n },\n {\n \"Children\": [\n {}\n ]\n },\n {\n \"Children\": [\n {}\n ]\n },\n {\n \"Children\": [\n {},\n {}\n ]\n },\n {\n \"Children\": [\n {}\n ]\n }\n ],\n \"OwnerUin\": [\n {\n \"OwnerUin\": \"700000384179\"\n }\n ],\n \"OperateUin\": [\n {\n \"OperateUin\": \"700000384179\"\n }\n ],\n \"Product\": [\n {\n \"ProductCode\": \"sp_cvm_s1\",\n \"ProductCodeName\": \"云服务器CVM-标准型S1\"\n },\n {\n \"ProductCode\": \"sp_cbs_premium\",\n \"ProductCodeName\": \"高性能云硬盘\"\n },\n {\n \"ProductCode\": \"sp_cos_pkg_std_new\",\n \"ProductCodeName\": \"COS 标准存储容量包 new\"\n },\n {\n \"ProductCode\": \"sp_cvm_s2\",\n \"ProductCodeName\": \"云服务器CVM-标准型S2\"\n },\n {\n \"ProductCode\": \"sp_rav_audio_video\",\n \"ProductCodeName\": \"实时音视频-音视频通话\"\n },\n {\n \"ProductCode\": \"sp_cdn_cn_flux_package\",\n \"ProductCodeName\": \"中国境内CDN流量包\"\n },\n {\n \"ProductCode\": \"sp_ci_pkg_im_com\",\n \"ProductCodeName\": \"CI 图片压缩资源包\"\n },\n {\n \"ProductCode\": \"sp_redis_single\",\n \"ProductCodeName\": \"云数据库Redis-社区版\"\n },\n {\n \"ProductCode\": \"sp_ci_pkg_co_re\",\n \"ProductCodeName\": \"万象-COS-内容识别资源包\"\n }\n ],\n \"ActionType\": [\n {\n \"ActionType\": \"prepay_purchase\",\n \"ActionTypeName\": \"包年包月新购\"\n },\n {\n \"ActionType\": \"prepay_return\",\n \"ActionTypeName\": \"包年包月退款\"\n },\n {\n \"ActionType\": \"prepay_modify\",\n \"ActionTypeName\": \"包年包月配置变更\"\n },\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\"\n }\n ],\n \"Item\": [\n {\n \"ItemCode\": \"sv_cvm_bandwidth_prepay\",\n \"ItemCodeName\": \"带宽-按带宽计费\"\n },\n {\n \"ItemCode\": \"sv_cbs_memspace_premium\",\n \"ItemCodeName\": \"高性能云硬盘-存储空间\"\n },\n {\n \"ItemCode\": \"sv_cos_pkg_std_new_20\",\n \"ItemCodeName\": \"COS 标准存储容量包 20GB new\"\n },\n {\n \"ItemCode\": \"virtual_v_cvm_compute_s2\",\n \"ItemCodeName\": \"计算组件\"\n },\n {\n \"ItemCode\": \"sv_cvm_rootdisk_cbspremium\",\n \"ItemCodeName\": \"高效云系统盘\"\n },\n {\n \"ItemCode\": \"sv_rav_audio_video_custom_free\",\n \"ItemCodeName\": \"音视频通话-赠送套餐包\"\n },\n {\n \"ItemCode\": \"sv_cvm_rootdisk_local\",\n \"ItemCodeName\": \"本地系统盘\"\n },\n {\n \"ItemCode\": \"virtual_v_cvm_compute_s1\",\n \"ItemCodeName\": \"计算组件\"\n },\n {\n \"ItemCode\": \"sv_cdn_cn_flux_package\",\n \"ItemCodeName\": \"CDN流量包-流量\"\n },\n {\n \"ItemCode\": \"sv_ci_pkg_im_com_10\",\n \"ItemCodeName\": \"CI 图片压缩资源包 10万次\"\n },\n {\n \"ItemCode\": \"sv_redis_mem_single\",\n \"ItemCodeName\": \"云数据库Redis-社区版-内存\"\n },\n {\n \"ItemCode\": \"sv_ci_pkg_co_re_10\",\n \"ItemCodeName\": \"万象-COS-内容识别资源包 10万次\"\n },\n {\n \"ItemCode\": \"sv_rav_audio_video_assign_formal\",\n \"ItemCodeName\": \"实时音视频-音视频通话-固定套餐包\"\n },\n {\n \"ItemCode\": \"sv_cos_pkg_std_new_10\",\n \"ItemCodeName\": \"COS 标准存储容量包 10GB new\"\n }\n ],\n \"InstanceType\": [\n {\n \"InstanceType\": \"ri\",\n \"InstanceTypeName\": \"预留实例\"\n },\n {\n \"InstanceType\": \"svp\",\n \"InstanceTypeName\": \"节省计划\"\n },\n {\n \"InstanceType\": \"si\",\n \"InstanceTypeName\": \"竞价实例\"\n },\n {\n \"InstanceType\": \"rp\",\n \"InstanceTypeName\": \"资源包\"\n },\n {\n \"InstanceType\": \"capacityReserve\",\n \"InstanceTypeName\": \"容量预留\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": 0,\n \"RegionName\": \"其他\"\n },\n {\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\"\n },\n {\n \"RegionId\": 3,\n \"RegionName\": \"华北地区(北京(北京一区 原天津))\"\n },\n {\n \"RegionId\": 4,\n \"RegionName\": \"华东地区(上海)\"\n },\n {\n \"RegionId\": 5,\n \"RegionName\": \"港澳台地区(香港)\"\n },\n {\n \"RegionId\": 6,\n \"RegionName\": \"北美地区(多伦多)\"\n },\n {\n \"RegionId\": 7,\n \"RegionName\": \"华东地区(上海金融)\"\n },\n {\n \"RegionId\": 8,\n \"RegionName\": \"华北地区(北京)\"\n },\n {\n \"RegionId\": 9,\n \"RegionName\": \"东南亚地区(新加坡)\"\n },\n {\n \"RegionId\": 11,\n \"RegionName\": \"华南地区(深圳金融)\"\n },\n {\n \"RegionId\": 12,\n \"RegionName\": \"华南地区(广州OPEN)\"\n },\n {\n \"RegionId\": 15,\n \"RegionName\": \"美西地区(美国硅谷)\"\n },\n {\n \"RegionId\": 16,\n \"RegionName\": \"西南地区(成都)\"\n },\n {\n \"RegionId\": 17,\n \"RegionName\": \"欧洲地区(法兰克福)\"\n },\n {\n \"RegionId\": 18,\n \"RegionName\": \"亚太地区(首尔)\"\n },\n {\n \"RegionId\": 19,\n \"RegionName\": \"西南地区(重庆)\"\n },\n {\n \"RegionId\": 21,\n \"RegionName\": \"亚太地区(印度)\"\n },\n {\n \"RegionId\": 22,\n \"RegionName\": \"美东地区(弗吉尼亚)\"\n },\n {\n \"RegionId\": 23,\n \"RegionName\": \"亚太地区(泰国)\"\n },\n {\n \"RegionId\": 24,\n \"RegionName\": \"欧洲地区(欧洲东北)\"\n },\n {\n \"RegionId\": 25,\n \"RegionName\": \"亚太地区(日本)\"\n },\n {\n \"RegionId\": 31,\n \"RegionName\": \"华东地区(济南)\"\n },\n {\n \"RegionId\": 32,\n \"RegionName\": \"华东地区(杭州)\"\n },\n {\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\"\n },\n {\n \"RegionId\": 34,\n \"RegionName\": \"华东地区(福州)\"\n },\n {\n \"RegionId\": 35,\n \"RegionName\": \"华中地区(武汉)\"\n },\n {\n \"RegionId\": 36,\n \"RegionName\": \"华北地区(天津)\"\n },\n {\n \"RegionId\": 37,\n \"RegionName\": \"华南地区(深圳)\"\n },\n {\n \"RegionId\": 39,\n \"RegionName\": \"港澳台地区(台北)\"\n },\n {\n \"RegionId\": 41,\n \"RegionName\": \"中东地区(迪拜)\"\n },\n {\n \"RegionId\": 42,\n \"RegionName\": \"美国南部(洛杉矶)\"\n },\n {\n \"RegionId\": 43,\n \"RegionName\": \"南美地区(巴西圣保罗互联区)\"\n },\n {\n \"RegionId\": 44,\n \"RegionName\": \"澳洲地区(悉尼)\"\n },\n {\n \"RegionId\": 45,\n \"RegionName\": \"华中地区(长沙)\"\n },\n {\n \"RegionId\": 46,\n \"RegionName\": \"华北地区(北京金融)\"\n },\n {\n \"RegionId\": 47,\n \"RegionName\": \"其他地区(其他)\"\n },\n {\n \"RegionId\": 53,\n \"RegionName\": \"华北地区(石家庄)\"\n },\n {\n \"RegionId\": 54,\n \"RegionName\": \"华南地区(清远)\"\n },\n {\n \"RegionId\": 55,\n \"RegionName\": \"华东地区(合肥)\"\n },\n {\n \"RegionId\": 56,\n \"RegionName\": \"东北地区(沈阳)\"\n },\n {\n \"RegionId\": 57,\n \"RegionName\": \"西北地区(西安)\"\n },\n {\n \"RegionId\": 58,\n \"RegionName\": \"西北地区(西北)\"\n },\n {\n \"RegionId\": 71,\n \"RegionName\": \"华中地区(郑州)\"\n },\n {\n \"RegionId\": 72,\n \"RegionName\": \"亚太东南地区(雅加达)\"\n },\n {\n \"RegionId\": 73,\n \"RegionName\": \"华南地区(清远信安)\"\n },\n {\n \"RegionId\": 74,\n \"RegionName\": \"南美地区(圣保罗)\"\n },\n {\n \"RegionId\": 76,\n \"RegionName\": \"西南地区(贵阳)\"\n },\n {\n \"RegionId\": 77,\n \"RegionName\": \"华南地区(深圳深宇财付通)\"\n },\n {\n \"RegionId\": 78,\n \"RegionName\": \"华东地区(上海自动驾驶云)\"\n },\n {\n \"RegionId\": 79,\n \"RegionName\": \"华南地区(深圳金融专区(TCE))\"\n },\n {\n \"RegionId\": 81,\n \"RegionName\": \"华东地区(上海金融专区(TCE))\"\n },\n {\n \"RegionId\": 1001,\n \"RegionName\": \"亚太地区(亚太一区)\"\n },\n {\n \"RegionId\": 1002,\n \"RegionName\": \"亚太地区(亚太二区)\"\n },\n {\n \"RegionId\": 1003,\n \"RegionName\": \"亚太地区(亚太三区)\"\n },\n {\n \"RegionId\": 1004,\n \"RegionName\": \"中东地区(中东)\"\n },\n {\n \"RegionId\": 1005,\n \"RegionName\": \"欧洲地区(欧洲)\"\n },\n {\n \"RegionId\": 1006,\n \"RegionName\": \"北美地区(北美)\"\n },\n {\n \"RegionId\": 1007,\n \"RegionName\": \"南美地区(南美)\"\n },\n {\n \"RegionId\": 1008,\n \"RegionName\": \"非洲地区(非洲)\"\n },\n {\n \"RegionId\": 1009,\n \"RegionName\": \"中国大陆(中国大陆)\"\n },\n {\n \"RegionId\": 1010,\n \"RegionName\": \"自定义区(自定义区)\"\n },\n {\n \"RegionId\": 2009,\n \"RegionName\": \"境内地区(中国大陆通用)\"\n },\n {\n \"RegionId\": 2010,\n \"RegionName\": \"境外地区(中国港澳台与海外通用)\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"prePay\",\n \"PayModeName\": \"包年包月\"\n },\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n },\n {\n \"PayMode\": \"riPay\",\n \"PayModeName\": \"预留实例\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Tag\": [\n {\n \"TagKey\": \"yzd_key2\",\n \"TagValue\": \"yzd_value2\"\n },\n {\n \"TagKey\": \"key1\",\n \"TagValue\": \"value1\"\n },\n {\n \"TagKey\": \"key2\",\n \"TagValue\": \"value2\"\n },\n {\n \"TagKey\": \"key3\",\n \"TagValue\": \"value3\"\n },\n {\n \"TagKey\": \"yzd_key1\",\n \"TagValue\": \"yzd_value2\"\n }\n ],\n \"RequestId\": \"da214fee-dcee-4b23-96b7-8dcd6cab1345\"\n }\n}",
|
40
|
+
"title": "查询分账条件"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"DescribeAllocationBillConditions": [
|
44
|
+
{
|
45
|
+
"document": "",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationBillConditions\n<公共请求参数>\n\n{\n \"Month\": \"2022-11-01 00:00:00\"\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"OwnerUin\": [\n {\n \"OwnerUin\": \"700000384179\"\n }\n ],\n \"OperateUin\": [\n {\n \"OperateUin\": \"700000384179\"\n }\n ],\n \"BillDay\": [\n {\n \"BillDay\": \"2022-11-02\"\n }\n ],\n \"ActionType\": [\n {\n \"ActionType\": \"prepay_purchase\",\n \"ActionTypeName\": \"包年包月新购\"\n },\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\"\n }\n ],\n \"Business\": [\n {\n \"BusinessCode\": \"p_redis\",\n \"BusinessCodeName\": \"云数据库Redis\"\n },\n {\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络CDN\"\n },\n {\n \"BusinessCode\": \"p_rav\",\n \"BusinessCodeName\": \"实时音视频\"\n },\n {\n \"BusinessCode\": \"p_cbs\",\n \"BusinessCodeName\": \"云硬盘CBS\"\n },\n {\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\"\n },\n {\n \"BusinessCode\": \"p_ci\",\n \"BusinessCodeName\": \"数据万象CI\"\n }\n ],\n \"Product\": [\n {\n \"ProductCode\": \"sp_rav_audio_video\",\n \"ProductCodeName\": \"实时音视频-音视频通话\"\n },\n {\n \"ProductCode\": \"sp_cbs_premium\",\n \"ProductCodeName\": \"高性能云硬盘\"\n },\n {\n \"ProductCode\": \"sp_cdn_cn_flux_package\",\n \"ProductCodeName\": \"中国境内CDN流量包\"\n },\n {\n \"ProductCode\": \"sp_ci_pkg_im_com\",\n \"ProductCodeName\": \"CI 图片压缩资源包\"\n },\n {\n \"ProductCode\": \"sp_redis_single\",\n \"ProductCodeName\": \"云数据库Redis-社区版\"\n },\n {\n \"ProductCode\": \"sp_cos_pkg_std_new\",\n \"ProductCodeName\": \"COS 标准存储容量包 new\"\n }\n ],\n \"Component\": [\n {\n \"ComponentCode\": \"v_ci_pkg_im_com\",\n \"ComponentCodeName\": \"图片压缩资源包\"\n },\n {\n \"ComponentCode\": \"v_cbs_memspace\",\n \"ComponentCodeName\": \"存储空间\"\n },\n {\n \"ComponentCode\": \"v_rav_audio_video_assign\",\n \"ComponentCodeName\": \"音视频通话-固定套餐包\"\n },\n {\n \"ComponentCode\": \"v_redis_mem\",\n \"ComponentCodeName\": \"内存\"\n },\n {\n \"ComponentCode\": \"v_cos_pkg_std_new\",\n \"ComponentCodeName\": \"标准存储容量包 new\"\n },\n {\n \"ComponentCode\": \"v_cdn\",\n \"ComponentCodeName\": \"CDN\"\n },\n {\n \"ComponentCode\": \"v_rav_audio_video_custom\",\n \"ComponentCodeName\": \"音视频通话-自定义套餐包\"\n }\n ],\n \"Zone\": [\n {\n \"ZoneId\": 100002,\n \"ZoneName\": \"广州二区\"\n },\n {\n \"ZoneId\": 470002,\n \"ZoneName\": \"中国大陆通用\"\n },\n {\n \"ZoneId\": 100001,\n \"ZoneName\": \"广州一区\"\n },\n {\n \"ZoneId\": 0,\n \"ZoneName\": \"其他\"\n }\n ],\n \"Item\": [\n {\n \"ItemCode\": \"sv_cos_pkg_std_new_20\",\n \"ItemCodeName\": \"COS 标准存储容量包 20GB new\"\n },\n {\n \"ItemCode\": \"sv_redis_mem_single\",\n \"ItemCodeName\": \"云数据库Redis-社区版-内存\"\n },\n {\n \"ItemCode\": \"sv_rav_audio_video_custom_free\",\n \"ItemCodeName\": \"音视频通话-赠送套餐包\"\n },\n {\n \"ItemCode\": \"sv_cbs_memspace_premium\",\n \"ItemCodeName\": \"高性能云硬盘-存储空间\"\n },\n {\n \"ItemCode\": \"sv_cdn_cn_flux_package\",\n \"ItemCodeName\": \"CDN流量包-流量\"\n },\n {\n \"ItemCode\": \"sv_ci_pkg_im_com_10\",\n \"ItemCodeName\": \"CI 图片压缩资源包 10万次\"\n },\n {\n \"ItemCode\": \"sv_rav_audio_video_assign_formal\",\n \"ItemCodeName\": \"实时音视频-音视频通话-固定套餐包\"\n }\n ],\n \"AllocationTreeNode\": [\n {\n \"TreeNodeUniqKey\": \"700000384179-63733abacc8b8\",\n \"TreeNodeUniqKeyName\": \"计费临时项目\"\n },\n {\n \"TreeNodeUniqKey\": \"700000384179-6376f0b3ada52\",\n \"TreeNodeUniqKeyName\": \"HR产品\"\n },\n {\n \"TreeNodeUniqKey\": \"700000384179-63733ac7e46ff\",\n \"TreeNodeUniqKeyName\": \"中期调整项目\"\n }\n ],\n \"InstanceType\": [\n {\n \"InstanceType\": \"ri\",\n \"InstanceTypeName\": \"预留实例\"\n },\n {\n \"InstanceType\": \"svp\",\n \"InstanceTypeName\": \"节省计划\"\n },\n {\n \"InstanceType\": \"si\",\n \"InstanceTypeName\": \"竞价实例\"\n },\n {\n \"InstanceType\": \"rp\",\n \"InstanceTypeName\": \"资源包\"\n },\n {\n \"InstanceType\": \"capacityReserve\",\n \"InstanceTypeName\": \"容量预留\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": 0,\n \"RegionName\": \"其他\"\n },\n {\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\"\n },\n {\n \"RegionId\": 3,\n \"RegionName\": \"华北地区(北京(北京一区 原天津))\"\n },\n {\n \"RegionId\": 4,\n \"RegionName\": \"华东地区(上海)\"\n },\n {\n \"RegionId\": 5,\n \"RegionName\": \"港澳台地区(香港)\"\n },\n {\n \"RegionId\": 6,\n \"RegionName\": \"北美地区(多伦多)\"\n },\n {\n \"RegionId\": 7,\n \"RegionName\": \"华东地区(上海金融)\"\n },\n {\n \"RegionId\": 8,\n \"RegionName\": \"华北地区(北京)\"\n },\n {\n \"RegionId\": 9,\n \"RegionName\": \"东南亚地区(新加坡)\"\n },\n {\n \"RegionId\": 11,\n \"RegionName\": \"华南地区(深圳金融)\"\n },\n {\n \"RegionId\": 12,\n \"RegionName\": \"华南地区(广州OPEN)\"\n },\n {\n \"RegionId\": 15,\n \"RegionName\": \"美西地区(美国硅谷)\"\n },\n {\n \"RegionId\": 16,\n \"RegionName\": \"西南地区(成都)\"\n },\n {\n \"RegionId\": 17,\n \"RegionName\": \"欧洲地区(法兰克福)\"\n },\n {\n \"RegionId\": 18,\n \"RegionName\": \"亚太地区(首尔)\"\n },\n {\n \"RegionId\": 19,\n \"RegionName\": \"西南地区(重庆)\"\n },\n {\n \"RegionId\": 21,\n \"RegionName\": \"亚太地区(印度)\"\n },\n {\n \"RegionId\": 22,\n \"RegionName\": \"美东地区(弗吉尼亚)\"\n },\n {\n \"RegionId\": 23,\n \"RegionName\": \"亚太地区(泰国)\"\n },\n {\n \"RegionId\": 24,\n \"RegionName\": \"欧洲地区(欧洲东北)\"\n },\n {\n \"RegionId\": 25,\n \"RegionName\": \"亚太地区(日本)\"\n },\n {\n \"RegionId\": 31,\n \"RegionName\": \"华东地区(济南)\"\n },\n {\n \"RegionId\": 32,\n \"RegionName\": \"华东地区(杭州)\"\n },\n {\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\"\n },\n {\n \"RegionId\": 34,\n \"RegionName\": \"华东地区(福州)\"\n },\n {\n \"RegionId\": 35,\n \"RegionName\": \"华中地区(武汉)\"\n },\n {\n \"RegionId\": 36,\n \"RegionName\": \"华北地区(天津)\"\n },\n {\n \"RegionId\": 37,\n \"RegionName\": \"华南地区(深圳)\"\n },\n {\n \"RegionId\": 39,\n \"RegionName\": \"港澳台地区(台北)\"\n },\n {\n \"RegionId\": 41,\n \"RegionName\": \"中东地区(迪拜)\"\n },\n {\n \"RegionId\": 42,\n \"RegionName\": \"美国南部(洛杉矶)\"\n },\n {\n \"RegionId\": 43,\n \"RegionName\": \"南美地区(巴西圣保罗互联区)\"\n },\n {\n \"RegionId\": 44,\n \"RegionName\": \"澳洲地区(悉尼)\"\n },\n {\n \"RegionId\": 45,\n \"RegionName\": \"华中地区(长沙)\"\n },\n {\n \"RegionId\": 46,\n \"RegionName\": \"华北地区(北京金融)\"\n },\n {\n \"RegionId\": 47,\n \"RegionName\": \"其他地区(其他)\"\n },\n {\n \"RegionId\": 53,\n \"RegionName\": \"华北地区(石家庄)\"\n },\n {\n \"RegionId\": 54,\n \"RegionName\": \"华南地区(清远)\"\n },\n {\n \"RegionId\": 55,\n \"RegionName\": \"华东地区(合肥)\"\n },\n {\n \"RegionId\": 56,\n \"RegionName\": \"东北地区(沈阳)\"\n },\n {\n \"RegionId\": 57,\n \"RegionName\": \"西北地区(西安)\"\n },\n {\n \"RegionId\": 58,\n \"RegionName\": \"西北地区(西北)\"\n },\n {\n \"RegionId\": 71,\n \"RegionName\": \"华中地区(郑州)\"\n },\n {\n \"RegionId\": 72,\n \"RegionName\": \"亚太东南地区(雅加达)\"\n },\n {\n \"RegionId\": 73,\n \"RegionName\": \"华南地区(清远信安)\"\n },\n {\n \"RegionId\": 74,\n \"RegionName\": \"南美地区(圣保罗)\"\n },\n {\n \"RegionId\": 76,\n \"RegionName\": \"西南地区(贵阳)\"\n },\n {\n \"RegionId\": 77,\n \"RegionName\": \"华南地区(深圳深宇财付通)\"\n },\n {\n \"RegionId\": 78,\n \"RegionName\": \"华东地区(上海自动驾驶云)\"\n },\n {\n \"RegionId\": 79,\n \"RegionName\": \"华南地区(深圳金融专区(TCE))\"\n },\n {\n \"RegionId\": 81,\n \"RegionName\": \"华东地区(上海金融专区(TCE))\"\n },\n {\n \"RegionId\": 1001,\n \"RegionName\": \"亚太地区(亚太一区)\"\n },\n {\n \"RegionId\": 1002,\n \"RegionName\": \"亚太地区(亚太二区)\"\n },\n {\n \"RegionId\": 1003,\n \"RegionName\": \"亚太地区(亚太三区)\"\n },\n {\n \"RegionId\": 1004,\n \"RegionName\": \"中东地区(中东)\"\n },\n {\n \"RegionId\": 1005,\n \"RegionName\": \"欧洲地区(欧洲)\"\n },\n {\n \"RegionId\": 1006,\n \"RegionName\": \"北美地区(北美)\"\n },\n {\n \"RegionId\": 1007,\n \"RegionName\": \"南美地区(南美)\"\n },\n {\n \"RegionId\": 1008,\n \"RegionName\": \"非洲地区(非洲)\"\n },\n {\n \"RegionId\": 1009,\n \"RegionName\": \"中国大陆(中国大陆)\"\n },\n {\n \"RegionId\": 1010,\n \"RegionName\": \"自定义区(自定义区)\"\n },\n {\n \"RegionId\": 2009,\n \"RegionName\": \"境内地区(中国大陆通用)\"\n },\n {\n \"RegionId\": 2010,\n \"RegionName\": \"境外地区(中国港澳台与海外通用)\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"prePay\",\n \"PayModeName\": \"包年包月\"\n },\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n },\n {\n \"PayMode\": \"riPay\",\n \"PayModeName\": \"预留实例\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Tag\": [\n {\n \"TagKey\": \"yzd_key2\",\n \"TagValue\": \"yzd_value2\"\n },\n {\n \"TagKey\": \"yzd_key1\",\n \"TagValue\": \"yzd_value2\"\n }\n ],\n \"RequestId\": \"fb0d843d-5676-400c-b491-e60379d8af7e\"\n }\n}",
|
48
|
+
"title": "查询分账报表结果所需筛选条件"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"DescribeAllocationBillDetail": [
|
52
|
+
{
|
53
|
+
"document": "查询分账明细",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationBillDetail\n<公共请求参数>\n\n{\n \"Month\": \"2023-02-01 00:00:00\",\n \"Limit\": 2,\n \"Offset\": 1\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491987853552\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 10:00:00\",\n \"FeeEndTime\": \"2023-02-05 10:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:46:29\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitItemId\": \"-\",\n \"SplitItemName\": \"-\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n },\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491961266162\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 09:00:00\",\n \"FeeEndTime\": \"2023-02-05 09:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:09:31\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitItemId\": \"-\",\n \"SplitItemName\": \"-\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n }\n ],\n \"RecordNum\": 33751,\n \"RequestId\": \"48d52cbc-2297-4ba5-a322-de477fed6329\",\n \"Total\": {\n \"CashPayAmount\": \"99034.51148297\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"99067.91144815\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"130.94995680\"\n }\n }\n}",
|
56
|
+
"title": "查询分账明细"
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"DescribeAllocationMonthOverview": [
|
60
|
+
{
|
61
|
+
"document": "",
|
62
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationMonthOverview\n<公共请求参数>\n\n{\n \"Month\": \"2022-11-01 00:00:00\"\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"Id\": 616417,\n \"Name\": \"集团\",\n \"TreeNodeUniqKey\": \"xxxx-63871c5ede811\",\n \"Symbol\": 0,\n \"Children\": [\n {\n \"Id\": 835454,\n \"Name\": \"财务产品\",\n \"TreeNodeUniqKey\": \"xxxx-6391da70528fb\",\n \"Symbol\": 0,\n \"Children\": [\n {\n \"Id\": 835457,\n \"Name\": \"核算组\",\n \"TreeNodeUniqKey\": \"xxxx-6391da9ae376c\",\n \"Symbol\": 1,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.00\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835458,\n \"Name\": \"核算组(新)\",\n \"TreeNodeUniqKey\": \"xxxx-6391dab1d770f\",\n \"Symbol\": 2,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"38.31000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"38.31000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"38.31000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.10\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835459,\n \"Name\": \"资金组\",\n \"TreeNodeUniqKey\": \"xxxx-6391dabf3a789\",\n \"Symbol\": 1,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"153.09000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"154.70000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"1.61000000\",\n \"GatherCashPayAmount\": \"191.03800000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"191.03800000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"345.73800000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.94\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835460,\n \"Name\": \"结算组\",\n \"TreeNodeUniqKey\": \"xxxx-6391dac6c4f72\",\n \"Symbol\": 1,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"33.30600000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"33.57000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.26400000\",\n \"GatherCashPayAmount\": \"71.34000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"71.34000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"104.91000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.28\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n }\n ],\n \"Detail\": {\n \"AllocateCashPayAmount\": \"186.39600000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"188.27000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"1.87400000\",\n \"GatherCashPayAmount\": \"300.68800000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"300.68800000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"488.95800000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"1.32\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835455,\n \"Name\": \"营销产品\",\n \"TreeNodeUniqKey\": \"xxxx-6391da78a09a4\",\n \"Symbol\": 0,\n \"Children\": [\n {\n \"Id\": 835461,\n \"Name\": \"主数据组\",\n \"TreeNodeUniqKey\": \"xxxx-6391dad853206\",\n \"Symbol\": 2,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"295.95000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"298.67000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"2.72000000\",\n \"RealTotalCost\": \"298.67000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.81\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835462,\n \"Name\": \"客户应用组\",\n \"TreeNodeUniqKey\": \"xxxx-6391dae9802da\",\n \"Symbol\": 1,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"1047.14500000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"1047.14500000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"54.32717665\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"54.37717665\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.05000000\",\n \"RealTotalCost\": \"1101.52217665\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"2.98\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n }\n ],\n \"Detail\": {\n \"AllocateCashPayAmount\": \"1047.14500000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"1047.14500000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"350.27717665\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"353.04717665\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"2.77000000\",\n \"RealTotalCost\": \"1400.19217665\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"3.79\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835456,\n \"Name\": \"数据产品\",\n \"TreeNodeUniqKey\": \"xxxx-6391da8abb3c7\",\n \"Symbol\": 0,\n \"Children\": [\n {\n \"Id\": 835467,\n \"Name\": \"数据产品-自动创建\",\n \"TreeNodeUniqKey\": \"xxxx-63929e07089d0\",\n \"Symbol\": 1,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"1124.85900000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"1125.47500000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.61600000\",\n \"GatherCashPayAmount\": \"13.31482335\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"13.31482335\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"1138.78982335\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"3.08\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n },\n {\n \"Id\": 835468,\n \"Name\": \"1\",\n \"TreeNodeUniqKey\": \"xxxx-63929e0706e81\",\n \"Symbol\": 0,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"0.00\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n }\n ],\n \"Detail\": {\n \"AllocateCashPayAmount\": \"1124.85900000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"1125.47500000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.61600000\",\n \"GatherCashPayAmount\": \"13.31482335\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"13.31482335\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"1138.78982335\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"3.08\",\n \"Trend\": null,\n \"TrendType\": \"none\"\n }\n }\n ],\n \"Detail\": {\n \"AllocateCashPayAmount\": \"2358.40000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"2360.89000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"2.49000000\",\n \"GatherCashPayAmount\": \"664.28000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"667.05000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"2.77000000\",\n \"RealTotalCost\": \"3027.94000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"8.20\",\n \"Trend\": \"0.00\",\n \"TrendType\": \"upward\"\n }\n },\n {\n \"Id\": null,\n \"Name\": \"未分配\",\n \"TreeNodeUniqKey\": \"\",\n \"Symbol\": 0,\n \"Children\": null,\n \"Detail\": {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"33882.13000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"33888.87000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"6.74000000\",\n \"RealTotalCost\": \"33888.87000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"Ratio\": \"91.80\",\n \"Trend\": \"5096.05\",\n \"TrendType\": \"upward\"\n }\n }\n ],\n \"Total\": {\n \"RealTotalCost\": \"36916.81000000\",\n \"CashPayAmount\": \"36904.81000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"12.00000000\",\n \"TransferPayAmount\": \"0.00000000\"\n },\n \"RequestId\": \"xxxx\"\n }\n}",
|
64
|
+
"title": "查询分账报表月概览"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"DescribeAllocationOverview": [
|
68
|
+
{
|
69
|
+
"document": "",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationOverview\n<公共请求参数>\n\n{\n \"Limit\": 30,\n \"Month\": \"2022-11-01 00:00:00\",\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"TreeNodeUniqKey\": \"700000384179-6376f0b3ada52\",\n \"GatherCashPayAmount\": \"8072.80000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"8072.80000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"RealTotalCost\": \"8072.80000000\",\n \"TreeNodeUniqKeyName\": \"HR产品\",\n \"Ratio\": \"99.65\",\n \"Trend\": null,\n \"TrendType\": \"none\",\n \"BillDate\": null\n },\n {\n \"TreeNodeUniqKey\": \"700000384179-63733abacc8b8\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"AllocateCashPayAmount\": \"14.16000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"0.00000000\",\n \"AllocateRealCost\": \"14.16000000\",\n \"RealTotalCost\": \"14.16000000\",\n \"TreeNodeUniqKeyName\": \"计费临时项目\",\n \"Ratio\": \"0.17\",\n \"Trend\": null,\n \"TrendType\": \"none\",\n \"BillDate\": null\n },\n {\n \"TreeNodeUniqKey\": \"700000384179-63733ac7e46ff\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"AllocateCashPayAmount\": \"14.16000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"0.00000000\",\n \"AllocateRealCost\": \"14.16000000\",\n \"RealTotalCost\": \"14.16000000\",\n \"TreeNodeUniqKeyName\": \"中期调整项目\",\n \"Ratio\": \"0.17\",\n \"Trend\": null,\n \"TrendType\": \"none\",\n \"BillDate\": null\n }\n ],\n \"RecordNum\": 3,\n \"Total\": {\n \"RealTotalCost\": \"8101.12000000\",\n \"CashPayAmount\": \"8101.12000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\"\n },\n \"RequestId\": \"db3c4d66-ce51-4b94-91d0-c65c7938475b\"\n }\n}",
|
72
|
+
"title": "DescribeAllocationOverview"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"DescribeAllocationSummaryByBusiness": [
|
76
|
+
{
|
77
|
+
"document": "",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByBusiness\n<公共请求参数>\n\n{\n \"Limit\": 30,\n \"Month\": \"2022-11-01 00:00:00\",\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocationRealTotalCost\": \"-48.95000000\",\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_ci\",\n \"BusinessCodeName\": \"数据万象CI\",\n \"CashPayAmount\": \"-16.43000000\",\n \"GatherCashPayAmount\": \"-16.43000000\",\n \"GatherIncentivePayAmount\": \"-32.52000000\",\n \"GatherRealCost\": \"-48.95000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RICost\": \"0.00000000\",\n \"Ratio\": \"-0.15\",\n \"RealTotalCost\": \"-48.95000000\",\n \"SPCost\": \"0.00000000\",\n \"TotalCashPayAmount\": \"-16.43000000\",\n \"TotalCost\": \"-48.95000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"-32.52000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"-32.52000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"Trend\": null,\n \"TrendType\": null,\n \"VoucherPayAmount\": \"0.00000000\"\n },\n {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocationRealTotalCost\": \"-2365.08000000\",\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_rav\",\n \"BusinessCodeName\": \"实时音视频\",\n \"CashPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"-2365.08000000\",\n \"GatherRealCost\": \"-2365.08000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RICost\": \"0.00000000\",\n \"Ratio\": \"-7.18\",\n \"RealTotalCost\": \"-2365.08000000\",\n \"SPCost\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalCost\": \"-2365.08000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"-2365.08000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"-2365.08000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"Trend\": null,\n \"TrendType\": null,\n \"VoucherPayAmount\": \"0.00000000\"\n },\n {\n \"AllocateCashPayAmount\": \"0.00000000\",\n \"AllocateIncentivePayAmount\": \"0.00000000\",\n \"AllocateRealCost\": \"0.00000000\",\n \"AllocateTransferPayAmount\": \"0.00000000\",\n \"AllocateVoucherPayAmount\": \"0.00000000\",\n \"AllocationRealTotalCost\": \"0.00000000\",\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_ccc\",\n \"BusinessCodeName\": \"云联络中心\",\n \"CashPayAmount\": \"0.00000000\",\n \"GatherCashPayAmount\": \"0.00000000\",\n \"GatherIncentivePayAmount\": \"0.00000000\",\n \"GatherRealCost\": \"0.00000000\",\n \"GatherTransferPayAmount\": \"0.00000000\",\n \"GatherVoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RICost\": \"0.00000000\",\n \"Ratio\": \"0.00\",\n \"RealTotalCost\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"TotalCashPayAmount\": \"0.00000000\",\n \"TotalCost\": \"263.44000000\",\n \"TotalIncentivePayAmount\": \"0.00000000\",\n \"TotalTransferPayAmount\": \"0.00000000\",\n \"TotalVoucherPayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"Trend\": null,\n \"TrendType\": null,\n \"VoucherPayAmount\": \"0.00000000\"\n }\n ],\n \"RecordNum\": 611,\n \"RequestId\": \"1cd9694c-88a7-4cfe-846c-182f1f9dbf6c\",\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}",
|
80
|
+
"title": "查询分账账单按产品汇总"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"DescribeAllocationSummaryByItem": [
|
84
|
+
{
|
85
|
+
"document": "查询分账账单按组件汇总",
|
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}",
|
88
|
+
"title": "查询分账账单按组件汇总"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"DescribeAllocationSummaryByResource": [
|
92
|
+
{
|
93
|
+
"document": "",
|
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}",
|
96
|
+
"title": "查询分账账单按资源汇总"
|
97
|
+
}
|
98
|
+
],
|
99
|
+
"DescribeAllocationTrendByMonth": [
|
100
|
+
{
|
101
|
+
"document": "查询分账报表费用趋势",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationTrendByMonth\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"TreeNodeUniqKey\": \"合计费用(折后总额)\"\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"Current\": {\n \"Month\": \"2024-02\",\n \"Name\": \"2024年02月\",\n \"RealTotalCost\": \"32953.81\"\n },\n \"Previous\": [\n {\n \"Month\": \"2023-09\",\n \"Name\": \"2023年09月\",\n \"RealTotalCost\": \"14372.07\"\n },\n {\n \"Month\": \"2023-10\",\n \"Name\": \"2023年10月\",\n \"RealTotalCost\": \"107337.26\"\n },\n {\n \"Month\": \"2023-11\",\n \"Name\": \"2023年11月\",\n \"RealTotalCost\": \"35828.25\"\n },\n {\n \"Month\": \"2023-12\",\n \"Name\": \"2023年12月\",\n \"RealTotalCost\": \"-1507335.00\"\n },\n {\n \"Month\": \"2024-01\",\n \"Name\": \"2024年01月\",\n \"RealTotalCost\": \"82679.62\"\n }\n ],\n \"RequestId\": \"f6f9372f-f7e7-462e-b20a-cbd5b6b77c4d\",\n \"Stat\": {\n \"Average\": {\n \"BeginMonth\": \"2023-09\",\n \"EndMonth\": \"2024-02\",\n \"RealTotalCost\": \"-205694.00\"\n }\n }\n }\n}",
|
104
|
+
"title": "查询分账报表费用趋势"
|
105
|
+
}
|
106
|
+
],
|
35
107
|
"DescribeBillDetail": [
|
36
108
|
{
|
37
109
|
"document": "获取账单明细",
|
@@ -270,6 +342,14 @@
|
|
270
342
|
"title": "获取用量明细数据"
|
271
343
|
}
|
272
344
|
],
|
345
|
+
"DescribeGatherResource": [
|
346
|
+
{
|
347
|
+
"document": "查询分账账单资源归集汇总",
|
348
|
+
"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}",
|
349
|
+
"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}",
|
350
|
+
"title": "查询分账账单资源归集汇总"
|
351
|
+
}
|
352
|
+
],
|
273
353
|
"DescribeSavingPlanCoverage": [
|
274
354
|
{
|
275
355
|
"document": "查询节省计划覆盖率数据",
|
@@ -885,50 +885,50 @@
|
|
885
885
|
{
|
886
886
|
"disabled": false,
|
887
887
|
"document": "实体ID",
|
888
|
-
"example": "",
|
888
|
+
"example": "1000001",
|
889
889
|
"member": "string",
|
890
890
|
"name": "Id",
|
891
|
-
"
|
891
|
+
"output_required": true,
|
892
892
|
"type": "string",
|
893
893
|
"value_allowed_null": false
|
894
894
|
},
|
895
895
|
{
|
896
896
|
"disabled": false,
|
897
897
|
"document": "实体名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
898
|
-
"example": "",
|
898
|
+
"example": "TestPolicyName",
|
899
899
|
"member": "string",
|
900
900
|
"name": "Name",
|
901
|
-
"
|
901
|
+
"output_required": true,
|
902
902
|
"type": "string",
|
903
903
|
"value_allowed_null": true
|
904
904
|
},
|
905
905
|
{
|
906
906
|
"disabled": false,
|
907
907
|
"document": "实体Uin\n注意:此字段可能返回 null,表示取不到有效值。",
|
908
|
-
"example": "",
|
908
|
+
"example": "3449203261",
|
909
909
|
"member": "uint64",
|
910
910
|
"name": "Uin",
|
911
|
-
"
|
911
|
+
"output_required": true,
|
912
912
|
"type": "int",
|
913
913
|
"value_allowed_null": true
|
914
914
|
},
|
915
915
|
{
|
916
916
|
"disabled": false,
|
917
|
-
"document": "关联类型。1 用户关联 ; 2 用户组关联",
|
918
|
-
"example": "",
|
917
|
+
"document": "关联类型。1 用户关联 ; 2 用户组关联 3 角色关联",
|
918
|
+
"example": "1",
|
919
919
|
"member": "uint64",
|
920
920
|
"name": "RelatedType",
|
921
|
-
"
|
921
|
+
"output_required": true,
|
922
922
|
"type": "int",
|
923
923
|
"value_allowed_null": false
|
924
924
|
},
|
925
925
|
{
|
926
926
|
"disabled": false,
|
927
927
|
"document": "策略关联时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
928
|
-
"example": "",
|
928
|
+
"example": "2021-11-11 19:38:01",
|
929
929
|
"member": "string",
|
930
930
|
"name": "AttachmentTime",
|
931
|
-
"
|
931
|
+
"output_required": true,
|
932
932
|
"type": "string",
|
933
933
|
"value_allowed_null": true
|
934
934
|
}
|
@@ -1634,8 +1634,8 @@
|
|
1634
1634
|
},
|
1635
1635
|
{
|
1636
1636
|
"disabled": false,
|
1637
|
-
"document": "
|
1638
|
-
"example": "{\"version\":\"2.0\",\"statement\":[{\"
|
1637
|
+
"document": "策略文档",
|
1638
|
+
"example": "{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":\"cvm:Describe*\",\"resource\":\"*\"}]}",
|
1639
1639
|
"member": "string",
|
1640
1640
|
"name": "PolicyDocument",
|
1641
1641
|
"required": true,
|
@@ -1662,6 +1662,7 @@
|
|
1662
1662
|
"example": "12378",
|
1663
1663
|
"member": "uint64",
|
1664
1664
|
"name": "PolicyId",
|
1665
|
+
"output_required": true,
|
1665
1666
|
"type": "int",
|
1666
1667
|
"value_allowed_null": false
|
1667
1668
|
},
|
@@ -3188,8 +3189,8 @@
|
|
3188
3189
|
"members": [
|
3189
3190
|
{
|
3190
3191
|
"disabled": false,
|
3191
|
-
"document": "自定义多因子验证Token",
|
3192
|
-
"example": "",
|
3192
|
+
"document": "自定义多因子验证Token,针对用户自定义的安全校验方式而生成的,以供查询用户安全校验时使用。",
|
3193
|
+
"example": "mfa_idc-100033287777-d70986da-24c7-1d5f-b6bd-0d2f94a571d0",
|
3193
3194
|
"member": "string",
|
3194
3195
|
"name": "MFAToken",
|
3195
3196
|
"required": true,
|
@@ -3204,9 +3205,10 @@
|
|
3204
3205
|
{
|
3205
3206
|
"disabled": false,
|
3206
3207
|
"document": "自定义多因子验证Token对应的帐号Id",
|
3207
|
-
"example": "",
|
3208
|
+
"example": "100033287777",
|
3208
3209
|
"member": "uint64",
|
3209
3210
|
"name": "Uin",
|
3211
|
+
"output_required": true,
|
3210
3212
|
"type": "int",
|
3211
3213
|
"value_allowed_null": false
|
3212
3214
|
},
|
@@ -4564,7 +4566,7 @@
|
|
4564
4566
|
"example": "1",
|
4565
4567
|
"member": "uint64",
|
4566
4568
|
"name": "TotalNum",
|
4567
|
-
"
|
4569
|
+
"output_required": true,
|
4568
4570
|
"type": "int",
|
4569
4571
|
"value_allowed_null": false
|
4570
4572
|
},
|
@@ -4574,7 +4576,7 @@
|
|
4574
4576
|
"example": "无",
|
4575
4577
|
"member": "SubAccountInfo",
|
4576
4578
|
"name": "Data",
|
4577
|
-
"
|
4579
|
+
"output_required": true,
|
4578
4580
|
"type": "list",
|
4579
4581
|
"value_allowed_null": false
|
4580
4582
|
},
|
@@ -4800,7 +4802,7 @@
|
|
4800
4802
|
"members": [
|
4801
4803
|
{
|
4802
4804
|
"disabled": false,
|
4803
|
-
"document": "子用户 UID",
|
4805
|
+
"document": "子用户 UID,入参Uid和SubUin二选一",
|
4804
4806
|
"example": "1001408",
|
4805
4807
|
"member": "uint64",
|
4806
4808
|
"name": "Uid",
|
@@ -4827,7 +4829,7 @@
|
|
4827
4829
|
},
|
4828
4830
|
{
|
4829
4831
|
"disabled": false,
|
4830
|
-
"document": "子账号UIN",
|
4832
|
+
"document": "子账号UIN,入参Uid和SubUin二选一",
|
4831
4833
|
"example": "10000001",
|
4832
4834
|
"member": "uint64",
|
4833
4835
|
"name": "SubUin",
|
@@ -4846,7 +4848,7 @@
|
|
4846
4848
|
"example": "1",
|
4847
4849
|
"member": "uint64",
|
4848
4850
|
"name": "TotalNum",
|
4849
|
-
"
|
4851
|
+
"output_required": true,
|
4850
4852
|
"type": "int",
|
4851
4853
|
"value_allowed_null": false
|
4852
4854
|
},
|
@@ -4856,7 +4858,7 @@
|
|
4856
4858
|
"example": "无",
|
4857
4859
|
"member": "GroupInfo",
|
4858
4860
|
"name": "GroupInfo",
|
4859
|
-
"
|
4861
|
+
"output_required": true,
|
4860
4862
|
"type": "list",
|
4861
4863
|
"value_allowed_null": false
|
4862
4864
|
},
|
@@ -5438,30 +5440,33 @@
|
|
5438
5440
|
"members": [
|
5439
5441
|
{
|
5440
5442
|
"disabled": false,
|
5441
|
-
"document": "
|
5442
|
-
"example": "",
|
5443
|
+
"document": "是否设置手机号为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5444
|
+
"example": "1",
|
5443
5445
|
"member": "uint64",
|
5444
5446
|
"name": "Phone",
|
5447
|
+
"output_required": true,
|
5445
5448
|
"required": false,
|
5446
5449
|
"type": "int",
|
5447
5450
|
"value_allowed_null": false
|
5448
5451
|
},
|
5449
5452
|
{
|
5450
5453
|
"disabled": false,
|
5451
|
-
"document": "
|
5452
|
-
"example": "",
|
5454
|
+
"document": "是否设置软token为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5455
|
+
"example": "0",
|
5453
5456
|
"member": "uint64",
|
5454
5457
|
"name": "Stoken",
|
5458
|
+
"output_required": true,
|
5455
5459
|
"required": false,
|
5456
5460
|
"type": "int",
|
5457
5461
|
"value_allowed_null": false
|
5458
5462
|
},
|
5459
5463
|
{
|
5460
5464
|
"disabled": false,
|
5461
|
-
"document": "
|
5462
|
-
"example": "",
|
5465
|
+
"document": "是否设置微信为登陆和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5466
|
+
"example": "0",
|
5463
5467
|
"member": "uint64",
|
5464
5468
|
"name": "Wechat",
|
5469
|
+
"output_required": true,
|
5465
5470
|
"required": false,
|
5466
5471
|
"type": "int",
|
5467
5472
|
"value_allowed_null": false
|
@@ -6688,8 +6693,8 @@
|
|
6688
6693
|
},
|
6689
6694
|
{
|
6690
6695
|
"disabled": false,
|
6691
|
-
"document": "
|
6692
|
-
"example": "
|
6696
|
+
"document": "策略文档",
|
6697
|
+
"example": "{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":\"cvm:Describe*\",\"resource\":\"*\"}]}",
|
6693
6698
|
"member": "string",
|
6694
6699
|
"name": "PolicyDocument",
|
6695
6700
|
"required": false,
|
@@ -331,8 +331,8 @@
|
|
331
331
|
"GetCustomMFATokenInfo": [
|
332
332
|
{
|
333
333
|
"document": "",
|
334
|
-
"input": "https://cam.tencentcloudapi.com/?Action=GetCustomMFATokenInfo\
|
335
|
-
"output": "{\n \"Response\": {\n \"Uin\":
|
334
|
+
"input": "https://cam.tencentcloudapi.com/?Action=GetCustomMFATokenInfo\n&MFAToken=mfa_idc-100033287777-d70986da-24c7-1d5f-b6bd-0d2f94a571d0\n&<公共请求参数>",
|
335
|
+
"output": "{\n \"Response\": {\n \"Uin\": 100033287777,\n \"RequestId\": \"f8914327-5a9f-4016-8b2e-00f8b8901121\"\n }\n}",
|
336
336
|
"title": "获取自定义多因子Token关联信息"
|
337
337
|
}
|
338
338
|
],
|
@@ -474,7 +474,7 @@
|
|
474
474
|
{
|
475
475
|
"document": "",
|
476
476
|
"input": "https://cam.tencentcloudapi.com/?Action=ListCollaborators\n&<公共请求参数>",
|
477
|
-
"output": "{\n \"Response\": {\n \"
|
477
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"ConsoleLogin\": 1,\n \"CountryCode\": \"86\",\n \"CreateTime\": \"2022-03-06 14:54:06\",\n \"Email\": \"123456@qq.com\",\n \"Name\": \"test\",\n \"NickName\": \"test\",\n \"PhoneNum\": \"12222222222\",\n \"Remark\": \"test\",\n \"Uid\": 18368010,\n \"Uin\": 100021154441\n }\n ],\n \"RequestId\": \"25350c03-ca94-45b1-b082-f845dfc7c39b\",\n \"TotalNum\": 1\n }\n}",
|
478
478
|
"title": "获取协作者列表"
|
479
479
|
}
|
480
480
|
],
|
@@ -2153,6 +2153,26 @@
|
|
2153
2153
|
"output_required": false,
|
2154
2154
|
"type": "int",
|
2155
2155
|
"value_allowed_null": true
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
"disabled": false,
|
2159
|
+
"document": "用户是否可以绑定安全组\n注意:此字段可能返回 null,表示取不到有效值。",
|
2160
|
+
"example": "true",
|
2161
|
+
"member": "bool",
|
2162
|
+
"name": "IsWhiteSGs",
|
2163
|
+
"output_required": false,
|
2164
|
+
"type": "bool",
|
2165
|
+
"value_allowed_null": true
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"disabled": false,
|
2169
|
+
"document": "已绑定的安全组信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2170
|
+
"example": "[\"sg-dasda\"]",
|
2171
|
+
"member": "string",
|
2172
|
+
"name": "BindSGs",
|
2173
|
+
"output_required": false,
|
2174
|
+
"type": "list",
|
2175
|
+
"value_allowed_null": true
|
2156
2176
|
}
|
2157
2177
|
],
|
2158
2178
|
"usage": "out"
|