All Products
Search
Document Center

ApsaraVideo VOD:DescribeVodDomainRealTimeHttpCodeData

Last Updated:Jul 19, 2024

Queries the total number of HTTP status codes and proportion of each HTTP status code for one or more accelerated domains. The minimum time granularity is 1 minute. The minimum data latency is 5 minutes. You can query data in the last 186 days.

Operation description

  • This operation is supported only in the China (Shanghai) region.
  • You can specify a maximum of 100 accelerated domain names.
  • If you specify neither StartTime nor EndTime, the data of the last 1 hour is queried. You can specify both StartTime and EndTime parameters to query data of a specified time range.

Time granularity

The time granularity varies with the time range specified by the StartTime and EndTime parameters. The following table describes the time period within which historical data is available and the data delay.

Time granularityTime range per queryHistorical data available (days)Data latency
1 minuteTime range per query ≤ 1 hour7 days5 minutes
5 minutes1 hour < Time range per query < 3 days93 days15 minutes
1 hour3 days ≤ Time range per query < 31 days186 days3 to 4 hours

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name.

  • You can specify multiple domain names and separate them with commas (,). You can specify at most 100 domain names in each call.
  • If you specify multiple domain names, merged data is returned.
  • To obtain the accelerated domain name, perform the following steps: Log on to the ApsaraVideo VOD console. In the left-side navigation pane, choose Configuration Management > CDN Configuration > Domain Names. On the Domain Names page, view the accelerated domain names. Alternatively, you can call the DescribeVodUserDomains operation to query the accelerated domain names.
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-11-30T05:39:00Z
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.

Note The end time must be later than the start time.
2019-11-30T05:40:00Z
IspNameEnstringNo

The name of the ISP. If you do not set this parameter, all ISPs are queried.

unicom
LocationNameEnstringNo

The name of the region. If you do not set this parameter, data in all regions is queried.

shanghai

Response parameters

ParameterTypeDescriptionExample
object
EndTimestring

The end of the time range.

2019-11-30T05:40:00Z
StartTimestring

The beginning of the time range.

2019-11-30T05:39:00Z
RequestIdstring

The ID of the request.

BC858082-736F-4A25-867B-E5B67C85ACF7
DomainNamestring

The accelerated domain name.

example.com
DataIntervalstring

The time interval at which data is returned. Unit: seconds.

The returned value varies based on the time range per query. Valid values: 60 (1 minute), 300 (5 minutes), and 3600 (1 hour). For more information, see the Time granularity section in the API documentation.

60
RealTimeHttpCodeDataarray<object>

The proportion of each HTTP status code in each time interval.

object
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.

2019-11-30T05:39:00Z
Valuearray<object>

The proportion of each HTTP status code is displayed in a data list.

object
Codestring

The HTTP status code.

500
Proportionstring

The proportion of the HTTP status code in percentage.

28.4496124031008
Countstring

The number of the HTTP status codes.

100

Examples

Sample success responses

JSONformat

{
  "EndTime": "2019-11-30T05:40:00Z",
  "StartTime": "2019-11-30T05:39:00Z",
  "RequestId": "BC858082-736F-4A25-867B-E5B67C85ACF7",
  "DomainName": "example.com",
  "DataInterval": "60",
  "RealTimeHttpCodeData": {
    "UsageData": [
      {
        "TimeStamp": "2019-11-30T05:39:00Z",
        "Value": {
          "RealTimeCodeProportionData": [
            {
              "Code": "500",
              "Proportion": "28.4496124031008",
              "Count": "100"
            }
          ]
        }
      }
    ]
  }
}

Error codes

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