Call DescribeDcdnDomainIpaBpsData to query network bandwidth monitoring data for Layer 4 acceleration of accelerated domain names. You can query data from the last 90 days.
Operation description
The data is measured in bit/second.
If you do not specify StartTime and EndTime, data from the last 24 hours is returned. If you specify StartTime and EndTime, data in the specified time range is returned.
The call frequency for a single user is limited to 100 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnDomainIpaBpsData |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
The accelerated domain name. You can specify multiple domain names and separate them with commas (,). If you leave this parameter empty, data for all accelerated domain names is queried. |
example.com |
| StartTime |
string |
No |
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-12-10T20:00:00Z |
| EndTime |
string |
No |
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-12-10T21:00:00Z |
| TimeMerge |
string |
No |
Specifies whether to automatically adjust the time granularity. If you set this parameter to 1, an appropriate value for the Interval parameter is used based on the specified StartTime and EndTime. You can specify either this parameter or the Interval parameter. |
1 |
| Interval |
string |
No |
The time granularity of the data to query, in seconds. The valid values for this parameter depend on the time span between StartTime and EndTime:
|
300 |
| FixTimeGap |
string |
No |
Specifies whether to pad data with zeros. Valid values:
|
false |
| IspNameEn |
string |
No |
The English name of the carrier. You can call the DescribeDcdnRegionAndIsp operation to query the English name. If you do not specify this parameter, data for all carriers is queried. You can call the DescribeDcdnRegionAndIsp operation, which queries all carriers by default. |
Unicom |
| LocationNameEn |
string |
No |
The English name of the region. You can call the DescribeDcdnRegionAndIsp operation to query the English name. If you do not specify this parameter, data for all regions is queried. You can call the DescribeDcdnRegionAndIsp operation. By default, all regions are queried. |
beijing |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EndTime |
string |
The end of the time range. |
2017-12-10T21:00:00Z |
| StartTime |
string |
The beginning of the time range. |
2017-12-10T20:00:00Z |
| RequestId |
string |
The request ID. |
3C6CCEC4-6B88-4D4A-93E4-D47B3D92CF8F |
| DomainName |
string |
The accelerated domain name. |
example.com |
| DataInterval |
string |
The time interval between data points. Unit: seconds. |
300 |
| BpsDataPerInterval |
object |
||
| DataModule |
array<object> |
The network bandwidth data for each time interval. |
|
|
object |
|||
| IpaBps |
number |
The bandwidth value. Unit: bit/second. |
11288111 |
| TimeStamp |
string |
The timestamp of the data point. |
2017-12-10T20:00:00Z |
Examples
Success response
JSON format
{
"EndTime": "2017-12-10T21:00:00Z",
"StartTime": "2017-12-10T20:00:00Z",
"RequestId": "3C6CCEC4-6B88-4D4A-93E4-D47B3D92CF8F",
"DomainName": "example.com",
"DataInterval": "300",
"BpsDataPerInterval": {
"DataModule": [
{
"IpaBps": 11288111,
"TimeStamp": "2017-12-10T20:00:00Z"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingTimeParameter | The StartTime and EndTime must be both specified. | You must set both the start time and the end time. |
| 400 | InvalidEndTime.Malformed | The specified EndTime is invalid. | The format of the specified end time is invalid. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
| 400 | InvalidEndTime.Mismatch | The specified EndTime is earlier than the StartTime. | The end time is earlier than the start time. |
| 400 | InvalidStartTime.ValueNotSupported | The specified StartTime is invalid. | The specified start time is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.