Queries the 95th percentile bandwidth data of an accelerated domain name.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vod:DescribeVodDomainMax95BpsData | get | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | No | The domain name to be queried for acceleration. If the parameter is empty, the data merged from all accelerated domain names will be returned by default. Note
Batch domain name queries are not supported.
| example.com |
StartTime | string | No | Start time point. The date format follows the ISO8601 representation and uses UTC time, in the format yyyy-MM-dd'T'HH:mm:ssZ. | 2017-01-11T12:00:00Z |
EndTime | string | No | End time point. The date format follows the ISO8601 representation and uses UTC time, in the format yyyy-MM-dd'T'HH:mm:ssZ. | 2017-01-12T13:00:00Z |
TimePoint | string | No | The start time point for getting the data. The date format follows the ISO8601 representation and uses UTC time, in the format yyyy-MM-dd'T'HH:mm:ssZ. | 2017-12-21T10:00:00Z |
Cycle | string | No | The cycle to query the 95th percentile bandwidth data. Valid values:
| month |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"DomainName": "example.com",
"EndTime": "2017-01-11T13:00:00Z",
"StartTime": "2017-01-11T12:00:00Z",
"DomesticMax95Bps": "16777590.28\n",
"OverseasMax95Bps": "0",
"Max95Bps": "16777590.28\n",
"DetailData": {
"Max95Detail": [
{
"TimeStamp": "2024-01-18 10:11:32",
"Area": "CN",
"Max95BpsPeakTime": "2015-12-11T21:05:00Z\n",
"Max95Bps": 16777590.28
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2025-01-15 | API Description Update. The Error code has changed | View Change Details |