Domain name for API request: billing.tencentcloudapi.com.
This API is used to obtain consumption details summarized by resource.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeCostSummaryByResource. |
Version | Yes | String | Common Params. The value used for this API: 2018-07-09. |
Region | No | String | Common Params. This parameter is not required. |
BeginTime | Yes | String | The value must be of the same month as EndTime. The query period must start and end on the same month and the query result returned will be of the entire month. For example, if both BeginTime and EndTime are 2018-09, the data returned will be for the entire month of September 2018. |
EndTime | Yes | String | The value must be of the same month as BeginTime. The query period must start and end on the same month and the query result returned will be of the entire month. For example, if both BeginTime and EndTime are 2018-09, the data returned will be for the entire month of September 2018. |
Limit | Yes | Integer | Data quantity per fetch. The maximum value is 100. |
Offset | Yes | Integer | Offset, which starts from 0 by default |
PayerUin | No | String | UIN of the user querying the bill data |
NeedRecordNum | No | Integer | Whether to return the record count. 0 for no, 1 for yes. Default is no. |
NeedConditionValue | No | Integer | Whether to return filter criteria. 0 for no, 1 for yes. Default is no. |
Conditions | No | Conditions | Filter criteria. It only supports ResourceKeyword (resource keyword, which supports fuzzy query by resource ID or resource name), ProjectIds (project ID), RegionIds (region ID), PayModes (payment mode, prePay or postPay), HideFreeCost (whether to hide zero-amount transactions, 0 or 1), and OrderByCost (sorting rule by fees, desc or asc). |
Parameter Name | Type | Description |
---|---|---|
Ready | Integer | Data readiness, 0 for not ready, 1 for ready |
Total | ConsumptionSummaryTotal | Consumption detailsNote: This field may return null, indicating that no valid values can be obtained. |
ConditionValue | ConsumptionResourceSummaryConditionValue | Filter criteria Note: This field may return null, indicating that no valid values can be obtained. |
RecordNum | Integer | Record countNote: This field may return null, indicating that no valid values can be obtained. |
Data | Array of ConsumptionResourceSummaryDataItem | Resource consumption detailsNote: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to obtain consumption details summarized by resource.
POST / HTTP/1.1
Host: billing.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCostSummaryByResource
<Common request parameters>
{
"EndTime": "2018-11",
"Limit": "1",
"BeginTime": "2018-11",
"Offset": "0"
}
{
"Response": {
"Ready": 1,
"Total": {
"RealTotalCost": "abc"
},
"ConditionValue": {
"Business": [
{
"BusinessCode": "abc",
"BusinessCodeName": "abc"
}
],
"Project": [
{
"ProjectId": "abc",
"ProjectName": "abc"
}
],
"Region": [
{
"RegionId": "abc",
"RegionName": "abc"
}
],
"PayMode": [
{
"PayMode": "abc",
"PayModeName": "abc"
}
]
},
"RecordNum": 1,
"Data": [
{
"ResourceId": "abc",
"ResourceName": "abc",
"RealTotalCost": "abc",
"CashPayAmount": "abc",
"ProjectId": "abc",
"ProjectName": "abc",
"RegionId": "abc",
"RegionName": "abc",
"PayMode": "abc",
"PayModeName": "abc",
"BusinessCode": "abc",
"BusinessCodeName": "abc",
"ConsumptionTypeName": "abc",
"RealCost": "abc",
"FeeBeginTime": "abc",
"FeeEndTime": "abc",
"DayDiff": "abc",
"DailyTotalCost": "abc",
"OrderId": "abc",
"VoucherPayAmount": "abc",
"IncentivePayAmount": "abc",
"TransferPayAmount": "abc",
"PayerUin": "abc",
"OwnerUin": "abc",
"OperateUin": "abc",
"ProductCode": "abc",
"ProductCodeName": "abc",
"RegionType": "abc",
"RegionTypeName": "abc",
"Extend1": "abc",
"Extend2": "abc",
"Extend3": "abc",
"Extend4": "abc",
"Extend5": "abc",
"InstanceType": "abc",
"InstanceTypeName": "abc",
"PayTime": "abc",
"ZoneName": "abc",
"ComponentConfig": "abc"
}
],
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.GatewayError | Gateway error. |
本页内容是否解决了您的问题?