All Products
Search
Document Center

ApsaraVideo VOD:DescribeVodDomainBpsDataByLayer

Last Updated:Mar 21, 2025

Queries the bandwidth data for one or more accelerated domain names by the protocol type.

Operation description

You can call this API operation up to 20 times per second per account. If you do not set the StartTime or EndTime parameter, the request returns the data collected in the last 24 hours. If you set both these parameters, the request returns the data collected within the specified time range. Time granularity

The time granularity supported by Interval, the maximum time period within which historical data is available, and the data delay vary based on the time range to query, as described in the following table.

Time granularityTime range per queryHistorical data availableData delay
15 minutes3 days93 days15 minutes
1 hour31 days186 days3 to 4 hours
1 day90 days366 days4 hours in most cases, not more than 24 hours

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
vod:DescribeVodDomainBpsDataByLayerget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringNo

The accelerated domain name. You can specify a maximum of 500 accelerated domain names. Separate multiple domain names with commas (,).

example.com
StartTimestringNo

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.

2019-01-23T12:35:12Z
EndTimestringNo

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.

2019-01-23T12:40:12Z
IntervalstringNo

The time interval between the data entries. Unit: seconds.

The time granularity varies based on the maximum time range per query. Valid values: 300 (5 minutes), 3600 (1 hour), and 86400 (1 day). For more information, see the supported time granularity described in Usage notes.

300
IspNameEnstringNo

The name of the Internet service provider (ISP).

unicom
LocationNameEnstringNo

The name of the region.

beijing
LayerstringNo

The layer at which you want to query the data.

Network layer: IPv4 and IPv6. Application layer: http, https, and quic. all: specifies that both the network and application layers are included. Default value: all.

IPv4

Response parameters

ParameterTypeDescriptionExample
object
DataIntervalinteger

The time interval between the entries returned. Unit: seconds.

300
RequestIdstring

The ID of the request.

25818875-5F78-4A*****F6-D7393642CA58
BpsDataIntervalarray<object>

The bandwidth returned at each time interval. Unit: bit/s.

DataModuleobject
Valuedouble

The peak bandwidth. Unit: bit/s.

75.33
TrafficValuelong

The total traffic. Unit: bytes.

1000
TimeStampstring

The timestamp of the data returned. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC.

2024-02-08T10:09:19Z

Examples

Sample success responses

JSONformat

{
  "DataInterval": 300,
  "RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
  "BpsDataInterval": {
    "DataModule": [
      {
        "Value": 75.33,
        "TrafficValue": 1000,
        "TimeStamp": "2024-02-08T10:09:19Z"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-01-15API Description Update. The Error code has changedView Change Details