调用DescribeLiveDomainRealTimeHttpCodeData获取加速域名最小1分钟粒度的HTTP返回码占比。
使用说明
本接口支持查询的数据时间粒度:
时间粒度 |
单次查询的最大时间跨度 |
可查询历史时间范围 |
数据延迟 |
1分钟 |
1小时 |
7天 |
5分钟 |
5分钟 |
3天 |
93天 |
15分钟 |
1小时 |
31天 |
186天 |
通常4小时 |
1天 |
无限制 |
366天 |
次日4点以后 |
QPS限制
本接口的单用户QPS限制为10次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。更多信息,请参见QPS限制。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DescribeLiveDomainRealTimeHttpCodeData | 系统规定参数。取值:DescribeLiveDomainRealTimeHttpCodeData。 |
DomainName | String | 是 | example.com,example.aliyundoc.com | 播流域名。 多个域名之间用半角逗号(,)分隔。 |
StartTime | String | 否 | 2015-11-30T05:39:00Z | 起始时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC时间)。 说明 若StartTime和EndTime参数都为空,默认返回当前时间起1小时内的数据。 |
EndTime | String | 否 | 2015-11-30T05:40:00Z | 结束时间。需晚于起始时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC时间)。 说明 若StartTime和EndTime参数都为空,默认返回当前时间起1小时内的数据。 |
IspNameEn | String | 否 | alibaba | 运营商英文名。 通过DescribeCdnRegionAndIsp接口获得。 |
LocationNameEn | String | 否 | tianjin | 区域英文名。 通过DescribeCdnRegionAndIsp接口获得。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
EndTime | String | 2015-11-30T05:40:00Z | 结束时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC时间)。 |
StartTime | String | 2015-11-30T05:33:00Z | 起始时间。格式为:yyyy-MM-ddTHH:mm:ssZ(UTC时间)。 |
RequestId | String | BC858082-736F-4A25-867B-E5B67C85ACF7 | 请求ID。 |
DomainName | String | example.com,example.aliyundoc.com | 播流域名。 |
DataInterval | String | 60 | 每条记录的时间间隔。单位:秒。默认值为60。 |
RealTimeHttpCodeData | Array of UsageData | 每个时间间隔的HTTP返回码占比数据。 |
|
UsageData | |||
TimeStamp | String | 2015-11-30T05:39:00Z | 时间片起始时刻。 |
Value | Array of RealTimeCodeProportionData | 各返回码占比使用数据列表。 |
|
RealTimeCodeProportionData | |||
Code | String | 200 | Http返回码。 |
Proportion | String | 66.046511627907 | 响应数量占比。 |
Count | String | 20 | 响应数量。 |
示例
请求示例
http(s)://live.aliyuncs.com/?Action=DescribeLiveDomainRealTimeHttpCodeData
&DomainName=example.com,example.aliyundoc.com
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<?xml version="1.0" encoding="UTF-8" ?>
<DescribeLiveDomainRealTimeHttpCodeDataResponse>
<EndTime>2015-11-30T05:40:00Z</EndTime>
<RequestId>BC858082-736F-4A25-867B-E5B67C85ACF7</RequestId>
<DomainName>example.com,example.aliyundoc.com</DomainName>
<DataInterval>60</DataInterval>
<StartTime>2015-11-30T05:33:00Z</StartTime>
<RealTimeHttpCodeData>
<UsageData>
<TimeStamp>2015-11-30T05:39:00Z</TimeStamp>
<Value>
<RealTimeCodeProportionData>
<Proportion>66.046511627907</Proportion>
<Count>20</Count>
<Code>200</Code>
</RealTimeCodeProportionData>
</Value>
</UsageData>
</RealTimeHttpCodeData>
</DescribeLiveDomainRealTimeHttpCodeDataResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"DescribeLiveDomainRealTimeHttpCodeDataResponse" : {
"EndTime" : "2015-11-30T05:40:00Z",
"RequestId" : "BC858082-736F-4A25-867B-E5B67C85ACF7",
"DomainName" : "example.com,example.aliyundoc.com",
"DataInterval" : 60,
"StartTime" : "2015-11-30T05:33:00Z",
"RealTimeHttpCodeData" : {
"UsageData" : {
"TimeStamp" : "2015-11-30T05:39:00Z",
"Value" : {
"RealTimeCodeProportionData" : {
"Proportion" : 66.046511627907,
"Count" : 20,
"Code" : 200
}
}
}
}
}
}
错误码
访问错误中心查看更多错误码。