tccli 3.0.1224.1__py2.py3-none-any.whl → 3.0.1226.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +33 -11
- tccli/services/billing/v20180709/api.json +60 -30
- tccli/services/billing/v20180709/examples.json +7 -7
- tccli/services/cbs/v20170312/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +218 -2
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +791 -679
- tccli/services/cvm/v20170312/api.json +33 -11
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +4 -4
- tccli/services/dts/v20211206/api.json +21 -1
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +297 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +11 -11
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/live/live_client.py +548 -71
- tccli/services/live/v20180801/api.json +803 -45
- tccli/services/live/v20180801/examples.json +73 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +174 -13
- tccli/services/mrs/v20200910/api.json +4217 -4211
- tccli/services/mrs/v20200910/examples.json +14 -14
- tccli/services/ocr/ocr_client.py +0 -53
- tccli/services/ocr/v20181119/api.json +0 -162
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/scf/v20180416/api.json +1 -1
- tccli/services/teo/teo_client.py +159 -0
- tccli/services/teo/v20220901/api.json +199 -0
- tccli/services/teo/v20220901/examples.json +36 -0
- tccli/services/trtc/v20190722/api.json +20 -0
- tccli/services/tsf/v20180326/api.json +1287 -118
- tccli/services/tsf/v20180326/examples.json +5 -5
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +77 -6
- tccli/services/vclm/v20240523/examples.json +9 -1
- tccli/services/vclm/vclm_client.py +53 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- {tccli-3.0.1224.1.dist-info → tccli-3.0.1226.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1224.1.dist-info → tccli-3.0.1226.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1224.1.dist-info → tccli-3.0.1226.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1224.1.dist-info → tccli-3.0.1226.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1224.1.dist-info → tccli-3.0.1226.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1226.1'
|
@@ -7112,6 +7112,17 @@
|
|
7112
7112
|
"required": false,
|
7113
7113
|
"type": "string",
|
7114
7114
|
"value_allowed_null": true
|
7115
|
+
},
|
7116
|
+
{
|
7117
|
+
"disabled": false,
|
7118
|
+
"document": "自动更新实例标签。默认取值为 false,配置后如伸缩组标签发生更新,会同步更新(同步更新仅支持新增、修改标签,暂不支持删除标签)伸缩组内运行中状态实例的标签,同步更新非立即生效,存在一定延迟。",
|
7119
|
+
"example": "False",
|
7120
|
+
"member": "bool",
|
7121
|
+
"name": "AutoUpdateInstanceTags",
|
7122
|
+
"output_required": false,
|
7123
|
+
"required": false,
|
7124
|
+
"type": "bool",
|
7125
|
+
"value_allowed_null": false
|
7115
7126
|
}
|
7116
7127
|
],
|
7117
7128
|
"usage": "both"
|
@@ -1213,7 +1213,7 @@
|
|
1213
1213
|
{
|
1214
1214
|
"disabled": false,
|
1215
1215
|
"document": "数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
|
1216
|
-
"example": "
|
1216
|
+
"example": "50",
|
1217
1217
|
"member": "int64",
|
1218
1218
|
"name": "DiskSize",
|
1219
1219
|
"output_required": true,
|
@@ -1223,8 +1223,8 @@
|
|
1223
1223
|
},
|
1224
1224
|
{
|
1225
1225
|
"disabled": false,
|
1226
|
-
"document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br
|
1227
|
-
"example": "
|
1226
|
+
"document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>",
|
1227
|
+
"example": "CLOUD_SSD",
|
1228
1228
|
"member": "string",
|
1229
1229
|
"name": "DiskType",
|
1230
1230
|
"output_required": true,
|
@@ -1235,7 +1235,7 @@
|
|
1235
1235
|
{
|
1236
1236
|
"disabled": false,
|
1237
1237
|
"document": "数据盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID,暂时不支持该参数。\n该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。",
|
1238
|
-
"example": "
|
1238
|
+
"example": "disk-ciezoimt",
|
1239
1239
|
"member": "string",
|
1240
1240
|
"name": "DiskId",
|
1241
1241
|
"output_required": true,
|
@@ -1245,8 +1245,8 @@
|
|
1245
1245
|
},
|
1246
1246
|
{
|
1247
1247
|
"disabled": false,
|
1248
|
-
"document": "数据盘是否随子机销毁。取值范围:\n<li>
|
1249
|
-
"example": "
|
1248
|
+
"document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n false:子机销毁时,保留数据盘<br />\n 默认取值:true<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
1249
|
+
"example": "true",
|
1250
1250
|
"member": "bool",
|
1251
1251
|
"name": "DeleteWithInstance",
|
1252
1252
|
"output_required": true,
|
@@ -1257,7 +1257,7 @@
|
|
1257
1257
|
{
|
1258
1258
|
"disabled": false,
|
1259
1259
|
"document": "数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1260
|
-
"example": "
|
1260
|
+
"example": "snap-6yczrj8x",
|
1261
1261
|
"member": "string",
|
1262
1262
|
"name": "SnapshotId",
|
1263
1263
|
"output_required": true,
|
@@ -1279,7 +1279,7 @@
|
|
1279
1279
|
{
|
1280
1280
|
"disabled": false,
|
1281
1281
|
"document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1282
|
-
"example": "
|
1282
|
+
"example": "kms-abcd1234",
|
1283
1283
|
"member": "string",
|
1284
1284
|
"name": "KmsKeyId",
|
1285
1285
|
"output_required": true,
|
@@ -1290,7 +1290,7 @@
|
|
1290
1290
|
{
|
1291
1291
|
"disabled": false,
|
1292
1292
|
"document": "云硬盘性能,单位:MB/s\n注意:此字段可能返回 null,表示取不到有效值。",
|
1293
|
-
"example": "
|
1293
|
+
"example": "20",
|
1294
1294
|
"member": "int64",
|
1295
1295
|
"name": "ThroughputPerformance",
|
1296
1296
|
"output_required": true,
|
@@ -1301,7 +1301,7 @@
|
|
1301
1301
|
{
|
1302
1302
|
"disabled": false,
|
1303
1303
|
"document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1304
|
-
"example": "
|
1304
|
+
"example": "cdc-1648zauv",
|
1305
1305
|
"member": "string",
|
1306
1306
|
"name": "CdcId",
|
1307
1307
|
"output_required": true,
|
@@ -1312,13 +1312,24 @@
|
|
1312
1312
|
{
|
1313
1313
|
"disabled": false,
|
1314
1314
|
"document": "突发性能\n\n <b>注:内测中。</b>\n注意:此字段可能返回 null,表示取不到有效值。",
|
1315
|
-
"example": "
|
1315
|
+
"example": "false",
|
1316
1316
|
"member": "bool",
|
1317
1317
|
"name": "BurstPerformance",
|
1318
1318
|
"output_required": false,
|
1319
1319
|
"required": false,
|
1320
1320
|
"type": "bool",
|
1321
1321
|
"value_allowed_null": true
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
"disabled": false,
|
1325
|
+
"document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
|
1326
|
+
"example": "MyDiskName",
|
1327
|
+
"member": "string",
|
1328
|
+
"name": "DiskName",
|
1329
|
+
"output_required": false,
|
1330
|
+
"required": false,
|
1331
|
+
"type": "string",
|
1332
|
+
"value_allowed_null": false
|
1322
1333
|
}
|
1323
1334
|
],
|
1324
1335
|
"usage": "both"
|
@@ -5352,6 +5363,17 @@
|
|
5352
5363
|
"required": false,
|
5353
5364
|
"type": "string",
|
5354
5365
|
"value_allowed_null": true
|
5366
|
+
},
|
5367
|
+
{
|
5368
|
+
"disabled": false,
|
5369
|
+
"document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5370
|
+
"example": "name",
|
5371
|
+
"member": "string",
|
5372
|
+
"name": "DiskName",
|
5373
|
+
"output_required": false,
|
5374
|
+
"required": false,
|
5375
|
+
"type": "string",
|
5376
|
+
"value_allowed_null": true
|
5355
5377
|
}
|
5356
5378
|
],
|
5357
5379
|
"usage": "both"
|
@@ -4414,6 +4414,36 @@
|
|
4414
4414
|
"output_required": false,
|
4415
4415
|
"type": "string",
|
4416
4416
|
"value_allowed_null": true
|
4417
|
+
},
|
4418
|
+
{
|
4419
|
+
"disabled": false,
|
4420
|
+
"document": "优惠对象",
|
4421
|
+
"example": "用户折扣",
|
4422
|
+
"member": "string",
|
4423
|
+
"name": "DiscountObject",
|
4424
|
+
"output_required": false,
|
4425
|
+
"type": "string",
|
4426
|
+
"value_allowed_null": false
|
4427
|
+
},
|
4428
|
+
{
|
4429
|
+
"disabled": false,
|
4430
|
+
"document": "优惠类型",
|
4431
|
+
"example": "折扣",
|
4432
|
+
"member": "string",
|
4433
|
+
"name": "DiscountType",
|
4434
|
+
"output_required": false,
|
4435
|
+
"type": "string",
|
4436
|
+
"value_allowed_null": false
|
4437
|
+
},
|
4438
|
+
{
|
4439
|
+
"disabled": false,
|
4440
|
+
"document": "优惠内容",
|
4441
|
+
"example": "0.7",
|
4442
|
+
"member": "string",
|
4443
|
+
"name": "DiscountContent",
|
4444
|
+
"output_required": false,
|
4445
|
+
"type": "string",
|
4446
|
+
"value_allowed_null": false
|
4417
4447
|
}
|
4418
4448
|
],
|
4419
4449
|
"usage": "out"
|
@@ -5842,7 +5872,7 @@
|
|
5842
5872
|
{
|
5843
5873
|
"disabled": false,
|
5844
5874
|
"document": "标签键",
|
5845
|
-
"example": "
|
5875
|
+
"example": "department",
|
5846
5876
|
"member": "string",
|
5847
5877
|
"name": "TagKey",
|
5848
5878
|
"output_required": true,
|
@@ -5853,7 +5883,7 @@
|
|
5853
5883
|
{
|
5854
5884
|
"disabled": false,
|
5855
5885
|
"document": "标签值",
|
5856
|
-
"example": "
|
5886
|
+
"example": "运营中心",
|
5857
5887
|
"member": "string",
|
5858
5888
|
"name": "TagValue",
|
5859
5889
|
"output_required": true,
|
@@ -6324,20 +6354,20 @@
|
|
6324
6354
|
{
|
6325
6355
|
"disabled": false,
|
6326
6356
|
"document": "付费模式",
|
6327
|
-
"example": "",
|
6357
|
+
"example": "prepay",
|
6328
6358
|
"member": "string",
|
6329
6359
|
"name": "PayMode",
|
6330
|
-
"
|
6360
|
+
"output_required": true,
|
6331
6361
|
"type": "string",
|
6332
6362
|
"value_allowed_null": false
|
6333
6363
|
},
|
6334
6364
|
{
|
6335
6365
|
"disabled": false,
|
6336
6366
|
"document": "付费模式名称",
|
6337
|
-
"example": "",
|
6367
|
+
"example": "预付费",
|
6338
6368
|
"member": "string",
|
6339
6369
|
"name": "PayModeName",
|
6340
|
-
"
|
6370
|
+
"output_required": true,
|
6341
6371
|
"type": "string",
|
6342
6372
|
"value_allowed_null": false
|
6343
6373
|
}
|
@@ -6350,20 +6380,20 @@
|
|
6350
6380
|
{
|
6351
6381
|
"disabled": false,
|
6352
6382
|
"document": "项目ID",
|
6353
|
-
"example": "",
|
6383
|
+
"example": "10086",
|
6354
6384
|
"member": "string",
|
6355
6385
|
"name": "ProjectId",
|
6356
|
-
"
|
6386
|
+
"output_required": true,
|
6357
6387
|
"type": "string",
|
6358
6388
|
"value_allowed_null": false
|
6359
6389
|
},
|
6360
6390
|
{
|
6361
6391
|
"disabled": false,
|
6362
6392
|
"document": "项目名称",
|
6363
|
-
"example": "",
|
6393
|
+
"example": "CRM平台",
|
6364
6394
|
"member": "string",
|
6365
6395
|
"name": "ProjectName",
|
6366
|
-
"
|
6396
|
+
"output_required": true,
|
6367
6397
|
"type": "string",
|
6368
6398
|
"value_allowed_null": false
|
6369
6399
|
}
|
@@ -6376,20 +6406,20 @@
|
|
6376
6406
|
{
|
6377
6407
|
"disabled": false,
|
6378
6408
|
"document": "地域ID",
|
6379
|
-
"example": "",
|
6409
|
+
"example": "1",
|
6380
6410
|
"member": "string",
|
6381
6411
|
"name": "RegionId",
|
6382
|
-
"
|
6412
|
+
"output_required": true,
|
6383
6413
|
"type": "string",
|
6384
6414
|
"value_allowed_null": false
|
6385
6415
|
},
|
6386
6416
|
{
|
6387
6417
|
"disabled": false,
|
6388
6418
|
"document": "地域名称",
|
6389
|
-
"example": "",
|
6419
|
+
"example": "华南地区(广州)",
|
6390
6420
|
"member": "string",
|
6391
6421
|
"name": "RegionName",
|
6392
|
-
"
|
6422
|
+
"output_required": true,
|
6393
6423
|
"type": "string",
|
6394
6424
|
"value_allowed_null": false
|
6395
6425
|
}
|
@@ -7319,10 +7349,10 @@
|
|
7319
7349
|
{
|
7320
7350
|
"disabled": false,
|
7321
7351
|
"document": "折后总价",
|
7322
|
-
"example": "",
|
7352
|
+
"example": "0.00000285",
|
7323
7353
|
"member": "string",
|
7324
7354
|
"name": "RealTotalCost",
|
7325
|
-
"
|
7355
|
+
"output_required": true,
|
7326
7356
|
"type": "string",
|
7327
7357
|
"value_allowed_null": false
|
7328
7358
|
}
|
@@ -9213,7 +9243,7 @@
|
|
9213
9243
|
{
|
9214
9244
|
"disabled": false,
|
9215
9245
|
"document": "分账单元唯一标识,用作筛选\n",
|
9216
|
-
"example": "
|
9246
|
+
"example": "909619400-670615a8c8b23",
|
9217
9247
|
"member": "string",
|
9218
9248
|
"name": "TreeNodeUniqKeys",
|
9219
9249
|
"required": false,
|
@@ -9258,7 +9288,7 @@
|
|
9258
9288
|
{
|
9259
9289
|
"disabled": true,
|
9260
9290
|
"document": "模糊搜索条件",
|
9261
|
-
"example": "
|
9291
|
+
"example": "billIds",
|
9262
9292
|
"member": "string",
|
9263
9293
|
"name": "SearchKey",
|
9264
9294
|
"required": false,
|
@@ -9273,7 +9303,7 @@
|
|
9273
9303
|
{
|
9274
9304
|
"disabled": false,
|
9275
9305
|
"document": "总条数\n注意:此字段可能返回 null,表示取不到有效值。",
|
9276
|
-
"example": "
|
9306
|
+
"example": "1",
|
9277
9307
|
"member": "uint64",
|
9278
9308
|
"name": "RecordNum",
|
9279
9309
|
"output_required": true,
|
@@ -9283,7 +9313,7 @@
|
|
9283
9313
|
{
|
9284
9314
|
"disabled": false,
|
9285
9315
|
"document": "分账账单概览金额汇总\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
9286
|
-
"example": "
|
9316
|
+
"example": " { \"RealTotalCost\": \"75124.77772571\", \"CashPayAmount\": \"292.52655502\", \"IncentivePayAmount\": \"74820.04591013\", \"VoucherPayAmount\": \"12.20526059\", \"TransferPayAmount\": \"0.00000000\" }",
|
9287
9317
|
"member": "AllocationOverviewTotal",
|
9288
9318
|
"name": "Total",
|
9289
9319
|
"output_required": true,
|
@@ -9293,7 +9323,7 @@
|
|
9293
9323
|
{
|
9294
9324
|
"disabled": false,
|
9295
9325
|
"document": "分账账单按产品汇总明细\n注意:此字段可能返回 null,表示取不到有效值。",
|
9296
|
-
"example": "
|
9326
|
+
"example": " { \"TreeNodeUniqKey\": null, \"GatherCashPayAmount\": \"0.00000000\", \"GatherVoucherPayAmount\": \"4.44000000\", \"GatherIncentivePayAmount\": \"51108.36000000\", \"GatherTransferPayAmount\": \"0.00000000\", \"AllocateCashPayAmount\": \"0.00000000\", \"AllocateVoucherPayAmount\": \"0.00000000\", \"AllocateIncentivePayAmount\": \"0.00000000\", \"AllocateTransferPayAmount\": \"0.00000000\", \"TotalCashPayAmount\": \"0.00000000\", \"TotalVoucherPayAmount\": \"4.44000000\", \"TotalIncentivePayAmount\": \"0.00000000\", \"TotalTransferPayAmount\": \"51108.36000000\", \"GatherRealCost\": \"51112.80000000\", \"AllocateRealCost\": \"0.00000000\", \"RealTotalCost\": \"51112.80000000\", \"BusinessCode\": \"p_cdwch\", \"TotalCost\": \"76297.68782592\", \"RICost\": \"0.00000000\", \"SPCost\": \"0.00000000\", \"CashPayAmount\": \"0.00000000\", \"VoucherPayAmount\": \"4.44000000\", \"IncentivePayAmount\": \"0.00000000\", \"TransferPayAmount\": \"51108.36000000\", \"AllocationRealTotalCost\": \"51112.80000000\", \"BusinessCodeName\": \"\\u817e\\u8baf\\u4e91\\u6570\\u636e\\u4ed3\\u5e93 TCHouse-C\", \"TreeNodeUniqKeyName\": \"\\u672a\\u5206\\u914d\", \"Ratio\": \"68.04\", \"Trend\": \"1.78\", \"TrendType\": \"upward\", \"BillDate\": null }",
|
9297
9327
|
"member": "AllocationSummaryByBusiness",
|
9298
9328
|
"name": "Detail",
|
9299
9329
|
"output_required": true,
|
@@ -10070,7 +10100,7 @@
|
|
10070
10100
|
{
|
10071
10101
|
"disabled": false,
|
10072
10102
|
"document": "详情列表",
|
10073
|
-
"example": "
|
10103
|
+
"example": "[ \t\t\t{ \t\t\t\t\"ActionType\": \"postpay_deduct_h\", \t\t\t\t\"ActionTypeName\": \"按量计费小时结\", \t\t\t\t\"AssociatedOrder\": null, \t\t\t\t\"BillId\": \"20230816400705427744482\", \t\t\t\t\"BusinessCode\": \"p_nat\", \t\t\t\t\"BusinessCodeName\": \"NAT网关\", \t\t\t\t\"ComponentSet\": [ \t\t\t\t\t{ \t\t\t\t\t\t\"BlendedDiscount\": \"0.68040500\", \t\t\t\t\t\t\"CashPayAmount\": \"0.34020250\", \t\t\t\t\t\t\"ComponentCode\": \"v_nat_hour_instance\", \t\t\t\t\t\t\"ComponentCodeName\": \"实例\", \t\t\t\t\t\t\"ComponentConfig\": [], \t\t\t\t\t\t\"ContractPrice\": \"0.34020250\", \t\t\t\t\t\t\"Cost\": \"0.50000000\", \t\t\t\t\t\t\"DeductedMeasure\": \"-\", \t\t\t\t\t\t\"Discount\": \"0.680405\", \t\t\t\t\t\t\"IncentivePayAmount\": \"0\", \t\t\t\t\t\t\"InstanceType\": \"\", \t\t\t\t\t\t\"ItemCode\": \"sv_nat_hour_instance_small\", \t\t\t\t\t\t\"ItemCodeName\": \"NAT网关-小型实例\", \t\t\t\t\t\t\"OriginalCostWithRI\": \"0.00000000\", \t\t\t\t\t\t\"OriginalCostWithSP\": \"0.00000000\", \t\t\t\t\t\t\"PriceUnit\": \"元/100个/小时\", \t\t\t\t\t\t\"RealCost\": \"0.34020250\", \t\t\t\t\t\t\"RealTotalMeasure\": \"-\", \t\t\t\t\t\t\"ReduceType\": \"折扣\", \t\t\t\t\t\t\"RiTimeSpan\": \"0.00000000\", \t\t\t\t\t\t\"SPDeduction\": \"0.00000000\", \t\t\t\t\t\t\"SPDeductionRate\": \"0.00000000\", \t\t\t\t\t\t\"SinglePrice\": \"0.50000000\", \t\t\t\t\t\t\"SpecifiedPrice\": \"0.50000000\", \t\t\t\t\t\t\"TimeSpan\": \"1\", \t\t\t\t\t\t\"TimeUnitName\": \"小时\", \t\t\t\t\t\t\"TransferPayAmount\": \"0\", \t\t\t\t\t\t\"UsedAmount\": \"100\", \t\t\t\t\t\t\"UsedAmountUnit\": \"个\", \t\t\t\t\t\t\"VoucherPayAmount\": \"0\" \t\t\t\t\t} \t\t\t\t], \t\t\t\t\"FeeBeginTime\": \"2023-08-16 20:00:00\", \t\t\t\t\"FeeEndTime\": \"2023-08-16 20:59:59\", \t\t\t\t\"Formula\": \"-\", \t\t\t\t\"FormulaUrl\": \"https://buy.cloud.tencent.com/price/nat\", \t\t\t\t\"OperateUin\": \"700000686592\", \t\t\t\t\"OrderId\": \"20230816867705427744432\", \t\t\t\t\"OwnerUin\": \"700000686592\", \t\t\t\t\"PayModeName\": \"按量计费\", \t\t\t\t\"PayTime\": \"2023-08-16 21:15:38\", \t\t\t\t\"PriceInfo\": [], \t\t\t\t\"ProductCode\": \"sp_nat\", \t\t\t\t\"ProductCodeName\": \"NAT网关\", \t\t\t\t\"ProjectId\": 0, \t\t\t\t\"ProjectName\": \"默认项目\", \t\t\t\t\"RegionId\": \"4\", \t\t\t\t\"RegionName\": \"华东地区(上海)\", \t\t\t\t\"ResourceId\": \"nat-ftuh6xel\", \t\t\t\t\"ResourceName\": \"migration-nat-test3\", \t\t\t\t\"Tags\": [], \t\t\t\t\"ZoneName\": \"其他\" \t\t\t} \t\t]",
|
10074
10104
|
"member": "DistributionBillDetail",
|
10075
10105
|
"name": "DetailSet",
|
10076
10106
|
"output_required": true,
|
@@ -10253,7 +10283,7 @@
|
|
10253
10283
|
{
|
10254
10284
|
"disabled": false,
|
10255
10285
|
"document": "详情列表",
|
10256
|
-
"example": "
|
10286
|
+
"example": "[{\"ActionType\":\"pre_to_post\",\"ActionTypeName\":\"包年包月转按量\",\"AssociatedOrder\":{\"PrepayPurchase\":\"20230707400000442656611\",\"PrepayRenew\":\"20230707400000442695851,20230707400000442708571\"},\"BillDay\":\"2023-07-17 00:00:00\",\"BillId\":\"20230707400000442821061\",\"BusinessCode\":\"p_cvm\",\"BusinessCodeName\":\"云服务器CVM\",\"BillMonth\":\"2023-07-01 00:00:00\",\"ComponentSet\":[{\"BlendedDiscount\":\"1.00000000\",\"CashPayAmount\":\"-80.43264806\",\"ComponentCode\":\"virtual_v_cvm_compute\",\"ComponentCodeName\":\"运算组件\",\"ComponentConfig\":[{\"Name\":\"项目\",\"Value\":\"element_test\"},{\"Name\":\"主机\",\"Value\":\"ins-wxf3fmq8\"},{\"Name\":\"内网IP\",\"Value\":\"10.12.0.42\"},{\"Name\":\"所属网络\",\"Value\":\"私有网络\"},{\"Name\":\"可用区\",\"Value\":\"广州二区\"}],\"ContractPrice\":\"-80.89000000\",\"Cost\":\"-80.89000000\",\"DeductedMeasure\":\"-\",\"Discount\":\"1\",\"IncentivePayAmount\":\"-0.45735194\",\"InstanceType\":\"\",\"ItemCode\":\"virtual_v_cvm_compute_s2\",\"ItemCodeName\":\"运算组件-标准型S2-2核4G\",\"OriginalCostWithRI\":\"0.00000000\",\"OriginalCostWithSP\":\"0.00000000\",\"PriceUnit\":\"元/个/月\",\"RealCost\":\"-80.89000000\",\"RealTotalMeasure\":\"-\",\"ReduceType\":\"折扣\",\"RiTimeSpan\":\"0.00000000\",\"SPDeduction\":\"0.00000000\",\"SPDeductionRate\":\"0.00000000\",\"SinglePrice\":\"-80.89000000\",\"SpecifiedPrice\":\"-80.89000000\",\"TimeSpan\":\"1\",\"TimeUnitName\":\"月\",\"TransferPayAmount\":\"0\",\"UsedAmount\":\"1\",\"UsedAmountUnit\":\"个\",\"VoucherPayAmount\":\"0\"}],\"FeeBeginTime\":\"2023-07-07 16:14:21\",\"FeeEndTime\":\"2023-07-07 16:14:21\",\"Formula\":\"退款:343.12元,现金券: 0元,代金券/折扣券不退(订单号20230707400000442656611:部件cvm:现金支付88.81元-已使用第一阶梯按量:0.02元=剩余88.79元;订单号20230707400000442656611:部件bandwidth:现金支付0元=剩余0元;订单号20230707400000442695851:部件cvm:现金支付172.92元=剩余172.92元;订单号20230707400000442695851:部件bandwidth:现金支付0元=剩余0元;订单号20230707400000442708571:部件cvm:现金支付84.12元-原价95.6*使用时间3.2258%*折扣:88=剩余81.41元;\",\"FormulaUrl\":\"https://buy.cloud.tencent.com/price/cvm\",\"Id\":\"1725547686519644160\",\"OperateUin\":\"909619400\",\"OrderId\":\"20230707400000442821061\",\"OwnerUin\":\"909619400\",\"PayModeName\":\"包年包月\",\"PayTime\":\"2023-07-07 16:14:18\",\"PayerUin\":\"909619400\",\"PriceInfo\":[\"操作系统: linux\",\"连续使用时长T: 不分阶梯\",\"平台: 云平\"],\"ProductCode\":\"sp_cvm_s2\",\"ProductCodeName\":\"云服务器CVM-标准型S2\",\"ProjectId\":1002227,\"ProjectName\":\"element_test\",\"RegionId\":\"1\",\"RegionName\":\"华南地区(广州)\",\"ResourceId\":\"ins-wxf3fmq8\",\"ResourceName\":\"\",\"Tags\":[],\"ZoneName\":\"广州二区\"}]",
|
10257
10287
|
"member": "BillDetail",
|
10258
10288
|
"name": "DetailSet",
|
10259
10289
|
"output_required": true,
|
@@ -10722,7 +10752,7 @@
|
|
10722
10752
|
{
|
10723
10753
|
"disabled": false,
|
10724
10754
|
"document": "是否需要访问列表的总记录数,用于前端分页\n1-表示需要, 0-表示不需要",
|
10725
|
-
"example": "
|
10755
|
+
"example": "1",
|
10726
10756
|
"member": "int64",
|
10727
10757
|
"name": "NeedRecordNum",
|
10728
10758
|
"required": false,
|
@@ -10767,7 +10797,7 @@
|
|
10767
10797
|
{
|
10768
10798
|
"disabled": false,
|
10769
10799
|
"document": "支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN",
|
10770
|
-
"example": "
|
10800
|
+
"example": "909619400",
|
10771
10801
|
"member": "string",
|
10772
10802
|
"name": "PayerUin",
|
10773
10803
|
"required": false,
|
@@ -10800,7 +10830,7 @@
|
|
10800
10830
|
{
|
10801
10831
|
"disabled": false,
|
10802
10832
|
"document": "资源汇总列表",
|
10803
|
-
"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\":[]}]",
|
10804
10834
|
"member": "BillResourceSummary",
|
10805
10835
|
"name": "ResourceSummarySet",
|
10806
10836
|
"output_required": true,
|
@@ -13562,20 +13592,20 @@
|
|
13562
13592
|
{
|
13563
13593
|
"disabled": false,
|
13564
13594
|
"document": "时间",
|
13565
|
-
"example": "",
|
13595
|
+
"example": "2019-01-01 00:00:00",
|
13566
13596
|
"member": "string",
|
13567
13597
|
"name": "Time",
|
13568
|
-
"
|
13598
|
+
"output_required": true,
|
13569
13599
|
"type": "string",
|
13570
13600
|
"value_allowed_null": false
|
13571
13601
|
},
|
13572
13602
|
{
|
13573
13603
|
"disabled": false,
|
13574
13604
|
"document": "值",
|
13575
|
-
"example": "",
|
13605
|
+
"example": "18731317843",
|
13576
13606
|
"member": "string",
|
13577
13607
|
"name": "Value",
|
13578
|
-
"
|
13608
|
+
"output_required": true,
|
13579
13609
|
"type": "string",
|
13580
13610
|
"value_allowed_null": false
|
13581
13611
|
}
|
@@ -84,7 +84,7 @@
|
|
84
84
|
{
|
85
85
|
"document": "查询分账账单按组件汇总",
|
86
86
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByItem\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
87
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\": null,\n \"BlendedDiscount\": \"
|
87
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\": null,\n \"BlendedDiscount\": \"\",\n \"BusinessCode\": \"billVirtualId\",\n \"BusinessCodeName\": \"月度计费精度差异\",\n \"CashPayAmount\": \"-0.00000285\",\n \"ComponentCode\": \"billVirtualId\",\n \"ComponentCodeName\": \"月度计费精度差异\",\n \"ComponentConfig\": \"\",\n \"ContractPrice\": \"-0.00000285\",\n \"DeductedMeasure\": \"\",\n \"Discount\": \"\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-07 23:59:59\",\n \"Formula\": \"\",\n \"FormulaUrl\": \"\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"billVirtualId\",\n \"ItemCodeName\": \"月度计费精度差异\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"PriceInfo\": [],\n \"ProductCode\": \"billVirtualId\",\n \"ProductCodeName\": \"月度计费精度差异\",\n \"ProjectId\": 0,\n \"ProjectName\": \"扣费精度补偿\",\n \"RealTotalCost\": \"-0.00000285\",\n \"RealTotalMeasure\": \"\",\n \"RegionId\": 0,\n \"RegionName\": \"其他\",\n \"RegionType\": \"other\",\n \"RegionTypeName\": \"其他\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"909619400(UIN)\",\n \"ResourceName\": \"扣费精度补偿\",\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"-0.00000285\",\n \"SinglePriceUnit\": \"元/月\",\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": null,\n \"TimeSpan\": \"1.00000000\",\n \"TimeUnit\": \"月\",\n \"TotalCost\": \"-0.00000285\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 0,\n \"ZoneName\": \"其他\"\n }\n ],\n \"RecordNum\": 18411,\n \"RequestId\": \"ceb74979-c668-42f6-b266-57541de2f755\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
88
88
|
"title": "查询分账账单按组件汇总"
|
89
89
|
}
|
90
90
|
],
|
@@ -92,7 +92,7 @@
|
|
92
92
|
{
|
93
93
|
"document": "",
|
94
94
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByResource\n<公共请求参数>\n\n{\n \"Month\": \"2022-11-01 00:00:00\",\n \"Limit\": 30,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"
|
95
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_cos_std\",\n \"ProductCodeName\": \"COS 标准存储\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"0.00001027\",\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ResourceId\": \"909619400-std_storage-19\",\n \"ResourceName\": null,\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SplitItemId\": \"1234567-1251007194\",\n \"SplitItemName\": \"1234567\",\n \"Tag\": [\n {\n \"TagKey\": \"游戏项目组\",\n \"TagValue\": \"火影忍者\"\n }\n ],\n \"TotalCost\": \"0.00001537\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-659bb8eb2830e\",\n \"TreeNodeUniqKeyName\": \"研究组\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 330001,\n \"ZoneName\": \"南京一区\"\n }\n ],\n \"RecordNum\": 30592,\n \"RequestId\": \"4b163951-0990-442b-922c-cf5145fd1e56\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
96
96
|
"title": "查询分账账单按资源汇总"
|
97
97
|
}
|
98
98
|
],
|
@@ -116,7 +116,7 @@
|
|
116
116
|
{
|
117
117
|
"document": "获取账单明细",
|
118
118
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillDetail\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"Month\": \"2023-07\",\n \"NeedRecordNum\": 1,\n \"ResourceId\": \"ins-wxf3fmq8\"\n}",
|
119
|
-
"output": "{\n \"Response\": {\n \"Context\": \"m7u3i6W6Xt6VmK1NGvNzCXEBwkmoH/Y3ROhw2ICs3RkxMDTe6z/M5dFHpIoeEc+MOBKEhnly44tsqyRJRRL0ZNpmtARd8SDzLfknCLcJtVkf6NJGoV8FXlYLQxABqcSt\",\n \"DetailSet\": [\n {\n \"ActionType\": \"pre_to_post\",\n \"ActionTypeName\": \"包年包月转按量\",\n \"AssociatedOrder\": {\n \"PrepayPurchase\": \"20230707400000442656611\",\n \"PrepayRenew\": \"20230707400000442695851,20230707400000442708571\"\n },\n \"BillDay\": \"2023-07-17 00:00:00\",\n \"BillId\": \"20230707400000442821061\",\n \"BusinessCode\": \"p_cvm\",\n \"BusinessCodeName\": \"云服务器CVM\",\n \"BillMonth\": \"2023-07-01 00:00:00\",\n \"ComponentSet\": [\n {\n \"BlendedDiscount\": \"1.00000000\",\n \"CashPayAmount\": \"-80.43264806\",\n \"ComponentCode\": \"virtual_v_cvm_compute\",\n \"ComponentCodeName\": \"运算组件\",\n \"ComponentConfig\": [\n {\n \"Name\": \"项目\",\n \"Value\": \"element_test\"\n },\n {\n \"Name\": \"主机\",\n \"Value\": \"ins-wxf3fmq8\"\n },\n {\n \"Name\": \"内网IP\",\n \"Value\": \"10.12.0.42\"\n },\n {\n \"Name\": \"所属网络\",\n \"Value\": \"私有网络\"\n },\n {\n \"Name\": \"可用区\",\n \"Value\": \"广州二区\"\n }\n ],\n \"ContractPrice\": \"-80.89000000\",\n \"Cost\": \"-80.89000000\",\n \"DeductedMeasure\": \"
|
119
|
+
"output": "{\n \"Response\": {\n \"Context\": \"m7u3i6W6Xt6VmK1NGvNzCXEBwkmoH/Y3ROhw2ICs3RkxMDTe6z/M5dFHpIoeEc+MOBKEhnly44tsqyRJRRL0ZNpmtARd8SDzLfknCLcJtVkf6NJGoV8FXlYLQxABqcSt\",\n \"DetailSet\": [\n {\n \"ActionType\": \"pre_to_post\",\n \"ActionTypeName\": \"包年包月转按量\",\n \"AssociatedOrder\": {\n \"PrepayPurchase\": \"20230707400000442656611\",\n \"PrepayRenew\": \"20230707400000442695851,20230707400000442708571\"\n },\n \"BillDay\": \"2023-07-17 00:00:00\",\n \"BillId\": \"20230707400000442821061\",\n \"BusinessCode\": \"p_cvm\",\n \"BusinessCodeName\": \"云服务器CVM\",\n \"BillMonth\": \"2023-07-01 00:00:00\",\n \"ComponentSet\": [\n {\n \"BlendedDiscount\": \"1.00000000\",\n \"CashPayAmount\": \"-80.43264806\",\n \"ComponentCode\": \"virtual_v_cvm_compute\",\n \"ComponentCodeName\": \"运算组件\",\n \"ComponentConfig\": [\n {\n \"Name\": \"项目\",\n \"Value\": \"element_test\"\n },\n {\n \"Name\": \"主机\",\n \"Value\": \"ins-wxf3fmq8\"\n },\n {\n \"Name\": \"内网IP\",\n \"Value\": \"10.12.0.42\"\n },\n {\n \"Name\": \"所属网络\",\n \"Value\": \"私有网络\"\n },\n {\n \"Name\": \"可用区\",\n \"Value\": \"广州二区\"\n }\n ],\n \"ContractPrice\": \"-80.89000000\",\n \"Cost\": \"-80.89000000\",\n \"DeductedMeasure\": \"1\",\n \"Discount\": \"1\",\n \"IncentivePayAmount\": \"-0.45735194\",\n \"InstanceType\": \"ri\",\n \"ItemCode\": \"virtual_v_cvm_compute_s2\",\n \"ItemCodeName\": \"运算组件-标准型S2-2核4G\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\",\n \"PriceUnit\": \"元/个/月\",\n \"RealCost\": \"-80.89000000\",\n \"RealTotalMeasure\": \"1\",\n \"ReduceType\": \"折扣\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPDeduction\": \"0.00000000\",\n \"SPDeductionRate\": \"0.00000000\",\n \"SinglePrice\": \"-80.89000000\",\n \"SpecifiedPrice\": \"-80.89000000\",\n \"TimeSpan\": \"1\",\n \"TimeUnitName\": \"月\",\n \"TransferPayAmount\": \"0\",\n \"UsedAmount\": \"1\",\n \"UsedAmountUnit\": \"个\",\n \"VoucherPayAmount\": \"0\"\n }\n ],\n \"FeeBeginTime\": \"2023-07-07 16:14:21\",\n \"FeeEndTime\": \"2023-07-07 16:14:21\",\n \"Formula\": \"退款:343.12元,现金券: 0元,代金券/折扣券不退(订单号20230707400000442656611:部件cvm:现金支付88.81元-已使用第一阶梯按量:0.02元=剩余88.79元;订单号20230707400000442656611:部件bandwidth:现金支付0元=剩余0元;订单号20230707400000442695851:部件cvm:现金支付172.92元=剩余172.92元;订单号20230707400000442695851:部件bandwidth:现金支付0元=剩余0元;订单号20230707400000442708571:部件cvm:现金支付84.12元-原价95.6*使用时间3.2258%*折扣:88=剩余81.41元;\",\n \"FormulaUrl\": \"https://buy.cloud.tencent.com/price/cvm\",\n \"Id\": \"1725547686519644160\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"20230707400000442821061\",\n \"OwnerUin\": \"909619400\",\n \"PayModeName\": \"包年包月\",\n \"PayTime\": \"2023-07-07 16:14:18\",\n \"PayerUin\": \"909619400\",\n \"PriceInfo\": [\n \"操作系统: linux\",\n \"连续使用时长T: 不分阶梯\",\n \"平台: 云平\"\n ],\n \"ProductCode\": \"sp_cvm_s2\",\n \"ProductCodeName\": \"云服务器CVM-标准型S2\",\n \"ProjectId\": 1002227,\n \"ProjectName\": \"element_test\",\n \"RegionId\": \"1\",\n \"RegionName\": \"华南地区(广州)\",\n \"ResourceId\": \"ins-wxf3fmq8\",\n \"ResourceName\": \"ins-wxf3fmq8\",\n \"Tags\": [],\n \"ZoneName\": \"广州二区\"\n }\n ],\n \"RequestId\": \"ca7573cb-473d-40f3-8c58-7be43ae60195\",\n \"Total\": 14\n }\n}",
|
120
120
|
"title": "获取账单明细"
|
121
121
|
}
|
122
122
|
],
|
@@ -124,7 +124,7 @@
|
|
124
124
|
{
|
125
125
|
"document": "获取账单明细",
|
126
126
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationBillDetail\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"Month\": \"2023-08\",\n \"NeedRecordNum\": 1,\n \"ResourceId\": \"nat-ftuh6xel\"\n}",
|
127
|
-
"output": "{\n \"Response\": {\n \"Context\": \"TQpr+vp4d9EeM04pEI6ryHAVS3ZI84mbSVbUzlTD1F8EzZ6vYfNp+wKVhGw0dGkA2iAr5lSGYE4O+bTWApdUY6ZcLDZGpQVYCVApRrjx0IUf6NJGoV8FXlYLQxABqcSt\",\n \"DetailSet\": [\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"AssociatedOrder\": null,\n \"BillId\": \"20230816400705427744482\",\n \"BusinessCode\": \"p_nat\",\n \"BusinessCodeName\": \"NAT网关\",\n \"ComponentSet\": [\n {\n \"BlendedDiscount\": \"0.68040500\",\n \"CashPayAmount\": \"0.34020250\",\n \"ComponentCode\": \"v_nat_hour_instance\",\n \"ComponentCodeName\": \"实例\",\n \"ComponentConfig\": [],\n \"ContractPrice\": \"0.34020250\",\n \"Cost\": \"0.50000000\",\n \"DeductedMeasure\": \"
|
127
|
+
"output": "{\n \"Response\": {\n \"Context\": \"TQpr+vp4d9EeM04pEI6ryHAVS3ZI84mbSVbUzlTD1F8EzZ6vYfNp+wKVhGw0dGkA2iAr5lSGYE4O+bTWApdUY6ZcLDZGpQVYCVApRrjx0IUf6NJGoV8FXlYLQxABqcSt\",\n \"DetailSet\": [\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"AssociatedOrder\": null,\n \"BillId\": \"20230816400705427744482\",\n \"BusinessCode\": \"p_nat\",\n \"BusinessCodeName\": \"NAT网关\",\n \"ComponentSet\": [\n {\n \"BlendedDiscount\": \"0.68040500\",\n \"CashPayAmount\": \"0.34020250\",\n \"ComponentCode\": \"v_nat_hour_instance\",\n \"ComponentCodeName\": \"实例\",\n \"ComponentConfig\": [],\n \"ContractPrice\": \"0.34020250\",\n \"Cost\": \"0.50000000\",\n \"DeductedMeasure\": \"1\",\n \"Discount\": \"0.680405\",\n \"IncentivePayAmount\": \"0\",\n \"InstanceType\": \"ri\",\n \"ItemCode\": \"sv_nat_hour_instance_small\",\n \"ItemCodeName\": \"NAT网关-小型实例\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\",\n \"PriceUnit\": \"元/100个/小时\",\n \"RealCost\": \"0.34020250\",\n \"RealTotalMeasure\": \"1\",\n \"ReduceType\": \"折扣\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPDeduction\": \"0.00000000\",\n \"SPDeductionRate\": \"0.00000000\",\n \"SinglePrice\": \"0.50000000\",\n \"SpecifiedPrice\": \"0.50000000\",\n \"TimeSpan\": \"1\",\n \"TimeUnitName\": \"小时\",\n \"TransferPayAmount\": \"0\",\n \"UsedAmount\": \"100\",\n \"UsedAmountUnit\": \"个\",\n \"VoucherPayAmount\": \"0\"\n }\n ],\n \"FeeBeginTime\": \"2023-08-16 20:00:00\",\n \"FeeEndTime\": \"2023-08-16 20:59:59\",\n \"Formula\": \"退款:118.2元,现金券: 0元,代金券/折扣券不退(全额退款;\",\n \"FormulaUrl\": \"https://buy.cloud.tencent.com/price/nat\",\n \"OperateUin\": \"700000686592\",\n \"OrderId\": \"20230816867705427744432\",\n \"OwnerUin\": \"700000686592\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-08-16 21:15:38\",\n \"PriceInfo\": [],\n \"ProductCode\": \"sp_nat\",\n \"ProductCodeName\": \"NAT网关\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RegionId\": \"4\",\n \"RegionName\": \"华东地区(上海)\",\n \"ResourceId\": \"nat-ftuh6xel\",\n \"ResourceName\": \"migration-nat-test3\",\n \"Tags\": [],\n \"ZoneName\": \"其他\"\n }\n ],\n \"RequestId\": \"48f32947-8ef2-40b3-94ef-b8c08fc030da\",\n \"Total\": 544\n }\n}",
|
128
128
|
"title": "获取账单明细"
|
129
129
|
}
|
130
130
|
],
|
@@ -148,7 +148,7 @@
|
|
148
148
|
{
|
149
149
|
"document": "获取账单资源汇总",
|
150
150
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillResourceSummary\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"PeriodType\": \"byPayTime\",\n \"Month\": \"2022-01\",\n \"NeedRecordNum\": 1\n}",
|
151
|
-
"output": "{\n \"Response\": {\n \"ResourceSummarySet\": [\n {\n \"BusinessCodeName\": \"
|
151
|
+
"output": "{\n \"Response\": {\n \"ResourceSummarySet\": [\n {\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"PayModeName\": \"按量计费\",\n \"ProjectName\": \"默认项目\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"ZoneName\": \"其他\",\n \"ResourceId\": \"125391_sv_cdn_ux_AS1_1\",\n \"ResourceName\": \"rName\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"6074d5d00 \",\n \"PayTime\": \"2020-09-22 00:00:00\",\n \"FeeBeginTime\": \"2020-09-22 00:00:00\",\n \"FeeEndTime\": \"2020-09-22 00:00:00\",\n \"ConfigDesc\": \"config desc\",\n \"ExtendField1\": \"6074d5d00 \",\n \"ExtendField2\": \"6074d5d00\",\n \"TotalCost\": \"4.84660512\",\n \"Discount\": \"1\",\n \"ReduceType\": \"折扣\",\n \"RealTotalCost\": \"4.84660512\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"CashPayAmount\": \"4.84660512\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"ExtendField3\": \"extend file \",\n \"ExtendField4\": \"extend file\",\n \"ExtendField5\": \"extend file\",\n \"Tags\": [\n {\n \"TagKey\": \"tk_1\",\n \"TagValue\": \"tv_1\"\n }\n ],\n \"PayerUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"OperateUin\": \"909619400\",\n \"BusinessCode\": \"p_cdn\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"RegionId\": 1001,\n \"InstanceType\": \"it\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"SPDeduction\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\"\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"6074d5d00-6074d5d00 \"\n }\n}",
|
152
152
|
"title": "获取账单资源汇总"
|
153
153
|
}
|
154
154
|
],
|
@@ -308,7 +308,7 @@
|
|
308
308
|
{
|
309
309
|
"document": "获取按资源汇总消耗详情",
|
310
310
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCostSummaryByResource\n<公共请求参数>\n\n{\n \"EndTime\": \"2018-11\",\n \"Limit\": \"1\",\n \"BeginTime\": \"2018-11\",\n \"Offset\": \"0\"\n}",
|
311
|
-
"output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RecordNum\": 4,\n \"ConditionValue\": {\n \"Business\": [\n {\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": \"0\",\n \"RegionName\": \"其他\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n }\n ]\n },\n \"Total\": {\n \"RealTotalCost\": \"0.07\"\n },\n \"Data\": [\n {\n \"OwnerUin\": \"10002011014\",\n \"PayerUin\": \"10002011014\",\n \"OperateUin\": \"10002011014\",\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"ResourceId\": \"1300342678_1002522_102391_sv_cdn_ov_hour_flux_AS1_1\",\n \"ResourceName\": \"未命名\",\n \"RealTotalCost\": \"0.07\",\n \"RealCost\": \"0.08\",\n \"CashPayAmount\": \"0.06570339\",\n \"RegionId\": \"1001\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"RegionType\": \"international\",\n \"RegionTypeName\": \"国际\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\",\n \"FeeBeginTime\": \"2024-11-01 08:00:00\",\n \"FeeEndTime\": \"2024-11-17 19:59:59\",\n \"DayDiff\": \"17\",\n \"DailyTotalCost\": \"0.00386491\",\n \"ConsumptionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"
|
311
|
+
"output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RecordNum\": 4,\n \"ConditionValue\": {\n \"Business\": [\n {\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\"\n }\n ],\n \"Project\": [\n {\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\"\n }\n ],\n \"Region\": [\n {\n \"RegionId\": \"0\",\n \"RegionName\": \"其他\"\n }\n ],\n \"PayMode\": [\n {\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\"\n }\n ]\n },\n \"Total\": {\n \"RealTotalCost\": \"0.07\"\n },\n \"Data\": [\n {\n \"OwnerUin\": \"10002011014\",\n \"PayerUin\": \"10002011014\",\n \"OperateUin\": \"10002011014\",\n \"BusinessCode\": \"p_cdn\",\n \"BusinessCodeName\": \"内容分发网络 CDN\",\n \"ProductCode\": \"sp_cdn_ov\",\n \"ProductCodeName\": \"中国境外CDN\",\n \"ResourceId\": \"1300342678_1002522_102391_sv_cdn_ov_hour_flux_AS1_1\",\n \"ResourceName\": \"未命名\",\n \"RealTotalCost\": \"0.07\",\n \"RealCost\": \"0.08\",\n \"CashPayAmount\": \"0.06570339\",\n \"RegionId\": \"1001\",\n \"RegionName\": \"亚太地区(亚太一区)\",\n \"RegionType\": \"international\",\n \"RegionTypeName\": \"国际\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"ProjectId\": \"0\",\n \"ProjectName\": \"默认项目\",\n \"FeeBeginTime\": \"2024-11-01 08:00:00\",\n \"FeeEndTime\": \"2024-11-17 19:59:59\",\n \"DayDiff\": \"17\",\n \"DailyTotalCost\": \"0.00386491\",\n \"ConsumptionTypeName\": \"按量计费小时结\",\n \"OrderId\": \"20241010****\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"Extend1\": \"\",\n \"Extend2\": \"\",\n \"Extend3\": \"\",\n \"Extend4\": \"\",\n \"Extend5\": \"\",\n \"InstanceType\": \"exclusiveSale\",\n \"InstanceTypeName\": \"包销实例\",\n \"PayTime\": \"2024-10-10 15:43:39\",\n \"ZoneName\": \"其他\",\n \"ComponentConfig\": \"海外CDN-按小时结算-流量: 0.00000533 GB\",\n \"Tags\": \"\"\n }\n ],\n \"RequestId\": \"4a3ec37d-7628-4e22-b9ab-08e696bcc1f2\"\n }\n}",
|
312
312
|
"title": "获取按资源汇总消耗详情"
|
313
313
|
}
|
314
314
|
],
|
@@ -354,7 +354,7 @@
|
|
354
354
|
{
|
355
355
|
"document": "查询分账账单资源归集汇总",
|
356
356
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatherResource\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
357
|
-
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\": null,\n \"BelongTreeNodeUniqKey\": {\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\"\n },\n \"BusinessCode\": \"p_mongodb\",\n \"BusinessCodeName\": \"云数据库TencentDB for MongoDB\",\n \"CashPayAmount\": \"176.43419703\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"
|
357
|
+
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\": null,\n \"BelongTreeNodeUniqKey\": {\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\"\n },\n \"BusinessCode\": \"p_mongodb\",\n \"BusinessCodeName\": \"云数据库TencentDB for MongoDB\",\n \"CashPayAmount\": \"176.43419703\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"\",\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"sv_mongodb_mem_replica\",\n \"ItemCodeName\": \"文档数据库MongoDB-副本集-内存\",\n \"OperateUin\": \"909619400\",\n \"OtherRules\": [],\n \"OtherTreeNodeUniqKeys\": [],\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"prePay\",\n \"PayModeName\": \"包年包月\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_mongodb_replica\",\n \"ProductCodeName\": \"云数据库MongoDB-副本集\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"176.43419703\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"ResourceId\": \"cmgo-p46bysvb\",\n \"ResourceName\": null,\n \"RuleId\": null,\n \"RuleName\": null,\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": null,\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"VoucherPayAmount\": \"0.00000000\"\n }\n ],\n \"LastUpdateTime\": \"2024-03-02 13:17:07\",\n \"RecordNum\": 3792,\n \"RequestId\": \"b8bedd7a-da43-4cce-ab6e-2fa66ffe1455\"\n }\n}",
|
358
358
|
"title": "查询分账账单资源归集汇总"
|
359
359
|
}
|
360
360
|
],
|