All Products
Search
Document Center

:DescribeVodDomainMax95BpsData

Last Updated:Mar 21, 2025

Queries the 95th percentile bandwidth data of an accelerated domain name.

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:DescribeVodDomainMax95BpsDataget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringNo

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
StartTimestringNo

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
EndTimestringNo

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
TimePointstringNo

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
CyclestringNo

The cycle to query the 95th percentile bandwidth data. Valid values:

  • day (default)
  • month
month

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

25818875-5F78-4A*****F6-D7393642CA58
DomainNamestring

The domain name for CDN.

example.com
EndTimestring

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
StartTimestring

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
DomesticMax95Bpsstring

The 95th percentile bandwidth in the Chinese mainland.

16777590.28
OverseasMax95Bpsstring

The 95th percentile bandwidth outside the Chinese mainland.

0
Max95Bpsstring

The 95th percentile bandwidth.

16777590.28
DetailDataarray<object>

Details of the 95th percentile bandwidth.

Max95Detailobject
TimeStampstring

The timestamp of the returned data.

2024-01-18 10:11:32
Areastring

The billable region where the peak 95 data was collected.

CN
Max95BpsPeakTimestring

The time corresponding to the 95th percentile bandwidth peak.

2015-12-11T21:05:00Z
Max95Bpsfloat

The 95th percentile bandwidth.

16777590.28

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2025-01-15API Description Update. The Error code has changedView Change Details