Queries the billing results for WAF.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeChargeResult |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region of the WAF instance. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
| PayType |
string |
Yes |
The billing method of the WAF instance. Valid value:
|
POSTPAY |
| ChargeCycle |
string |
No |
The billing cycle. Valid values:
|
Day |
| ChargeModules |
array<object> |
Yes |
The billing modules to calculate. |
|
|
object |
No |
A billing module to calculate. |
||
| ModuleCode |
string |
No |
The ID of the billing module. |
domainCount |
| Usage |
integer |
No |
The usage amount of the billing module. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The ID of the request. |
D7861F61-5B61-46CE-A47C-6B19160D5EB0 |
| TotalSeCu |
number |
The total number of calculated Security Capacity Units (SeCUs). |
1080 |
| ModuleDetails |
array<object> |
Details of the calculation results. |
|
|
object |
The calculation result for a billing module. |
||
| ModuleCode |
string |
The ID of the billing module. |
domainCount |
| SeCu |
number |
The number of SeCUs for the billing module. |
1080 |
Examples
Success response
JSON format
{
"RequestId": "D7861F61-5B61-46CE-A47C-6B19160D5EB0",
"TotalSeCu": 1080,
"ModuleDetails": [
{
"ModuleCode": "domainCount",
"SeCu": 1080
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.