Domain name for API request: billing.intl.tencentcloudapi.com.
Return budget alert records, including budget period, detection time, notification time, reminder type, and content.
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: DescribeBudgetRemindRecordList. |
| Version | Yes | String | Common Params. The value used for this API: 2018-07-09. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| PageNo | Yes | Integer | Page number, int |
| PageSize | Yes | Integer | Number of items per page, integer |
| BudgetId | Yes | String | Budget base information association id |
| Parameter Name | Type | Description |
|---|---|---|
| Data | BudgetRemindRecordList | Budget configuration properties |
| Message | String | Error message prompt. Note: This field may return null, indicating that no valid values can be obtained. |
| Code | Integer | Error response code |
| 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. |
Successful Example
POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBudgetRemindRecordList
<Common request parameters>
{
"PageNo": 1,
"PageSize": 1,
"BudgetId": "123"
}
{
"Response": {
"Code": 0,
"Data": {
"CountId": null,
"Current": 1,
"MaxLimit": null,
"OptimizeCountSql": true,
"Orders": [],
"Pages": 12,
"Records": [
{
"AlarmType": "BUDGET",
"BudgetQuota": "",
"CreateTime": 1640048401000,
"DateDesc": "month",
"MessageContent": "\r\nBudget name: CVM budget, Budget period: monthly, Budget type: cost budget, Budget amount: 0.0, Reminder type: forecast amount, Condition: percentage of the budget amount, Threshold: at least 10%, Currency: 0 CNY\r\n"
"RealCost": "100.00",
"SendTime": 1640048400000
}
],
"SearchCount": true,
"Size": 1,
"Total": 12
},
"Message": null,
"RequestId": "b6862d8d-ad0d-488b-9900-e046d3e2a736"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
文档反馈