Queries the 95th percentile bandwidth data of an accelerated domain name.
Operation description
Query methods
-
If you specify both StartTime and EndTime, the system queries the 95th percentile peak value for the day on which StartTime falls if the difference between EndTime and StartTime is within 24 hours. Otherwise, the system queries the 95th percentile peak value for the month on which StartTime falls.
-
If you specify both TimePoint and Cycle, the system returns the 95th percentile peak value for the cycle in which TimePoint falls.
-
If you specify StartTime and EndTime, and additionally specify Cycle, the system can return the 95th percentile peak values corresponding to all specified cycles within the query range.
If none of these three methods are specified, the 95th percentile peak value for the past 24 hours is returned by default.
-
Maximum query span: 90 days
-
Minimum query granularity: 1 day
-
Maximum query range: 90 days
-
Maximum queries per second: 100 per user.
-
Data unit: bit/s.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodDomainMax95BpsData |
get |
*All Resource
|
None | 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 elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
25818875-5F78-4A*****F6-D7393642CA58 |
| DomainName |
string |
The domain name for CDN. |
example.com |
| EndTime |
string |
The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Note
The end time must be later than the start time. |
2017-01-11T13:00:00Z |
| StartTime |
string |
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
2017-01-11T12:00:00Z |
| DomesticMax95Bps |
string |
The 95th percentile bandwidth in the Chinese mainland. |
16777590.28 |
| OverseasMax95Bps |
string |
The 95th percentile bandwidth outside the Chinese mainland. |
0 |
| Max95Bps |
string |
The 95th percentile bandwidth. |
16777590.28 |
| DetailData |
object |
||
| Max95Detail |
array<object> |
Details of the 95th percentile bandwidth. |
|
|
object |
|||
| TimeStamp |
string |
The timestamp of the returned data. |
2024-01-18 10:11:32 |
| Area |
string |
The billable region where the peak 95 data was collected. |
CN |
| Max95BpsPeakTime |
string |
The time corresponding to the 95th percentile bandwidth peak. |
2015-12-11T21:05:00Z |
| Max95Bps |
number |
The 95th percentile bandwidth. |
16777590.28 |
Examples
Success response
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
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified value of parameter StartTime is malformed. | |
| 400 | InvalidEndTime.Malformed | The specified value of parameter EndTime is malformed. | |
| 400 | InvalidStartTime.ValueNotSupported | The specified value of parameter StartTime is not supported. | |
| 400 | InvalidEndTime.Mismatch | Specified EndTime does not match the specified StartTime. | |
| 400 | InvalidTimePoint.Malformed | Specified TimePoint is malformed. | |
| 400 | InvalidTimeSpan | The time span exceeds the limit. | The time span exceeds the limit. Configure a valid time span based on the documentation. |
| 400 | InvalidTime.Malformed | Specified StartTime or EndTime is malformed. | |
| 404 | InvalidDomain.NotFound | The domain provided does not exist in our records. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.